Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

SuperCard

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 45456 - 45485 of 45601   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#45456 From: Haroldo Mauro <hmauro@...>
Date: Mon Mar 19, 2012 7:55 am
Subject: Eudora to Mail app
oruamh
Send Email Send Email
 
Could anyone help me to adapt this script to work with Maill app please. Thank
you!

put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬
    &"set authorPersonality to a reference to personality `unirio`" &cr¬
    &"make message at end of mailbox `Out`" &cr¬
    &"set field `To` of message 0 to" "e &tEmail "e &cr¬
    &"set field `subject` of message 0 to" "e &tSubject "e &cr¬
    &"set personality of message 0 to authorPersonality" &cr¬
    &"keystroke tab" &cr¬
    &"end tell") into myScript
  get script(do, applescript, myscript)

#45457 From: Mark Schonewille <m.schonewille@...>
Date: Mon Mar 19, 2012 11:21 am
Subject: Re: [SC] Eudora to Mail app
ecognoompje
Send Email Send Email
 
Hi,

You can't just move a script for one application to another but fortunately
there's a lot of information about scripting Apple Mail available on the
internet: http://qery.us/1w1

There are also many examples in the scripts folder at /Library/Scripts/Mail
Scripts/

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 19 mrt 2012, at 08:55, Haroldo Mauro wrote:

> Could anyone help me to adapt this script to work with Maill app please. Thank
you!
>
> put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬
>   &"set authorPersonality to a reference to personality `unirio`" &cr¬
>   &"make message at end of mailbox `Out`" &cr¬
>   &"set field `To` of message 0 to" "e &tEmail "e &cr¬
>   &"set field `subject` of message 0 to" "e &tSubject "e &cr¬
>   &"set personality of message 0 to authorPersonality" &cr¬
>   &"keystroke tab" &cr¬
>   &"end tell") into myScript
> get script(do, applescript, myscript)

#45458 From: Kenneth Norris <pixelbird@...>
Date: Tue Mar 20, 2012 9:55 pm
Subject: Re: Eudora to Mail app
pixelbird2000
Send Email Send Email
 
Hi Haroldo,


On Mar 19, 2012, at 2:37 AM, SuperCard@yahoogroups.com wrote:
>
> ________________________________________________________________________
> 1. Eudora to Mail app
>    Posted by: "Haroldo Mauro" hmauro@... oruamh
>    Date: Mon Mar 19, 2012 12:55 am ((PDT))
>
> Could anyone help me to adapt this script to work with Maill app please. Thank
you!
>
> put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬
>   &"set authorPersonality to a reference to personality `unirio`" &cr¬
>   &"make message at end of mailbox `Out`" &cr¬
>   &"set field `To` of message 0 to" "e &tEmail "e &cr¬
>   &"set field `subject` of message 0 to" "e &tSubject "e &cr¬
>   &"set personality of message 0 to authorPersonality" &cr¬
>   &"keystroke tab" &cr¬
>   &"end tell") into myScript
> get script(do, applescript, myscript)

Just a note: You aren't likely to get answers here anymore, at least not many
nor timely. I suggest using the SC Forum ... that's where literally everyone is,
for the past few years. Way more useful venue for help. Not sure if this email
group will last much longer, haven't seen more than 10 messages in the past 6
months or longer ...



Ken Norris
KenN@...
www.fhtinyradio.com
ph.  360-317-6388
AM 1650 micro-station in downtown Friday Harbor, WA
Studio: 50 Malcolm St. #506
Snail Mail: PO Box 2563 Friday Harbor WA 98250
LISTEN online
Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
HAM KF7PLC
EAA 448819






[Non-text portions of this message have been removed]

#45459 From: Mark Schonewille <m.schonewille@...>
Date: Tue Mar 20, 2012 10:11 pm
Subject: Re: [SC] Re: Eudora to Mail app
ecognoompje
Send Email Send Email
 
Ken,

Well, I read this mailing list more often than the forum and I'll be happy to
reply. You're welcome to post here.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 20 mrt 2012, at 22:55, Kenneth Norris wrote:

> Hi Haroldo,
>
>
> Just a note: You aren't likely to get answers here anymore, at least not many
nor timely. I suggest using the SC Forum ... that's where literally everyone is,
for the past few years. Way more useful venue for help. Not sure if this email
group will last much longer, haven't seen more than 10 messages in the past 6
months or longer ...
>

#45460 From: Haroldo Mauro <hmauro@...>
Date: Wed Mar 21, 2012 12:09 am
Subject: Re: [SC] Eudora to Mail app
oruamh
Send Email Send Email
 
Yes, I know. Thanks anyway. But the last time I used the forum my question was
not answered. Also, I tried to past the code below in the forum but it didn't
work. I got a message saying the post had to few words.


On 20/03/2012, at 22:55, Kenneth Norris wrote:

