Page 1 of 1
FAST tutorials for wxcrafter required !!!
Posted: Fri Jan 02, 2015 7:31 pm
by blueking
Using codelite + wxcrafter. Wheres the bible guide ? or the best online course ? Need to create a GUI fast.
Also who here is looking for work ?
Re: FAST tutorials for wxcrafter required !!!
Posted: Fri Jan 02, 2015 7:39 pm
by eranif
blueking wrote:Using codelite + wxcrafter. Wheres the bible guide ? or the best online course ? Need to create a GUI fast.
Also who here is looking for work ?
You sound in a hurry... slow down
wxCrafter assumes that you have some wxWidgets knowledge (if not, then you should read the wxWidgets book)
There are 2 tutorials I wrote when I first released wxCrafter:
http://codelite.org/LiteEditor/WxCrafterHelloWorld
http://codelite.org/LiteEditor/WxCrafterDVCCustomModel
the screenshots are from an earlier versions of wxCrafter, but the concept remains
Eran
Re: FAST tutorials for wxcrafter required !!!
Posted: Fri Jan 02, 2015 8:02 pm
by blueking
That book, Cross-Platform-Programming-wxWidgets. Wow that looks boring. 700 pages of boring. I don't want to read it. How do I bypass it and just make my GUI ?
I swear I would rather pay than read that boring book. Thats the most boring book in the whole world.
Re: FAST tutorials for wxcrafter required !!!
Posted: Fri Jan 02, 2015 8:10 pm
by DavidGH
Hi,
700 pages of boring. I don't want to read it. How do I bypass it and just make my GUI ?
The 'updated version' of the book is/are the samples that come with the wxWidgets source. They also have the advantage that you can concentrate on the ones that are relevant to your program.
As for wxCrafter, it's fairly intuitive. Start with a CodeLite workspace and add a project with a gui template (frame or dialog) that uses wxCrafter. Then start clicking
There's also #codelite for quick help with particular issues.
Regards,
David
Re: FAST tutorials for wxcrafter required !!!
Posted: Fri Jan 02, 2015 8:12 pm
by blueking
Thanks David