Search the web
Sign In
New User? Sign Up
power-pro · Free discussion list for PowerPro users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 33273 - 33302 of 36659   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
33273
... I thought the (dialog) handle is returned by the dialog.define....
Sheri
silvermoonwo...
Offline Send Email
May 1, 2008
1:53 pm
33274
... set_tooltip ... there is ... Yeah, that's the handle to a dialog object, or thingie, since pp doesn;t really do objects. The thingie stores all...
entropyreduction
entropyreduc...
Offline Send Email
May 1, 2008
4:46 pm
33275
... Did you look at CA 3.4? Those tooltips work ok and are created before the dialog create. When created after the dialog create is when the last one got a...
Sheri
silvermoonwo...
Offline Send Email
May 1, 2008
6:28 pm
33276
... Yeah, right; will examine my code and see what that impies about shadow, ta. ... Still working on that....
entropyreduction
entropyreduc...
Offline Send Email
May 2, 2008
4:53 am
33277
I am trying to set a clock that would show in the middle of every window bar. I manage to do it. it works fine however showing and hiding is a problem....
dedebaykus
Offline Send Email
May 4, 2008
7:20 am
33278
... Caption bars, when open, are shown on the active window. You would need a ContextIf type condition as part of the bar to incorporate other criteria to...
Sheri
silvermoonwo...
Offline Send Email
May 4, 2008
12:47 pm
33279
Thanks, I will try to figure out "ContextIf". ... hide/show....
dedebaykus
Offline Send Email
May 4, 2008
4:28 pm
33280
I am trying to create an action whcih can create a file from clipboard. This is simply possible. However I do not want to define prior file name. I simply want...
dedebaykus
Offline Send Email
May 5, 2008
6:06 am
33281
... Hi.. PowerPro.HLP.. Command Lists - Special lists the "ClipCaptured" list is run as a script whenever a clip is captured – if "Run ClipCaptured" is...
kottami
Offline Send Email
May 5, 2008
8:59 am
33282
I can't get file.resolve() to return the path of the resolved shortcut, can anyone? file.createshortcut(?"c:\path\prog.exe"),?"c:\temp\shortcut") => 1 and...
sgp
acs322000
Offline Send Email
May 5, 2008
2:22 pm
33283
There's something going on, when I run this code in a loop p=env("TEMP")++?"\"++scriptname++random(9999)++".lnk" if( 1 == file.createshortcut(s,p) )do s =...
sgp
acs322000
Offline Send Email
May 5, 2008
3:06 pm
33284
Hi kottami Sorry I do not understand what your suggestion supposed to be? I am just looking for a way to implement the idea. In the help I could not find...
dedebaykus
Offline Send Email
May 5, 2008
4:11 pm
33285
... file.writeall(?"c:\folder\"++date++time", clip.get) - if you are going to write more that one file per second, then the above needs to change to avoid...
brucexs
Offline Send Email
May 5, 2008
9:27 pm
33286
... shortcut, can anyone? ... This works fine for me file.createshortcut(?"c:\temp\tester.txt",?"c:\temp\shortcut.lnk") ...
brucexs
Offline Send Email
May 5, 2008
9:31 pm
33287
On Mon, 05 May 2008 16:11:46 -0000, "dedebaykus" <dedebaykus@...> ... There is a checkbox labeled "ClipCaptured" on the GUI Control tab of Configure...
Carroll Robbins
Carroll_Robbins
Offline Send Email
May 5, 2008
9:32 pm
33288
Carroll thanks for the reply The Clipcaptured was grayed out, so I did not see it. I needed to enable clip tracking first I tried this one ...
dedebaykus
Offline Send Email
May 5, 2008
10:49 pm
33289
On Mon, 05 May 2008 22:49:28 -0000, "dedebaykus" <dedebaykus@...> ... You tried using the built-in clip command which can only work with the first line...
Carroll Robbins
Carroll_Robbins
Offline Send Email
May 6, 2008
2:22 am
33290
Thanks! this works for me. I just needed to add an extension. I have one more wish thou. Is it possible to add line break before appending in the text file? I...
dedebaykus
Offline Send Email
May 6, 2008
2:31 am
33291
On Tue, 06 May 2008 02:31:27 -0000, "dedebaykus" <dedebaykus@...> ... I'm not sure I understand what you want to do. file.writeall(path,"\r\n") will...
Carroll Robbins
Carroll_Robbins
Offline Send Email
May 6, 2008
5:08 am
33292
Thanks Bruce, with further analysis, it seems to work for some paths and fail for others. C:\p1\..\p2\file.ext => C:\p2\file.ext OK V:\p1\..\p2 =>...
sgp
acs322000
Offline Send Email
May 6, 2008
6:03 am
33293
... I don't think I can help on this as I suspect it is due to limitations in the system routines that file plugin uses with respect to network drives/folders....
brucexs
Offline Send Email
May 6, 2008
10:28 am
33294
... In further tests involving hundreds of paths, I never see it fail on C:\ paths. It fails randomly on V:\ paths. The same path may fail in a first run, and...
sgp
acs322000
Offline Send Email
May 6, 2008
12:26 pm
33295
... I found a work-around ;-) Instead of creating a shortcut to V:\something and then resolving it, I create a shortcut to C:\something, which doesn't exist...
sgp
acs322000
Offline Send Email
May 6, 2008
1:50 pm
33296
Glad you found a workaround. Just wondered if you tried using the prog plugin to make the shortcut. I previously had problems with shortcuts that omitted the...
Sheri
silvermoonwo...
Offline Send Email
May 6, 2008
2:05 pm
33297
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...
Send Email
May 6, 2008
4:24 pm
33298
... No, I had forgotten about the prog plugin....
sgp
acs322000
Offline Send Email
May 6, 2008
9:05 pm
33299
... Thank you, Alan. Very nice....
sgp
acs322000
Offline Send Email
May 6, 2008
10:29 pm
33300
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...
Send Email
May 7, 2008
3:33 am
33301
-- Hopefully fixed bugs causing tooltips to disappear when a control was hovered over for a short period, or when a control was clicked. Problem existed if...
entropyreduction
entropyreduc...
Offline Send Email
May 7, 2008
3:39 am
33302
Tooltips problem in XP with PowerPro.exe.manifest active is almost 100% fixed. Was surprised to see that even the checkbox "hover color" works. I guess if you...
Sheri
silvermoonwo...
Offline Send Email
May 7, 2008
12:22 pm
Messages 33273 - 33302 of 36659   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help