ok for one...
I must say I'm a noob at classes,
but have made some pretty good apps using nothing but functions.
I'd like to get into classes though, and every time I try,
I end up misunderstanding 1 or 2 things and messing the whole thing up... <:\
can I get some help with my current app though??
(I want it to be as conveinent as only 3 steps)
here's what it looks like:
http://lh5.ggpht.com/-dbdZVoXdr1s/TnOcWcOc7TI/AAAAAAAADg4/G2TI5DkvULQ/Universal%252520Model%252520Converter%252520v2.0.png
^(the GUI was made in MS paint... but that's the final look I want)
yes... it's a simple model converter...
(well... anything but simple)
the conversion methods update based on the plugins that are associated with the import and export filetypes
(since 2 or more plugins can associate with the... say .DAT format)
some data formats are so similarly different that a simple comparison won't work in certain circumstances.
anyways...
that aside, we have the plugin settings.
this was originally an idea for a popup GUI...
but certain realizations have changed it to using predefined classes for creating the buttons and widgets.
(instead of writing a ton of code for a single GUI)
a function will need to be provided for the class references for the GUI
(for both import and export)
so can I get some help?? (:>
if you have any Q's, feel free to ask :)