Search found 104 matches

by Tim
Tue Jan 24, 2006 9:44 pm
Forum: C++ Development
Topic: Suggestion
Replies: 4
Views: 954

toxicBunny wrote:Since you're using a modal dialog, the text on the main frame shouldn't be changing....

-Scott
hmmm,
it sounds good !

Let me check it.

Thanks Scott
Tim
by Tim
Tue Jan 24, 2006 7:49 pm
Forum: C++ Development
Topic: Suggestion
Replies: 4
Views: 954

Re: Suggestion

Hi, i'm using DialogBlocks IDE, I have created a mainframe and a button that show a modal dialog. How can I get the value of a textcontrol present in the mainframe from the dialog ? - textcontrol->GetValue() - Thanks in advance. Tim text->GetValue() Thanks Set, but I'm in the dialog and I want read...
by Tim
Tue Jan 24, 2006 2:57 pm
Forum: C++ Development
Topic: Suggestion
Replies: 4
Views: 954

Suggestion

Hi,
i'm using DialogBlocks IDE, I have created a mainframe and a button that show a modal dialog.

How can I get the value of a textcontrol present in the mainframe from the dialog ? - textcontrol->GetValue() -

Thanks in advance.
Tim
by Tim
Tue Jan 24, 2006 11:55 am
Forum: C++ Development
Topic: OnShow
Replies: 1
Views: 859

Re: OnShow

Hi, I must fire a funtion after a dialog is created. The dialog contains a Gauge that show a function progression. I didn't find a OnShow event. Any suggestion ? Tanks. Tim Stupid man :-( here maybe ... diagX::diagX( wxWindow* parent, wxWindowID id, const wxString& caption, const wxPoint& p...
by Tim
Tue Jan 24, 2006 11:44 am
Forum: C++ Development
Topic: DSHOW & WX
Replies: 3
Views: 1087

Thanks for your support !

We made mixup with the code.

It works fine now.

Tim
by Tim
Tue Jan 24, 2006 11:42 am
Forum: C++ Development
Topic: OnShow
Replies: 1
Views: 859

OnShow

Hi,
I must fire a funtion after a dialog is created.
The dialog contains a Gauge that show a function progression.

I didn't find a OnShow event.

Any suggestion ?

Tanks.

Tim
by Tim
Sat Jan 21, 2006 10:05 am
Forum: C++ Development
Topic: DSHOW & WX
Replies: 3
Views: 1087

DSHOW & WX

Hi, I know that DSHOW is not compatible with WX as __WXDEBUG__ define. I have inserted UNDEF before the streams.h include, but I obtained the same errors: BASECLASSES\wxutil.h(125) : error C2065: 'EXECUTE_ASSERT' : undeclared identifier BASECLASSES\ctlutil.h(437) : error C2504: 'IBasicVideo2' : base...
by Tim
Thu Jan 19, 2006 2:00 pm
Forum: C++ Development
Topic: Stuff in WX root
Replies: 13
Views: 2839

Re: Stuff in WX root

In WX dir installation there are a lot of dir: art bin .. .. sample src I don't find any doc that explain the content and the possible use of it: in general. More in detail I'd like to know if can I use the source inside src as licence and as reliability. I hope that it's more clear than prev. :-( ...
by Tim
Thu Jan 19, 2006 11:25 am
Forum: C++ Development
Topic: Stuff in WX root
Replies: 13
Views: 2839

ABX wrote:
Tim wrote:// Licence: wxWindows licence

I'm a bit confused...
Hmm, what's confusing in that statement for you? Have you readed wxWindows licence to find answer to your confusion?

ABX
:shock: , no that was a reply to phlox.

Did you read my reply to you ?

Tim
by Tim
Thu Jan 19, 2006 11:07 am
Forum: C++ Development
Topic: Stuff in WX root
Replies: 13
Views: 2839

hm, no no. Usally u build a set of libraries from those "dirs". Depends on what Compiler/IDE you use. Then, you put the %wxLibs% in your linker "config", so, the linker can find them. You also could ad the %wxDir%/include Dir to the Default (System) Dirs of your IDE, so that it ...
by Tim
Thu Jan 19, 2006 9:37 am
Forum: C++ Development
Topic: Stuff in WX root
Replies: 13
Views: 2839

Re: Stuff in WX root

I didn't find note regarding dir inside the root. e.g. in which manner can I use the stuff availbale in src ? or can I use it ? Tim, I admit, I don't understand your question, but it could be my limited perception of some englisg language syntax. Could you pleas rephrase your question? Whta's stuff...
by Tim
Wed Jan 18, 2006 6:57 pm
Forum: C++ Development
Topic: Stuff in WX root
Replies: 13
Views: 2839

Stuff in WX root

Hi,
I didn't find note regarding dir inside the root.
e.g. in which manner can I use the stuff availbale in src ?
or can I use it ?

Thanks in advance

Tim
by Tim
Wed Nov 23, 2005 6:19 pm
Forum: Compiler / Linking / IDE Related
Topic: Learning curve
Replies: 4
Views: 1503

Thank you meta.

So this produce .lib in lib dir, correct ?

But, why installation note wrote about src dir

Tim
by Tim
Wed Nov 23, 2005 5:47 pm
Forum: Compiler / Linking / IDE Related
Topic: Learning curve
Replies: 4
Views: 1503

Learning curve

Hi, guys
as I would like to reduce my curve, another repetead question ? Sorry.

I don't understand if I have to build the stuff under build or under src.

The installation note diff.

I'm using MSVC 6.0 sp5.

If you have other tips regarding this IDE, please advice.

Tim