[wx-discuss] Re: Hoyle reviews wxWidgets
Julian Smart
julian at anthemion.co.uk
Tue Mar 7 06:40:07 PST 2006
I think making the demo depend on DLLs is over-complex,
especially as it will only compile for a subset of builds.
I don't see anything wrong with a hard-wired set of pages,
albeit coded in separate files with a simple module system to
add these demos to the main app (the app could run through
all available wxModule objects, casting to wxDemoModule
and calling the appropriate initialization if non-NULL).
Regards,
Julian
At 14:26 07/03/2006, you wrote:
>Jokes aside though (I'm sure someone has a better idea then me just
>blantently copying wxPython :)), my idea was instead of the _treeList
>thing/list of initial items in the treectrl on the left side was to load
>items into the treectrl based upon what is in the current and lower
>directories, like:
>
>extra_controls
> media
> media.dll
>
>Then it adds the "extra controls" and "media" items and then when the
>"media" item is clicked it loads media.dll for the demo in the notebook...
>
>Yeah I know that is probably a terrible idea but I thought I'd throw it
>out there as that is what I currently have but it seems confusing...
==============================================================================
Julian Smart julian at anthemion.co.uk
28/5 Gillespie Crescent, Edinburgh, http://www.anthemion.co.uk
Midlothian, U.K., EH10 4HU +44 (0)131 229 5306
Writer's Cafe: power tools for writers http://www.writerscafe.co.uk
HelpBlocks: HTML help authoring http://www.helpblocks.com
DialogBlocks: cross-platform dialogs http://www.anthemion.co.uk/dialogblocks
==============================================================================
---------------------------------------------------------------------
To unsubscribe, e-mail: wx-discuss-unsubscribe at lists.wxwidgets.org
For additional commands, e-mail: wx-discuss-help at lists.wxwidgets.org
More information about the wx-discuss
mailing list