Search Type: Posts; User: runnersixty
Search: Search took 0.02 seconds.
-
4 Nov 2008 8:02 AM
- Replies
- 6
- Views
- 3,823
Same behaviour with Ext.form.DateField and hideTrigger=true in configuration
Guteman's fix works great for me. thanks. -
25 Sep 2008 12:12 AM
Jump to post Thread: ExtJS and json.js library by runnersixty
- Replies
- 0
- Views
- 1,054
This is for someone using json.js (http://www.json.org/js.html) like me and getting trouble with ExtJS 2.2
I used this library to encode and decode json data to/from server and all worked well until... -
19 Sep 2008 4:48 AM
Jump to post Thread: Ext.num() behaviour Ext 2.2 by runnersixty
- Replies
- 1
- Views
- 620
I noticed Ext.num() works if value to test is numeric, but doesn't if you pass a string.
Ie var myid = 655 is tested correctly, but var myid = '655' is not.
You have to use parseFloat(myid) to... -
16 Sep 2008 5:32 AM
- Replies
- 8
- Views
- 5,299
what if you put onclick='somecode' into the rendered div ?
-
16 Sep 2008 5:14 AM
- Replies
- 0
- Views
- 1,662
This works ok on IE, WebKit browsers and Firefox 2, but has weird onReady() behaviour on Firefox 3.0.1.
[CODE]!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"... -
1 Sep 2008 12:17 AM
Jump to post Thread: ExtJS and FireFox3 Issues? by runnersixty
- Replies
- 7
- Views
- 1,620
I upgraded today to Firefox 3.0.1 and found quirk in ExtJs app that works perfectly in both Ie7 and Firefox 2.
The first page is very simple and it is used for classical login fields; It show the... -
25 Jul 2008 9:43 AM
- Replies
- 322
- Views
- 179,584
thanks for the work.
I use this for map options:
just after this line
this.gmap = new GMap2(this.body.dom);
if(Ext.isArray(this.mapConfOpts)){ -
6 Jan 2008 8:18 AM
- Replies
- 4
- Views
- 1,427
Ok Condor you're quite right and some steps forward. Already pasted css into my code.
Every time I use Ext I'm surprised how great is this framework. Thanks all. -
1 Jan 2008 8:04 AM
- Replies
- 80
- Views
- 39,230
Any workaround splitted regions not working in ie6 when not in quirks mode ?
I found that on my box with 512MB and poor old Celeron 1.7 when you don't put a DOCTYPE performance is penalized (ie6);... -
31 Dec 2007 7:33 AM
- Replies
- 4
- Views
- 1,427
Solved (for me)
adding this :
<style>
.x-layout-split {
background-color: #DFE8F6;
}
</style>
does the trick here and splitted regions work in ie6.
Note that if you set color to transparent... -
25 Nov 2007 11:21 AM
Jump to post Thread: combobox insertAfter quirk by runnersixty
- Replies
- 0
- Views
- 591
I've existing html in which I want insert Ext.form.ComboBox.
I try to achieve this with insertAfter method, but only the textbox part of the component
is inserted, the image stay in another... -
16 Nov 2007 9:51 PM
Jump to post Thread: Start Menu for 2.0 Desktop by runnersixty
- Replies
- 722
- Views
- 355,332
In Safari (3.0.3 for Windows) I can't navigate between cells with keyboard, but I think this is a Ext issue.
Thanks for sharing your very impressive creation. -
3 Nov 2007 7:59 AM
">Jump to post Thread: how to fire button click by runnersixty
- Replies
- 2
- Views
- 2,578
thanks. It was so obvious...... :">
-
1 Nov 2007 8:39 PM
Jump to post Thread: how to fire button click by runnersixty
- Replies
- 2
- Views
- 2,578
needing to fire click event for a button i didn't see from api a button.click() or similar.
I found that button.handler() does the job.
Now: is this a workaround or it's the correct way to call the... -
1 Nov 2007 7:06 AM
Jump to post Thread: Documentation Bugs - Ext 2.x by runnersixty
- Replies
- 677
- Views
- 253,464
reference to Ext.FormPanel brings to a broken link. I think it should be Ext.form.FormPanel instead.
-
22 Oct 2007 12:30 AM
Jump to post Thread: replacing panels in tabpanels by runnersixty
- Replies
- 10
- Views
- 2,335
thank again.
Click on button Connetti -> Ok to alert (is testing stuff) -> a panel named 'Inizio applicazione' take place of 'Login' panel. At this point if you close this new panel Login panel... -
21 Oct 2007 9:28 PM
Jump to post Thread: replacing panels in tabpanels by runnersixty
- Replies
- 10
- Views
- 2,335
I'm fiddling with this code from three days now! For sure I ran it.
You can't run it from current location, that is only a repository for files. It is intended for 'save link as' and to be run from... -
21 Oct 2007 9:41 AM
Jump to post Thread: replacing panels in tabpanels by runnersixty
- Replies
- 10
- Views
- 2,335
If you are so patient... here's the code. You can click on Connetti button with any values in textfields... it's only a test.
http://www.webalice.it/dchiod/test.html
note: lines from 324 to 384... -
21 Oct 2007 9:13 AM
Jump to post Thread: replacing panels in tabpanels by runnersixty
- Replies
- 10
- Views
- 2,335
I've debugging on in IE so I think extra comma should be triggered as an error.
Same code it's ok on first call, I display correctly loginDiv, but when this is added again from ondestroy handler of... -
21 Oct 2007 6:51 AM
Jump to post Thread: replacing panels in tabpanels by runnersixty
- Replies
- 10
- Views
- 2,335
Thanks for quick answer, Animal.
I tried your suggestion, but it doesn't work yet... I tried with many methods while examining API, but no luck for now. I want underline that same code works in... -
21 Oct 2007 5:01 AM
Jump to post Thread: replacing panels in tabpanels by runnersixty
- Replies
- 10
- Views
- 2,335
I started from complexlayout in examples/layout directory to convert an application to using Ext (indeed to learn Ext first). After creating two Panels in the center region I want switch between them...
-
16 Oct 2007 6:30 AM
Jump to post Thread: Ext 2.0 GUI Builder [Update] by runnersixty
- Replies
- 183
- Views
- 128,859
Now I got error (the same error as before when local !!??) when trying http://tof2k.com/ext/formbuilder/
I erased cache here thinking to some js cached locally, but I still has error
f.SimpleCombo... -
16 Oct 2007 6:18 AM
Jump to post Thread: Ext 2.0 GUI Builder [Update] by runnersixty
- Replies
- 183
- Views
- 128,859
thanks tof, now it works.
-
16 Oct 2007 5:43 AM
Jump to post Thread: Ext 2.0 GUI Builder [Update] by runnersixty
- Replies
- 183
- Views
- 128,859
I'm trying to get it working locally. From html it seems like missing 2 files:
main.css
include.js
BTW I tried and I got js error: f.SimpleCombo is not a constructor... -
16 Oct 2007 5:21 AM
Jump to post Thread: Ext 2.0 GUI Builder [Update] by runnersixty
- Replies
- 183
- Views
- 128,859
AFAIK this is correct. Firefox behaves the same. Now you can drag some element in the black area. Try some layout to see if it works.
Results 1 to 25 of 26
