Re: What was that thing with Photoshop images?

2012-08-12 Thread Chipp Walters
Ok,

Still, why do I care to give them unique names (or group them) when I'm
just going to delete them milliseconds later in the same handler?

On Saturday, August 11, 2012, Mark Wieder wrote:

 Chipp-

 Sorry - typing in a rush as I was heading out the door. I was trying
 to show alternate means of dealing with that situation without having
 to resort to the confusion of having multiple controls with identical
 names. What I meant to suggest was

 1) instead of naming all the graphics temp, name them temp1,
temp2, tempSomething... and then you can delete all of them by
the same method without having to give them duplicate names.

 2. grouping the temporary controls you are going to want to delete.
Then you can delete them all just by deleting the group itself.

 --
 -Mark Wieder
  mwie...@ahsoftware.net javascript:;


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com javascript:;
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode



-- 
Chipp Walters
CEO, Altuit, Inc.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Old versions of RR/LC and old computers?

2012-08-12 Thread Richmond Mathewson
So, here I am in Britain for a visit with my Mum and Dad, and doing a 
spot of work on my
Tray-loading G3 iMac running Mac OS 10.3.9; and it does just exactly all 
that I need


However, this machine cannot be used with versions of RR/LC later than 
4.0 [not really a big
problem as far as I am concerned as I own RR 4.0], and I was wondering 
(again) why, whenever
Runtime Revolution produce a new version of LC they stop making earlier 
versions available,

and for sale.

This may seem like a daft question until you reflect on several things:

The world is swimming in old computers that are, supposedly outdated [as 
far as I know this G3 iMac
was made about 14 years ago], that can be reused in all sorts of places 
[especially on the educational front]

and for children at home to learn programming on.

Currently I have a Pentium II running FreeDOS with the GEM GUI that I 
use for helping kids

with PASCAL.

I have another Pentium II running Damn Small Linux [the developer of DSL 
has woken up
and is recommencing development after a 4 year break] that I am going to 
see about using with

versions of RR/LC.

Early versions of RR/LC, while not being as jazzy and capable as more 
current versions are very good
for many types of in-house software development, as well as for teaching 
purposes.


I belive that were RunRev to market early versions of RR/LC at cut-down 
prices they would make
some money, not detract from their sales of up-to-date versions, and do 
a lot of people a good

service.

Richmond.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Fast Way to get a Path to files in thumbnail folders

2012-08-12 Thread Charles E Buchwald
How about setting the item delimiter to / and using chunk operations, instead 
of regex?
(Not that it would be hard to use regex, but generally LC code is even 
easier)

