Added Thumbnail image support (:don't use it as resizer one). Usage is: .ImageConv(sFileFr, sFileTo, ThumbWidth, ThumbHeight) The third and fourth parameters...
... I think it's the most general one. Added Thumbnail image support (:don't use it as a resizer). Usage is: .ImageConv(sFileFr, sFileTo, ThumbWidth,...
Hello Bruce, you wrote... ... Thanks. ... It seems() that FloatToString() can be used to format strings, Win.Debug(FToS("1.456", "%0.2f")) ;; returns 1.46 ...
Hello Bruce, you wrote... ... I have many merged Lcmds and Lparams in my inis, and everything works without issues. Do you advice against merging Lcmds and...
. ... No, I never advise against anything that works for you! I don't plan any changes here, so its unlikely to break. I am surprised that it works. Is is...
... Yes. The routine that translates PowerPro's internal double format to standard double is called first, and this routine allows for strings (which is how...
... permanently? PowerPro can only hide the window or tray icon. It cannot prevent any program from showing it again which may happen after a reboot or indded...
... unmapped, ... Is it really showing these digits? Regardless, I don't understand what you are experiencing. Here is what I did: 1. Create a file called...
... I think you can resize by asking for the new size, creating a bitmap of that size, creating a Graphics object from that bitmap, using graphics.drawimage to...
On Sun, 01 Oct 2006 14:44:45 -0000, "brucexs" ... Hi Bruce, Ah, it's a shame that PowerPro can't help me in this situation. I'll have to find some other way to...
... Yes, I'm aware of that, although I haven't tried it actually. The point here was that I experimented Thumbnail as a resizer and found that the quality...
Quite some time ago, I asked for help with commands (which I'd assign to hotkeys) that would position the active window into the various four corners of one's...
... Ok, I'll deal with it. The error message is exactly as thrown up by PowerPro. I think the issue is that I am mapping something that is on the network and...
... sgp- Thanks for your reply. While I very much appreciate your attempt to assist me, I must admit to being completely baffled. Perhaps most of my confusion...
Hello Bruce, I wrote... ... You wrote... ... Ah yes, I should have used "advise" instead of "advice". That sentence sounded weird to me in the first place. I...
Ppro crashed with: The application, , generated an application error The error occurred on 10/02/2006 @ 11:21:53.206 The exception generated was c0000005 at ...
... After looking at what you posted a little more, I realized it contained the key to what was missing from the original reply I received back in Jan'05....
... That's right, your original lines lacked the window handle parameter, that is the bit that tells win.move which window to act upon. The handle is a ...
Bruce, I have three locked bars and a single monitor configuration. When I drag the target bar outside the screen, the other two bars don't follow it, in the...
... I had updated the regex plugin but Julien let me know there may bugs in that version. I uploaded a new version of 4.5.13 with old regex.dll. Try...
... See if the PowerPro mounted function helps: mounted("z:\\") may show the state of the mapped drive. Note you must specify the \\ (it needs to be the root...
... Ahhh... that was relatively painless! It requires an if/endif prolog but if I don't comment it, it is hardly even noticeable (just kidding). I can't...
... I thought you could fix by - locking middle of xanchor to middle of each crosshair bar - setting crosshair bars to twice screen width in size But current...