Hi, people I started LapTopHacking a few weeks ago. I am not really an expert with pScripts and am not sure I want to be, just coping and pasting, and trying. ...
Is there a way in Pedit to replace multiple blank lines in text with just one blank line? Maybe in Find and Replace somehow? I don't know if RegEx will work...
Jeff Svare wrote... # # Is there a way in Pedit to replace multiple blank lines in text with # just one blank line? Maybe in Find and Replace somehow? I don't...
Hi, Jose- ... The problem is, you've left out the pString delimiters "@@", and you have one too many "/" after "::". It needs to be {RakuDA::/&daLaunch...
... OK. I'll try... First, just expansion of exactly what Paul wrote, above. Start in your multi-blank-line containing pedit memo and tap the F button. Make...
... It may be a bit more complicated than that, depending on where the source text came from. The problem is just what is considered End Of Line on an ASCII...
... Hi, Dennis. Thanks. As far as I know he's wanting to do this all in pedit. Pedit does not support \n, that's the problem. I'll play with ASCII 11 and...
... <<SNIP>> ... So far no luck, all are rejected. *However*, although I'll perservere for my own info, for the purposes of the specific task desired by Jose...
...... Original Message ....... On Sun, 01 Oct 2006 21:41:36 -0400 John Markley <jmmjr@...> wrote: <<SNIP>> *However*, although I'll ... oops. sorry....
# In normal regexp processing, you can handle LF, CR, and Tab chars as # \n, \r, and \t. This is dependant on the regexp implementation. I # don't know if...
I'm on a Treo 600 with the newest firmware update running the newest versions of p* and Dataviz's Beyond Contacts (an Outlook-on-the-Palm tool - very nice -...
Hi, Neil-- ... <<SNIP>> ... This is a problem that's not limited to DataViz, but relates to the center of the 5-way in OS5 and to the OS5 active field...
A bit faster method involves using the Visibilator command (ESC !). Visibilator makes some characters visible by replacing spaces with middle dots "·" (ascii...
Thanks John - but I've already tried /&tap and /&control - no go. I had tried them first. I had read Paul's post on OS 5 and the blue halo of death (BHoD?). It...
... Yes, this is a good shortcut, but with the limitations you noted. However, the whole job can be done without those limitations using one pScript that...
Hi, Neil- ... "Am I just out of luck?" It may be so. I've had one or two such situations where I just had to give up. But, describe for me exactly what the...
# I've banged around on the keyboard, hit enter and tried a whole bunch of /0x # characters. I've also checked for menus to get the functionality but no #...
Yes, Jacob is right. I think he proposed the same the last time this issue came up a few years ago. It is Jacob's idea. /Paul # A bit faster method involves...
I go into the Beyond Contacts calendar, have to tap "new". But, fortunately by typing text it just assumes it is the subject of a new appt so I insert a ...
Hi, Neil- <<SNIP>> This leaves me in the state of the attached screenshot (sorry for ... Unfortunately, Yahoo forums dont let graphics come through. :( ... If...
John - I'm pretty convinced it just isn't going to work. I already disabled my grafitti hack so that is not the problem. I've also played around with the...
# I already disabled my grafitti hack so that is not the problem. I've also # played around with the pRotatorTool (it works in some places in # BeyondContacts...
Would it be true to say that if a thing that looks and smells like a text field but isn't can be determined by pEditTool responding with "no focused text" or...
The thing that gets me is that pRotatorTool works interactively correctly as well as pPointerTool. That is what has kept me going. Also, they work correctly...
Hi, Neil- ... I fear that's true. ... I struggled with a sequence issue relating to a field selection of this sort several months ago and finally gave up....
Addendum- ... I went back and looked at that problem, and like yours (Neil) it occurs while there is a blue-halo actived field present. I suspect the code...
Neil Smithline wrote... # # The thing that gets me is that pRotatorTool works interactively correctly as # well as pPointerTool. That is what has kept me...
# Would it be true to say that if a thing that looks and smells like a # text field but isn't can be determined by pEditTool responding with # "no focused...
Yeah - The events don't occur until after the chain has completed, not just the script. Really weird. {demo:: /&script [@@demo-a] /&sleep[200] } {demo-a::...
# Yeah - The events don't occur until after the chain has completed, not just # the script. Really weird. Just a note. The Palm OS processes the penDown events...