I ran into a problem with DB 1.38. I've upgraded to 1.39 but this didn't solve it. I can't figure out where I'm going wrong here, but anyway, here's a sitrep. ...
... I just use the same help for all platforms, and note the platform differences in the help. I think the end users like knowing the software is the same on...
Hi Andy, ... Hm, curious, I'll check it out. ... Is this any different from using macros to change other aspects of content? You can conditionally change any...
Hi Brian, These things can be tricky to diagnose remotely, so if you can send me your project file I'll try to see what's going on. Thanks, Julian ... ...
did you check the "notebook size" in wxNotBook ? ... -- Riccardo Cohen Articque Les Roches 37230 Fondettes France web = http://www.articque.com tel: +33 02 47...
... Ok, here were the conditions I was trying to satisfy: - Single source for HelpBlocks builds to CHM and wxWindows format help - On the web, the tree...
I failed to mention how I put it on the web. The simple answer is to copy the html for the frameset and tree javascript etc to the web server. I then unzip...
125
Alec Ross
alec@...
Jan 19, 2004 10:36 am
... I'm also interested in a version of this capability. What I'd like is: - Simple import/export to a filesystem, w/ HB pages mapped 1:1 to files. For...
... There's also a wxBoxSizer V here (as per the project file Brian sent me) ... This panel should either have a valid size, or have its wxADJUST_MINSIZE...
I have not been able to run this version in my linux box (debian woody stable 3r2) as my glibc version is glibc-2.2.5-11.5, which is older than the required...
Hi Roger, ... I can certainly add that internal #define. Or should it be an explicit #define at the top so you can generate the identifiers in the left-hand...
129
Alec Ross
alec@...
Jan 19, 2004 3:32 pm
In message <6.0.0.22.2.20040119133202.04ad6630@...>, Julian Smart <julian@...> writes ... Maximum compatibility with the format of...
Hi, When I found the error : Sorry, could not convert D:\develtst92;Wx.UWizard92;..\..\develres\Lib_imgcm92;pov\cartomatiquesmall256.png to an XPM - there may be too...
... I guess that's a wxHTML issue, and might be best dealt with by a series of small wx-dev requests or bug reports. Presumably you mean for wxWindows HTML...
... That works! Thanks! ... Well, as long as I know, I can take it into account. The wxADJUST_MINSIZE property is a bit tricky in my opinion, but I suppose ...
... I would prefer it internally. For various reasons it is preferable if all the numbers are consecutive. My current problem is that every time I insert or...
... You already have the title as a macro definition. I assume a __FILE__ or __GUID__ would do the trick. ... You can do that with macros. I do it in all my...
... The problem I see with renumbering all pages after every page insertion or deletion is that it means that after any such operation, _all_ pages are...
... Regeneration is a cheap thing to do, and I have to do it anyway since the navigation sequences will have changed (next, previous, up etc). Roger...
... Alas, I would install a suitable Linux distro and recompile DialogBlocks and HelpBlocks, but I'm running out of disk space. I'm currently agonising over...
... What I mean is, if HelpBlocks renumbers for every insertion or deletion, then HelpBlocks will slow down significantly if all HTML preview files must be ...
... I was pointing out you have to regenerate anyway. For example if I have a node with 20 child nodes and change the title of the parent, all the child nodes...
... I've found the bug, some code was out of sequence, but for now the solution is to, er, run HelpBlocks twice :-) Once to generate the hhk, another time to...
143
Alec Ross
alec@...
Jan 19, 2004 11:29 pm
In message <007e01c3ded0$7cad6c90$3501a8c0@rogersqyvr14d3>, Roger Binns <rogerb@...> writes ... I usually try to avoid the use of macros. ... I...
... They are however the best way for HelpBlocks to support what everyone wants to do. For example I wanted a 'navbar39; at the bottom of every page and use the...