On 2012-08-11, at 11:57 PM, Brahmanathaswami bra...@hindu.org wrote:

 I'm working on  catalog delivery system in our new web site.
 
 one of the media types is slideshow and we have a path that we can 
 programatically build from the database data that knows what year the photos 
 were taken and has a file ID that match the folder on disk... After that we 
 also know that the thumbnail/image we want for a gallery/catalog view is 
 going to be in a folder call preview
 
 We also really don't care which thumbnail we use for the catalog,
 
 So of course we could do something like this
 
 on a repeat loop
 
 put /media/slideshows/  tYear  /  tFileID  /preview into 
 tThumbsFolder
 set the defaultfolder to tThumbsFolder=
 put line 1 of the files into tGalleryThumb
 
 # then create small function to build the image tag:
 
 put format (img src=\ tThumbsFolder  /preview/  tGalleryThumb  \ 
 / into tGalleryImage
 
 and then push that in the table. That's pretty obvious
 
 But I've had trouble in the past with repeatedly with resetting the default 
 folder on a loop like this and it seems like a lot of disk reading when we 
 really don't care which file we use and we also a) know there will always be 
 one and b) it always ends in *.jpg
 
 I am wondering if there is some reg-ex magic that I could use to just read 
 the first file in say this folder:
 
 /media/slideshows/2008/2008-01-08_cambodia/preview/*.jpg
 
 where by I can avoid having to repeatedly reset the defaultfolder and get 
 the files
 
 i suppose I could use a shell cmd but if you use something like
 
 /media/slideshows/2008/2008-01-08_cambodia/preview/*.jpg in a shell you 
 will get all the files in the folder and not just the first one.
 
 Any ideas?
 
 Brahmanathaswami (new name of he who was formerly Sivakatirswami)
 
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


HC 25 years old today

2012-08-12 Thread dunbarx


Someone on the HC list noted this.


Hypercard's 25th anniversary.


Craig
 
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread Richmond Mathewson

dunb...@aol.com wrote:

Someone on the HC list noted this.


Hypercard's 25th anniversary.
  


Well worth celebrating:

When Nikita Khrushchev died he went to Hell, and the first things he saw 
was Hitler up to his neck in shit,
and Stalin up to his waist in the stuff. So he asked the Devil why 
Stalin was only up to his waist in poo. To which

the reply was that he was standing on Lenin's shoulders.

All of us who use Runtime Revolution Livecode would be in deep trouble 
without Hypercard!


Happy Birthday Hypercard; long may your love-child; Runtime Revolution 
Livecode, continue to keep alive

your legacy



Craig
 
___

use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

  



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Need beta testers for new database library

2012-08-12 Thread Richard Gaskin

Alejandro Tejada wrote:


Richard Gaskin wrote


I'd love to see that section as well.  I have a few articles of my own
in the works for various things, and it would be great if either or both
of you would like to contribute articles for LiveCode Journal.

I've always envisioned LCJ as a community-based effort, and would
happily format and post anything you'd like to contribute.

In fact, this is an open invitation for everyone here:  LiveCode Journal
is as useful as we make it.  Anyone and everyone is welcome to submit
articles, stacks, or other content that's helpful for the LiveCode
community.

Feel free to drop me a note any time at: ambassador@



My English is not good enough... :-(
but thanks for the invitation.


On the contrary, one of the great things about the US is that our 
population has lowered the bar for English competency. ;)


Your English is very good; your posts here are among the more enjoyable.

If you have an interest in writing anything for LiveCode Journal, please 
don't let your confidence in your English hold you back.  You write 
better than many professional journalists in the States.


--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Need beta testers for new database library

2012-08-12 Thread stephen barncard
so true! Ever read the Huffington post? Not just the misspellings but the
difficulties with Unicode in the text as well.

On Sun, Aug 12, 2012 at 9:35 AM, Richard Gaskin
ambassa...@fourthworld.comwrote:

 If you have an interest in writing anything for LiveCode Journal, please
 don't let your confidence in your English hold you back.  You write better
 than many professional journalists in the States.




-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread J. Landman Gay

On 8/12/12 11:03 AM, dunb...@aol.com wrote:



Someone on the HC list noted this.


Hypercard's 25th anniversary.


This link was attached:
http://www.tuaw.com/tag/hypercard

There are some nice links back to RunRev.

I admit I choked up a bit when I read the article. I wouldn't be here if 
it hadn't been for HyperCard.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread Richard Gaskin
FWIW, this year is the 20th anniversary of LiveCode - while I don't have 
the specific release date, I believe MetaCard was first released in 1992.


Happy birthday, LiveCode.

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Server doesn't send response code

2012-08-12 Thread Robert Brenstein

On 28.04.2012 at 22:34 Uhr -0500 J. Landman Gay apparently wrote:
But PayPal's sandbox test tool consistently shows an error and 
replies IPN delivery failed. Unable to connect to the specified 
URL. Please verify the URL and try again. Obviously it did find my 
server and URL, because my script received the data and has 
responded back to Paypal, which in turn has responded with a 
validation.


No idea how this works in terms of Paypal API but from using the 
online Paypal payments, I know that Paypal normally redirects back to 
seller's webpage, not necessarily the one started with. Is it 
possible that Paypal does not get this URL for post-processing the 
transaction from you and that is what it complains about?


Robert

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread Richmond Mathewson

Richard Gaskin wrote:
FWIW, this year is the 20th anniversary of LiveCode - while I don't 
have the specific release date, I believe MetaCard was first released 
in 1992.


At the risk of seeming picky; surely it is the twentieth anniversary of 
Metacard?




Happy birthday, LiveCode.

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  http://twitter.com/FourthWorldSys

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-livecode




___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Problem with textshift

2012-08-12 Thread J. Landman Gay

On 8/11/12 12:58 PM, Peter Haworth wrote:

Checked out the fixedlineheight and it is true.

I've now run this on the same computer (OS X Snow Leopard) same stack, same
data using 5.0.2 and 5.5.1 and the different behavior still persists.  If I
step through the code in 5.5.1, I can see the image shift down when the
line of code that sets the textshift executes.  Stepping through with
5.0.2, the image doesn't move when the same line is executed.  I've also
had a tester report the same issue with and earlier version of LC (4.5)

I guess some other property could be affecting the behavior but there's
something different happening in 5.0 and 5.5.  The text is Verdana 10 with
a line height of 18.  The images are 16x16.

Any suggested areas of investigation most welcome, or even any alternative
ways to do this.


I wonder if it's related to the field rewrite in 5.5. If the stack was 
made in 5.5 and saved in legacy format, the field may not be exactly the 
same as it would have been earlier. You might be able to test that by 
opening it in an earlier version and doing a save as, which would 
rewrite the file in the earlier format.


--
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread stephen barncard
Kevin liked it so much he bought the company.

(altered quote may only has relevance to those in the US who were watching
tv in the 70s and 80s)

On Sun, Aug 12, 2012 at 11:10 AM, Richmond Mathewson 
richmondmathew...@gmail.com wrote:

 Richard Gaskin wrote:

 FWIW, this year is the 20th anniversary of LiveCode - while I don't have
 the specific release date, I believe MetaCard was first released in 1992.


 At the risk of seeming picky; surely it is the twentieth anniversary of
 Metacard?



 Happy birthday, LiveCode.

 --
  Richard Gaskin
  Fourth World
  LiveCode training and consulting: http://www.fourthworld.com
  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
  Follow me on Twitter:  
 http://twitter.com/**FourthWorldSyshttp://twitter.com/FourthWorldSys

 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode



 __**_
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode




-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread Richmond Mathewson

stephen barncard wrote:

Kevin liked it so much he bought the company.

(altered quote may only has relevance to those in the US who were watching
tv in the 70s and 80s)
  


We were laughing ourselves at Victor Kiam in Britain as well.

And, while I am here I would just like to say that Kevin makes me feel a 
whole lot

more comfortable than Victor Kiam.

http://en.wikipedia.org/wiki/Victor_Kiam


On Sun, Aug 12, 2012 at 11:10 AM, Richmond Mathewson 
richmondmathew...@gmail.com wrote:

  

Richard Gaskin wrote:



FWIW, this year is the 20th anniversary of LiveCode - while I don't have
the specific release date, I believe MetaCard was first released in 1992.

  

At the risk of seeming picky; surely it is the twentieth anniversary of
Metacard?





Happy birthday, LiveCode.

--
 Richard Gaskin
 Fourth World
 LiveCode training and consulting: http://www.fourthworld.com
 Webzine for LiveCode developers: http://www.LiveCodeJournal.com
 Follow me on Twitter:  
http://twitter.com/**FourthWorldSyshttp://twitter.com/FourthWorldSys

__**_
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode


  

__**_
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/**mailman/listinfo/use-livecodehttp://lists.runrev.com/mailman/listinfo/use-livecode






  



___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Problem with textshift

2012-08-12 Thread Peter Haworth
Good thought Jacque but unfortunately no joy.  It was a stack saved in
Legacy (2.7) format but opening it in 5.0, then Save As..., then opening
the saved version in 5.0 didn't fix the problem.

I'm wondering if I can work around whatever the problem is by putting a 4
pixel transparent border at the top of the icon and not setting the
textshift.

I think I should probably submit this as a bug since I can easily attach
the stack.  Seems like it works of other folks but obviously there's
something in my stack that causes it to not work.


Pete
lcSQL Software http://www.lcsql.com



On Sun, Aug 12, 2012 at 12:07 PM, J. Landman Gay
jac...@hyperactivesw.comwrote:

 I wonder if it's related to the field rewrite in 5.5. If the stack was
 made in 5.5 and saved in legacy format, the field may not be exactly the
 same as it would have been earlier. You might be able to test that by
 opening it in an earlier version and doing a save as, which would rewrite
 the file in the earlier format.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Old versions of RR/LC and old computers?

2012-08-12 Thread Alejandro Tejada

Richmond Mathewson-2 wrote
 
 I belive that were RunRev to market early versions of
 RR/LC at cut-down prices they would make some money, 
 not detract from their sales of up-to-date versions, and 
 do a lot of people a good service.
 

Free software is not free for the companies that
release them.

Early versions could be useful if released as part of
a book about programming for specific audiences.

Ideally, these books should be printed on demand.
In this way, they could be updated frecuently with
new content and supported with a forum in the web.

Al







--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Old-versions-of-RR-LC-and-old-computers-tp4653657p4653672.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread Alejandro Tejada

J. Landman Gay wrote
 
 [snip]
 I wouldn't be here if it hadn't been for HyperCard.
 

Me too! :-D
Back then, I tried to build a Spanish Translation Assistant

http://finance.groups.yahoo.com/group/HyperCard/message/2159
(Why the HyperCard group is stored among the Finance groups
in yahoo???)

Al



--
View this message in context: 
http://runtime-revolution.278305.n4.nabble.com/Fast-Way-to-get-a-Path-to-files-in-thumbnail-folders-tp4653655p4653673.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: HC 25 years old today

2012-08-12 Thread Mark Wieder
Jacque-

Sunday, August 12, 2012, 10:26:02 AM, you wrote:

 I admit I choked up a bit when I read the article. I wouldn't be here if
 it hadn't been for HyperCard.

I seem to be playing straight man for you quite a bit lately, but...
OK - where would you be?

...and there should be some kind of punchline about playing straight
man for a woman named Gay, but luckily for everyone it eludes me at
the moment...

-- 
-Mark Wieder
 mwie...@ahsoftware.net


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode