Search Type: Posts; User: sierk
Search: Search took 0.04 seconds.
-
17 Jan 2010 12:31 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Because lake of time and version 3 that will have a builder I decided not to continue. Also not that as of version 2.x the code is totaly different from the original of tof.
-
1 Nov 2009 10:44 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Chris,
Code is same but now we use apply function
onRender : function(ct, position){
Ext.ux.JsonPanel.superclass.onRender.call(this, ct, position);
var um = this.getUpdater();
... -
1 Nov 2009 10:43 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Hi,
The code changed, we implemented a Apply function which is called from the code. So the effect is the same but you can also apply code without calling the onrender.
onRender :... -
8 Feb 2009 11:06 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
2.0 has been build up form scratch in arround 100 hours.
Sierk -
8 Feb 2009 10:46 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
You can check out the version on subversion
svn://svn.webblocks.eu/GuiDesigner/
user : guid
password : guidesigner -
8 Feb 2009 12:37 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Will add a code fix for this property type, are there more of these types ?
Sierk -
8 Feb 2009 12:33 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
All,
It has been a long time, before i had the time to make some fixes. So i started again and solved the select problem. People who know how to use svn can download version 2.1.1 others have to... -
4 Dec 2008 9:34 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Bug tracker is running on port 8000 on my server and works fine when i test it with my chrome. 0.4.154.29. Please try to connect directly to bugtracker to see if it works better
... -
29 Nov 2008 2:10 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
What wrong is that there is a internal error, a variable el has no value causing the error, that item is not redrawn. When hitting the refesch button it is. I will create a bug for this and will try...
-
22 Nov 2008 8:48 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Finaly version 2.1.0 is release 'Visual Resize and New JsonParser'
A compressed version of designer is added (Ext.ux.guid.plugin.Desginer-all.js)
Added a new json parser therefor begin and... -
6 Oct 2008 8:53 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Copy of elements or group of elements can be done by starting a drag with shift holding down. This will start clone mode. You have to have shift pressed before starting drag in version 2.0.x as of...
-
5 Oct 2008 8:46 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Hi,
The code tree is only there to edit hidden components. Because compared to formbuilder each field in the designer can be visual moved or cloned by dragging it. Also we are going to add inline... -
4 Oct 2008 2:41 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Hi all,
It has been a while but i almost finished version 2.1.0. This is version has a number of new features and a large number of bug fixes. Before i want to release the version in general i am... -
20 Sep 2008 9:50 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Hi,
I know that in the current version there are some path problems. The current code tries to construct the path by going trough the loaded java files. This will change, with a lot of other... -
6 Sep 2008 10:55 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Thanks for your bug, have fix this in version 2.1.0. For now you can just hit the refesh button to redraw and it is display correctlty. Or implement the fixed.
/**
* redraw an element with... -
5 Sep 2008 10:43 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Thanks added it to the new version i am workin on Version 2.1.0:
The following stuff have allready been added to this version
Visual resizing of elements
Visual moving of element within... -
3 Sep 2008 8:50 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
You can force the toolbox to show up in any location that can contain a window. Moving it to a other container. The container must be called toolbox in id.
Sierk
See example in index.html and... -
24 Aug 2008 9:53 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Hi all,
I finally started the documentation cycle for version 2.0.x of the GuiDesigner. I have started documenting the code but find it also handy to add some examples of real usage to the... -
22 Aug 2008 5:54 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
I have no experiance with IIS7 so cannot really help. But what i know is that if you run the Designer by using a webserver you don't need localXHR so just remove it. LocalXHR is there so that you can...
-
18 Aug 2008 9:20 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Your wiches and bug are put on the change list, but where not implementend. The problem with double encoded tags will be removed in next release. But needs a little more testing before releasing....
-
15 Aug 2008 6:52 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
All,
The holiday season is over so i started again to make code changes to the Gui designer. The new version is still missing the full documentation as i planned. But because of the number of... -
10 Aug 2008 6:51 AM
- Replies
- 3
- Views
- 1,385
All,
I have read the thread of mystix but the solution there did not work in the designer. This is also where i found the problem and had to come up with a solution. When you want to design a form... -
10 Aug 2008 5:13 AM
- Replies
- 3
- Views
- 1,385
Hi all,
In one of my projects the GuiDesigner i found out that there is something wrong with the Ext.FormPanel. When you create a form without any items, which can happen when for example use my... -
6 Aug 2008 8:49 PM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
Thanks for this feedback,
The window idea i like and will see how to make this available as a option in the designer.
Chaning xtype is not so easy, this because the json is parsed in one go.... -
26 Jul 2008 4:50 AM
Jump to post Thread: Ext 2.0 Gui Designer by sierk
- Replies
- 257
- Views
- 200,816
When you use the basic designer files are store in cookies. You can use plugins to save you files to file system. Only works when you use a webserver and is till under development. The first PHP...
Results 1 to 25 of 119