> Hi Haroldo,
>
> On Mar 19, 2012, at 2:37 AM, SuperCard@yahoogroups.com wrote:
> >
> > __________________________________________________________
> > 1. Eudora to Mail app
> > Posted by: "Haroldo Mauro" hmauro@... oruamh
> > Date: Mon Mar 19, 2012 12:55 am ((PDT))
> >
> > Could anyone help me to adapt this script to work with Maill app please.
Thank you!
> >
> > put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬
> > &"set authorPersonality to a reference to personality `unirio`" &cr¬
> > &"make message at end of mailbox `Out`" &cr¬
> > &"set field `To` of message 0 to" "e &tEmail "e &cr¬
> > &"set field `subject` of message 0 to" "e &tSubject "e &cr¬
> > &"set personality of message 0 to authorPersonality" &cr¬
> > &"keystroke tab" &cr¬
> > &"end tell") into myScript
> > get script(do, applescript, myscript)
>
> Just a note: You aren't likely to get answers here anymore, at least not many
nor timely. I suggest using the SC Forum ... that's where literally everyone is,
for the past few years. Way more useful venue for help. Not sure if this email
group will last much longer, haven't seen more than 10 messages in the past 6
months or longer ...
>
> Ken Norris
> KenN@...
> www.fhtinyradio.com
> ph. 360-317-6388
> AM 1650 micro-station in downtown Friday Harbor, WA
> Studio: 50 Malcolm St. #506
> Snail Mail: PO Box 2563 Friday Harbor WA 98250
> LISTEN online
> Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
> HAM KF7PLC
> EAA 448819
>
> [Non-text portions of this message have been removed]
>
>

#45461 From: Kenneth Norris <pixelbird@...>
Date: Wed Mar 21, 2012 11:31 pm
Subject: Re: Eudora to Mail app
pixelbird2000
Send Email Send Email
 
Hi Mark,


On Mar 21, 2012, at 2:42 AM, SuperCard@yahoogroups.com wrote:

> Well, I read this mailing list more often than the forum and I'll be happy to
reply. You're welcome to post here.

OK, but frankly, you are one of perhaps only three people that ever respond on
this list. I'm glad you're here to help, but I won't post help messages here
because it has virtually no features ... I'd call it deprecated. You can do many
more things on the forum.

Having said that, I'm working on a header and trailer for emails, probably build
a little SC project to handle the Stationary forms. I'll let you know.


Ken Norris
KenN@...
www.fhtinyradio.com
ph.  360-317-6388
AM 1650 micro-station in downtown Friday Harbor, WA
Studio: 50 Malcolm St. #506
Snail Mail: PO Box 2563 Friday Harbor WA 98250
LISTEN online
Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
HAM KF7PLC
EAA 448819






[Non-text portions of this message have been removed]

#45462 From: Mark Schonewille <m.schonewille@...>
Date: Wed Mar 21, 2012 11:42 pm
Subject: Re: [SC] Re: Eudora to Mail app
ecognoompje
Send Email Send Email
 
Hi Ken,

I just prefer e-mail. If you'd like me to help with something, you'd better post
here.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 22 mrt 2012, at 00:31, Kenneth Norris wrote:

> Hi Mark,
>
>
> On Mar 21, 2012, at 2:42 AM, SuperCard@yahoogroups.com wrote:
>
>> Well, I read this mailing list more often than the forum and I'll be happy to
reply. You're welcome to post here.
>
> OK, but frankly, you are one of perhaps only three people that ever respond on
this list. I'm glad you're here to help, but I won't post help messages here
because it has virtually no features ... I'd call it deprecated. You can do many
more things on the forum.
>
> Having said that, I'm working on a header and trailer for emails, probably
build a little SC project to handle the Stationary forms. I'll let you know.
>
>
> Ken Norris
> KenN@...
> www.fhtinyradio.com
> ph.  360-317-6388
> AM 1650 micro-station in downtown Friday Harbor, WA
> Studio: 50 Malcolm St. #506
> Snail Mail: PO Box 2563 Friday Harbor WA 98250
> LISTEN online
> Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
> HAM KF7PLC
> EAA 448819
>
>

#45463 From: Kenneth Norris <pixelbird@...>
Date: Wed Mar 21, 2012 11:52 pm
Subject: Re: Eudora to Mail app
pixelbird2000
Send Email Send Email
 
Hi Haroldo,

On Mar 21, 2012, at 2:42 AM, SuperCard@yahoogroups.com wrote:

> Yes, I know. Thanks anyway. But the last time I used the forum my question was
not answered. Also, I tried to past the code below in the forum but it didn't
work. I got a message saying the post had to few words.


Hmmm ... I've only ever encountered a no-answer problem when I posted some weird
thing nobody understood, but I wouldn't think email projects should  fall into
that. There is a bit of a learning curve to use the feature set of the forum,
but once you get a handle on it, it'll spoil you. Be sure you're posting in the
right section.

Also, you might want to direct it to someone like John Johnston. I bet his
ScriptLib project has some MAIL AppleScripts somewhere in it. OOPS, I couldn't 
get to ScriptLib domain page. I'll shoot an email to John.



Ken Norris
KenN@...
www.fhtinyradio.com
ph.  360-317-6388
AM 1650 micro-station in downtown Friday Harbor, WA
Studio: 50 Malcolm St. #506
Snail Mail: PO Box 2563 Friday Harbor WA 98250
LISTEN online
Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
HAM KF7PLC
EAA 448819






[Non-text portions of this message have been removed]

#45464 From: "pdkienberger" <paul_d_k@...>
Date: Thu Mar 22, 2012 8:32 am
Subject: rtfText
pdkienberger
Send Email Send Email
 
