Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   NPC Scripting (https://forums.graalonline.com/forums/forumdisplay.php?f=8)
-   -   Does anyone use the GUI Editor? (https://forums.graalonline.com/forums/showthread.php?t=134258367)

Cubical 03-13-2010 03:17 AM

Does anyone use the GUI Editor?
 
Does anyone use the GUI Editor in Scripted RC? I don't, I find it easier to do it yourself. If no one uses it would it be possible to have it replaced by something else like say Mallard's particle editor or something? Although I personally wouldn't use it, it seems more useful than the current GUI Editor.

edit: or just add his Particle Editor and other useful things from the Code Gallery to it.

Deas_Voice 03-13-2010 04:46 PM

i use it, i'm too lazy making the gui by hand, but some stuffs are missing in it, so u gotta add some stuffs by hand anyway.

TSAdmin 03-13-2010 05:33 PM

I use it to design exactly how I want the GUI to look rather than doing it from scratch and constantly updating the WNPC just to get say Button1 exactly where you want it to be.

cbk1994 03-13-2010 05:57 PM

Avoid the GUI editor at all costs.

fowlplay4 03-13-2010 06:07 PM

Quote:

Originally Posted by cbk1994 (Post 1562255)
Avoid the GUI editor at all costs.

Why?

Whenever I do anything GUI my first drafts come from it.

salesman 03-13-2010 06:09 PM

It helped me learn when I was first starting out, but I don't ever use it anymore. Chris Vimes threatened me :(

cbk1994 03-13-2010 06:19 PM

Quote:

Originally Posted by fowlplay4 (Post 1562257)
Why?

Whenever I do anything GUI my first drafts come from it.

It generates crappy code, teaches poor practices (such as using position and extent), and generally creates ugly non-interactive GUIs. It's much easier to create them from scratch.

LoneAngelIbesu 03-13-2010 06:25 PM

I use it every time I'm making a new GUI layout that I've never made before. It's faster and less annoying than trial-by-error GUI creation. I tend to edit the code heavily, though.

fowlplay4 03-13-2010 06:38 PM

Quote:

Originally Posted by LoneAngelIbesu (Post 1562261)
I use it every time I'm making a new GUI layout that I've never made before. It's faster and less annoying than trial-by-error GUI creation. I tend to edit the code heavily, though.

Exactly why I use it, after editing the GUI Control names and adding controls that aren't supported I'm left with a perfectly fine GUI creation.

It'd be nice if it just used the normal width, height, and automatically set it to open in the center of the screen though. I find myself doing this every time with the generated code.

PHP Code:

new GuiWindowCtrl("Example") {
  
width 100;
  
height 100;
  
= (screenwidth width) / 2;
  
= (screenheight height) / 2;



Tigairius 03-13-2010 10:25 PM

Yes, I use it for first beginning a project, but then quickly stray away from it after I have a basic outline.

cbk1994 03-14-2010 06:33 PM

Quote:

Originally Posted by cbk1994 (Post 1562260)
It generates crappy code, teaches poor practices (such as using position and extent), and generally creates ugly non-interactive GUIs. It's much easier to create them from scratch.

Wondering if whoever felt the need to negative rep me for that would like to explain?

Cubical 03-14-2010 06:39 PM

Quote:

Originally Posted by cbk1994 (Post 1562506)
Wondering if whoever felt the need to negative rep me for that would like to explain?

It wasn't me but I like using extent.

Crono 03-14-2010 07:41 PM

Quote:

Originally Posted by cbk1994 (Post 1562506)
Wondering if whoever felt the need to negative rep me for that would like to explain?

cuz you never rep without an explanation rite?

Mark Sir Link 03-14-2010 08:33 PM

Quote:

Originally Posted by cbk1994 (Post 1562506)
Wondering if whoever felt the need to negative rep me for that would like to explain?

u mad

Admins 03-14-2010 08:57 PM

I'm sometimes wishing people would use it more often :D It produces nicer code than most scripters do, although it's true that it's more for prototyping.

Switch 03-14-2010 11:32 PM

I dislike it since I have to change just about as much in it as I would doing it on my own.

moondeath 03-15-2010 06:15 AM

I honestly had no clue it even existed. Though I haven't had RC on a server in over year and a half...but still I like making them on my own x_x


All times are GMT +2. The time now is 05:18 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.