Search Type: Posts; User: rdp
Search: Search took 0.02 seconds.
-
22 Mar 2011 5:47 AM
Jump to post Thread: Sencha + Phonegap orientation problem by rdp
- Replies
- 41
- Views
- 24,797
I found a solution to my error... this.setOrientation() cause an infinite WindowResize event. :)
-
22 Mar 2011 4:13 AM
Jump to post Thread: Sencha + Phonegap orientation problem by rdp
- Replies
- 41
- Views
- 24,797
I'm trying your code, but, when "orientationchange" occurs, it run an infinite loop and the application is blocking?
Do you know why?
my code:
app.js
Ext.regApplication({ -
22 Mar 2011 3:57 AM
- Replies
- 16
- Views
- 9,865
Sorry, but I can't setup this code in my project, maybe 'cause I don't know objective-c?
I received an error because supportedOrientations e webView are not defined. Where I must define them? And... -
10 Nov 2008 9:37 AM
- Replies
- 106
- Views
- 52,455
I've found a bug.
When you first load the demo page (http://efattal.fr/extjs/examples/boxselect/) and press 'backspace' there is an error:
this.lastValue is undefined (line 79)
When... -
28 Oct 2008 7:37 AM
- Replies
- 22
- Views
- 4,898
Yes in my case...
This is new version...
Sintapp.SiForm = Ext.extend(Ext.FormPanel, {
collapsible: true
, titleCollapse: true
,bodyStyle: 'padding:... -
27 Oct 2008 10:12 AM
- Replies
- 22
- Views
- 4,898
Well, I tryed some things.
When I first load the page, into beforecollapse handler, I've no values in input fields. Then I cannot understand why 'isDirty' is set to true and the values are set... -
27 Oct 2008 9:21 AM
- Replies
- 22
- Views
- 4,898
I didn't assigned false to this property. What is the default value? API don't show it...
-
27 Oct 2008 9:18 AM
- Replies
- 22
- Views
- 4,898
I've quoted my first post. I load data into forms simply setting 'value' property.
-
27 Oct 2008 8:37 AM
- Replies
- 22
- Views
- 4,898
Thank you... the things are very simple now! :D
But I have another problem. :-?
I noticed that 'isDirty()' returns true at the first rendering of the form. On previous code, I have 2 events... -
27 Oct 2008 7:34 AM
- Replies
- 22
- Views
- 4,898
Thank you! :)
While I was waiting for your reply... I checked the source code and I found that FormPanel constructor instantiate a 'form' var that is 'BasicForm'.
Then I tryed to write... -
27 Oct 2008 7:23 AM
- Replies
- 22
- Views
- 4,898
I've a lot of confusion. If I extend FormPanel, Do I have all the methods of BasicForm?
How I can access to all the method of BasicForm into my extended class? -
27 Oct 2008 4:40 AM
- Replies
- 22
- Views
- 4,898
mmm... i have some problems.
Sintapp.SiForm = function(config)
{
Ext.apply(this, {defaultType : 'textfield'
,tools : [{id: 'save', qtip: 'Salva'}]
,frame: true
,labelWidth : 150 -
27 Oct 2008 4:07 AM
- Replies
- 22
- Views
- 4,898
Many thanks! :)
If i remember well, I read a property in Record, but I didn't found it in 'FormPanel'... It was in BasicForm... :"> -
27 Oct 2008 3:33 AM
- Replies
- 22
- Views
- 4,898
Hi, I'm very new to ExtJs.
Using forms I've a question I cannot answer.
I've an accordion panel. Any accordion element is a form with a different ID ('Gruppo0', 'Gruppo1', 'Gruppo2'...). Thanks...
Results 1 to 14 of 14
