... Okay. ... Don't think that'll come up. Gimme a handle, I'd do queryInterface and then GetTypeInfo, then GetDocumentation, pBstrName arg is what you're...
... First reaction: for something as important as a registry setting like this, I don't think I'd trust a static. If Powerpro dies or you sht down the...
... Stop! I just found a way to do it without unicode strings. Can embed unicode code points in angle brackets within the normal ansi style strings. So no...
... Good input here. Do you really need to run as admin -- it only affects certain functions (but I am not sure which on Win 7-64). Note that PowerPro will...
... Good. I just pastd the code into com that would know how to find unicode plugin if required. But then thought, oops, I'll either have to flag somehow...
Turns out something was corrupted and the run box didn't work right with character delimiters. I have 2 other computers and the run box worked fine as...
I have problem to bring out the printer status windows by clicking the "printer" icon showed by Powertray. Does anyone have this problem, and how do I resolve...
... I'm running fine on windows 7 of course I've turned off UAC because of how I work with the computer. Don't run AV either, though MS Security essentials is...
Dear Mr.entropyreduction, Thank you so much! I took your good advice and made the script save the value to an ini file. I didn't realize it was a DWORD; I...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the power-pro group. File :...
power-pro@yahoogroups...
Nov 24, 2009 5:00 pm
36749
-- fixed bug introduced in last version, which prevented com.get_object(window_handle) from working -- added get_accessible_children and get_accessible_child ...
Hi bruce, local hVecChildren = hao.get_accessible_children() get_accessible_children creates a vecotr and stufs it full, partly with hanldes to com objects. I...
... Alan will do. ... I guessed as much. ... Good, glad to help. I assumed a monastery, and for some reason you were getting even with your brothers by...
... Tested appRef.Selection.Item(1).typeinfo and it seems to be doing the job, thanks. ... Does not seem to be working. E.g., the fourth argument below is a...
... Thanks for the quick reply. I didn't but have now enabled it. A quick test seems to indicate that it's now working again. I'll need to give it a more...
... Not true, at least if code is working as intended. The vec destroy routine eventually calls this for each element in the vector static void DeleteVec(int...
Could you run myselect.get_object_description("f") and tell me whether Search is a method or a get property? Probably the former, just going on name alone....
... The label on Search is "function" function: Search(For, WholeWord, CaseSensitive, ReplacingWith) This doesn't tell me so, but I know that it returns the...
Hi, I just set up my first x64 system. One problem I'm running into is that it seems that PowerPro can't call 64-bit system commands. For example, I have a...
Hi, ... well after some tweaking around with the scheduler and the rights I have good news and bad news: o) first the good news: I got PowerPro running,...
Hello all! Does anyone have the mousetrap code for scrolling in the winhelp window of Powerpro Help? I have tried all sorts of things to no avail. Thanks! ...
Substituting unicode.new(str) for str as an argument to a method or put/get works for me. However, I've been tinkering with my code, so maybe I fixed...
... Works now. Bravo! ... At this point have only retried my original script (including a few alternate unicode flourishes). ... I need to give this some...
One more option, you can add commas to the caption list by escaping them with \, i.e. ini=162,160,0,ANY,MWU,,~=firefox\,=InDesign,Edit:scroll=*t,1,1,0,0,0,, ...
What's weird is that I can wheel scroll powerpro winhlp32 even when mousetrap is disabled, so I suspect your mouse driver isn't as capable as mine. But with...
... I agree, not ideal, adds some overhead (but only cost of scanning a returned string, and the scan is simple: strlen probably has about the same overhead,...
I could easy add config ini keys checkForUnicodeArgs, checkForUnicodeResult. All or nothing, either checking happens or it doesn't (obviously if I can;t...