Search Type: Posts; User: austin1030
Search: Search took 0.03 seconds.
-
28 Mar 2013 11:59 AM
- Replies
- 1
- Views
- 105
Hi
I'm trying to use setReadOnly on form with field style so that users know certain fields' value can't be changeable. However, I'm having trouble to set the field back to original style.
... -
20 Feb 2013 7:27 AM
Jump to post Thread: Senchacon'13 registration by austin1030
- Replies
- 1
- Views
- 723
Hi
I don't know this is a right place to discuss about registering for Senchcon'13
I'm trying to register with my company credit card and the registration declines the payment.
"There is an... -
7 Feb 2013 1:33 PM
Jump to post Thread: TreePanel with loadMask by austin1030
- Replies
- 2
- Views
- 210
I want to load mask when data is loading for treepanel.
I'll try your method. -
7 Feb 2013 11:44 AM
Jump to post Thread: TreePanel with loadMask by austin1030
- Replies
- 2
- Views
- 210
Hi
I've been looking for a solution for loadMask on my TreePanel.
Since, I don't know which version, loadMask for TreePanel no longer works.
Here how I set up my code.
panel.js -
1 Jun 2012 8:45 PM
- Replies
- 3
- Views
- 545
vietits, I don't think this will work. It returns the root constructor in an array.
I tried to retrieve by
<TreeStore>.getRootNode().childNodes or
<TreeStore>.tree.root.childNodes which hope... -
31 May 2012 10:05 AM
- Replies
- 3
- Views
- 545
Hi
Does anyone know how to find total number of node on TreeStore when it retrieve data from the server side?
I like to fire an event "beforeload" so that I can give some of restriction.
If... -
20 May 2012 8:08 AM
Jump to post Thread: ExtJS 4: Grid Printer Plugin by austin1030
- Replies
- 64
- Views
- 23,711
I get this error
Uncaught SyntaxError: Unexpected number
Any idea? -
14 May 2012 9:21 AM
Jump to post Thread: Reloading any content on a tab by austin1030
- Replies
- 3
- Views
- 328
@Jay, thank for your respond. I was saying there is a way to re-render tab (whatever content each tab has). Actually I thought same way what you said. It is sort of not clear because reloading tab...
-
14 May 2012 5:42 AM
Jump to post Thread: Reloading any content on a tab by austin1030
- Replies
- 3
- Views
- 328
Hi
By calling
this.tab.add(...) will replace if there is same content already rendered.
By doing so, I notice the tabpanel removes current tab and add new content as a replacement.
Problem is... -
11 May 2012 6:04 AM
Jump to post Thread: Using Simple Tasks example by austin1030
- Replies
- 1
- Views
- 546
Hi
I'm trying to use Simple Tasks example into my tabpanel and not quite working.
I can get it to work but
autoCreateViewport: true
cause to show outside of tabpanel.
Any idea how I can... -
25 Apr 2012 7:11 PM
Jump to post Thread: Multiple tabs disappear by austin1030
- Replies
- 4
- Views
- 856
Apparently the problem was with grid in each tab. I had a column with an "id" which creating duplicate "id". So, when I close a tab, it close all tabs with grid that has same "id" in the column.
... -
25 Apr 2012 7:37 AM
Jump to post Thread: Multiple tabs disappear by austin1030
- Replies
- 4
- Views
- 856
Hi
I have multiple tabs (w/ unique id) built on ext-4.0 and since then any extjs release (now extjs 4.1) cause multiple tabs disappearing all together when I close one tab.
I get this error on... -
20 Apr 2012 9:27 AM
- Replies
- 1
- Views
- 375
Hi
Just to curious, is there a way to capture data like credit card using card swipe device with ST2?
If it is possible, can you point me where to get more information?
Thanks
Austin -
9 Apr 2012 5:22 AM
- Replies
- 7
- Views
- 1,490
Then is there another way to make this happen?
-
9 Apr 2012 4:04 AM
- Replies
- 7
- Views
- 1,490
Wonder if this ever been answered....
-
2 Apr 2012 5:39 AM
Jump to post Thread: localstorage vs localStorage by austin1030
- Replies
- 5
- Views
- 799
I didn't know localStorage is using HTML5 localStorage...so is that mean it is not Sencha native tool? Perhaps I'm better off using Sencha localstorage?
Right, I'm not using... -
2 Apr 2012 4:14 AM
Jump to post Thread: localstorage vs localStorage by austin1030
- Replies
- 5
- Views
- 799
I just found out that below code will work and prove that localstorage does persist data.
var store = Ext.getStore('storeid');
store.load(); // this is the key to retrieve saved data
//... -
2 Apr 2012 3:12 AM
Jump to post Thread: localstorage vs localStorage by austin1030
- Replies
- 5
- Views
- 799
Hi
I've been reading some of articles in this forum about the localstorage and got more confuse.
This is what I've been using it.
localStorage.setItem('name',value);
var data =... -
28 Mar 2012 2:00 PM
Jump to post Thread: date & time by austin1030
- Replies
- 6
- Views
- 635
Sorry, I don't understand what you mean.
Here what I think. The reason why calling 'task.delay(1000)' inside of 'Ext.util.DelayedTask' does not work is that by calling 'task.delay(1000)' will... -
28 Mar 2012 7:39 AM
Jump to post Thread: date & time by austin1030
- Replies
- 6
- Views
- 635
@landed: I have a card layout and like to show a live clock to use as a timestamp for their clock in/out process. This process only occur only on one of container in the card layout. Just to...
-
28 Mar 2012 5:46 AM
Jump to post Thread: date & time by austin1030
- Replies
- 6
- Views
- 635
It seems like inside call "task.delay(1000)" seems not do anything. It does not loop.
Any idea? -
27 Mar 2012 9:13 AM
Jump to post Thread: date & time by austin1030
- Replies
- 6
- Views
- 635
Hi
Is there a way to view current date and time in seconds...like live clock?
It would be helpful if you can point where I can start with it.
Thanks -
15 Mar 2012 6:42 AM
Jump to post Thread: NestedList: how to deselect?? by austin1030
- Replies
- 2
- Views
- 530
Hi
I have a nestedList docked on the left and a card panel on the right within a container.
What I want is how to clear selection on the nestedList when a button (like "cancel") clicked on the... -
4 Oct 2011 8:08 AM
- Replies
- 5
- Views
- 2,191
I thought I read some where saying that it has bug on rowEditing part. I couldn't get mine work even I followed the tutorial. Does anyone got this one work?
-
3 Oct 2011 12:18 PM
Jump to post Thread: Is extjs 4 "final" ? Really ? by austin1030
- Replies
- 9
- Views
- 1,708
I've been using extjs 4 since it came out because what I heard and learned from last Senchacon.
From last Senchacon, it was awesome what extjs 4 could do and how bright for my current project.
...
Results 1 to 25 of 67