Hello, I've been away from SuperCard for awhile, but continue to use the
Projects I've created in the past. I recently upgraded to a new MacBook Pro and
SuperCard 4.7. Now I've started playing again. My question is - is there an easy
way to merge the text from two different fields, that are in two different
windows of the same project and retain the style, font, color, etc. There maybe
multiple in the same line of text and each line would be very different. I've
played with get the rtfText and set the the text of card field to rtf data. My
problem is the last line from one field and the first line of the second field
get blended. Any suggestion would be appreciated.
Thanks Paul D K

#45465 From: Joe Koomen <joe@...>
Date: Thu Mar 22, 2012 12:25 pm
Subject: Re: [SC] rtfText
joekoomen
Send Email Send Email
 
The script would be something like;

Do stuff to get first field into cd fld "newField"

Put return after cd fld "newField"

Do stuff to get second field after cd fld "newField"

On 3/22/12 4:32 AM, "pdkienberger" <paul_d_k@...> wrote:

> Hello, I've been away from SuperCard for awhile, but continue to use the
> Projects I've created in the past. I recently upgraded to a new MacBook Pro
> and SuperCard 4.7. Now I've started playing again. My question is - is there
> an easy way to merge the text from two different fields, that are in two
> different windows of the same project and retain the style, font, color, etc.
> There maybe multiple in the same line of text and each line would be very
> different. I've played with get the rtfText and set the the text of card field
> to rtf data. My problem is the last line from one field and the first line of
> the second field get blended. Any suggestion would be appreciated.

#45466 From: Mark Schonewille <m.schonewille@...>
Date: Thu Mar 22, 2012 12:51 pm
Subject: Re: [SC] rtfText
ecognoompje
Send Email Send Email
 
Hi Paul,

Get the rtfText of both fields. Remove the last } from the rtfText of the first
field, remove the part from the first { until the first }} from the rtfText of
the second field. Now set the rtfText of the third field to the remaining
rtfText.

RtfText is just a way to describe text formatting in plain text. You can easily
edit it if you know what it means, similar to HTML.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 22 mrt 2012, at 09:32, pdkienberger wrote:

> Hello, I've been away from SuperCard for awhile, but continue to use the
Projects I've created in the past. I recently upgraded to a new MacBook Pro and
SuperCard 4.7. Now I've started playing again. My question is - is there an easy
way to merge the text from two different fields, that are in two different
windows of the same project and retain the style, font, color, etc. There maybe
multiple in the same line of text and each line would be very different. I've
played with get the rtfText and set the the text of card field to rtf data. My
problem is the last line from one field and the first line of the second field
get blended. Any suggestion would be appreciated.
> Thanks Paul D K
>

#45467 From: Kenneth Norris <pixelbird@...>
Date: Thu Mar 22, 2012 9:43 pm
Subject: Re: Eudora to Mail app
pixelbird2000
Send Email Send Email
 
On Mar 22, 2012, at 2:56 AM, SuperCard@yahoogroups.com wrote:

> I just prefer e-mail. If you'd like me to help with something, you'd better
post here.


I understand, and that's fine. It's just that just about everyone else is at the
forum, makes it the acknowledged best place for help.

While I'm not the expert guys like Stéphane Leys (Modulo PI alternative SC
Editor), and of course Mark and Scott are, but after 12 years in HyperCard and
another 12 in SuperCard, I can pretty much hold my own. Might want to check out
one of my fun Demo Projects:
http://forums.supercard.us/viewtopic.php?f=17&t=203

For the time being, I'd say John Johnston is still probably one of a few of the
go-to guys for AS scripting, but Scott wrote a basic AS Help project:
http://forums.supercard.us/viewtopic.php?f=18&t=198

Here's a Scrolling List Field script that contains some AS which I wrote for
switching to live broadcast titles and info which Livecast sends to to my
SHOUTcast server. Livecast is Rogue Amoeba's wonderfully easy and solid internet
broadcasting software. It ends up in the onscreen Info widget on my front page.
Note the use of double brackets in the merge function:

on clickList
global gEditStatus,gPlayFile

--SENDS TEXT LINE TO FILE--
delete file gPlayFile
put empty into cd fld "Title"
get the hilitedtext of me
put "Title: " & it & return & "Artist: " & return & "Album: " & return & "Time:
" into tFile
--put tFile into cd fld "NowPlayingContent"
put it into cd fld "Title"
open file gPlayFile
write tFile to file gPlayFile
close file gPlayFile

--STOPS & RESTARTS BROADCAST--
put merge("tell application `Nicecast`[[cr]]stop broadcast[[cr]]end tell") into
stopBcast
put merge("tell application `Nicecast`[[cr]]start broadcast[[cr]]end tell") into
startBcast
get script(do, AppleScript, stopBcast)
wait 30
get script(do, AppleScript, startBcast)
end clickList

I used to really enjoy stretching SC to see how much could be done without
externals, but I'm thankful for the plethora of externals writers available on
the Forum. There are some amazing externals available there, and lots of help
for writing them as well.


Ken Norris
KenN@...
www.fhtinyradio.com
ph.  360-317-6388
AM 1650 micro-station in downtown Friday Harbor, WA
Studio: 50 Malcolm St. #506
Snail Mail: PO Box 2563 Friday Harbor WA 98250
LISTEN online
Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
HAM KF7PLC
EAA 448819






