Gamestudio Links
Zorro Links
Newest Posts
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 1,218 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
Hanky27, firatv, wandaluciaia, Mega_Rod, EternallyCurious
19051 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
GUID (Graphical User Interface Designer) for GS #204499
04/29/08 16:40
04/29/08 16:40
Joined: Mar 2005
Posts: 564
/www/europe/ germany/index.php
TSG_Torsten Offline OP

User
TSG_Torsten  Offline OP

User

Joined: Mar 2005
Posts: 564
/www/europe/ germany/index.php
Hi everyone,

Download Alpha Version
(Script Export Disabled)

last time I have thought about a tool which would make panel creation much easier. If you had already made complex menus, you may know that it is often confusing to set the position of the objects by coordinates.

Well, so I've started to develope a tool which should help you by setting panel values and set them at the right position.

First screenshots (don't be too critical, this is a result of less than 3 days of work ;\) )








Here is the current feature list of this tool:
-Saving and Loading projects
-Export projects (and the needed bitmaps) as a Script
-Load bitmaps from Files or create simple one-colored
-Copy a selected panel
-Remove panels
-Set alignment (Top, Center, Right), the code will also be written for you ;\)
-Scale Panels and rotate them
-Set different panel values like alpha, overlay, filter, and fade them by a specific color
-Project Files manager to select a specific panel object


Sorry, but I don't have any alpha version of it so far \:\(

But anyway, I would be very interested what do you think about such a tool.
And of course you could make some feature wishes (but I don't know if I could implement them ;\) )

Regards
TSGames

Last edited by TSG_Torsten; 05/02/08 23:43.
Re: GUID (Graphical User Interface Designer) for GS [Re: TSG_Torsten] #204506
04/29/08 17:02
04/29/08 17:02
Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
Ä°stanbul, Turkey
cool, if you can add somthing like comboboxes etc. it will even become cooler.


3333333333
Re: GUID (Graphical User Interface Designer) for GS [Re: Quad] #204509
04/29/08 17:11
04/29/08 17:11
Joined: Sep 2001
Posts: 120
Chicago, IL
Marcus729 Offline
Member
Marcus729  Offline
Member

Joined: Sep 2001
Posts: 120
Chicago, IL
I agree with Quadraxas

Re: GUID (Graphical User Interface Designer) for GS [Re: Marcus729] #204510
04/29/08 17:17
04/29/08 17:17
Joined: Feb 2006
Posts: 2,185
mpdeveloper_B Offline
Expert
mpdeveloper_B  Offline
Expert

Joined: Feb 2006
Posts: 2,185
and if you could make it where it resizes and repositions the panels when you change resolutions that would also be helpful \:D


- aka Manslayer101
Re: GUID (Graphical User Interface Designer) for GS [Re: TSG_Torsten] #204512
04/29/08 17:30
04/29/08 17:30
Joined: Mar 2008
Posts: 17
Kärnten, Austria
T
Tarandur Offline
Newbie
Tarandur  Offline
Newbie
T

Joined: Mar 2008
Posts: 17
Kärnten, Austria
It looks great, maybe you could add a option for drag and drop buttons,or textboxes.

Re: GUID (Graphical User Interface Designer) for GS [Re: Tarandur] #204529
04/29/08 18:38
04/29/08 18:38
Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
frazzle Offline
Expert
frazzle  Offline
Expert

Joined: Mar 2006
Posts: 2,758
Antwerp,Belgium
Nice tool there, you always come up with some very good ideas \:\) \:\)
Can't wait to play around with it ;\) ;\)

Cheers

Frazzle


Antec® Case
Intel® X58 Chipset
Intel® i7 975 Quad Core
8 GB RAM DDR3
SSD OCZ®-VERTEX2 3.5 x4 ; HD 600 GB
NVIDIA® GeForce GTX 295 Memory 1795GB
Re: GUID (Graphical User Interface Designer) for GS [Re: TSG_Torsten] #205018
05/02/08 23:51
05/02/08 23:51
Joined: Mar 2005
Posts: 564
/www/europe/ germany/index.php
TSG_Torsten Offline OP

User
TSG_Torsten  Offline OP

User

Joined: Mar 2005
Posts: 564
/www/europe/ germany/index.php
I've now published a small alpha version of it.

Download

Here are some infos you should know:
You can double-click on a panel and can write the "on_click" function (i've oriented this at c++ editors)
You can also manage your functions, that means different panels could have the same functions, so you can easier edit them. You can also remove a function or a panel by pressing "Del" while it is selected.
You can duplicate a panel by pressing CTRL+V
Move panels by using the mouse and drag/drop them or use arrow keys.

The tool does automatically make backups of your current project files.

Because it's just an alpha version I've disabled script export so far.

Please tell me what you like/don't like at the functions.
If you get problems, tell me them too ;\)

Regards
TSGames

Re: GUID (Graphical User Interface Designer) for GS [Re: TSG_Torsten] #205022
05/03/08 00:23
05/03/08 00:23
Joined: May 2005
Posts: 2,713
Lübeck
Slin Offline
Expert
Slin  Offline
Expert

Joined: May 2005
Posts: 2,713
Lübeck
I like it very much so far \:\)
What I want to see is a possibility to export to Lite-C and not only to C-Script.
It would also be very interesting to get a preview, but that will probably cause problems with the own functions...
For creating a menu there has to be the posibility to create several "pages" and the possibility to link between them through assigning predefined functions to the panels.
I don´t know, but you could probably allow to create buttons through recreating the panel with pan_create which will make some troubles for the preview but should at least work for the exportet code (within the editor it probably has to be done with panels).
I would prefer ctrl+d for duplicating and the possibility to delete on x as well but thats not really important ;\)

I like the overall control and look of your editor and hope that you will finish it because I am really fed with creating such panel stuff \:\)

Re: GUID (Graphical User Interface Designer) for GS [Re: Slin] #218338
07/28/08 06:41
07/28/08 06:41
Joined: Jun 2008
Posts: 11
Manila, Philippines
P
Polygon_Digital Offline
Newbie
Polygon_Digital  Offline
Newbie
P

Joined: Jun 2008
Posts: 11
Manila, Philippines
Hi do you have tutorial stuff like that on this program.

Thanks.


Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1