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 19152 - 19181 of 36662   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19152
I have a bar with one button containing: *Info expr(win.caption("*ovs*")) which gives for example from the ball by ball updates on BBC website: Ind 97-5 23.0...
Steve Fisher
xirconuk
Offline Send Email
Sep 1, 2004
11:44 am
19153
... You should use "replacechars", not "replacechar". replacechars(win.caption("*ovs*")," - Mozilla Firefox","") remove(win.caption("*ovs*"),-18) ...
swzoh
Offline Send Email
Sep 1, 2004
12:02 pm
19154
... "-1" should be replaced with "-2" here......
swzoh
Offline Send Email
Sep 1, 2004
12:07 pm
19155
What a difference an "S" makes, sometime I can't see the wood for the trees. Thanks Sean Steve...
Steve Fisher
xirconuk
Offline Send Email
Sep 1, 2004
12:15 pm
19156
... Try to increase the MaxText from the default "32" to "128" for example in the Folder format. ... I'm afraid not... ... I think it's because "My Computer"...
swzoh
Offline Send Email
Sep 1, 2004
12:56 pm
19157
... I think I misunderstood your question. If just the look of the 3D buttons matter, you may try Flat(Flat) look. If not, you may use, instead of BarSize, ...
swzoh
Offline Send Email
Sep 1, 2004
1:45 pm
19158
... Export only support CR/LF as command separator....
brucexs
Offline Send Email
Sep 1, 2004
2:47 pm
19159
... how do i use this with a variable ? this: x = "c:\some\path\dada" y = esc(?x,?"/") doesn't work. thanks -- don pi...
pi
galactoboy
Offline Send Email
Sep 1, 2004
4:33 pm
19160
how should the new syntax for this: menu folder $(drive) !`folderdots folderstart nofiles Explorer2 depth 2 Maxtext 126 cmd "sel=_file_" fileman "choose" ...
pi
galactoboy
Offline Send Email
Sep 1, 2004
4:57 pm
19161
Hi. ... The ?c...c syntax only works with strings not with vars. y = esc(?"c:\some\path\dada", ?"/") should work. But esc() is not replacechars(), it won't...
mockey_a
Offline Send Email
Sep 1, 2004
5:01 pm
19162
Hi. ... depth 2 ... Yep: Menu.Folder(drive, ?|folderdots folderstart nofiles Explorer2 depth 2 Maxtext 126 cmd "sel = _file_" fileman "choose"|) all in one...
mockey_a
Offline Send Email
Sep 1, 2004
5:05 pm
19163
... danke ! -- don pi...
pi
galactoboy
Offline Send Email
Sep 1, 2004
5:38 pm
19164
... have ... them ... are ... 3d ... checked; ... Create a button and manually set its width. You _may_ also be able to make it hidden (experiment). Check...
brucexs
Offline Send Email
Sep 1, 2004
7:19 pm
19165
i made a nice transmouse script, but there is no way to make a screenshot of a trans2 window ... ftp://silversword411.dyndns.org/pi/transmouse/ ... ...
pi
galactoboy
Offline Send Email
Sep 1, 2004
8:13 pm
19166
Pretty much as the subject says, I got a few messages this appears to be the salient part: Sorry, no mailbox here by that name. vpopmail (#5.1.1) ... ...
Steve
xirconuk
Offline Send Email
Sep 1, 2004
9:17 pm
19167
Hi, I have a small problem: Xp and using a hotkey to run a program. Hotkey is Scroll Lock. with 'Switch to if active' ticked, it runs multiple copies. PS what...
Bill Kerr
kerrwg
Offline Send Email
Sep 1, 2004
10:23 pm
19168
I've created a new bar starting with *Format Context =thunderbird and ending with *Format EndContext Position is Middle Caption. The bar does not appear when...
Dave Gorman
dave31175
Offline Send Email
Sep 1, 2004
10:58 pm
19169
D> Any suggestions? Possibly an OnTop problem. Is The Thunderbird window set as OnTop? If so, even if the bar is set as OnTop, the window will win when it is...
Alan Martin
alanmartin_au
Offline Send Email
Sep 1, 2004
11:33 pm
19170
If it's not an OnTop problem, maybe it's about the window ID. Try using Exec WindowInfo to find its classname and use that as the captionlist parameter in your...
Alan Martin
alanmartin_au
Offline Send Email
Sep 1, 2004
11:44 pm
19171
... Instead of setting your hotkey to run the program and ticking that box, you might like to try this (assuming you run Calc.exe): FIRST COMMAND Command: If ...
Alex Peters
lx_peters
Offline Send Email
Sep 2, 2004
12:15 am
19172
... How would I know? (sorry if that's a stupid question...) Isn't the selected/focused window "OnTop"? Or is that not necessarily the case? -- Dave...
Dave Gorman
dave31175
Offline Send Email
Sep 2, 2004
12:36 am
19173
... You may use win.topmost() like: win.debug(win.topmost("=thunderbird")) returns "1" if ontop, "0" if not. BTW, as Alan said, I think "*Format EndContext"...
swzoh
Offline Send Email
Sep 2, 2004
1:34 am
19174
Alan Martin wrote: A> Is The Thunderbird window set as OnTop? Dave gorman wrote: D> How would I know? (sorry if that's a stupid question...) D> Isn't the...
Alan Martin
alanmartin_au
Offline Send Email
Sep 2, 2004
1:38 am
19175
... the ... BTW, are you really sure you already checked "Auto show as bar"? Sean...
swzoh
Offline Send Email
Sep 2, 2004
1:43 am
19176
... Is this proggy a normal win32 app? FYI, it works fine here. Sean...
swzoh
Offline Send Email
Sep 2, 2004
2:08 am
19177
... Is there a way of accessing this information via a PowerPro script, so that I can set the icon of a command list to this icon? -- Alex Peters / Melbourne,...
Alex Peters
lx_peters
Offline Send Email
Sep 2, 2004
2:42 am
19178
Hi guys, Does anyone know how to retreive a list of all windows' handles? I have tried using Win.HandleList("*", 1) but it doesn't work as expected. I would...
Alex Peters
lx_peters
Offline Send Email
Sep 2, 2004
3:42 am
19179
I'm hoping a powerpro guru out there can help me out, or at least give me a nudge in the right direction. I have a new laptop, and I've become rather...
Matt
laser_17961
Offline Send Email
Sep 2, 2004
4:00 am
19180
... Unless mousetrap wants to try tackling a big job like that, I think you're stuck with loading the touchpad software to do that. Most of the laptops have...
davidt.pproyg@...
datconsulting
Online Now Send Email
Sep 2, 2004
4:04 am
19181
... I was having a brain fart, couldn't remember the name, but synaptic is the one that I've seen quite often. David Troesch | Atlanta, GA | ICQ# 2333123 ...
davidt.pproyg@...
datconsulting
Online Now Send Email
Sep 2, 2004
4:06 am
Messages 19152 - 19181 of 36662   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