... Good point, thanks. Julian ... -- Julian Smart, Anthemion Software Ltd. www.anthemion.co.uk | +44 (0)131 229 5306 Tools for writers: www.writerscafe.co.uk ...
7182
Julian Smart
felixcarswell
Jun 6, 2012 7:03 am
Hi, I would be surprised if this doesn't correct itself on regeneration of the wizard code, but if it persists please send me a sample that reproduces the...
7183
graham.berks
Jun 6, 2012 5:24 pm
Anyone have the desired directory layout expected by dialog blocks ? Thanks...
7184
The Devils Jester
akumanohoukon
Jun 6, 2012 5:34 pm
I am not experianced with that application and there is little to no information about it on the linked site, does it actually download source files, or just a...
7185
graham.berks
Jun 7, 2012 9:01 pm
Homebrew is a great installer of 3rd party libraries etc. Think of it as apt for osx....
7186
The Devils Jester
akumanohoukon
Jun 7, 2012 9:12 pm
It seems like more work to use it than to download the source manually. Since ideally you want DB to compile wxwidgets for you based on your settings to allow...
7187
graham.berks
Jun 7, 2012 9:41 pm
Homebrew builds from source It's certainly the easiest way to install. One command and it's installed....
7188
Ron Ginger
yaginger
Jun 7, 2012 9:57 pm
In my application I have a jpg image. I would like that image to change based on a user selection of a radio button. I would open the dialog with a default...
7189
graham.berks
Jun 7, 2012 10:00 pm
https://github.com/mxcl/homebrew/blob/417d7880702a645a5efd272a42dd03a8e7419035/Library/Formula/wxmac.rb is the actual formula, appears to be similar to a self...
7190
The Devils Jester
akumanohoukon
Jun 7, 2012 10:05 pm
Does it compile automatically using the settings specific to your project or just use generic defaults? With dialog blocks you download wxwidgets extract it...
7191
graham.berks
Jun 7, 2012 10:10 pm
Ah ok, that would be diff. My main use would be to generated XRC and then look to use it in wxHaskell. I would assume the c++ binding would allow a quick check...
7192
The Devils Jester
akumanohoukon
Jun 7, 2012 10:34 pm
I am not experienced with XRC or various wx bindings, but I do know the best (easiest) way to compile wxWidgets is through DialogBlocks, which also allows you...
7193
John Dubchak
johndubchak
Jun 8, 2012 2:47 am
Not until you have to manually manage those dependencies by downloading, compiling and installing them individually. John...
7194
graham.berks
Jun 8, 2012 5:39 am
Thanks You make a good point, can use a new install for dialog blocks and let it control the compilation and just use the homebrew for wxHaskell version....
7195
The Devils Jester
akumanohoukon
Jun 8, 2012 8:28 am
What dependencies? I have never had to install any dependencies on OS X to compile wxWidgets. Has that changed in the most recent OS X?...
7196
graham.berks
Jun 8, 2012 5:59 pm
Getting a conflict when dialog blocks attempts to build wx. It's conflicting with the existing install in /usr/local/ Anyway in dialog blocks to get it to...
7197
The Devils Jester
akumanohoukon
Jun 8, 2012 6:13 pm
You do *not* want DB to use the installed wxWidgets. Set it to use wxWidgets from a specific location. The easiest way is to do this when you start DB for...
7198
tde51k
Jun 11, 2012 11:59 pm
I've just started using wxWidgets 2.9.3 because I want to use the state check boxes - using DB. 4.43 (Unicode)with MSVC Express 2010 All has gone reasonably...
7199
tde51k
Jun 12, 2012 12:03 am
For some reason I tried to check for updates today using "Help -> Check for updates..." from the menu. After a short pause, DB informed me that the developer...
... Can't you just add EVT_TREE_STATE_IMAGE_CLICK, ID_yourid, YourTree:YourHandler) outside the special comments? ... I don't know why you can't just use the...
7202
jecxz113
tde51k
Jun 12, 2012 5:34 pm
... Thank you, Julian. As this is the first time I have strayed into this area of tree control handlers and did not analyze the sample closely enough, I did...
7203
M Nealon
wxwidgetninja
Jun 13, 2012 6:17 am
Hello Julian, Could you provide some info as to the use of Templates within your DB Project Basics Page. There are no sample templates provided with the DB...
7204
Julian Smart
felixcarswell
Jun 13, 2012 8:21 am
Hi Malcom, I just tried creating a project using the Elements sample as a template, and it copied the .pjd to the new project along with all the ...
7205
M Nealon
wxwidgetninja
Jun 13, 2012 8:32 am
Hello Julian, OK, It looks like it does what I want,. I was confused by the wizard needing to continue. I had expected the wizard to leapfrog to the end. My...
7206
tde51k
Jun 15, 2012 8:14 pm
Using DB 4.43 - built Mar 14/2012 with MSVC 2010 Express Since I am using a wxPropertysheetDialog with upwards of a half dozen panels, my implementation files...
7207
The Devils Jester
akumanohoukon
Jun 15, 2012 8:25 pm
I do not use a wxPropertysheetDialog, (I use a wxDialog with a wxNotebook) but it should be essentially the same. What I do, and I hope this helps you, is for...
7208
The Devils Jester
akumanohoukon
Jun 15, 2012 8:34 pm
I should note that while my example will technically create a derived class (which you didn't want to do), DB will handle that for you. Once you set the...
7209
tde51k
Jun 15, 2012 8:46 pm
Thank you for your suggestion. I suppose it it one way to get what I want, with possibly some extra overhead. For the time being, I have split out a couple of...
7210
tde51k
Jun 15, 2012 10:49 pm
Using DB 4.43 When I change the ID for something like a button, the old ID, such as ID_BUTTON4, is updated in all places except the handler comments; both in...