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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 17819 - 17849 of 36664   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
17819
The iniPlugin cannot (should not) modify information. If you write information to a file you expect to get exactly what you wrote back. I see no difference...
stindlpeter
Offline Send Email
Jun 1, 2004
11:58 am
17821
... Just a remark: At least at my computer the line of my previous Yahoo message with Starts gets corrupted - a skipped blank again... this time one missing...
stindlpeter
Offline Send Email
Jun 1, 2004
12:21 pm
17822
I agree about the HLP search (see my post from the 27th) but if we switch to a limited number of pages with anchors instead of multiple pages with links then...
Hakki Alacakaptan
otukungu
Offline Send Email
Jun 1, 2004
1:16 pm
17823
... That's okay — I read these posts through my Email program, which leaves all spacing intact. Just a thought: it appears that you are using the INI plugin...
Alex Peters
lx_peters
Offline Send Email
Jun 1, 2004
1:47 pm
17824
... queries ... walk ... server? ... piped ... Yes I could indeed take the hardcore approach and do everything by hand and do my own parsing. I was however...
erikrob
Offline Send Email
Jun 1, 2004
2:35 pm
17825
... appending ... No, no, it is not just adding lines. I use MANY sections and I need the key of the lines. The lines are not added if there is for instance no...
stindlpeter
Offline Send Email
Jun 1, 2004
2:46 pm
17826
I have a similar solution to the favfolder that allows me to edit the clip paste function to work with anywindow. You can use these folders for more than just...
Ted Wall
tedfwall
Offline Send Email
Jun 1, 2004
3:47 pm
17827
... wrote: Hi Peter, ... I use the standard win32 api to manipualte ini files. That comes with some baggage. Case insensitivity, for instance, when matching ...
entropyreduction
entropyreduc...
Offline Send Email
Jun 1, 2004
4:39 pm
17828
... Whoops, I hate it when I error, uploaded a new version without the DEBUG and eliminated a couple of EVENTS. See: http://groups.yahoo.com/group/power- ...
Ted Wall
tedfwall
Offline Send Email
Jun 1, 2004
5:29 pm
17829
... Whoops....let me try that again. I just wish the hlp version was more html-like =) David Troesch | Atlanta, GA | ICQ# 2333123 If you don't take action,...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jun 1, 2004
8:19 pm
17830
... This space of yours seems to be purely for cosmetic purposes. What if you replace it with this: INI.Set(Location, Label, Test , "\D160" ++ Starts) This...
Alex Peters
lx_peters
Offline Send Email
Jun 2, 2004
12:21 am
17831
Hi guys, I've just discovered the ‘Recognise keyboard hotkeys for active DOS/console windows’ option so I'm trying to setup a hotkey, Ctrl+V, that pastes...
Alex Peters
lx_peters
Offline Send Email
Jun 2, 2004
2:06 am
17832
... There's no need to. As a workaround, stindlpeter could simply use the correct syntax to obtain his desired result. ;-) The Ini plugin (and the inifile...
Alan Martin
alanmartin_au
Offline Send Email
Jun 2, 2004
2:46 am
17833
... Not an answer, but I did a quick search and found this nice page of cmd summary commands...a nice FYI =) No keyboard-only commands for accessing the ...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jun 2, 2004
2:52 am
17834
... as the way to write literal text into an inifile value preserving the leading and trailing spaces and those spaces will be retrieved correctly by ini.get. ...
Alan Martin
alanmartin_au
Offline Send Email
Jun 2, 2004
5:39 am
17835
Ooops, not enough quote characters. Make that: ini.set(filespec,sectionVar,valueVar,"'"" ++ stringVar ++ "'"")...
Alan Martin
alanmartin_au
Offline Send Email
Jun 2, 2004
5:54 am
17836
... I've become curious about it. From the *Keys command I guess this proggy has its own menu bar, but I've never seen any console program which has its own...
swzoh
Offline Send Email
Jun 2, 2004
6:47 am
17837
... Hi Ted, nice script, thanks. I'm running standard configuration and found out that there are a couple more necessary replacements that you may want to...
sgp
acs322000
Offline Send Email
Jun 2, 2004
9:31 am
17838
... And now that I think of it, I'd strip off the myname= only at paste time, because it's nice to be able to pick the folder by myname instead of having to...
sgp
acs322000
Offline Send Email
Jun 2, 2004
9:40 am
17839
Another idea is to change line 194 to simply do(dir,"") - this should start the default file manager, at least it does on my system....
sgp
acs322000
Offline Send Email
Jun 2, 2004
9:50 am
17840
... cmd.exe is the Command interpreter for the NT/2K/XP versions of windows. It's an emulated dos environment. Just like dosprmpt (or command.com) in 98, you...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jun 2, 2004
11:03 am
17841
... command.com) in 98, ... standard ... AFAIK, cmd.exe is not a (emulated) dos environment. It's a genuine 32-bit command shell, which has nothing to do with...
swzoh
Offline Send Email
Jun 2, 2004
11:52 am
17842
... No, the INI-File is the output already. So what do I do there with '... It is ok with me - forget the problem. I will skip the whole PPro project and...
stindlpeter
Offline Send Email
Jun 2, 2004
12:53 pm
17843
... Thanks again! --...
Thomas Woelk
thomas_woelk
Online Now Send Email
Jun 2, 2004
3:35 pm
17844
Thanks for the comments. PickFavfolder.txt was an extracted and tweaked for public consumption version of an existing script. But I should have posted it as...
Ted Wall
tedfwall
Offline Send Email
Jun 2, 2004
3:36 pm
17845
Two items: 1) Is there a way to have an input dialog of some description be prefilled with something? ie. Local Var = "I'll see this text in the input dialog...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jun 2, 2004
4:58 pm
17846
... Inputdefault should do what you want. (Help->Find) ... Not that I know of, but I doubt it. -- Ravi (http://shell-shocked.org) PowerPro 3.8.11 on Windows XP...
Ravi/Shell-Shocked
r2mahara
Offline Send Email
Jun 2, 2004
5:09 pm
17847
Hello davidt, you wrote... ... Inputdefault is what you are looking for....
bizaro
bizzaroy
Offline Send Email
Jun 2, 2004
5:56 pm
17848
... prefilled ... below" ... Yeah, that works perfectly....missed that in the expressions page. =) Thanks! David Troesch...
davidt.pproyg@...
datconsulting
Online Now Send Email
Jun 2, 2004
6:22 pm
17849
Maybe you could try Dependency Walker if you're not using something similar. It's definitely possible to call the system menu items individually since I've got...
Hakki Alacakaptan
otukungu
Offline Send Email
Jun 3, 2004
11:00 am
Messages 17819 - 17849 of 36664   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