Search the web
Sign In
New User? Sign Up
peditors · Discussions among pedit users
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 31521 - 31551 of 31551   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#31551 From: John Markley <jmmjr@...>
Date: Sun Nov 22, 2009 12:00 am
Subject: Re: pedit and pToolSet on Pre
jhnmarkley
Offline Offline
Send Email Send Email
 
Hi Paul -

    I very much doubt that I will switch, and if I ever do it will
probably be to an Android OS, if StyleTap does a Palm emulator for
Android.  Like you, I am happy with my current local setup (Treo
755p/Verizon).  However, I'm curious about other possibilities.  It
would be a very heavy lift indeed to get me away from pToolSet.

      ~ John

Quoting Paul Nevai <nevai@...>:

> Hi John:
>
> When you make the switch, would you please post your Prexperiences?  For some
> weird reason the Pixi looks friendlier for me (I like the always ready
> keyboard).
>
> Both I and pToolSet are very satisfied with the Sprint Centro.
>
> /Paul
>
>
>
> ------------------------------------
>
> Latest pedit/pToolSet/LapTopHack at http://www.osuweb.net/~pc/pca/pc_all.zip
> pedit/pToolSet/LapTopHack scripting info/resources at http://www.peditors.com
> Peditors Forum http://groups.yahoo.com/group/peditors
> Unsubscribe by writing to peditors-unsubscribe@...!
> Groups Links
>
>
>
>
>
>

#31550 From: Paul Nevai <nevai@...>
Date: Sat Nov 21, 2009 11:43 pm
Subject: Re: pedit and pToolSet on Pre
nevaip
Offline Offline
Send Email Send Email
 
Hi John:

When you make the switch, would you please post your Prexperiences?  For some
weird reason the Pixi looks friendlier for me (I like the always ready
keyboard).

Both I and pToolSet are very satisfied with the Sprint Centro.

/Paul

#31549 From: John Markley <jmmjr@...>
Date: Sat Nov 21, 2009 10:07 pm
Subject: Re: pedit and pToolSet on Pre
jhnmarkley
Offline Offline
Send Email Send Email
 
Thanks, Doug.
      ~ John

Quoting Doug Jacobs <djacobs@...>:

> I haven't because I can't figure out how to sync the memos. So, I'm
> using the Pre memopad, which will sync with Outlook memos.
>
> Doug
>
> jhnmarkley wrote:
>>
>> Hi guys - Has anyone tried running pedit or pToolSet on Pre with
>> MotionApps Classic emulator? I suspect pedit would run fine, but pTS
>> not. Any experience?
>>
>> ~ John
>>
>>
>
>
> ------------------------------------
>
> Latest pedit/pToolSet/LapTopHack at http://www.osuweb.net/~pc/pca/pc_all.zip
> pedit/pToolSet/LapTopHack scripting info/resources at http://www.peditors.com
> Peditors Forum http://groups.yahoo.com/group/peditors
> Unsubscribe by writing to peditors-unsubscribe@...!
> Groups Links
>
>
>
>
>
>

#31548 From: Doug Jacobs <djacobs@...>
Date: Sat Nov 21, 2009 10:05 pm
Subject: Re: pedit and pToolSet on Pre
dbj95926
Offline Offline
Send Email Send Email
 
I haven't because I can't figure out how to sync the memos. So, I'm
using the Pre memopad, which will sync with Outlook memos.

Doug

jhnmarkley wrote:
>
> Hi guys - Has anyone tried running pedit or pToolSet on Pre with
> MotionApps Classic emulator? I suspect pedit would run fine, but pTS
> not. Any experience?
>
> ~ John
>
>

#31547 From: "jhnmarkley" <jmmjr@...>
Date: Sat Nov 21, 2009 9:48 pm
Subject: pedit and pToolSet on Pre
jhnmarkley
Offline Offline
Send Email Send Email
 
Hi guys -  Has anyone tried running pedit or pToolSet on Pre with MotionApps
Classic emulator?  I suspect pedit would run fine, but pTS not.  Any experience?

     ~ John

#31546 From: John Markley <jmmjr@...>
Date: Tue Nov 10, 2009 11:50 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

> Very good.  With regard to the "{MemoToNote:" pScript, which evidently
> is working ok, it ends with your new DateBk memo open, rather than
> closing the note and showing the entry in Day View by tapping the
> "Done" button.  I did this because there was an exceedingly gnarly
> problem getting the pScript to do that final "Done" button activation.
>   I have now solved that with a rather cool little trick.  If you
> would prefer to have the pScript end with the DayView entry rather
> than the open note, replace your pScript with this one-

