Dimitris... i'm trying to speed up the process of testing What's This help... testing What's This help from within the product is a real pain, cos you have to...
... If I know what to add, I'll add it, but I'm not sure the HTMLHelp API gives you a command to make it go to a page according to ID's.. The API is at...
trying not to read the API... (non-programmer) if you open HTML Help Workshop, it has Test/HTMLHelp API you can pick a chm file, then: next to Command, choose...
i've run out of time for the moment, but i did almost get a bit of a workaround going... i wrote an emacs function that looked through my help aliases file and...
how about: HH_DISPLAY_TEXT_POPUP command Opens a pop-up window that displays the contents of one of the following: * An explicit text string. * A text string...
... Ok, I'll add it and upload tommorrow - I'm finishing up some other stuff also. I tried to get the g4c help manual to goto an ID number and HTML workshop ...
yes, there must be a mapping within the chm file. you need an aliases file and a suitable section in the hhp that looks like: [TEXT POPUPS] myaliases.txt ...
... Nice work! Valery could you put the source code to g4c.pyd in the ZIP file? g4c.pyd only works with Python 2.2 and NOT older or newer versions of Python. ...
i was trying out the script below... it all worked until i added the END and HOME sendkey instructions. all the script does i drag out the third field from the...
Hi Valery, ... It does the same thing.. It brings up the requester every time the page is loaded. ... Yes. But from what I understand, you don't have to do it...
i'm afraid i'm not doing very well with it at the moment. can you have a quick look at this script and see whether you would expect it to work? see comments...
... page is loaded. Yes. It works right. After closing page the Bridge instance is closed. You can this sub: sub On_Close() If Init = 1 Then set b = Nothing ...
Message> i'm afraid i'm not doing very well with it at the ... Yes I would.. Can you send me a (small) .chm file with IDs so I can try it out ? Dimitris...
... You need to insert a SLEEP command to let the system breathe a little - see below. That works for me (on XP).. xHotkey "" N7 sendkey '+{END}' // you need...
ok, here is fred.chm. full page topic numbers: 101, 102, 103. these work, i've tested with HTML Help Workshop What's This numbers: 200, 201, 202. i can't check...
nope, sorry, that didn't work. i made a mess of my computer at work again. it's win 2000. i just tried at home on XP with the script below and got it into the ...
I'm on the mailing list (prolly before yahoo) but either don't have a yahoo account or it can't find me. I really don't want more junk mail so I'm really not...
Timothy Rue
threeseas@...
Mar 4, 2003 11:47 pm
756
Message> ok, here is fred.chm. ... I made the following gui (put in same folder as the chm) and it works (with CONTEXT - the other, TEXT #id, doesn't).. Does...
Hi Jack, ... Sorry. I don't know what's wrong.. I works fine on my system (I tried it on an editor and on the "To:" editbox in Outlook mailer - no problems). ...
ah, right, 100, 101, 102 work ok for me. what is the colon in: htmlhelp context :fred.chm 200 does it mean 'same folder as script'? but i get nothing for 200...
... Yes. Its very helpful. ... Neither do I, and when I decompiled the chm I couldn;t find them either.. ... Yes. Forget the TEXT #ID stuff.. Use the CONTEXT...
ah, but unless i'm misunderstanding, HH_HELP_CONTEXT is going to display a full topic. to get What's This help (which is a bit like a tooltip) you need, i...