Search Type: Posts; User: tomlobato
Search: Search took 0.02 seconds.
-
9 Mar 2012 8:02 AM
Jump to post Thread: simFla.ux.plugins.signaturePad by tomlobato
- Replies
- 54
- Views
- 20,612
For who is trying to get signatures in ext/st/st2, I found a good solution, but out of the Ext world: http://thomasjbradley.ca/lab/signature-pad/. It is easy to use it inside sencha...
The html.... -
26 Feb 2012 7:44 PM
Jump to post Thread: Localization official howto? by tomlobato
- Replies
- 4
- Views
- 841
Please, can you show us how you used onReady to set localization?
I searched a lot and could not found how to do it. -
23 Jan 2012 7:59 AM
- Replies
- 2
- Views
- 616
I made based on the examples. But editable feature only works in the example, not on my app.
I will try to run the same code outside my app, then I report here.
Thank you. -
22 Jan 2012 10:25 AM
- Replies
- 2
- Views
- 616
editable.html example works fine, but after insert the grid into my app the "editable" feature stop to work.
I `ve noted that itemdoubletap and itemtap in Editable.js lines 8 and 9 are not fired.... -
26 Dec 2011 4:59 PM
- Replies
- 1
- Views
- 343
Is it possible?
When tapping disclose icon, the deselect event is fired before disclose event, so I cannot simply return a false on deselect if I don`t know if the disclose was tapped.
Is there... -
26 Dec 2011 7:31 AM
Jump to post Thread: Store callback works? by tomlobato
- Replies
- 4
- Views
- 883
Ok, via constructor it works.
Thank you. -
25 Dec 2011 9:10 AM
- Replies
- 1
- Views
- 435
I had to change sencha-touch-2.0.0-pr3/sencha-touch-all-debug.js line 46682:
Ext.fly(items[items.length - 2]).addCls(footerClsShortCache);
to
Ext.fly(items[items.length -... -
25 Dec 2011 7:59 AM
Jump to post Thread: Store callback works? by tomlobato
- Replies
- 4
- Views
- 883
I`m using below store with no problems but its load event callback is never called.The list using the store is loaded normaly.
Also I tried to define the callback on the load call: ... -
6 Nov 2011 2:02 PM
Jump to post Thread: simFla.ux.plugins.signaturePad by tomlobato
- Replies
- 54
- Views
- 20,612
Great! On sencha touch version 1 it works perfectly.
Is there some version for sencha touch 2? -
6 Nov 2011 1:59 PM
- Replies
- 5
- Views
- 4,606
> Great! On sencha touch version 1 it works perfectly.
> Is there some version for sencha touch 2?
Moved to own plugin forum thread:... -
28 Oct 2011 3:01 PM
Jump to post Thread: Documentation Content Bugs by tomlobato
- Replies
- 141
- Views
- 13,412
To get the example working (6/nov/2011)...
Ext.define('Animal',{
config:{ name:null},
speak:function(){ alert('grunt');}
});
just after config: {name: null}, add:
... -
19 May 2011 6:22 AM
Jump to post Thread: Ext Direct and Rails by tomlobato
- Replies
- 1
- Views
- 1,578
I`ve searched about to run ext direct with rails but I`m not sure about rails and ext supported versions and its real activity now. To resume my questions:
1) Can I run ext 4 direct with rails 3?... -
21 Jan 2011 4:23 AM
- Replies
- 302
- Views
- 157,506
Hi Condor, I understand.
A workaround for me would be to have specific columns (the locked) with header of height=0.
Is it possible? -
20 Jan 2011 2:08 PM
- Replies
- 302
- Views
- 157,506
Hello! Congratulations, it is a excellent port!
I`m using this by some time, but now I noted that running on chrome there is a little problem.
The locked columns gets a margin on top. Look the... -
12 Aug 2010 8:01 PM
Jump to post Thread: Grids inside tabpanel by tomlobato
- Replies
- 5
- Views
- 621
After some try and error (testing several methods of tabpanel and gridpanel), I found that .syncSize() on the grid makes it shows up. So, I just added the listener ...
listeners: {
... -
12 Aug 2010 4:31 AM
Jump to post Thread: Grids inside tabpanel by tomlobato
- Replies
- 5
- Views
- 621
Hi ivone_tarigan,
sorry if I was not clear.
Well, the grid on tab 'Parentes' is not displayed.
Below fields 'Treinando', 'Apelido' and button '+' it should display the grid.
21932 -
11 Aug 2010 9:14 PM
Jump to post Thread: Grids inside tabpanel by tomlobato
- Replies
- 5
- Views
- 621
I have two grids inside two different tabs of a tabpanel. Only the one (Telefones & Emails) that is in the first active tab (activeTab : 0) appears. I already use the deferredRender: false and...
-
20 Oct 2009 6:39 PM
Jump to post Thread: Check extjs object types by tomlobato
- Replies
- 2
- Views
- 7,063
perfect!
thank you, hendricd! -
20 Oct 2009 6:00 PM
Jump to post Thread: Check extjs object types by tomlobato
- Replies
- 2
- Views
- 7,063
Hello!
How to check if object is a extjs store?
typeof() and Ext.type() returns only "object". -
2 Aug 2009 2:38 PM
Jump to post Thread: textfield/textarea char counter by tomlobato
- Replies
- 4
- Views
- 1,304
This is my textfield. The keyup event calls a function that gets the length of the text.
I need to put a div or span beside the textfield so I can insert value into its innerHTML.
But how to create... -
2 Aug 2009 7:27 AM
Jump to post Thread: textfield/textarea char counter by tomlobato
- Replies
- 4
- Views
- 1,304
hi mjlecomte.
I know this example, but my form has no bbar,
and also, for another reasons, I really need to know how to position
simple divs beside fields. -
2 Aug 2009 6:19 AM
Jump to post Thread: textfield/textarea char counter by tomlobato
- Replies
- 4
- Views
- 1,304
Hello!
I need to put a char counter beside these fields.
I checked the keyup event and I can count it, but don`t know how to
create and position a div with the number.
I need to know how to... -
10 Jul 2009 10:46 AM
- Replies
- 0
- Views
- 849
I trying to validate this field, but cant do it properly.
When using validator (//commented below), it is ignored. When using allowBlank: false, it warms wheter the field is blank or not.
I think... -
5 Jun 2009 5:44 AM
Jump to post Thread: Upgrading to Ext 3 by tomlobato
- Replies
- 79
- Views
- 70,634
http://extjs.com/forum/showthread.php?p=318574#post318574
Id like to understand what jamesc mean by custom layouts. Is
column layout such a custom layout? -
4 Jun 2009 7:27 AM
Jump to post Thread: Upgrading app to Ext3 by tomlobato
- Replies
- 11
- Views
- 3,859
What is exactly "custom layout"? I use column layout in some parts of the code. Is it bad for ext3 compatibility?
Results 1 to 25 of 114
