Search Type: Posts; User: RobSmith
Search: Search took 0.02 seconds.
-
6 Oct 2009 11:39 PM
- Replies
- 3
- Views
- 3,094
What I had in mind was a base interface for both AIR and Titanium for the base functionalities in order to easily switch between the both of them. Or maybe a kind of adapter.
Writing a dektop... -
6 Oct 2009 4:44 AM
- Replies
- 3
- Views
- 3,094
This question was already asked some time ago but with no answers from anybody:
Are there any plans either by the Ext team or the community to build an Ext wrapper for the Appcelerator Titanium... -
5 May 2009 1:34 AM
Jump to post Thread: Scope when using air.Event by RobSmith
- Replies
- 1
- Views
- 1,515
Ok, here the solution:
try {
this.fireEvent('prebrowse', this);
objFileToOpen.browseForOpen('Select file', this._arrFileFilters);
objFileToOpen.addEventListener(air.Event.SELECT,... -
5 May 2009 12:56 AM
Jump to post Thread: Scope when using air.Event by RobSmith
- Replies
- 1
- Views
- 1,515
Maybe one of you out there has an idea how to solve the problem of scopes when using air events.
Here is the case:
I have a trigger field for browsing a local file. There are two air events... -
3 Apr 2009 3:20 AM
Jump to post Thread: Usergroup Germany by RobSmith
- Replies
- 5
- Views
- 1,546
Good idea. I live in Berlin, so Frankfurt is not too bad.
-
1 Apr 2009 1:11 AM
Jump to post Thread: Ajax Request Failure by RobSmith
- Replies
- 4
- Views
- 11,929
I make extensive use of Ajax calls in my AIR applications and had never such a problem. But I do not use the success and failure properties but instead the callback property to define one method...
-
31 Mar 2009 2:00 AM
- Replies
- 2
- Views
- 1,526
Did you try this, regarding the Template:
http://extjs.com/forum/showthread.php?t=29965 -
27 Mar 2009 7:01 AM
Jump to post Thread: New full animated Toast/Notify by RobSmith
- Replies
- 5
- Views
- 3,264
Sounds all very good, but to be honest, I expected the Ext.air.Notify class to do exactly what you listed up. I will just download your code, give it a try and participate in further enhancement if...
-
27 Mar 2009 6:24 AM
Jump to post Thread: New full animated Toast/Notify by RobSmith
- Replies
- 5
- Views
- 3,264
What exactly is the difference between your component and the Ext.air.Notify class. I did try neither the one nor the other but thought about implementing this feature to my application.
Thanks in... -
20 Mar 2009 3:35 AM
Jump to post Thread: Popup opening external html file by RobSmith
- Replies
- 1
- Views
- 1,342
Try using an iframe as content of the popup / window. You shouldthen be available to interact between the iframe and the parent window.
-
20 Mar 2009 3:31 AM
Jump to post Thread: combobox don't display values by RobSmith
- Replies
- 13
- Views
- 1,553
Try defining the tpl property for comboboxes to provide a template for the combobox list. See examples.
-
20 Mar 2009 2:22 AM
Jump to post Thread: ComboBox Select by RobSmith
- Replies
- 3
- Views
- 2,868
I copied your code and ran it successfully. Everthing works fine. The only thing, I let out was the renderTo config option. I had the same conditions here (Aptana, Adobe AIR, ExtJS 2.2). The combobox...
-
18 Mar 2009 6:59 AM
- Replies
- 1
- Views
- 1,910
The notify class did not make it into the 2.2.1 documentation.
Just download the current SDK and have a look to the file air/src/notify.js
It is not very much and also not hard to understand.
... -
11 Mar 2009 5:31 AM
Jump to post Thread: Zero value not displayed in grid by RobSmith
- Replies
- 9
- Views
- 1,138
I quickly checked wether the problem really regards the datatype and retrieved strings instead of integers. Now the 0 is displayed. Strange!
-
11 Mar 2009 5:22 AM
Jump to post Thread: Zero value not displayed in grid by RobSmith
- Replies
- 9
- Views
- 1,138
My mistake when posting. The record is defined by an array of strings:
["code", "Group1", "Group3", "Group3", "Group4", "Group5", "Group6", "Group7"]
It works for 200 dataset and all... -
11 Mar 2009 5:19 AM
Jump to post Thread: Zero value not displayed in grid by RobSmith
- Replies
- 9
- Views
- 1,138
In this case:
[code, Group1, Group3, Group3, Group4, Group5, Group6, Group7] -
11 Mar 2009 5:11 AM
Jump to post Thread: Zero value not displayed in grid by RobSmith
- Replies
- 9
- Views
- 1,138
Ok, we can give it a try. What I am doing here is building a PivotTable with Ext.grid.GridPanel, that means, based on a specified groupfield, all possible groups will be retrieved from server, and...
-
11 Mar 2009 4:50 AM
Jump to post Thread: Zero value not displayed in grid by RobSmith
- Replies
- 9
- Views
- 1,138
Is it known that the integer value 0 is not displayed in a grid? Is there an easy way to solve this issue without converting integer values to string?
Thanks in advance
Rob -
13 Feb 2009 7:17 AM
- Replies
- 8
- Views
- 9,998
I experienced the same problem when using panels which will be rendered later on (tab panel items). This indeed seems to be a problem for the sandbox security . As a workaround I would suggest to...
-
12 Feb 2009 3:59 AM
- Replies
- 8
- Views
- 9,998
Have a look at these threads regarding the template issue:
http://extjs.com/forum/showthread.php?t=45979
http://extjs.com/forum/showthread.php?t=32431 -
5 Nov 2008 6:32 AM
- Replies
- 4
- Views
- 3,679
Sounds a bit like an endless loop somewhere. Did you try to locate the memory leak by removing application parts (if that is possible).
-
5 Nov 2008 6:30 AM
- Replies
- 8
- Views
- 4,765
Ext.Msg.show({
title: 'Success',
msg: "foo",
buttons: Ext.Msg.YESNO,
icon: Ext.MessageBox.INFO
});
Works perfectly for me! -
5 Nov 2008 6:26 AM
- Replies
- 6
- Views
- 2,544
As far as I know is no stable Linux version of Adobe Air out there, is it?
-
17 Oct 2008 5:11 AM
Jump to post Thread: Accelerators for NativeMenuItem by RobSmith
- Replies
- 2
- Views
- 2,731
Thanks for sharing, guys!
-
9 Oct 2008 1:38 AM
- Replies
- 57
- Views
- 28,305
Did somebody tried Jaxer or CouchDb? Both seems to be interesting in combination with ExtJS. User experiences are welcome.
Rob
Results 1 to 25 of 102
