Search Type: Posts; User: jvolt
Search: Search took 0.03 seconds.
-
20 Dec 2010 6:41 AM
Jump to post Thread: [FIXED] Export problem by jvolt
- Replies
- 9
- Views
- 1,551
I've got problems to export my projects.
I'm working for a long time on a project and it can't be exported anymore (after update 1.0.3.0).
It's not valid for new projects, it export new... -
13 Sep 2010 6:53 AM
- Replies
- 7
- Views
- 2,298
I'm not using quotes, the Ext Designer put the quotes automatically.
i.e:
I type:
{
load: Text.getText,
submit: Text.setText
}
When i reopen the Ext Designer and export my project it saves: -
10 Sep 2010 6:08 AM
- Replies
- 7
- Views
- 2,298
Weel, it was working very well before that last updates....
My form api properties get quotes when I export my projects.
Let me explain as that happen:
Open the project (it says direct... -
22 Jul 2010 11:32 AM
Jump to post Thread: Validator for textFields by jvolt
- Replies
- 10
- Views
- 1,589
Thanks very much jarred. That works exactly as before!
-
22 Jul 2010 5:01 AM
- Replies
- 22
- Views
- 2,629
Well, still everytime I open the Designer all api's get the value '{}'. =(
-
21 Jul 2010 11:13 AM
Jump to post Thread: Validator for textFields by jvolt
- Replies
- 10
- Views
- 1,589
Well, that haven't same action. I want a mask to replace the typed text for a formatted one. ie. While the user type "1234567" the field receive the value (12) 3456-7.
The examples at:... -
20 Jul 2010 11:15 AM
Jump to post Thread: Validator for textFields by jvolt
- Replies
- 10
- Views
- 1,589
Hello,
I'm trying use the property "validator" on textFields but that isn't available.
I've used some functions to "mask/format" some fields, but using the Designer I'm not able.
i.e:
... -
14 Jul 2010 6:34 AM
- Replies
- 22
- Views
- 2,629
jarred, there's a litle problem...
That is working fine, but if I close the Ext Designer and re-open that says "Successfully updated Ext.Direct API" but for some reason when I export the project... -
13 Jul 2010 5:29 AM
- Replies
- 22
- Views
- 2,629
Thanks very much jarred!
Now it works!
Your api.php isn't that one in the ExtJs 3.2.1 public release, it was why didn't work here, I was using the 3.2.1 public release direct example api.php...... -
11 Jul 2010 5:58 AM
- Replies
- 22
- Views
- 2,629
Settings: http://img696.imageshack.us/img696/6061/settingss.png
If i try a wrong url: http://img138.imageshack.us/img138/2483/errorsettings.png
Config: ... -
9 Jul 2010 5:13 AM
- Replies
- 22
- Views
- 2,629
I gave up trying configure the API, that just don't work for me. The Ext Designer keep putting '' to api property.
api: '{
load: User.getUser,
submit: User.setUser
}',
My config is as i... -
8 Jul 2010 10:45 AM
- Replies
- 22
- Views
- 2,629
Thanks =D
-
8 Jul 2010 6:54 AM
- Replies
- 22
- Views
- 2,629
jarred! I discovered what's the paramOrder bug!
Just try put 'id' in paramOrder....
I got a single param, and its called id. When i type "id" in paramOrder -> leave the field, select another... -
8 Jul 2010 6:48 AM
Jump to post Thread: [FIXED-167] Can't preview Window by jvolt
- Replies
- 4
- Views
- 1,050
In my case its because it generate the api property between ''.
-
7 Jul 2010 10:36 AM
- Replies
- 22
- Views
- 2,629
Well, sorry i forgot to comment about my ip range. The 155.102.177.0 is my network, the 155.102.177.55 is a machine in the network, "my test server". So don't need use any proxy server, anyway...
-
7 Jul 2010 8:13 AM
- Replies
- 22
- Views
- 2,629
About the paramOrder: I just don't know what caused that, but i didn't put 'ext-gen2' as paramOrder. The paramOrder property was <null> before i update the program.
About the settings: I had that... -
7 Jul 2010 7:47 AM
- Replies
- 22
- Views
- 2,629
Yes, that happens with the api property too.
I needed change all forms because changed one of them then all got same api value.
I don't know why... -
7 Jul 2010 6:15 AM
- Replies
- 22
- Views
- 2,629
The new version export the form api between ''.
ie:
[...]
xtype: 'form',
layout: 'column',
frame: false,
buttonAlign: 'right',... -
7 Jul 2010 5:57 AM
- Replies
- 3
- Views
- 1,072
Same problem here
-
5 Jul 2010 11:50 AM
Jump to post Thread: When? by jvolt
- Replies
- 0
- Views
- 578
When Ext Designer will be updated to fix the ' bug?
Everytime i need close, re-open put off the ' when there's a call to a DirectFn.
The Datefield and Timefield also got errors, both dont... -
7 Jun 2010 7:17 AM
Jump to post Thread: quotation marks by jvolt
- Replies
- 1
- Views
- 1,537
Please remove the quotation marks from:
1. form api
2. store directFn
It has been hard, i got a big project and need edit alot of files on every re-export =(
ie:
api: { -
31 May 2010 4:24 AM
Jump to post Thread: Ext Designer export by jvolt
- Replies
- 4
- Views
- 1,394
understood jarred.
Thanks! =] -
30 May 2010 6:26 PM
Jump to post Thread: Ext Designer export by jvolt
- Replies
- 4
- Views
- 1,394
Got the answer to the question number 2 here:
http://www.extjs.com/forum/showthread.php?99295-3.2.1-DirectStore-and-Designer-directFn.directCfg-undefined&highlight=DirectCfg
(That was right, i... -
30 May 2010 7:46 AM
Jump to post Thread: Ext Designer export by jvolt
- Replies
- 4
- Views
- 1,394
Imagine a window with a grid that uses a store.
When I use Ext Designer to draw it, six files are created in the same directory of the *. xds.
Question number one. What to do with the files... -
29 May 2010 1:46 PM
Jump to post Thread: Namespace support: Ext.ns("Myapp"); by jvolt
- Replies
- 4
- Views
- 8,505
Aw ok, thanks jarred
Results 1 to 25 of 42
