Author Topic: Hi all!! :D  (Read 5001 times)

Offline Berserk

  • Single posting newcomer
  • *
  • Posts: 4
Hi all!! :D
« on: April 14, 2008, 01:23:45 pm »
Hi all!!! Im new around here and I would like some help!! :)

Im starting programming with wxSmith and Im looking for tutorials and things that could help a new user that dont understand nothing of programming!!! I have already done the tutorials from wikipedia but I want more.

Now I have a question about programming, I would like to know how I can open a folder using a wxbutton and see what's inside in some other item from wxSmith.

Thks

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Hi all!! :D
« Reply #1 on: April 14, 2008, 01:28:53 pm »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Berserk

  • Single posting newcomer
  • *
  • Posts: 4
Re: Hi all!! :D
« Reply #2 on: April 14, 2008, 05:34:01 pm »
 :?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Hi all!! :D
« Reply #3 on: April 15, 2008, 10:30:01 am »
:?
What do you expect? You come here with a big-fat logo wasting a lot of forum space and asking us to do your homework. If you want to know how to develop a wxWidgets app, you truly should start reading the free book I was telling you. There is no "drag-and-drop" mechanism to create a button and showing a folder with files. You need to code a little to achive this. Everything else is nonsense.

But we can't do everybodies homework here... or do you want to do mine to keep the work-load equal?

Again - look at the link I was telling you. It *does* include the information you were asking about otherwise I wouldn't have told you.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Berserk

  • Single posting newcomer
  • *
  • Posts: 4
Re: Hi all!! :D
« Reply #4 on: April 15, 2008, 01:20:05 pm »
 :shock: :shock: Dont be mad to me, Im trying to learn something here, are U talking about wxWidgets Manual? or something else?? Yes I have found  some functions about opening/searching/... folders but I couldnt use them properly so I was looking for tutorials.

Thks and be happy!! :)

Offline Auria

  • Almost regular
  • **
  • Posts: 152
Re: Hi all!! :D
« Reply #5 on: April 15, 2008, 01:49:53 pm »
Quote
a new user that dont understand nothing of programming!!!

If you don't know C++, you should start by learning it. programming is not done through graphical user interfaces, and any tutorial you read will expect you to know how to program.

Offline Berserk

  • Single posting newcomer
  • *
  • Posts: 4
Re: Hi all!! :D
« Reply #6 on: April 15, 2008, 01:57:09 pm »
I know a little of java ...

Offline raph

  • Almost regular
  • **
  • Posts: 242
Re: Hi all!! :D
« Reply #7 on: April 20, 2008, 12:28:45 am »
I know a little of java ...
So you should first learn the c++ language, then.
And then you should do as Morten suggested.
And after that, if you are still here, have a look here.