OK, now I've taken it further.  One of the disadvantages of the
MemoToNote pScript is that it attaches the note to an untimed blank
event on todays date and you then need to manually put in the event
item text (if any) and assign the date and time.  The other pScript,
"pDateMemoNote" would leave you in the pDateTool dialog to select the
time and date (if you could get pDateTool working - any luck?).  Now,
the new MemoToNote, below, will transfer the memo text to an untimed
blank event on today's date, as before, but it will end by opening the
DateBk "Details" dialog, so you can assign time, date, and put in any
event item text you want.

{MemoToNote::
/xc Z
/xc C
/0x1C
/&script$[@@MTN1@@]}
{MTN1::
/&launch[@@DateBk6@@]
/xc N
/&control[@@No@@]
/&script$[@@MTN2@@]}
{MTN2::
/&script$[@@MTN3@@]}
{MTN3::
/xc A
/xc P
/&varSet[$1,0]
/&script$[@@MTN4@@]}
{MTN4::
/&varAdd@[$1,1]
/&control[@@Done@@]
/&script$[@@MTN5@@]}
{MTN5::
/!/$f
/&ifScript@[$$==1000,@@MTN6@@]
/&ifAbort@[$1>=10]
/&ifScript@[$$!=1000,@@MTN4@@]}
{MTN6::
/&control[@@Det@@]}

      ~ John

#31545 From: John Markley <jmmjr@...>
Date: Mon Nov 9, 2009 6:29 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

