Dialogs Layout
DescriptionThere are many different dialogs the editor uses. These need lain out using wxFormBuilder just like the Database panels. All classes need to follow the same naming conventions and have events bound to them to be overridden in their derived classes.
PriorityMedium. They will provide much of the actual functionality to the editor.
PrerequisitesNone.
AssignedForeverZer0
Everything elseSimply follow the same conventions found in this (http://forum.chaos-project.com/index.php/topic,9667.msg144622.html) task.
I realize the full version of ARC will be lain out slightly different, but while working on the first RMXP emulator version of it, I have been making some very minor alterations here and there. I'm currently doing the Event Commands dialog, and I thought it could use a little reorganization, so I gave it a whirl. I kinda want some opinions because I realize that not everyone will be on the same page about this. Here's some screenshots of the dialog in action, tell me what you think:
(http://dl.dropbox.com/u/20787370/Pics/Page1.png)
(http://dl.dropbox.com/u/20787370/Pics/Page2.png)
(http://dl.dropbox.com/u/20787370/Pics/Page3.png)
(Don't mind the bland theme I'm using at the moment...)
you should actually make that a panel not a dialog. I'm planing on redesigning the event editor to a drag and drop interface for even the first version of ARCed witch won't use a dialog. even the common event panel in the database will use this new editor.
The dialog is really just a frame with a panel as the parent that I can copy everything out of in 1 second to make it a Panel.
just a thought but in VX they actually removed the wait moves complete button and added a check box in the move route command
Quote from: ForeverZer0 on September 27, 2011, 07:31:29 pm
The dialog is really just a frame with a panel as the parent that I can copy everything out of in 1 second to make it a Panel.
ok then :)
Woot-woot, finally finished! (God-damn there are a lot of dialogs in the editor...)
Moving this one to Finished Tasks. Will commit in a bit once I do some double-checking everything is there.
Good job, F0! :)
o: Awesome.
I'll make a quick video sometime for our Youtube/Facebook pages, and here.
Nothing special about them really, they are just resizable versions of RMXP's windows for the most part. These will be used in the first release or "Legacy" version of ARC, but ARC's full version will have some large changes/additions made to them for the new system.