Search found 6 matches

by deuch
Fri May 06, 2005 5:49 pm
Forum: wxDev-C++
Topic: how can I open a Frame from another Frame ?
Replies: 12
Views: 8923

I'm sorry ,I forgot some words and my english is bad . I'll try to explain : the problem is when I click the button to call my second frame ,two appears .so I tried to understand ,i read the code , I cleaned some comments etc... bur I didn't change anything .I retried and then all was ok , only one ...
by deuch
Fri Apr 29, 2005 7:35 pm
Forum: wxDev-C++
Topic: how can I open a Frame from another Frame ?
Replies: 12
Views: 8923

Hi everybody! Me again ! so it's going better now :my mistake was between the of the class and the frame.wxform ,a confusion . and I did something : I write an "Include" card ,with the name MySecondFram.h in the "MyFirstFrame.cpp" file ,and finally that work .BUT... there's alway...
by deuch
Thu Apr 28, 2005 5:24 pm
Forum: wxDev-C++
Topic: how can I open a Frame from another Frame ?
Replies: 12
Views: 8923

first ,thanks to you help ! so I try : .......Fcheclientfrm(NULL); and (Null) ; but the answer was the same : Null (or NULL) undeclared . I retry with Fcheclientfrm(0) ;(zero) as you tald me and it was ok for compilation ..... BUT it doesn't work when I click the button (GRRRRR !) or exactly ,I thin...
by deuch
Wed Apr 27, 2005 8:07 pm
Forum: wxDev-C++
Topic: how can I open a Frame from another Frame ?
Replies: 12
Views: 8923

I did void prjMicrocobFrm::WxButtonFicheCliClick(wxCommandEvent& event) { prjMicrocobFrm *Fcheclientfrm = new prjMicrocobFrm(Null); Fcheclientfrm->show(true); //event.Skip(); } the compiler said : In member function `void prjMicrocobFrm::WxButtonFicheCliClick(wxCommandEvent&)': 404 C:\PAE\pr...
by deuch
Wed Apr 27, 2005 4:06 pm
Forum: wxDev-C++
Topic: how can I open a Frame from another Frame ?
Replies: 12
Views: 8923

how can I open a Frame from another Frame ?

Hello ! as you know i'm a new user and developper .I learn JAVA but actually ,I've to do a project in C++.So... is somebody can help me to open a Frame from another Frame with a buttonclick ? like : void prjMicrocobFrm::WxButtonFicheCliClick(wxCommandEvent& event) { Fcheclientfrm->Show(TRUE); (t...
by deuch
Thu Apr 14, 2005 4:34 pm
Forum: wxDev-C++
Topic: problem to size listbox,checklistbox,grid and problem with
Replies: 1
Views: 1081

problem to size listbox,checklistbox,grid and problem with

hi everybody .I m a new user and developper . when i try to get a listbox or grid into the griffical interface i made ,when i compile and run it, it take all the window .it doesn't care about the WXpoint I wrote .and i don't know how to resize it .so if you understand my english ... thanks to help m...