FAST tutorials for wxcrafter required !!!

Post here wxCrafter related issues / features / bugs
blueking
CodeLite Curious
Posts: 3
Joined: Fri Jan 02, 2015 7:28 pm
Genuine User: Yes
IDE Question: C++
Contact:

FAST tutorials for wxcrafter required !!!

Post 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 ?
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: FAST tutorials for wxcrafter required !!!

Post 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
Make sure you have read the HOW TO POST thread
blueking
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 !!!

Post 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.
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: FAST tutorials for wxcrafter required !!!

Post 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
blueking
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 !!!

Post by blueking »

Thanks David
Post Reply