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 ?
FAST tutorials for wxcrafter required !!!
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jan 02, 2015 7:28 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: FAST tutorials for wxcrafter required !!!
You sound in a hurry... slow downblueking 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 ?
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
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jan 02, 2015 7:28 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: FAST tutorials for wxcrafter required !!!
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.
I swear I would rather pay than read that boring book. Thats the most boring book in the whole world.
-
- CodeLite Plugin
- Posts: 819
- Joined: Wed Sep 03, 2008 7:26 pm
- Contact:
Re: FAST tutorials for wxcrafter required !!!
Hi,
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
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.700 pages of boring. I don't want to read it. How do I bypass it and just make my GUI ?
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
-
- CodeLite Curious
- Posts: 3
- Joined: Fri Jan 02, 2015 7:28 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: FAST tutorials for wxcrafter required !!!
Thanks David