Search Type: Posts; User: seltzlab
Search: Search took 0.01 seconds.
-
18 Sep 2011 12:32 AM
Jump to post Thread: Association model by seltzlab
- Replies
- 2
- Views
- 592
same problem for me
-
5 Sep 2011 1:02 AM
Jump to post Thread: Get current controller by seltzlab
- Replies
- 3
- Views
- 1,047
But I'd like to get the current controller, in example, from component inside a view associated to the controller. Is it possible?
I came from a sever-side MVC idea where one url is associated to... -
4 Sep 2011 6:07 AM
Jump to post Thread: Get current controller by seltzlab
- Replies
- 3
- Views
- 1,047
Hi all,
I'm trying to retrieve the actual controller I'm running in.
My application global name is "App", but when I try to
App.getController()
I get undefined.
So I understand that my App... -
18 Jun 2010 7:59 AM
- Replies
- 6
- Views
- 2,994
I get this done by putting a checkbox "show all" near my combobox (time is my enemy ;) )
@makana
I've not understand how make sure that my "show all" entry doesn't match the dataview's ... -
24 Apr 2010 8:29 AM
Jump to post Thread: drag'n drop in grid groupingview by seltzlab
- Replies
- 1
- Views
- 837
Hi all,
I'm trying to implement a drag'n drop to allow moving a row from a group to another of the same grid.
Here's the code I'm writing:
new Ext.grid.EditorGridPanel({
id:... -
13 Mar 2010 8:04 AM
- Replies
- 349
- Views
- 53,220
It seems that store.filter(fieldname, value) does nothing? Possible?
-
13 Mar 2010 7:36 AM
- Replies
- 349
- Views
- 53,220
Hi Makana! Thanks for your work! I'm especially using the SQLLite module, and apart from some misunderstanding with the class names, everything seems to work great (finally we get the pagination on...
-
13 Feb 2010 8:59 AM
Jump to post Thread: combobox beforeselect by seltzlab
- Replies
- 3
- Views
- 3,665
Hi all,
it seems that the beforeselect event of a combobox fires before the select event but the select event does not wait the beforeselect handler has returned.. it simply fire immediately after.... -
13 Feb 2010 7:57 AM
- Replies
- 6
- Views
- 2,994
This message was posted to the community help forum, but maybe its location is here...
Hi all, I have a combobox binded to a store. When I click an option a dataview below is filtered.
Here's a... -
11 Feb 2010 3:46 AM
- Replies
- 3
- Views
- 1,067
really nobody knows?
-
7 Feb 2010 8:58 AM
- Replies
- 3
- Views
- 1,067
Hi all, I have a combobox binded to a store. When I click an option a dataview below is filtered.
Here's a sample of what I'm doing:
new Ext.form.ComboBox({
id: 'mycombo',
typeAhead:... -
24 Oct 2009 1:57 AM
- Replies
- 6
- Views
- 3,784
No, because my file is placed in the applicationStorageDirectory, while ext-air want to search it in the applicationDirectory (I'm using ext 2.3). Or maybe there's a way to tell him to search the db...
-
18 Oct 2009 6:52 AM
Jump to post Thread: Adobe Air Frontend by seltzlab
- Replies
- 10
- Views
- 4,792
Hi! I still can't unzip the file... (under Linux)
Thanks! -
18 Oct 2009 1:08 AM
- Replies
- 6
- Views
- 3,784
I found where was the problem.
The file name I pass to the store is:
dbFile: air.File.applicationStorageDirectory.resolvePath('db/mydatabase.db')But watching inside ext-air.js I found that when... -
17 Oct 2009 3:11 AM
- Replies
- 6
- Views
- 3,784
Hi all, I'm new here.. I'm looking for a simple example to connect a Sqlite with an EditorGridPanel. This what I've done:
var mystore = new Ext.sql.SQLiteStore({
dbFile:...
Results 1 to 15 of 15
