-
14 Jan 2011 12:12 PM #341
EXT Theme
EXT Theme
Thanks for the reply to my last issue. I am now doing pretty well with EXTJS and Air now.
I am using the gray theme for my application and my message boxes appear blue when using
Ext.air.Msg.show({});
-
16 Jan 2011 8:45 AM #342
It's a bug that is already fixed in svn. It will be available in the next version.
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
19 Jan 2011 6:25 AM #343
Another possible bug
Another possible bug
When using the Ext.air.Notify({})
i tried setting the html property, but when run the app it breaks.
Code:new Ext.air.Notify({ notify: false, hideDelay: 10000, alwaysInFront: true, width: 300, height: 100, title: 'New Sign In', html: '<p>Test</p>' });
-
19 Jan 2011 6:37 AM #344
Use the "msg" property instead!
Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
19 Jan 2011 6:44 AM #345
Thanks I got it working with the msg property, but I don't think html property should be in docs if you can't use it.
What would be the best way to add a button to the notify window?
-
21 Jan 2011 8:26 AM #346
the scroll bars show up blue when using the gray theme, is that a bug also?
-
24 Jan 2011 6:28 AM #347
-
24 Jan 2011 8:24 AM #348
Yes, this is a bug, too, that is already fixed in svn. Just like the html-Notify-docs-bug...
Waiting for the build, too. Almost 3 weeks now *grr*Programming today is a race between software engineers striving to build bigger and better іdiot-proof programs, and the universe striving to produce bigger and better idiots. So far, the universe is winning. (Rick Cook)
Enhanced ExtJS adapter for Adobe AIR
-
25 Apr 2011 12:20 PM #349
Than for the codes buddy. It proved very useful for me.
-
25 Apr 2011 12:22 PM #350
Than for the codes buddy. It proved very useful for me.Keep it up !


Reply With Quote