Hi, ... I'm having some trouble with this. If I regenerate the files for a dialog/frame it removes the include statements from the cpp-file but doesn't add...
237
Bob Paddock
ka8bmt
Mar 2, 2004 10:55 am
... Where exactly do I need to put that line? I tried after creating the control, and after appending text to the control. I see no effect either way. The...
238
Julian Smart
felixcarswell
Mar 2, 2004 4:14 pm
... Sorry, this is a bug, I'm about to release 1.42 which fixes this and a number of other issues. I'll announce 1.42 shortly. Thanks! Julian...
239
Julian Smart
felixcarswell
Mar 2, 2004 5:55 pm
Hi, Sorry about the include generation bug introduced in 1.41. To make it worthwhile upgrading to 1.42, I've fixed a few other niggles too. Here's the list. -...
240
Ingo Thierack
ithierack
Mar 2, 2004 10:05 pm
Hello I have set the option "extract strings to separate include file", but the generated symbol entries are always in the header file of my dialog. The...
241
Julian Smart
felixcarswell
Mar 2, 2004 10:24 pm
... Hi, To make this feature work, you need to use the syntax: MY_STRING="hello" where you'd just put a normal string in property values. Otherwise it's not...
242
Andy Robinson
andy5998a
Mar 5, 2004 6:34 pm
A couple of little things in HelpBlocks : - In the Help, Reference - preprocessor, there's an example of conditional text which starts "#ifdef...
243
Julian Smart
felixcarswell
Mar 5, 2004 7:00 pm
Hi Andy, ... Oops, thank you. ... I think there are some circumstances where plain quotes doesn't work but can't recall them right now. ... Oops again -- I'll...
244
dougtinkham
Mar 5, 2004 11:11 pm
Hi all, Just downloaded 1.42 after using 1.33 awhile ago. Looks good. Keep up the improvement. Is it possible to alter the fonts in the .cpp and .h windows? I...
245
Julian Smart
felixcarswell
Mar 5, 2004 11:15 pm
Hi Doug, ... Thanks! And I will :-) ... Unfortunately not at present, but I agree this is an area that could use improvement, so I will try to make it more...
246
Julian Smart
felixcarswell
Mar 7, 2004 7:37 pm
Very minor maintenance release: - Don't lose original title for top-level elements. - Added Id name, Id value properties for wxStaticBoxSizer. On Linux,...
247
Roger Binns
grotgrot
Mar 7, 2004 7:46 pm
Is there any sort of ETA for updated versions of HelpBlocks? The feature that would be most useful to me is using version control friendly text files for the...
248
Julian Smart
felixcarswell
Mar 8, 2004 2:16 pm
Hi Roger, ... I don't get as many requests for HelpBlocks updates as I do for other products :-) so releases are fairly sporadic. However, if there are...
249
Sean Long
hailstonesof...
Mar 8, 2004 4:45 pm
I have a simple wxDialog that I created with DialogBlocks 1.40, when I installed 1.42 & 1.43 (don't remember if I had problem with 1.41) I regenerated the .h...
250
Julian Smart
felixcarswell
Mar 8, 2004 5:09 pm
Curious; there should be a section in the .h like this: /*! * Includes */ ////@begin includes #include "wx/wx.h" #include "wx/notebook.h" #include...
251
Sean Long
hailstonesof...
Mar 8, 2004 9:48 pm
The line numbering in the .h and .cpp editor counts up to 99 then starts over at 00 rather than 100. Sean Long...
252
Roger Binns
grotgrot
Mar 8, 2004 9:55 pm
... File import wouldn't be as useful since it doesn't really deal with structure. In my project http://bitpim.sf.net the help has several layers of hierarchy...
253
Julian Smart
felixcarswell
Mar 9, 2004 9:01 am
... Thanks; is this on Linux or on Windows? Regards, Julian...
254
Hugues Lemonnier
hugues_lemon...
Mar 9, 2004 10:48 am
Hi all, I'm using DialogBlocks 1.43. I want to create a bitmap button with four bitmaps (for all states : normal, disable, selected, focus). It's not possible...
255
hailstonesoftware
hailstonesof...
Mar 9, 2004 2:53 pm
... starts ... Windows XP Pro Sean...
256
Mark
mark_hurvitz
Mar 9, 2004 7:25 pm
New to DialogBlocks. Used to code under old zApp development environment. Looking for easiest way to develop under DialogBlocks with integration into Visual...
257
Alan Chaney
alan@...
Mar 9, 2004 9:02 pm
... I'm also new to Dialog Blocks, but I get on very well by simply having both open at the same time (C++ and DB). When you switch from one to the other, they...
258
Andy Robinson
andy5998a
Mar 11, 2004 6:02 pm
I'm now getting well stuck in to Help writing, and enjoying HelpBlocks. Favourite feature : the ease of creating anchor references by selecting a file from a...
259
Julian Smart
felixcarswell
Mar 11, 2004 8:05 pm
... Goodo! ... I think this bug has only just been fixed in wxWidgets... meanwhile the fix is to use smaller help tips, which I will write myself a note to do....
260
Roger Binns
grotgrot
Mar 11, 2004 9:36 pm
... I'll take the opportunity to mention my least favourite feature. It always takes me a really long time to add images, and as I don't do it very often I...
261
Julian Smart
felixcarswell
Mar 11, 2004 11:07 pm
... It's not as intuitive as I'd like, certainly. An empty image document can't have its properties shown because there is no image yet (you need to paste or...
262
Roger Binns
grotgrot
Mar 12, 2004 3:32 am
... Yes, but pasted/imported ones create a new image document so the "empty" one is still useless. BTW adding in screenshots from the clipboard is really easy....
263
Julian Smart
felixcarswell
Mar 12, 2004 7:57 am
... As well as pasting a new document from the clipboard, you can Ctrl-V in an existing one. Regards, Julian...
264
Roger Binns
grotgrot
Mar 12, 2004 8:01 am
... You might be able to, but it just beeps for me on Windows. I went into Explorer, selected several .png files, pressed copy. Went into HB, click on...
265
Julian Smart
felixcarswell
Mar 12, 2004 8:19 am
... Ah... you need to copy it in a paint app, such as PaintShop Pro. I.e. copy the actual bitmap to the clipboard, and not the filename. Regards, Julian...