[Non-text portions of this message have been removed]

#45468 From: "Paul D. Kienberger" <paul_d_k@...>
Date: Fri Mar 23, 2012 4:12 am
Subject: Re: [SC] rtfText
pdkienberger
Send Email Send Email
 
Thanks for your quick reply, this at first looked very promising. But when I
started playing with it, it didn't seem to work. Removing up to the first }}
from the second field removed the font table and caused SuperCard to error when
reading it. Other attempts cause the text from the second field to have the
wrong font, text color, and style as well as cause the first line of the second
field to run on from the last line of the first field. Pasting the data into
text edit made it much easier to look at. I can see the font table and the color
table as well as the info section. Both fields are in different orders so the
tables don't match each other.
I'm thinking what may work better for me as the field I'm adding is always a
relatively small one, that it may be easier to go through word by word or even
character by character in a repeat loop and get the info and then set the info.
Thanks for your time and if you have any other suggestions I'd love to hear
them. Thanks again, Paul

On Mar 22, 2012, at 5:51 AM, Mark Schonewille wrote:

> Hi Paul,
>
> Get the rtfText of both fields. Remove the last } from the rtfText of the
first field, remove the part from the first { until the first }} from the
rtfText of the second field. Now set the rtfText of the third field to the
remaining rtfText.
>
> RtfText is just a way to describe text formatting in plain text. You can
easily edit it if you know what it means, similar to HTML.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za
>
> On 22 mrt 2012, at 09:32, pdkienberger wrote:
>
> > Hello, I've been away from SuperCard for awhile, but continue to use the
Projects I've created in the past. I recently upgraded to a new MacBook Pro and
SuperCard 4.7. Now I've started playing again. My question is - is there an easy
way to merge the text from two different fields, that are in two different
windows of the same project and retain the style, font, color, etc. There maybe
multiple in the same line of text and each line would be very different. I've
played with get the rtfText and set the the text of card field to rtf data. My
problem is the last line from one field and the first line of the second field
get blended. Any suggestion would be appreciated.
> > Thanks Paul D K
> >
>
>



[Non-text portions of this message have been removed]

#45469 From: Mark Schonewille <m.schonewille@...>
Date: Fri Mar 23, 2012 10:10 am
Subject: Re: [SC] rtfText
ecognoompje
Send Email Send Email
 
Hi Paul,

Setting the text style char by char will be easier as you won't need to figure
out RTF syntax. Set the lockScreen to true while doing this and it might even be
reasonably fast.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za

On 23 mrt 2012, at 05:12, Paul D. Kienberger wrote:

> Thanks for your quick reply, this at first looked very promising. But when I
started playing with it, it didn't seem to work. Removing up to the first }}
from the second field removed the font table and caused SuperCard to error when
reading it. Other attempts cause the text from the second field to have the
wrong font, text color, and style as well as cause the first line of the second
field to run on from the last line of the first field. Pasting the data into
text edit made it much easier to look at. I can see the font table and the color
table as well as the info section. Both fields are in different orders so the
tables don't match each other.
> I'm thinking what may work better for me as the field I'm adding is always a
relatively small one, that it may be easier to go through word by word or even
character by character in a repeat loop and get the info and then set the info.
Thanks for your time and if you have any other suggestions I'd love to hear
them. Thanks again, Paul
>

#45470 From: "mckenziecalhoun" <mckenziecalhoun@...>
Date: Fri Mar 23, 2012 12:42 pm
Subject: Icons, cicns, icns, you name it.
mckenziecalhoun
Send Email Send Email
 
I am at a loss.  I am a long-time user, but still an amateur at using Supercard
(I am a former teacher who uses it for nothing but home schooling and
role-playing games.

I have two questions:
1) What already made resources are available for a six-year-old girl who is
reading at a fifth-grade level (now you know why I am a former teacher home
teaching his daughter)?  Short attention span, high vocabulary and comprehension
are the issues.

2) I would LOVE to figure out how to get graphics and icons of various sorts
into my buttons, but I haven't been able to figure it out.

3) Is there a place to get ready-made icons/cicns, etc. for Supercard?  All I
find are folder-style icons or pictures.  How best to translate them?

Okay, I can't count, three questions.