> Again, each pScript in a chain is a complete pScript on its own, and
> it doesn't matter what order they appear.  The command
> "/&script$[@@xxx@@]}" says, as the final action of this pScript, go
> find the pScript named xxx and run it.  It doesn't matter where in the
> pad the pScript named xxx resides.  The code Paul wrote into pedit and
> pToolSet to run pScripts goes to the very start of the pad and scans
> down until it finds {xxx:  and runs it.

    I think I should provide a little more explanation since you are
new to pScripting.  What I have been sending you are moderately
complex chains of pScripts.  Unless you have read the pScripting
sections of the pedit manual (you should) it may not at all be clear
why a chain is needed.  Why not start with a pScript name, say
{SPdelete::, then put in all the pTokens and pExpressions in order,
and end it with the closing } bracket?  The answer is twofold - one,
there is a limit to the amount of info that the Palm OS will process
in one pScript chunk (the 55-byte limit), and two, there is a
hierarchical order in which the OS processes the pScript commands
which does not necessarily follow the order that you want them to be
processed in.  The only way to deal with these two limits is to
accomplish the overall task which the pScripts automate by linking
sequential pScripts together in a chain.  So, when pScript "A" has
done all it can (often determined by trial-and-error), you write in a
final instruction to now run pScript "B", and carry on the task.  This
looks like

{A::
/blah blah blah
/&script$[@@B@@]}

It does not matter where in your pScriptPad A and B are, separated or
not, nor in what order.  The command "/&script$[@@B@@]}" says to go
find and run B wherever it is.

      ~ John

#31544 From: John Markley <jmmjr@...>
Date: Mon Nov 9, 2009 2:07 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

> thanks, John.

You are welcome.  I love doing this stuff.

> I'll test leading space deleter later, I've also kept the original
> (renamed) SPdelete.

You can run LeadingSpaceDelete by itself to test it if you wish.  If
you put the first few letters of "LeadingSpaceDelete" in the pScript
starter dialog it will run without having SPdelete run first.
*But*, just renaming the first pScript in the SPdelete chain, but not
all the linked pScripts in the chain ( SPd2, SPd3, etc) will not be
sufficient, because you will now have *two* SPd6 pScripts, one that
just ends, {SPd6::d}, and the other that links to LeadingSpaceDelete.
Again, each pScript in a chain is a complete pScript on its own, and
it doesn't matter what order they appear.  The command
"/&script$[@@xxx@@]}" says, as the final action of this pScript, go
find the pScript named xxx and run it.  It doesn't matter where in the
pad the pScript named xxx resides.  The code Paul wrote into pedit and
pToolSet to run pScripts goes to the very start of the pad and scans
down until it finds {xxx:  and runs it.  If there is more than one
pScript with the same name, the one nearest the top of the pad will
always run, no matter what you intend, because that is the one that
the program encounters first.  You could have the various SPd scripts
scattered all over the place in your pad, not in numerical order, and
it would run just fine.  The sequential numbering is to assist the
user logically, not to run the chain.  So, if you now have two
different {SPd6: pScripts, whichever is closer to the top of the pad
is the one that will run, rgardless of your intent.  You must either
change *all* the names in the chain, or just use "}" to stop SPd6
after "d".  That is to say, in the modified spD6

{SPd6::d
/&script$[@@LeadingSpaceDelete@@]}

if you just put "}"  after  "d", so it reads

{SPd6::d }
/&script$[@@LeadingSpaceDelete@@]}

then you have the original SPd6, it will stop at "d" and not run /&script$....

Then you would not need a renamed SPdelete at all.


> but the set of scripts you made make a pretty good 'web page sanitizer'

Great!

      ~ John

#31543 From: "Voytek Eymont" <voytek@...>
Date: Mon Nov 9, 2009 5:26 am
Subject: Re: getting rid of multiple consecutive blanks ?
voytekeymont
Offline Offline
Send Email Send Email
 
<quote who="John Markley">

> This will remove any string of one or more TABs and will replace the
> entire string with one space -
>
> {TABdelete::


thanks, John.

as I now get 'stuff' from another source, the other source doesn't use ':'
but uses TABS to separate label from data;

I've duplicated TABdelete to TABreplace and, modeded '32' string to '58',
so, with the 'new stuff' I can run TABreplace followed by Colondelete,
that seems to work well


I'll test leading space deleter later, I've also kept the original
(renamed) SPdelete.

I'm testing screen scraping on a PC, emailing to the Palm, then processing
(which is most convenient compared trying to do web stuff on the tiny
screen), the resulting file is somewhat different (in terms of TABs and
stuff), also, testing with another source.

but the set of scripts you made make a pretty good 'web page sanitizer'



--
Voytek

#31542 From: John Markley <jmmjr@...>
Date: Sun Nov 8, 2009 9:25 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:
>
> John,
>
> 'escape' ('/')wasn't enabled in pTset, all good now
>
> (though Palm still crashes, I'll look at reinstalling later today)

(I just accidentally sent a non-response, please ignore, this is the
real thing).

OK, good.  However, I suggest that, since '/' is integral to the
syntax of pScripting, you replace it with something else, such as '\'.
   Not mandatory, but not a bad idea.

If you do a reinstall, first just zap and reinstall pDateTool and see
if that does it, unless you have found that the other pToolSet modules
also cause a crash.  And, before you do a total pToolSet zap and
reinstall, consider turning off any other background extensions
("hacks") you may have, one by one, and retest pDateTool, as most
likely it is a hack conflict of some sort.

      ~ John

#31540 From: "Voytek Eymont" <voytek@...>
Date: Sun Nov 8, 2009 9:07 pm
Subject: Re: getting rid of multiple consecutive blanks ?
voytekeymont
Offline Offline
Send Email Send Email
 
<quote who="John Markley">

> if so, you will find it is G, not g. If neither of these is the case, let
> me know asap.

John,

'escape' ('/')wasn't enabled in pTset, all good now

(though Palm still crashes, I'll look at reinstalling later today)

--
Voytek

#31539 From: John Markley <jmmjr@...>
Date: Sun Nov 8, 2009 6:11 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

> Quoting Voytek Eymont <voytek@...>:

>> also: I'm running scripts against a different data sets, works well, though:
>>
>> how can we remove single leading blank space?
>>
>> if there are leading blank spaces, SPd get rid down to a single leading
>> space.

> More about this later.

Put this is your pScriptPad -

{LeadingSpaceDelete::
/&runtimeInit[]
/0x1C
/xEpro f
/xEpro T/xEpro W/xEpro R/xEpro r
/p10/p32
/xEpro f
/&script$[@@LSD0@@]}
{LSD0::
/&ifAbort@[$&==0]
/&ifScript@[$&!=0,@@LSD1@@]}
{LSD1::
/xEpro f
/xEpro T/xEpro W/xEpro R/xEpro r
/p10/p32
/&script$[@@LSD2@@]}
{LSD2::
/&tap i[080,080]
/&script$[@@LSD3@@]}
{LSD3::
/p10
/xEpro f
/&script$[@@LSD4@@]}
{LSD4::A
/&script$[@@LSD5@@]}
{LSD5:: d}

     and, change the last line of SPdelete to read -

{SPd6:: d
/&script$[@@LeadingSpaceDelete@@]}

Now when you run SPdelete it will also remove all leading spaces,
*except* if there is a leading space in the very first topmost line of
the memo.  That one you'll need to remove manually (I could make the
pScript do it but it adds a lot of complexity for one space at a known
location).


      ~ John

#31538 From: John Markley <jmmjr@...>
Date: Sun Nov 8, 2009 5:34 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

> Quoting Voytek Eymont <voytek@...>:

>> if I get tabs (visibilites to '>>', what the best way of getting rid of
>> them ? replace with space ? then SPd
>
> More about this later.

This will remove any string of one or more TABs and will replace the
entire string with one space -

{TABdelete::
/&runtimeInit[]
/xEpro f
/xEpro T/xEpro W/xEpro R
/p9
*
/&script$[@@TABd2@@]}
{TABd2::
/&tap i[080,080]
/&script$[@@TABd3@@]}
{TABd3::
/p32
/xEpro f
/&script$[@@TABd4@@]}
{TABd4::
/&ifAbort@[$&==0]
/&ifScript@[$&!=0,@@TABd5@@] }
{TABd5::A
/&script$[@@TABd6@@]}
{TABd6:: d}

      ~ John

#31537 From: John Markley <jmmjr@...>
Date: Sun Nov 8, 2009 2:57 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:
> starts with:
> 1:pEditTool
> ...
> 7:pDateTool
>
> tried '7' in the script, get
>
> '/7MemoNotestuff'

That definitely should not happen if that line of the pScript reads
/xEpmt 7 MemoNote

what should happen is that pDateTool opens and "MemeoNote" is printed
in the top line.  See below.

> on a related matter, if I invoke pDateTool manully from pop up of from an
> icon, Palm does a Phoenix and burns down, so it seems I have a problem
> with some part of pToolSet

By "does a Phoenix" I take it you mean a spontaneous soft reset.  That
definitely should not happen either.  Please do several things:

1) Look at your pMasterTool ESC and your pedit ESC characters.  If
they are both the same character, change one of them (use a character
you don't ordinarily type).  For PMT ESC, open the pToolSet module
list (that *is* pMasterTool), and do menu/pMT1/pToolSet Prefs. For
pedit ESC do pedit menu/Op/Preferences/General.
In both of these make sure the box to use ESC is checked "on" (if
pMasterTool ESC is not on that would cause the '/7MemoNotestuff'
problem).

2) Test other pToolSet modules.  If others also generate crashes,
completely remove all the pToolSet modules and reinstall all of them
fresh.  To do this, open the app called pToolZapper in your app
launcher, tap "check all", select "no" in the "zap assoc prefs" line,
and tap "Done".  That will remove all of pToolSet.  Then do a hotsync
install of *all* the .prc in your pToolSet 8.14 folder.  Do not use
the sub-folder "00pToolButtons".  If when you test the pToolSet
modules only pDateTool misbehaves, remove it with pToolZapper and
replace.
3) If (1) and (2) don't fix it, post a separate query to Paul.  It is
rare to the point of zero for pToolSet itself to cause crashes. Such
instances have always been traceable to interference by other
background apps (hacks).


> also: I'm running scripts against a different data sets, works well, though:
>
> how can we remove single leading blank space?
>
> if there are leading blank spaces, SPd get rid down to a single leading
> space.
>
> if I get tabs (visibilites to '>>', what the best way of getting rid of
> them ? replace with space ? then SPd

More about this later.

> apart from this, the scripts are behaving wonderfully!!

Very good.  With regard to the "{MemoToNote:" pScript, which evidently
is working ok, it ends with your new DateBk memo open, rather than
closing the note and showing the entry in Day View by tapping the
"Done" button.  I did this because there was an exceedingly gnarly
problem getting the pScript to do that final "Done" button activation.
   I have now solved that with a rather cool little trick.  If you
would prefer to have the pScript end with the DayView entry rather
than the open note, replace your pScript with this one-

{MemoToNote::
/xc Z
/xc C
/0x1C
/&script$[@@MTN1@@]}
{MTN1::
/&launch[@@DateBk6@@]
/xc N
/&control[@@No@@]
/&script$[@@MTN2@@]}
{MTN2::
/&script$[@@MTN3@@]}
{MTN3::
/xc A
/xc P
/&varSet[$1,0]
/&script$[@@MTN4@@]}
{MTN4::
/&varAdd@[$1,1]
/&control[@@Done@@]
/&script$[@@MTN5@@]}
{MTN5::
/!/$f
/&ifAbort@[$$==1000]
/&ifAbort@[$1>=10]
/&script$[@@MTN4@@]}

         ~ John

#31536 From: "Voytek Eymont" <voytek@...>
Date: Sun Nov 8, 2009 12:16 pm
Subject: Re: getting rid of multiple consecutive blanks ?
voytekeymont
Offline Offline
Send Email Send Email
 
<quote who="John Markley">

> That most likely means either that you do not have pToolSet turned on,
> or that g is not the designator letter for pDateTool in your setup. If your
> pToolSet is on, you will see the little p-home icon in the command bar

thanks, John

yes, it's ON

> with command slash, and you will get the pMasterTool list of pToolSet
> items when you tap it.  If it is off (no icon, no list), use the little

yes, vertical list in the centre

> app "pToolOn" in your launcher to turn it on.  If/when it is on, then look
> on the list and see what the letter or number is that is to the left of
> pDateTool.  I expected it to be g:pDateTool, resulting in the g in "/xEpmt

starts with:
1:pEditTool
...
7:pDateTool

tried '7' in the script, get

'/7MemoNotestuff'


> g  MemoNote".  If it is a different letter or number on your list, put the
> correct item in place of the g in the script and it will work.  I suspect
> I know what happened, and
> if so, you will find it is G, not g. If neither of these is the case, let
> me know asap.

apart from this, the scripts are behaving wonderfully!!

on a related matter, if I invoke pDateTool manully from pop up of from an
icon, Palm does a Phoenix and burns down, so it seems I have a problem
with some part of pToolSet

also: I'm running scripts against a different data sets, works well, though:

how can we remove single leading blank space?

if there are leading blank spaces, SPd get rid down to a single leading
space.

if I get tabs (visibilites to '>>', what the best way of getting rid of
them ? replace with space ? then SPd



--
Voytek

#31535 From: "Voytek Eymont" <voytek@...>
Date: Sun Nov 8, 2009 3:09 am
Subject: Re: ot: associating an image lookup in a note ?
voytekeymont
Offline Offline
Send Email Send Email
 
<quote who="fjmancho">
>> is there a way to have like an image or two associated with an image
>> tool,
>
> I am a PsLink and WikiZ user. WikiZ for standar built-in databases (Memo,
> Contacts, Calendar
> and Todos) is faster than PsLink.

John, Jose,

thanks

what the correct file path syntax if i have image.gif in the root of the
sd media ?


??? /image.gif



--
Voytek

#31534 From: John Markley <jmmjr@...>
Date: Sat Nov 7, 2009 1:51 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

>
> <quote who="John Markley">
>
>> There is no peditPro v. 8.15.  The current version is 8.14, as is
>> pToolSet. Open pedit, do menu/options/about pedit.  It should say 8.14.
>
> I must've a pre-rel version: 8.15 April 5th 09
>
> but, it's time-crippled, it expires 20/7/2068....

Well, you are correct.  I just went to Paul's website and downloaded
the current peditPro, and it is indeeed 8.15 (the 2068 expiration is
standard ala Paul, and does not designate a pre-release).

So now I'm wondering, how did I miss this, particularly since usually
when Paul releases a new pedit version he also does a matching
pToolSet version and sends that to registered users.  And, the website
says 8.14 is current for both. ??
Maybe Paul will comment...??

      ~ John

#31533 From: John Markley <jmmjr@...>
Date: Sat Nov 7, 2009 1:37 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

>
> <quote who="John Markley">
>
>> Here are two pScripts (chains) each of which will transfer your memo
>> to a DateBk note, in different ways.  You don't need to bother with
>> pScriptButtons for these if you don't want to, you can run them from pedit
>> the same way as you've been doing for the other pScripts.
>>
>> {pDateMemoNote::
>> /xc Z
>> /xc C
>> /0x1C
>> /xEpmt g  MemoNote
>> /&control[@@note@@]
>> /&script$[@@pDM1@@]}
>> {pDM1::
>> /xc P
>> /&script$[@@pDM2@@]}
>> {pDM2::
>> /xEpet o}
>
> John,
>
> I get '/gMemoNote' inserted on the 1st line of the memo....the note is
> copied to itself....  and not much else that I can see....
>
> what did I miss ?

That most likely means either that you do not have pToolSet turned on,
or that g is not the designator letter for pDateTool in your setup.
If your pToolSet is on, you will see the little p-home icon in the
command bar with command slash, and you will get the pMasterTool list
of pToolSet items when you tap it.  If it is off (no icon, no list),
use the little app "pToolOn" in your launcher to turn it on.  If/when
it is on, then look on the list and see what the letter or number is
that is to the left of pDateTool.  I expected it to be g:pDateTool,
resulting in the g in "/xEpmt g  MemoNote".  If it is a different
letter or number on your list, put the correct item in place of the g
in the script and it will work.  I suspect I know what happened, and
if so, you will find it is G, not g.
If neither of these is the case, let me know asap.

        ~ John

#31532 From: Paul Nevai <nevai@...>
Date: Sat Nov 7, 2009 1:25 pm
Subject: extended batteries - OT
nevaip
Offline Offline
Send Email Send Email
 
Hi Guys:

I couldn't find a single meaningful review (based on actual usage) of an
extended battery for the Centro (or the 755p) on the net.

I can tell you that I purchased this Seidio extended battery (huge and
expensive) for both the Centro and the 755p and in each case they worked
great for about a month and then they stopped holding the charge. I did the
recommended preconditioning in both cases.

I even have a feeling that Palm may have built into the OS protection against
third party batteries. Could this be true?

Do you have any recommendations based on extended usage of any of the
extended batteries?

Let me add that Centro + Sprint + Central Ohio = winning formula.  No
comparison between the 755p and the Centro when it comes to their qualities
as cell-phones. I am even thinking of canceling my land-line. The Centro is
my first ever cell-phone that actually is usable as a phone (I was always a
Sprint customer).

All=my=best, Paul

#31531 From: "Voytek Eymont" <voytek@...>
Date: Sat Nov 7, 2009 11:45 am
Subject: Re: getting rid of multiple consecutive blanks ?
voytekeymont
Offline Offline
Send Email Send Email
 
<quote who="John Markley">

> There is no peditPro v. 8.15.  The current version is 8.14, as is
> pToolSet. Open pedit, do menu/options/about pedit.  It should say 8.14.

I must've a pre-rel version: 8.15 April 5th 09

but, it's time-crippled, it expires 20/7/2068....


>> (how do you lookup ptoolset version, I've used Palm's 'Info' to look it
>> up ?)
>
> Open pMasterTool (that is the pToolSet "list" via command stroke, and
> with the list open do menu/pMT2/Version info.  That too should say 8.14.

oops, I forgot there was a menu beyond the popup list...

8.14 feb 26 09


--
Voytek

#31530 From: "Voytek Eymont" <voytek@...>
Date: Sat Nov 7, 2009 11:34 am
Subject: Re: getting rid of multiple consecutive blanks ?
voytekeymont
Offline Offline
Send Email Send Email
 
<quote who="John Markley">

> Here are two pScripts (chains) each of which will transfer your memo
> to a DateBk note, in different ways.  You don't need to bother with
> pScriptButtons for these if you don't want to, you can run them from pedit
> the same way as you've been doing for the other pScripts.
>
> {pDateMemoNote::
> /xc Z
> /xc C
> /0x1C
> /xEpmt g  MemoNote
> /&control[@@note@@]
> /&script$[@@pDM1@@]}
> {pDM1::
> /xc P
> /&script$[@@pDM2@@]}
> {pDM2::
> /xEpet o}

John,

I get '/gMemoNote' inserted on the 1st line of the memo....the note is
copied to itself....  and not much else that I can see....

what did I miss ?


--
Voytek

#31529 From: fjmancho <fjmancho@...>
Date: Sat Nov 7, 2009 7:19 am
Subject: Re: ot: associating an image lookup in a note ?
fjmancho
Offline Offline
Send Email Send Email
 
>is there a way to have like an image or two associated with an image tool,

I am a PsLink and WikiZ user. WikiZ for standar built-in databases (Memo,
Contacts, Calendar
and Todos) is faster than PsLink.

Note that Note Pad might be useful for very simple drawings and PsLink can be
configered for it.


Going back to the previous appl:
PsLink allows you to configure two of the palm hard buttons for backward
and forward functionality but it is not very reliable.
pToolSet "open prev app" special action might be a good *non specific*
second option for this. Most of the programs will jump directly to the
specific previous document in that app.


I have one of the taps configured for this.

pToolSet prefs----> Taps-->
You might choose any of them.


Regrads,

Jose

#31528 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 11:04 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:
>
> OK, I think this is the fix.  Each time you run LFdelete, when it is
> done there is a blue (or some color) selection showing in a blank
> space.  Tap the screen to turn that into a flashing cursor before you
> run LFdelete again, and I bet you don't get the 'Ad' any more, no
> mater how many passes.

Here is a better fix, a little addition to the pScript that will do
automatically what I suggested doing with a tap, above. At the start
of LFdelete, insert

/0x1C   after  /&runtimeInit[]    and  before  /xEpro f, so that it now reads

{LFdelete::
/&runtimeInit[]
/0x1C
/xEpro f
/xEpro T ......  etc,etc.

That will do it.

    ~John

#31527 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 8:44 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

> Here are two pScripts (chains) each of which will transfer your memo
> to a DateBk note, in different ways. ...... ((SNIP))
> You can then jump
> to DateBk using the pDateTool menu item "Go To DateBook" (or just open
> DateBk with your DateBk button).  However, that will take you to
> today's date.  There is no way to jump directly to the entry you just
> made if it is on a different date than today.

oops, nope, wrong -   you *can* jump directly to the entry you just
made.  While still in pDateTool, after the little message "added
DateBook item" confirms the transfer, do menu/Go To Last Item, and it
will take you directly to your DateBk entry of whatever the date you
chose for it.

    ~ John

#31526 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 5:42 pm
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

>>> And, if you were to have a pScript to move memo to DateBk6
>>> Note, what
>>> would be your sequence of actions?
>>
>> at a guess, select all/copy, command stroke to get pToolSet and use a tool
>> from pop up menu ?
>
> OK.  When you have pScriptButtons working we can do a pScript that
> will simplify memo to note for you.

Here are two pScripts (chains) each of which will transfer your memo
to a DateBk note, in different ways.  You don't need to bother with
pScriptButtons for these if you don't want to, you can run them from
pedit the same way as you've been doing for the other pScripts.

{pDateMemoNote::
/xc Z
/xc C
/0x1C
/xEpmt g  MemoNote
/&control[@@note@@]
/&script$[@@pDM1@@]}
{pDM1::
/xc P
/&script$[@@pDM2@@]}
{pDM2::
/xEpet o}

This first one, {pDateMemoNote, will select all the text in your memo,
copy it, open pDateTool, writes the title "MemoNote" as the DateBk
item, pastes your memo into the note, and stops so you can select a
date and time and then manually tap "Add New Item".  You can then jump
to DateBk using the pDateTool menu item "Go To DateBook" (or just open
DateBk with your DateBk button).  However, that will take you to
today's date.  There is no way to jump directly to the entry you just
made if it is on a different date than today.  I put the item line
"MemoNote" in because pDateTool will not do the transfer to DateBk if
the "add your DateBook item here" line is blank.

*******

{MemoToNote::
/xc Z
/xc C
/0x1C
/&script$[@@MTN1@@]}
{MTN1::
/&launch[@@DateBk6@@]
/xc N
/&control[@@No@@]
/&script$[@@MTN2@@]}
{MTN2::
/&script$[@@MTN3@@]}
{MTN3::
/xc A
/xc P}

The second one, {MemoToNote, will copy the memo, open DateBk, open a
new DateBk untimed item on today's date, open a new note and paste
your memo, and stop.  You will have to manually set the date and time,
and whatever item name you want.

What I cannot do is make it so you can start in DateBk in a
pre-existing item or note, jump to the correct memo, copy, and return
to the correct DateBk item all automatically, as pedit and DateBk do
not have this capability.

See if you like either one, and if there are any changes you'd like.

    ~ John

#31525 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 2:59 am
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting John Markley <jmmjr@...>:

> Quoting Voytek Eymont <voytek@...>:
>
>> after several passes of LFdelete, I got 'no more' message, followed bu
>> 'Ad' trailing behind very last text on very last line.
>>
>> that's the only 'Ad' I got
>
> Ah, OK, I see why, but I'm not sure if I can fix it.  Meanwhile run
> LFREGEXP the same way, multiple passes, and see if that does what you
> want.

OK, I think this is the fix.  Each time you run LFdelete, when it is
done there is a blue (or some color) selection showing in a blank
space.  Tap the screen to turn that into a flashing cursor before you
run LFdelete again, and I bet you don't get the 'Ad' any more, no
mater how many passes.  Let me know --

    ~ John

#31524 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 2:44 am
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

> after several passes of LFdelete, I got 'no more' message, followed bu
> 'Ad' trailing behind very last text on very last line.
>
> that's the only 'Ad' I got
>
> I'll do more passes later today
>
> overall, we're looking really good
>
> it seems that Colondelete followed by several (2 or 3) LFDelete does
> everything I need
>
> but, I'll do more passes later

Ah, OK, I see why, but I'm not sure if I can fix it.  Meanwhile run
LFREGEXP the same way, multiple passes, and see if that does what you
want.

    ~ John

#31523 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 2:32 am
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

>
> <quote who="John Markley">
>
>> Also, do you have pToolSet, and if you do is it the same version
>> number as your peditPro?
>
> no:
> peditPro 8.15
> pToolSet 8.14

    There is no peditPro v. 8.15.  The current version is 8.14, as is pToolSet.
Open pedit, do menu/options/about pedit.  It should say 8.14.
>
> (how do you lookup ptoolset version, I've used Palm's 'Info' to look it up ?)

Open pMasterTool (that is the pToolSet "list" via command stroke, and
with the list open do menu/pMT2/Version info.  That too should say 8.14.


>> And, if you have pToolSet do you know how to use
>> pScriptButtons?
>
> ahem, you gave me a tutorial on it, though, I'm still struggling with it,
> and, can't say I've mastered it
>

OK, you need to learn that as it will simplify using your pScripts.
Modified tutorial to address pScriptButtons at the end of this post.


>> And, if you were to have a pScript to move memo to DateBk6
>> Note, what
>> would be your sequence of actions?
>
> at a guess, select all/copy, command stroke to get pToolSet and use a tool
> from pop up menu ?

OK.  When you have pScriptButtons working we can do a pScript that
will simplify memo to note for you.

PScriptButtons -

    This is well explained by Paul in the pToolSet Manual, and I
suggest that you read that at some point, but here is a quick how to.

1)  Open your pScriptPad, and at the very top write

custBtnPageTotal=2

exactly like that, no spaces.  That will give you two pages of
pScriptButtons, 20 total, 10 per page.  You can increase the number as
you like, up to 999.

2)  On the line of the pScriptPad just above your first pScript or
pScript chain put

custBtn.001.1

so if for example your first item is the chain that starts with
{ColonDelete::, you would have in your pad

custBtn.001.1
{ColonDelete::
/&runtimeInit[]
/xEpro f
/xEpro T/xEpro W/xEpro R/xEpro r
:
/xEpro f
/&script$[@@CD2@@]}
{CD2::
/&ifAbort@[$&==0]
/&ifScript@[$&!=0,@@ @@]}  and so forth to the end of the chain.

Then, on the line of the pad just above the first script in your next
chain, whatever that is ( {LFdelet:: , {SPdelete::, whatever), put

custBtn.001.2

Then above the next pScript chain put

custBtn.001.3,

   and so forth, until you have a custBtn.xxx.x label for each of your
pScripts/chains.  I think you have less than ten.  If you get to
custBtn001.0, the tenth button in the .001.x series, then you would go
to custBtn.002.1, etc.

3) Now, close the pScriptPad, open pMasterTool (the command slash
pToolSet), and tap pScriptButtons.  Voila.  If you tap the item with
the name of the script that you want, it will run.  You will need this
to run the upcoming memo-to-DateBk pScript.  *WARNING* - if you use
pScriptButtons to run one of your pedit memo pScripts and you are not
in pedit at the time, it may print some nonsense in whatever app you
are in.  So to begin with you should only try this with a pedit memo
open in which case it will do the same thing as you have been doing so
far.  If you like the buttons I can easily slightly modify your pedit
memo scripts so they will only run if you have pedit open.  My reason
for bothering you with this seeming complication is that it opens the
power to use pScripts while in any app for you, and gives you a
one-stop-shopping index to activate any of your scripts without having
to remember their names.  Furthermore, if you like it we can program
your TX/T3 to open the buttons with a screen tap or button press
without having to go through the command pToolSet list step.

#31522 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 1:59 am
Subject: Re: ot: associating an image lookup in a note ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

>
> <quote who="Voytek Eymont">
>> is there a way to have like an image or two associated with an image
>> tool, say, Resco, to be able to open an image from a note/address book ?
>>
>
> John,
>
> I've just found your earlier advice on this:
> I guess I need to check pslink


That's the only way I know.  Perhaps someone else here has another way(s).

    ~ John

#31521 From: John Markley <jmmjr@...>
Date: Fri Nov 6, 2009 1:56 am
Subject: Re: getting rid of multiple consecutive blanks ?
jhnmarkley
Offline Offline
Send Email Send Email
 
Quoting Voytek Eymont <voytek@...>:

>> in {LFREGEXP::     it should read      /&ifScript@[$&!=0,@@LFR1@@]}

> This script has two instances,
>
> ... does the @@label refer to the label immediately AFTER...?
>
> 2nd instance needs '10', yes ?
>
>
> {LFR9::
> /&ifAbort@[$&==0]
> /&ifScript@[$&!=0,@@LFR10@@]}
> {LFR10::A

Ah, sorry, yes, it should be @@LFR10@@ in this case.  However, in
general the pScript name within the @@ @@  in the "/&ifScript"
pFunction does not refer to any particular location in the chain, it
refers to the specific pScript name no matter where in the pScriptPad
it is.  These long complex items to do specific tasks that I've been
sending you are *chains* of pScripts.  That is, you don't have 4
pScripts from me, you have a couple dozen (haven't counted) - but,
each individual pScript (except for the last one in each chain) has as
its last command to activate another pScript. So, LFR9 says, if there
is no text selection STOP (&ifAbort), but if there is a text
selection, i.e. a find for the search, then go on and run the pScript
named {LFR10.  *But*, {LFR10 could be anywhere in your pad, not
necessarily right after {LFR9.  Paul's program searches the pScriptPad
for the specific name each time, which is why you cannot have more
than one pScript with the same name.

     ~ John

Messages 31521 - 31551 of 31551   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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