Search Type: Posts; User: dario
Search: Search took 0.02 seconds.
-
14 Feb 2011 8:15 AM
Jump to post Thread: Device compatabilty info by dario
- Replies
- 15
- Views
- 5,420
Yes, if you post the php snippet I will be very glad!
Thank you in advance! -
14 Feb 2011 3:17 AM
Jump to post Thread: Device compatabilty info by dario
- Replies
- 15
- Views
- 5,420
Can I ask you what combination of conditions (ie. OS version/browser) you used to check if the browser is compatibile with ST and redirect the request to the correct version of the site?
Thanks -
13 Feb 2011 7:10 AM
- Replies
- 0
- Views
- 1,154
Hi all
I have just published the "touch" version of a website and I would like to automatically redirect the user to this version if his browser is compatible with ST. I'd need to match... -
9 Feb 2011 6:04 AM
Jump to post Thread: Trouble with tabbar and orientation by dario
- Replies
- 5
- Views
- 994
Hi Bucs
I'm using vers 1.0.1.
Anyway I just found a bug in one of the components shown in the tab panel, which had a layout set to "fit" instead of "card"; now the problem seems to be fixed.... -
8 Feb 2011 2:02 AM
Jump to post Thread: Trouble with tabbar and orientation by dario
- Replies
- 5
- Views
- 994
I just noticed that if the page is initially opened in landscape mode, it is shown correctly; however if I turn my iPhone to portrait mode, the tab panel is messed up with the bottom tab bar shown in...
-
7 Feb 2011 3:42 AM
Jump to post Thread: Trouble with tabbar and orientation by dario
- Replies
- 5
- Views
- 994
Hi
I have a problem in my app: if you change the orientation the bottom tab bar is displayed in the middle of the page and it is not docket on the bottom.
My main panel code looks like this:
... -
16 Jan 2011 2:33 AM
Jump to post Thread: JsonStore loading trouble by dario
- Replies
- 6
- Views
- 1,794
Hi Jep, your code works perfectly.
Thank you all! -
15 Jan 2011 4:56 AM
Jump to post Thread: JsonStore loading trouble by dario
- Replies
- 6
- Views
- 1,794
I've changed the Json according to your suggestion (http://fanotv.it/include/news_touch.php) but still no way to load the data; event "load" is fired but I can't see any data...
-
15 Jan 2011 1:17 AM
Jump to post Thread: JsonStore loading trouble by dario
- Replies
- 6
- Views
- 1,794
Hi Jep that was a type, here's my json code:
{"news":[
"{'id':'1', 'name':'Category 1'}",
"{'id':'2', 'name':'Category 2'}",
"{'id':'3', 'name':'Category 3'}",
"{'id':'4', 'name':'Category... -
14 Jan 2011 12:58 PM
Jump to post Thread: JsonStore loading trouble by dario
- Replies
- 6
- Views
- 1,794
Hi everybody
I'm trying to load a jsonStore but I'm having no luck...
here's my code:
I tried both:
var jsonStore = new Ext.data.JsonStore({ -
10 May 2009 8:57 AM
Jump to post Thread: Ext.ux.form.BrowseButton by dario
- Replies
- 159
- Views
- 87,835
I had the same problem, in "onRender" function I replaced
this.buttonCt = this.el.child('.x-btn-center em');
with
this.buttonCt = this.el.child('.x-btn-mc em'); -
7 May 2009 1:54 PM
Jump to post Thread: search field disappear by dario
- Replies
- 9
- Views
- 1,828
....really, no ideas? :|
-
6 May 2009 6:25 AM
Jump to post Thread: [RESOLVED] Arrow align not working by dario
- Replies
- 2
- Views
- 958
Ouch,
thanks Condor, problem solved! -
6 May 2009 5:41 AM
Jump to post Thread: [RESOLVED] Arrow align not working by dario
- Replies
- 2
- Views
- 958
Hi
I cannot manage to align a toolbar split button arrow to the right (although this should be the default value).
Here's my the relevant code
tbar: new Ext.Toolbar ({
... -
5 May 2009 1:20 PM
Jump to post Thread: search field disappear by dario
- Replies
- 9
- Views
- 1,828
I just created a simple page with essential elements to see the problem with the toolbar of the collapsed panel.
The page is here:
http://www.get2getr.com/test.html
As you can see there's no... -
5 May 2009 6:54 AM
Jump to post Thread: search field disappear by dario
- Replies
- 9
- Views
- 1,828
I will asap. Thanks!
-
5 May 2009 6:49 AM
Jump to post Thread: search field disappear by dario
- Replies
- 9
- Views
- 1,828
With Ext2.2 I did not change hideMode (which therefore has the default value) and I got no problems at all
-
5 May 2009 6:29 AM
Jump to post Thread: search field disappear by dario
- Replies
- 9
- Views
- 1,828
Yes,
My code is much longer and full of irrelevant data...the relevant snippets are below.
Toolbar and tree (both trees have similar configuration), only their stores are different
myTree... -
5 May 2009 6:02 AM
Jump to post Thread: search field disappear by dario
- Replies
- 9
- Views
- 1,828
Hello
I'm converting my web app from ext 2.2 to ext3.0 (rc 1.1), it was quite easy but I have this problem: in the west panel of my viewport I have an accordion layout with a tree in each panel.... -
23 Nov 2008 5:28 AM
Jump to post Thread: xtype and setValue problem... by dario
- Replies
- 3
- Views
- 892
Animal you're perfectly right, this.fieldPlaceMarkName is an object.
Does it mean that if I want to use Lazy Instantiation with xtype, I can't access components methods or properties as I'd do if... -
23 Nov 2008 3:30 AM
Jump to post Thread: xtype and setValue problem... by dario
- Replies
- 3
- Views
- 892
Hi everybody
I have a form with 2 textfields which is shown into a window; fields values depend on some condition which changes at runtime. Everything works fine if I declare the fiels using... -
28 Oct 2008 5:07 AM
Jump to post Thread: Pointer Window by dario
- Replies
- 1
- Views
- 668
I'm also interested..any help?
-
27 Oct 2008 8:45 AM
Jump to post Thread: Trouble using google geocoder by dario
- Replies
- 2
- Views
- 1,198
Thanks Condor, now it works, problem solved! Thank you again
-
27 Oct 2008 8:18 AM
Jump to post Thread: Trouble using google geocoder by dario
- Replies
- 2
- Views
- 1,198
Hi everybody
In my web app I need to query google geocoder in order to find longitude and latitude of a given address. I managed to query google using a ScriptTagProxy but I can't find a way to show... -
5 Sep 2008 3:47 AM
Jump to post Thread: Handling json null by dario
- Replies
- 3
- Views
- 5,784
Thanks Condor, that perfectly worked!
Results 1 to 25 of 52