I am running the newest Supercard on OSX Lion (newest) on a Macbook Pro (13").

Thank you for any help you might send my way.  My reading level isn't too
shabby, so even a link would help, and I do know how to use the help system in
Supercard.  I'm just not sure where to start or what commands to focus on.  If I
have trouble understanding your instructions...I'll ask my daughter. :)

#45471 From: Joe Koomen <joe@...>
Date: Fri Mar 23, 2012 12:47 pm
Subject: Re: [SC] Icons, cicns, icns, you name it.
joekoomen
Send Email Send Email
 
You can always just use picture graphics as buttons. Just draw a rectangle
and double-click to get info, then set the picturedata to any graphic you
have on your computer. You can add scripts to it to make it work just like a
button. This will allow you to work with larger sized buttons and make the
graphics a bit richer.


On 3/23/12 8:42 AM, "mckenziecalhoun" <mckenziecalhoun@...> wrote:

> I am at a loss.  I am a long-time user, but still an amateur at using
> Supercard (I am a former teacher who uses it for nothing but home schooling
> and role-playing games.
>
> I have two questions:
> 1) What already made resources are available for a six-year-old girl who is
> reading at a fifth-grade level (now you know why I am a former teacher home
> teaching his daughter)?  Short attention span, high vocabulary and
> comprehension are the issues.
>
> 2) I would LOVE to figure out how to get graphics and icons of various sorts
> into my buttons, but I haven't been able to figure it out.
>
> 3) Is there a place to get ready-made icons/cicns, etc. for Supercard?  All I
> find are folder-style icons or pictures.  How best to translate them?
>
> Okay, I can't count, three questions.
>
> I am running the newest Supercard on OSX Lion (newest) on a Macbook Pro (13").
>
> Thank you for any help you might send my way.  My reading level isn't too
> shabby, so even a link would help, and I do know how to use the help system in
> Supercard.  I'm just not sure where to start or what commands to focus on.  If
> I have trouble understanding your instructions...I'll ask my daughter. :)

#45472 From: Lisa Thompson <lthompson.22@...>
Date: Fri Mar 23, 2012 3:58 pm
Subject: Re: [SC] rtfText
lthompson_87
Send Email Send Email
 
On 22 mrt 2012, at 09:32, pdkienberger wrote:

> My question is - is there an easy way to merge the text from two different
fields, that are in two different windows of the same project and retain the
style, font, color, etc.

The easiest way to do this is to just script copying and pasting. Reformatting
character by character sounds like a nightmare in comparison.

select text of cd fld "source 1"
copy text
select text of cd fld "destination"
paste text
select text of cd fld "source 2"
copy text
select after text of cd fld "destination"
paste text

#45473 From: John Johnston <johnjohnston@...>
Date: Fri Mar 23, 2012 10:24 pm
Subject: Re: [SC] Eudora to Mail app
troutcolor
Send Email Send Email
 
Hi,
This is a very simple script using AS to send mail:

function sendMail pSubject,pMessage,pToAddress,pFromAddress,pAttachmentpath
put  "tell application `Mail`"&CR   ¬
&" set newMessage to make new outgoing message with properties
{subject:`[[pSubject]]`, content:`[[pmessage]]`}"&CR   ¬
&" tell newMessage"&CR   ¬
&" set sender to `<[[pFromAddress]]>`"&CR   ¬
&"  make new to recipient   at end of to recipients with  properties {address:`
[[pToAddress]]`  }"&CR   ¬
&"make new attachment with properties {file name:alias `[[pAttachmentpath]]`} at
after the last paragraph"&CR   ¬
&"  send"&CR   ¬
&" end tell"&CR   ¬
&"end tell" into   theMailScript
if pAttachmentpath is "" then delete line 6 of theMailScript   ---lazy
return script(do,appleScript,merge(theMailScript))
end sendMail

NB there are alt-L chars at the end of a lot of lines so I am not sure if this
will play in an email
The script could be improved but should let you see what is going on

Normally I would use a userprop to store the script and fill it with the merge
function


cheers

john

On 21 Mar 2012, at 00:09, Haroldo Mauro wrote:

> Yes, I know. Thanks anyway. But the last time I used the forum my question was
not answered. Also, I tried to past the code below in the forum but it didn't
work. I got a message saying the post had to few words.
>
>
> On 20/03/2012, at 22:55, Kenneth Norris wrote:
>
>> Hi Haroldo,
>>
>> On Mar 19, 2012, at 2:37 AM, SuperCard@yahoogroups.com wrote:
>>>
>>> __________________________________________________________
>>> 1. Eudora to Mail app
>>> Posted by: "Haroldo Mauro" hmauro@... oruamh
>>> Date: Mon Mar 19, 2012 12:55 am ((PDT))
>>>
>>> Could anyone help me to adapt this script to work with Maill app please.
Thank you!
>>>
>>> put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬
>>> &"set authorPersonality to a reference to personality `unirio`" &cr¬
>>> &"make message at end of mailbox `Out`" &cr¬
>>> &"set field `To` of message 0 to" "e &tEmail "e &cr¬
>>> &"set field `subject` of message 0 to" "e &tSubject "e &cr¬
>>> &"set personality of message 0 to authorPersonality" &cr¬
>>> &"keystroke tab" &cr¬
>>> &"end tell") into myScript
>>> get script(do, applescript, myscript)
>>
>> Just a note: You aren't likely to get answers here anymore, at least not many
nor timely. I suggest using the SC Forum ... that's where literally everyone is,
for the past few years. Way more useful venue for help. Not sure if this email
group will last much longer, haven't seen more than 10 messages in the past 6
months or longer ...
>>
>> Ken Norris
>> KenN@...
>> www.fhtinyradio.com
>> ph. 360-317-6388
>> AM 1650 micro-station in downtown Friday Harbor, WA
>> Studio: 50 Malcolm St. #506
>> Snail Mail: PO Box 2563 Friday Harbor WA 98250
>> LISTEN online
>> Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
>> HAM KF7PLC
>> EAA 448819
>>
>> [Non-text portions of this message have been removed]
>>
>>
>
>
>
> ------------------------------------
>
> Announcing the new official SuperCard Forums! A better, safer place to discuss
using SuperCard. Check them out now at http://forums.supercard.us
>
> Yahoo! Groups Links
>
>
>

#45474 From: "Paul D. Kienberger" <paul_d_k@...>
Date: Sat Mar 24, 2012 1:06 am
Subject: Re: [SC] rtfText
pdkienberger
Send Email Send Email
 
True, but I was trying to leave the clipboard free for the user. Trying to do it
the other ways.
Thanks Paul

On Mar 23, 2012, at 8:58 AM, Lisa Thompson wrote:

> On 22 mrt 2012, at 09:32, pdkienberger wrote:
>
> > My question is - is there an easy way to merge the text from two different
fields, that are in two different windows of the same project and retain the
style, font, color, etc.
>
> The easiest way to do this is to just script copying and pasting. Reformatting
character by character sounds like a nightmare in comparison.
>
> select text of cd fld "source 1"
> copy text
> select text of cd fld "destination"
> paste text
> select text of cd fld "source 2"
> copy text
> select after text of cd fld "destination"
> paste text
>



[Non-text portions of this message have been removed]

#45475 From: "Paul D. Kienberger" <paul_d_k@...>
Date: Sat Mar 24, 2012 1:07 am
Subject: Re: [SC] rtfText
pdkienberger
Send Email Send Email
 
I started working on this and surprisingly its quite fast and not as hard as I
thought it would be.
Thanks Paul

On Mar 23, 2012, at 3:10 AM, Mark Schonewille wrote:

> Hi Paul,
>
> Setting the text style char by char will be easier as you won't need to figure
out RTF syntax. Set the lockScreen to true while doing this and it might even be
reasonably fast.
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> Homepage: http://economy-x-talk.com
> Twitter: http://twitter.com/xtalkprogrammer
> KvK: 50277553
>
> Download the Installer Maker Plugin 1.7 for LiveCode here http://qery.us/za
>
> On 23 mrt 2012, at 05:12, Paul D. Kienberger wrote:
>
> > Thanks for your quick reply, this at first looked very promising. But when I
started playing with it, it didn't seem to work. Removing up to the first }}
from the second field removed the font table and caused SuperCard to error when
reading it. Other attempts cause the text from the second field to have the
wrong font, text color, and style as well as cause the first line of the second
field to run on from the last line of the first field. Pasting the data into
text edit made it much easier to look at. I can see the font table and the color
table as well as the info section. Both fields are in different orders so the
tables don't match each other.
> > I'm thinking what may work better for me as the field I'm adding is always a
relatively small one, that it may be easier to go through word by word or even
character by character in a repeat loop and get the info and then set the info.
Thanks for your time and if you have any other suggestions I'd love to hear
them. Thanks again, Paul
> >
>
>



[Non-text portions of this message have been removed]

#45476 From: Haroldo Mauro <hmauro@...>
Date: Sat Mar 24, 2012 5:46 am
Subject: Re: [SC] Eudora to Mail app
oruamh
Send Email Send Email
 
Thank you. I'm already using another script, shorter (thanks Lisa), that works
for me, but I'll save this one also, since it may be useful in the future.

On 23/03/2012, at 23:24, John Johnston wrote:

> Hi,
> This is a very simple script using AS to send mail:
>
> function sendMail pSubject,pMessage,pToAddress,pFromAddress,pAttachmentpath
> put "tell application `Mail`"&CR ¬
> &" set newMessage to make new outgoing message with properties
{subject:`[[pSubject]]`, content:`[[pmessage]]`}"&CR ¬
> &" tell newMessage"&CR ¬
> &" set sender to `<[[pFromAddress]]>`"&CR ¬
> &"  make new to recipient at end of to recipients with properties {address:`
[[pToAddress]]` }"&CR ¬
> &"make new attachment with properties {file name:alias `[[pAttachmentpath]]`}
at after the last paragraph"&CR ¬
> &"  send"&CR ¬
> &" end tell"&CR ¬
> &"end tell" into theMailScript
> if pAttachmentpath is "" then delete line 6 of theMailScript ---lazy
> return script(do,appleScript,merge(theMailScript))
> end sendMail
>
> NB there are alt-L chars at the end of a lot of lines so I am not sure if this
will play in an email
> The script could be improved but should let you see what is going on
>
> Normally I would use a userprop to store the script and fill it with the merge
function
>
> cheers
>
> john
>
> On 21 Mar 2012, at 00:09, Haroldo Mauro wrote:
>
> > Yes, I know. Thanks anyway. But the last time I used the forum my question
was not answered. Also, I tried to past the code below in the forum but it
didn't work. I got a message saying the post had to few words.
> >
> >
> > On 20/03/2012, at 22:55, Kenneth Norris wrote:
> >
> >> Hi Haroldo,
> >>
> >> On Mar 19, 2012, at 2:37 AM, SuperCard@yahoogroups.com wrote:
> >>>
> >>> __________________________________________________________
> >>> 1. Eudora to Mail app
> >>> Posted by: "Haroldo Mauro" hmauro@... oruamh
> >>> Date: Mon Mar 19, 2012 12:55 am ((PDT))
> >>>
> >>> Could anyone help me to adapt this script to work with Maill app please.
Thank you!
> >>>
> >>> put merge("Tell application `Eudora.app`" &cr &"activate" &cr¬
> >>> &"set authorPersonality to a reference to personality `unirio`" &cr¬
> >>> &"make message at end of mailbox `Out`" &cr¬
> >>> &"set field `To` of message 0 to" "e &tEmail "e &cr¬
> >>> &"set field `subject` of message 0 to" "e &tSubject "e &cr¬
> >>> &"set personality of message 0 to authorPersonality" &cr¬
> >>> &"keystroke tab" &cr¬
> >>> &"end tell") into myScript
> >>> get script(do, applescript, myscript)
> >>
> >> Just a note: You aren't likely to get answers here anymore, at least not
many nor timely. I suggest using the SC Forum ... that's where literally
everyone is, for the past few years. Way more useful venue for help. Not sure if
this email group will last much longer, haven't seen more than 10 messages in
the past 6 months or longer ...
> >>
> >> Ken Norris
> >> KenN@...
> >> www.fhtinyradio.com
> >> ph. 360-317-6388
> >> AM 1650 micro-station in downtown Friday Harbor, WA
> >> Studio: 50 Malcolm St. #506
> >> Snail Mail: PO Box 2563 Friday Harbor WA 98250
> >> LISTEN online
> >> Playing local favorites M-Sat and all gospel Sundays, announcements,
weather, FHHS Sports, Old Time Radio, and live events.
> >> HAM KF7PLC
> >> EAA 448819
> >>
> >> [Non-text portions of this message have been removed]
> >>
> >>
> >
> >
> >
> > ------------------------------------
> >
> > Announcing the new official SuperCard Forums! A better, safer place to
discuss using SuperCard. Check them out now at http://forums.supercard.us
> >
> > Yahoo! Groups Links
> >
> >
> >
>
>

#45477 From: Kenneth Norris <pixelbird@...>
Date: Sun Mar 25, 2012 9:56 pm
Subject: Re: Icons, cicns, icns, you name it
pixelbird2000
Send Email Send Email
 
Hi
On Mar 24, 2012, at 2:36 AM, SuperCard@yahoogroups.com wrote:

> Icons, cicns, icns, you name it.
>    Posted by: "mckenziecalhoun" mckenziecalhoun@... mckenziecalhoun
>    Date: Fri Mar 23, 2012 5:42 am ((PDT))

>
> 2) I would LOVE to figure out how to get graphics and icons of various sorts
into my buttons, but I haven't been able to figure it out.



Look for my "Buttons 'n' Bows" project, it shows examples of making graphics
into buttons (and a few other simple but cool things). Dunno if it's still
available in the Yahoo group list files, but I know it's in the Files Area at
the forum, Sample & Demo Projects.


Ken Norris
KenN@...
www.fhtinyradio.com
ph.  360-317-6388
AM 1650 micro-station in downtown Friday Harbor, WA
Studio: 50 Malcolm St. #506
Snail Mail: PO Box 2563 Friday Harbor WA 98250
LISTEN online
Playing local favorites M-Sat and all gospel Sundays, announcements, weather,
FHHS Sports, Old Time Radio, and live events.
HAM KF7PLC
EAA 448819






[Non-text portions of this message have been removed]

#45478 From: pixelbird@...
Date: Tue Mar 27, 2012 9:02 am
Subject: (no subject)
pixelbird2000
Send Email Send Email
 
Make seri0us m0ney 0nline using a rev0luti0nary system
http://www.compassionatehands.info/opelomlot.php?orjsubid=357




__________________
"  I got to tellthe truth, and you want to brace up, Miss Mary, because its a
bad kind,and going to be hard to take, but there aint no help for it." (c)
athanasia wintanweorth
Tue, 27 Mar 2012 10:02:44

#45479 From: Haroldo Mauro <hmauro@...>
Date: Sun Apr 8, 2012 1:49 pm
Subject: set the picturedata and photo booth
oruamh
Send Email Send Email
 
I have a project that has one card for each student I have. A bg graphic, the
locked property of which set to true, shows a picture of the student referred to
in the card. The student pictures were taken by Photo Booth.app and they looked
fine while I was using Snow Leopard and Photo Booth 3 to shot the pictures. Now,
with Lion and Phot Booth 4, the new shots show with distortion in the card. I
found out that with PB 3 the pictures dimensions were 640x480. Now, in PB 4,
they are wider and not proportionally taller. Is there a way to fix that in
Supercard, our maybe have PB to take pictures 640x480?
Thanks. Haroldo

#45480 From: John Johnston <johnjohnston@...>
Date: Sun Apr 8, 2012 3:52 pm
Subject: Re: [SC] set the picturedata and photo booth
troutcolor
Send Email Send Email
 
Hi Haroldo,
Either change the ration of your graphic
or
set the aspect of the graphic to center
The aspect gets reset when you set the picturedata so you need to reset it if
the pictureData changes

cheers

john

On 8 Apr 2012, at 14:49, Haroldo Mauro wrote:

> I have a project that has one card for each student I have. A bg graphic, the
locked property of which set to true, shows a picture of the student referred to
in the card. The student pictures were taken by Photo Booth.app and they looked
fine while I was using Snow Leopard and Photo Booth 3 to shot the pictures. Now,
with Lion and Phot Booth 4, the new shots show with distortion in the card. I
found out that with PB 3 the pictures dimensions were 640x480. Now, in PB 4,
they are wider and not proportionally taller. Is there a way to fix that in
Supercard, our maybe have PB to take pictures 640x480?
> Thanks. Haroldo

#45481 From: Haroldo Mauro <hmauro@...>
Date: Sun Apr 8, 2012 4:15 pm
Subject: Re: [SC] set the picturedata and photo booth
oruamh
Send Email Send Email
 
Thank you very much. Didn't know about graphic property. Setting the aspect to
center in the openCard handler of the window script solved the problem. The
height  changes a little when the previous/next card has a picture with a
different dimension, but it doesn't matter. It a lot easier than fixing the
ratio of every new picture, which is what I was doing.


On 08/04/2012, at 12:52, John Johnston wrote:

> Hi Haroldo,
> Either change the ration of your graphic
> or
> set the aspect of the graphic to center
> The aspect gets reset when you set the picturedata so you need to reset it if
the pictureData changes
>
> cheers
>
> john
>
> On 8 Apr 2012, at 14:49, Haroldo Mauro wrote:
>
> > I have a project that has one card for each student I have. A bg graphic,
the locked property of which set to true, shows a picture of the student
referred to in the card. The student pictures were taken by Photo Booth.app and
they looked fine while I was using Snow Leopard and Photo Booth 3 to shot the
pictures. Now, with Lion and Phot Booth 4, the new shots show with distortion in
the card. I found out that with PB 3 the pictures dimensions were 640x480. Now,
in PB 4, they are wider and not proportionally taller. Is there a way to fix
that in Supercard, our maybe have PB to take pictures 640x480?
> > Thanks. Haroldo
>
>

#45482 From: Haroldo Mauro <hmauro@...>
Date: Sun Apr 8, 2012 4:18 pm
Subject: Re: [SC] set the picturedata and photo booth
oruamh
Send Email Send Email
 
I meant "didn't know about THAT graphic property."



On 08/04/2012, at 13:15, Haroldo Mauro wrote:

> Thank you very much. Didn't know about graphic property. Setting the aspect to
center in the openCard handler of the window script solved the problem. The
height  changes a little when the previous/next card has a picture with a
different dimension, but it doesn't matter. It a lot easier than fixing the
ratio of every new picture, which is what I was doing.
>
>
> On 08/04/2012, at 12:52, John Johnston wrote:
>
>> Hi Haroldo,
>> Either change the ration of your graphic
>> or
>> set the aspect of the graphic to center
>> The aspect gets reset when you set the picturedata so you need to reset it if
the pictureData changes
>>
>> cheers
>>
>> john
>>
>> On 8 Apr 2012, at 14:49, Haroldo Mauro wrote:
>>
>>> I have a project that has one card for each student I have. A bg graphic,
the locked property of which set to true, shows a picture of the student
referred to in the card. The student pictures were taken by Photo Booth.app and
they looked fine while I was using Snow Leopard and Photo Booth 3 to shot the
pictures. Now, with Lion and Phot Booth 4, the new shots show with distortion in
the card. I found out that with PB 3 the pictures dimensions were 640x480. Now,
in PB 4, they are wider and not proportionally taller. Is there a way to fix
that in Supercard, our maybe have PB to take pictures 640x480?
>>> Thanks. Haroldo
>>
>>
>
>
>
> ------------------------------------
>
> Announcing the new official SuperCard Forums! A better, safer place to discuss
using SuperCard. Check them out now at http://forums.supercard.us
>
> Yahoo! Groups Links
>
>
>

#45483 From: <gwendalwood@...>
Date: Thu Apr 19, 2012 12:48 pm
Subject: Are you motivated?
gwendalwood
Send Email Send Email
 
hi! my dear friend
see this url http://southshoreaudio.net/myblog5/r2.php?gid=20&sid=7
have a nice day
Thursday, 19 April 2012 16:44:39 - Raymond A M says: Lsg kul ugm kedokteran.. RT
@sylvianataliaa: sebentar lagi aku kelas 3 -.-
------------------------------------------------------------
v686acuxhrs

#45484 From: "mckenziecalhoun" <mckenziecalhoun@...>
Date: Mon May 21, 2012 11:41 pm
Subject: Unable to access Tool Palette
mckenziecalhoun
Send Email Send Email
 
When I open the Tool Palette, it allows me to select a tool, but when I select
something to add, like a button, and click on the project window, nothing is
created (I've done it many times before).

A separate(?) problem is that my rounded buttons were showing up as rectangles
when I created them, regardless of efforts to do otherwise.

Anyone know the fixes for these issues?

#45485 From: Mark Schonewille <m.schonewille@...>
Date: Mon May 21, 2012 11:46 pm
Subject: Re: [SC] Unable to access Tool Palette
ecognoompje
Send Email Send Email
 
Hi,

Don't click but drag to draw the objects.

Any standard buttons higher than 22px are drawn as rectangles by the operating
system. There is nothing you can do about this.

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer
KvK: 50277553

We will have room for new projects after 1 June. Contact me now and be first in
line.

On 22 mei 2012, at 01:41, mckenziecalhoun wrote:

> When I open the Tool Palette, it allows me to select a tool, but when I select
something to add, like a button, and click on the project window, nothing is
created (I've done it many times before).
>
> A separate(?) problem is that my rounded buttons were showing up as rectangles
when I created them, regardless of efforts to do otherwise.
>
> Anyone know the fixes for these issues?

Messages 45456 - 45485 of 45601   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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