Hi, I'm using DialogBlocks. I have a combobox with 3 value (100, 200, 300) I have a checkbox checked. When the user choose 200 in the combobox, I have to...
2715
javadev9797
Feb 4, 2006 5:30 pm
... Sorry :-( I made a mixup. It's so simple. It's all ok. JD void mainFrame::OncomboSelected( wxCommandEvent& event ) { long val; ...
2717
ddotedotsdot
Feb 7, 2006 2:43 am
Julian, Looks like the spammers have found us! ... specp_ificprogr_ams_1417@... wrote: This four step guide will give you the foundation you always wanted. ...
2718
javadev9797
Feb 8, 2006 8:42 am
Hi, If I use wxListCtrl, I'll see that DB insert the folliwing code ////@begin forward declarations class wxListCtrl; ////@end forward declarations I noted...
2719
javadev9797
Feb 8, 2006 8:48 am
If I create a new DB project with project name equal dir name I can't build the project. If I open the project with visual studio I dont' find any file inside...
2720
Julian Smart
felixcarswell
Feb 8, 2006 8:51 am
... Hi, not entirely sure what you mean - a name like c:\temp92;temp.pjd? Regards, Julian...
2721
Julian Smart
felixcarswell
Feb 8, 2006 8:59 am
Hi, ... You mean if you use the name wxListCtrl (not a DB wxListCtrl element)? If you did that, you'd also have to check "External implementation" or DB would...
2722
javadev9797
Feb 8, 2006 9:05 am
... inside it. ... No, I tested it now. I'm more sure. The Dir and project name like below \\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92;\92; In directory:...
2723
javadev9797
Feb 8, 2006 9:12 am
... Thanks Julian, I'm a newbie so....sorry. I have to create a Grid control in a DB project and I tested what DB do with a wxListCtrl to find the right way,...
2724
Julian Smart
felixcarswell
Feb 8, 2006 10:13 am
Hi, Probably you forgot to change the VC++ version in your configuration to match the version you have. Regards, Julian ... ...
2725
javadev9797
Feb 8, 2006 10:48 am
... Hi, I tested it many times, but the error is present only with this config. c:\aa\tmp\tmp.pjd No problem c:\aa\tmp-xx\tmp-xx.pjd Error If you want,...
2726
Julian Smart
felixcarswell
Feb 8, 2006 1:45 pm
Hi, ... I would like to but I'm afraid I still don't really understand what you want to do... If you want to use a wxGrid control, just add it to your dialog...
2727
Julian Smart
felixcarswell
Feb 8, 2006 2:01 pm
... I suppose it could the minus sign that is confusing MSVC++... curious. Regards, Julian...
2728
javadev9797
Feb 8, 2006 2:27 pm
... Thanks anyway, I have to dig alone then, maybe, I'll do more sophisticated question. Regards JD...
2729
ddotedotsdot
Feb 8, 2006 2:49 pm
... Hi! From my past experiences with your questions and the explanations I've given that you say have helped, I think I'd have to say that it appears to me...
2730
javadev9797
Feb 8, 2006 3:16 pm
... what DB ... it yet. ... Correct !! Thanks for you support. I understand perfectly your notes and I agree with you. My colleague is already posting in the...
2731
ddotedotsdot
Feb 8, 2006 3:35 pm
... Hi! a) There's no such thing as a stupid question, only stupid answers! b) Being in the right place is often hard to determine! c) This conclusion is...
2732
Patrick Ward
pward_austin...
Feb 9, 2006 3:05 pm
Hi Julian - I noticed that DB only provides the short version of the wxToolBar::AddTool call which only allows for one bitmap to be added. wxToolBarToolBase*...
2733
Julian Smart
felixcarswell
Feb 9, 2006 5:30 pm
... Righto, I'll include this in the next release. Regards, Julian...
2734
Bryan Petty
bryan@...
Feb 9, 2006 6:39 pm
Julian, My HelpBlocks project is starting to get a little big, and while I can manage without, some kind of mass image import feature would be nice. It's not...
2735
Julian Smart
felixcarswell
Feb 9, 2006 7:05 pm
Hi Bryan, Did File -> Import -> Import Images... not help? Regards, Julian ... ============================================================================== ...
2736
Bryan Petty
bryan@...
Feb 9, 2006 9:05 pm
... Heh, I don't think this is the first time you've pointed out a feature I've asked for that was already there. I would still like to see that import support...
2737
Patrick Ward
pward_austin...
Feb 10, 2006 10:46 pm
Thanks again for the great support, Julian. Much appreciated. Patrick...
2738
dklompar
Feb 11, 2006 3:45 am
I've been trying to compile a hello-world project that uses wxWidgets, but have run into a very problematic linker error: LINK : fatal error LNK1104: cannot...
2739
ddotedotsdot
Feb 11, 2006 4:02 am
... Hi! I have wxmsw26d_qa.lib in my C:\wxWidgets-2.6.2\lib\vc_lib. I think I should try a "Clean wxWidgets" and "Build wxWidgets" were I you. If it doesn't...
2740
dklompar
Feb 11, 2006 5:30 am
... I tried a clean build, but it didn't work. I also searched the contents of all files for the text "wxbase26_qa". The only file with any mention of the...
2741
dklompar
Feb 11, 2006 5:41 am
... wxWidgets, ... For anyone who's curious, I finally figured it out. I had to change the config.vc file in the "C:\Program Files\wxWidgets\build92;msw" ...
2742
ddotedotsdot
Feb 11, 2006 7:04 pm
... I guess the only question that remains is how did the default config.vc get changed? It had to have been changed, else many of us would have had the same...
2743
Michael Kesler
kaze_okami
Feb 12, 2006 3:14 am
Julian, I found a minor problem with DB and the HTML control. If your HTML code exceeds a certain length, DB doesn't generate the XRC correctly. It doesn't...
2744
Julian Smart
felixcarswell
Feb 12, 2006 8:50 am
Hi Michael, Ah, that's probably a limitation of Printf -- I'll use a different method when writing this tag. Thanks! Julian...