Search Type: Posts; User: piroman
Search: Search took 0.02 seconds.
-
10 Apr 2012 1:11 AM
Jump to post Thread: Detecting scroll event in 4.1? by piroman
- Replies
- 1
- Views
- 612
hi
i trying for few days to detect the scroll event on a component (panel) in ExtJS 4.1 and i have no luck, all the solutions on the forum for <4.0 doesnt work
thanks -
21 Apr 2010 9:07 AM
- Replies
- 1
- Views
- 1,701
Hi
As far as i know Adobe Air is a free runtime library, if you want to sell your application based on Ext + Adobe Air, the only thing restricting you will be Ext license (you need to buy one),... -
16 Apr 2010 8:26 AM
- Replies
- 349
- Views
- 53,228
this is the archive that i downloaded yesterday, i put just the debug file ;)
-
16 Apr 2010 3:25 AM
- Replies
- 349
- Views
- 53,228
ok i see now there is a 200k Ext-air-debug file
thanks for the update -
15 Apr 2010 12:32 PM
- Replies
- 349
- Views
- 53,228
hi
did u downgraded the adapter, i see that the file version is 150k instead of 195k, im getting weird results on the 1st run with Ext.air.Window when im using chrome: none, transparent?
i... -
12 Apr 2010 8:28 AM
- Replies
- 349
- Views
- 53,228
thanx
i tried to suggest to include those in the adapter :D
but i realize that you cant add all the possibilities , so i guess for strange date formats you need to add them in the base... -
11 Apr 2010 1:28 AM
- Replies
- 349
- Views
- 53,228
there is no problem i just told you whats causing the error, i can add them im my app before dom ready
-
11 Apr 2010 1:11 AM
- Replies
- 349
- Views
- 53,228
i dont think you precompile dates are enough, because i still get that security error
i commented out my precompiled dates and doesnt work, if i let them all is ok, here are my precompile formats:... -
10 Apr 2010 11:08 AM
- Replies
- 349
- Views
- 53,228
lol
format 'M Y' is not in your precompiled formats, this is very used i guess -
10 Apr 2010 10:42 AM
- Replies
- 349
- Views
- 53,228
ok i think i found it,
it was in a plugin called MonthPicker (attached), when i comment that plugin all works fine, but whats strange is that i cannot find those formats in the plugin
here is... -
10 Apr 2010 10:13 AM
- Replies
- 349
- Views
- 53,228
here is a test part of the chart that im using, but this one doesnt cause problems, so i didnt find any method to get it out from my app
var test = new Ext.Window({
... -
10 Apr 2010 9:55 AM
- Replies
- 349
- Views
- 53,228
nope i dont use them, i cant find them anywhere in my app either in the ext-all-debug.js file, also i told you with 3.1.1 version is working fine without needing to precompile those 2
-
10 Apr 2010 9:41 AM
- Replies
- 349
- Views
- 53,228
hmmm
seems i cant get out a standalone example from app context, but i guess you should include those formats in your precompile function -
10 Apr 2010 5:18 AM
- Replies
- 349
- Views
- 53,228
i just put an alert before the error line and i saw the date formats
-
9 Apr 2010 9:46 AM
- Replies
- 349
- Views
- 53,228
yes because i use your precompiled dates and when im trying to render charts i get that security error, so i debugged the ext-all-debug to display which format is causing that problem, and i saw when...
-
9 Apr 2010 6:10 AM
- Replies
- 349
- Views
- 53,228
ok bug was
M Y H
m/d/Y H
precompiled dates when you try to use charts, i guess somewhere in the code it uses those formats
i guess you should add those formats to your precompile... -
9 Apr 2010 2:55 AM
- Replies
- 349
- Views
- 53,228
all my dates are precompiled but i still get that error
so here is my precompiled before dom ready event
Date.precompileFormats('y|Y-m|m|d|D|Y|F|M|F Y|M Y|M y|f Y|Y/m/d H:i|m/d/Y|m/y|m Y|D d M... -
8 Apr 2010 12:02 PM
- Replies
- 349
- Views
- 53,228
Extjs 3.2 is released im getting lots of errors like
Error: Adobe AIR runtime security violation for JavaScript code in the application security sandbox (Function constructor)
when im using... -
31 Mar 2010 5:01 AM
- Replies
- 349
- Views
- 53,228
just a quick suggestion, if u doing it more extensible, you can replace onInit event with initComponent and run all the init code in there,
also right now i can't do things like:
this.tbar =... -
30 Mar 2010 9:03 AM
- Replies
- 349
- Views
- 53,228
im using it like this
onInit: function(win, Ext) {
Ext.QuickTips.init();
this.initComponent();
}
initComponent is my method in the current class and i get the... -
30 Mar 2010 2:25 AM
- Replies
- 349
- Views
- 53,228
is working fine thanx.
one more small request:
can you add initComponent to Ext.air.Window so i can extend initialize some stuff in that function? -
29 Mar 2010 1:21 PM
- Replies
- 349
- Views
- 53,228
yeah you should do :D
thanx for your work -
29 Mar 2010 1:00 PM
- Replies
- 349
- Views
- 53,228
this seams like a little hardcoding to me because you need to run the Ext.QuickTips.init(); in a html file so the fileQuery can find it. it would be nice if i can call that methon in onComplete event...
-
29 Mar 2010 11:40 AM
- Replies
- 349
- Views
- 53,228
my guess is that you need to run
Ext.QuickTips.init();
in the new window because i run it manually in the main native window
if you add -
29 Mar 2010 11:31 AM
- Replies
- 349
- Views
- 53,228
thanks
code works perfectly
the thing is i want to add a toolbar to the that window with back, forward, home buttons, all is working perfectly with Ext.Window even the handlers for back and...
Results 1 to 25 of 105
