Hi, I try to try DialogBlocks... Maybe somebody can help me to the problem : $ DialogBlocks-1.58/dialogblocks Bus error $ strace DialogBlocks-1.58/dialogblocks...
626
Julian Smart
felixcarswell
Aug 3, 2004 6:40 am
Hi Marcin, Sorry to hear about this problem; DialogBlocks 1.58 was compiled on Red Hat 8.0 and runs OK there. What distribution are you using? You might try: $...
627
m.siennicki@...
marcinsiennicki
Aug 3, 2004 8:18 am
... Aurox 9.2, it's sth like RedHat 9. ... I'll try, but I believe the problem's reason is the packaging sofware you use to create the binary distribution of ...
628
Julian Smart
felixcarswell
Aug 3, 2004 10:56 am
... I've just tried re-downloading DB 1.58 on both RHL 8 and SuSE Linux 8.2, and it runs OK on both. Maybe you could try downloading again in case it got ...
629
Marcin Siennicki
marcinsiennicki
Aug 3, 2004 2:06 pm
... You are right. Thanks. (1.58 was not completely downloaded, I was browsing the archive contents under Midnight Commander and there was subdirectory ...
630
Riccardo Cohen
riccardocohen
Aug 10, 2004 2:34 pm
With DialogBlocks I cannot set wxHSCROLL style. But it is needed on mac if I want scroll bar, while not needed on windows. Is there a function to set the...
631
Julian Smart
felixcarswell
Aug 10, 2004 4:12 pm
Hi Riccardo, Good point, I will add wxHSCROLL and wxVSCROLL for a release towards the end of this week. Thanks! Julian ... ...
632
Riccardo Cohen
riccardocohen
Aug 10, 2004 8:13 pm
Thanks a lot ... -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47 49 90 49 fax: +33 02 47 49 91 49...
633
Alec Ross
alec@...
Aug 11, 2004 12:00 pm
Julian, Great apologies if this is OK in a current version, but for the one that I'm using, a double quote in a StaticText control generates code w/this quote...
634
Julian Smart
felixcarswell
Aug 11, 2004 12:25 pm
Hi Alec, I'm pretty sure this is fixed in the last version or two, but let me know if not. Thanks! Julian ... ...
635
Alec Ross
alec@...
Aug 11, 2004 1:34 pm
Hi again, Thanks. I'll download again in the next few days and let you know. Sorry again if this was noise. And for a wxTextCtrl w/a a default value set as a...
636
Julian Smart
felixcarswell
Aug 11, 2004 3:20 pm
... No problem! ... Unfortunately this seems to be broken -- I'll fix it asap. Regards, Julian...
637
Julian Smart
felixcarswell
Aug 13, 2004 5:12 pm
Hi, Here are the changes in DialogBlocks 1.59. - Fixed incorrect escaping of newlines and tabs in symbols file, in XRC mode. - Fixed escaping of backslashes. -...
638
Alec Ross
alec@...
Aug 15, 2004 1:38 pm
In message <6.0.0.22.2.20040811161421.02775bb0@...>, Julian Smart <julian@...> writes ... Still occurs for me on 1.59, w/a couple of...
639
Julian Smart
felixcarswell
Aug 15, 2004 4:55 pm
... Oops, I was testing with "Extract strings to separate include file" switched on. I'll fix this for the next release (next few days). Thanks, Julian...
640
Julian Smart
felixcarswell
Aug 15, 2004 7:50 pm
Hi, Bug fixes plus a couple of small features: - By default, panel and foreign controls should have disabled wxHSCROLL and wxVSCROLL styles. - Another...
641
Roger Binns
grotgrot
Aug 21, 2004 4:37 am
... I saved this message until I was doing more image work to see just what these methods you are going about are. ... In the year I have been using HB, I...
642
Roger Binns
grotgrot
Aug 21, 2004 5:15 am
The other annoying thing is HB littering my directory with other image files such as the thumbnails and _1 files (whatever they are). It would be way...
643
Julian Smart
felixcarswell
Aug 23, 2004 8:29 am
Hi Roger, Thanks for the feedback, I hope to work on improving image support over the next couple of weeks. Best regards, Julian ... ...
644
Julian Smart
felixcarswell
Aug 23, 2004 8:32 am
... I'll think about how to improve this. The idea is that a manual will generally have a separate directory anyway so only HelpBlocks-related files should be...
645
Julian Smart
felixcarswell
Aug 23, 2004 8:38 am
... Select and check the attribute, click on ..., choose the image, then press -> to insert it into the text. ... It's an alternative (but doesn't insert the...
646
Julian Smart
felixcarswell
Aug 23, 2004 8:39 am
Hi, Two changes in 1.62: for large projects and dialogs, creating and pasting elements took a looong time, so this is now fixed. Also I've added a Templates...
647
Nicolas Clemeur
nclemeur
Aug 29, 2004 5:04 am
Hello Julian, DialogBlocks does not allow to translate a string in an html window... The C++ code generated for corresponding to the "HTML code" property of...
648
Ingo Thierack
ithierack
Aug 29, 2004 9:31 am
Hello, I use Dialogblocks 1.62 on windows. If I insert a frame, put in a menubar, setup a menu with an submenu, mark the Event handler tab the...
649
Julian Smart
felixcarswell
Aug 29, 2004 10:19 am
... Good point, I'll fix that for the next release. Thanks, Julian...
650
Julian Smart
felixcarswell
Aug 29, 2004 2:28 pm
Hi Ingo, This seems to be working for me; I wonder if you can give me a small sample that demonstrates the problem. Thanks, Julian ... ...
651
Ingo Thierack
ithierack
Aug 29, 2004 3:39 pm
Hi Julian, I have attached, short test project. The OnMenuClick in the frame.cpp exists, but no entries for it in the frame.h. I have it tested it under Linux...
652
Julian Smart
felixcarswell
Aug 29, 2004 4:14 pm
Hi, Thanks -- could you attach again using a different method? It ended up as garbage in Eudora, all except frame.cpp. Please mail to me rather than the list. ...
653
Julian Smart
felixcarswell
Aug 29, 2004 8:36 pm
Thanks for the resent sample -- the bug is that DB initializes menu item identifiers to -1 in DB 1.62, so you need to give it a positive number and the code...
654
Julian Smart
felixcarswell
Aug 29, 2004 10:30 pm
Hi, In this release: - Added "Sizer member variable name" property to wxStaticBoxSizer. - No longer removes filename information when dragging a dialog. -...