Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Mark Wieder
Benjamin- Cool. Thanks. -- -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/lis

Re: Dealing with a picture

2010-11-22 Thread Scott Pepperdine
Thank you for the great explanation. And thanks to those who responded to my other questions. This list is great! Very responsive. Thanks again, --Scott On 11/22/2010 8:26 PM, J. Landman Gay wrote: On 11/22/10 9:58 AM, Scott Pepperdine wrote: I want to import an picture onto a card, re-si

Re: desktop to iPad

2010-11-22 Thread Terry Judd
I seem to have a lot of trouble getting the plugin to know which simulator to open it in. Choose iPad in the simulator and the plugin often launches the iPhone simulator anyway. Once the simulator is open, switching devices doesn't carry the current project across automatically. It only seems to be

Re: desktop to iPad

2010-11-22 Thread Sarah Reichelt
Is the stack opening in the iPad simulator or the iPhone simulator. I haven't go it open right now, but I think there is a menu item in the Simulator to change this. On Tue, Nov 23, 2010 at 11:33 AM, edward cawley wrote: > Still have a problem, I set the stack to 1000 x 700. I have to reduce an

Re: Dealing with a picture

2010-11-22 Thread J. Landman Gay
On 11/22/10 9:58 AM, Scott Pepperdine wrote: I want to import an picture onto a card, re-size the picture to about 2"x2", the size I want when I eventually print it. Save it to a sub directory, and change the source of the image object on the card By placing the picture in a sub directory, I hop

Files in ios again

2010-11-22 Thread Mike Kerner
OK, still screwing with files in ios, which clearly I don't understand. I am usingset the defaultFolder to specialFolderPath("Documents") -- ios command and then creating a file and saving to it. I then have a button that I click which reads the file again to ensure that I am actually writin

Re: error seeking in file

2010-11-22 Thread Mike Bonner
Ah k cool. In which case you don't need to specify a byte/char position at all so the whole 'start' question becomes moot. In this case, since you read the whole file, then rewrite the whole file, to simplify might consider using the URL keyword to do this. put url "file:test" into tContents-- to

Re: error seeking in file

2010-11-22 Thread Mike Kerner
Yeah, I snipped the code because I was trying to shorten everything up, but I actually open for reading then close, then reopen for writing and overwrite the entire contents. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this ur

Re: error seeking in file

2010-11-22 Thread Mike Bonner
Noticed that you were using filename as your variable name, but it is a reserved word, you should probably change it to tFilename or whatever alternative name you wish. In addition, I think you will probably want to open the file in update mode, or for write, depending on what you wish to accompli

Re: error seeking in file

2010-11-22 Thread Mike Kerner
UGH - never mind - in the dox I took "start" literally, when I should have specified a position, e.g. 0 On Mon, Nov 22, 2010 at 21:11, Mike Kerner wrote: > I'm on a mac using 4.5.1, trying to mess around with something that I'd > like to put on my ipod eventually. So I'm trying to open an extern

Re: desktop to iPad

2010-11-22 Thread Terry Judd
Right - I think I'm with you now. I haven't used the plugin for a while but with the latest version when I run a newly created stack in the iPad simulator (which only seems to work if I select version 3.2 in the plugin AND in the simulator, the stack is rendered in an iPhone sized 'window', just li

error seeking in file

2010-11-22 Thread Mike Kerner
I'm on a mac using 4.5.1, trying to mess around with something that I'd like to put on my ipod eventually. So I'm trying to open an external file to hold preferences. code reads: put "test" into filename open file filename read from file filename until eof put it into contents ask "new contents"

RE:desktop to iPad

2010-11-22 Thread edward cawley
Still have a problem, I set the stack to 1000 x 700. I have to reduce an image to 570 x 348 to show the whole image in the iPad simulator.At that size it fills the whole iPad window with no border. If I try to increase the image it is cut in width and height.If the ipad landscape view is suppos

Re: [OT] Interesting Article on Form Design

2010-11-22 Thread Scott Rossi
Recently, Bob Sneidar wrote: > Is there anything written up on some acceptable standards about distance > between input fields, and distance to top and bottom of form? I'm not sure if there is any general study on this (haven't seen one myself). But I know there are platform-specific HIG specifi

Re: [OT] Interesting Article on Form Design

2010-11-22 Thread Bob Sneidar
Thanks Scott. I have been mulling around in my head about some kind of form generator, that when given a set of database columns, will auto layout input fields for them in order selected based upon the column size and what have you. I call it a field dropper, and I have a working model which gat

Re: RunRev as RevServer &/or CGI engine

2010-11-22 Thread Björnke von Gierke
co-location servers general don't allow to open sockets. so on-rev can't do it at all. I think cgi's can do it tho, if the relevant settings are friendly on the apache side. To get the old cgi versions of rev, mail support. I think there's no additional license required, but again, support know

Re: question about iOS apps

2010-11-22 Thread Klaus on-rev
Hi Thomas, Am 23.11.2010 um 00:44 schrieb Thomas McGrath III: > Klaus, > > Absolutely. Yes, but only in your own sandbox. sorry, no capisce, what does that mean? > Tom McGrath III > > On Nov 22, 2010, at 2:54 PM, Klaus on-rev wrote: > >> Hi freinds, >> >> short question, maybe someone can a

RunRev as RevServer &/or CGI engine

2010-11-22 Thread Alex Tweedly
It looks to me like "open socket" doesn't work in RevServer (specifically, on on-rev.com). Nothing I've tried has the open socket succeed, while the same simple script will work on the desktop, and opening the socket from another language (python as a CGI) does work fine. It is listed in the

Re: question about iOS apps

2010-11-22 Thread Thomas McGrath III
Klaus, Absolutely. Yes, but only in your own sandbox. Tom McGrath III Lazy River Software http://lazyriver.on-rev.com 3mcgr...@comcast.net I Can Speak - Communication for the rest of us... http://mypad.lazyriver.on-rev.com I Can Speak on the iPad Store http://itunes.apple.com/us/app/i-can-spe

Re: Dragging Lines in a Field

2010-11-22 Thread zryip theSlug
On Mon, Nov 22, 2010 at 6:28 PM, Ray Horsley wrote: > Dunbar, > > Thanks for this encouragement.  I was hoping for a simple setting which I > believe we should have, but I can give this a try. > > Thanks, > > Ray Horsley > LinkIt! Software Ray, Have a look to this thread: http://www.mail-archive

Re: Copying a card

2010-11-22 Thread Bob Sneidar
Copy this card to stack "myStack"? It's in the docs... Bob On Nov 22, 2010, at 12:54 PM, Peter Haworth wrote: > I'm sure I'm missing the obvious but I need to copy a card from stack A into > stack B in a script - how do I do that? > Thanks, > > Pete Haworth > > > > > > > > > > __

[OT] Interesting Article on Form Design

2010-11-22 Thread Scott Rossi
Folks building data entry forms in LC may find this article of interest (not because it has to do with Apple, but rather because it analyzes newer methods of dealing with design/data collection in forms): The Apple Store's Checkout Form Redesign Regards, S

Re: Copying a card

2010-11-22 Thread Peter Haworth
Thanks, told you I was missing something obvious! Pete Haworth On Nov 22, 2010, at 1:06 PM, Ian McKnight wrote: Hi Pete try copy card "A" of stack "A" to stack "B" On 22 November 2010 20:54, Peter Haworth wrote: I'm sure I'm missing the obvious but I need to copy a card from stack A

Re: datagrid : how to show a list when the user edit a cell?

2010-11-22 Thread zryip theSlug
On Mon, Nov 22, 2010 at 8:30 PM, JosepM wrote: > > Bonjour André, > > Yes, but showing the field "Résultats" over the datagrid when the user enter > values into the cell.. I don't know how show it and intercept it the result > to put again into the cell to search into the database when the user en

Re: Copying a card

2010-11-22 Thread Ian McKnight
Hi Pete try copy card "A" of stack "A" to stack "B" On 22 November 2010 20:54, Peter Haworth wrote: > I'm sure I'm missing the obvious but I need to copy a card from stack A > into stack B in a script - how do I do that? > Thanks, > > Pete Haworth > > > > > > > > > > _

RE: Copying a card

2010-11-22 Thread John Dixon
copy this card to stack "TheOtherStack" > From: p...@mollysrevenge.com > To: use-revolut...@lists.runrev.com > Subject: Copying a card > Date: Mon, 22 Nov 2010 12:54:44 -0800 > > I'm sure I'm missing the obvious but I need to copy a card from stack > A into stack B in a script - how do I do th

Copying a card

2010-11-22 Thread Peter Haworth
I'm sure I'm missing the obvious but I need to copy a card from stack A into stack B in a script - how do I do that? Thanks, Pete Haworth ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscr

Re: datagrid : how to show a list when the user edit a cell?

2010-11-22 Thread Bob Sneidar
I guess you could trap exitField and call a dataGrid function for updating the dataGrid. To pass the proper dataGrid objects to the editable field in the first place, like the selected line and what have you, you can set the dialogData, which is a persistent global for think kind of thing. That

Re: question about iOS apps

2010-11-22 Thread Klaus on-rev
Hi Mark, > Hi Klaus, > > I think you can do this as long as > * the download does't change the functionality or type of content of your > application > * no code is downloaded ah, great, thanks. > Read this: http://qurl.tk/kx -> You do not have access to the page you requested. Unfortunately

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Medard
Benjamin Beaumont wrote: > I've added the requested icon file at 110dpi for screen use to the media > resources page here: > > http://www.runrev.com/company/press-room/media-resources/ yeah, that's a nice one! :-) ___ use-livecode mailing list use-l

Data Grid Helper 1.1.5 makes your datagrids more reactive to keyboard

2010-11-22 Thread zryip theSlug
Dear List, When I started with the first release of DGH, I promised regular updates of the tool. Here is a new one for inaugurating the new list. What we have for you in this new version: 1) Four new ready to use scripts for making your dgs more reactive to keyboard: - use enter key for adding

Re: question about iOS apps

2010-11-22 Thread Mark Schonewille
Hi Klaus, I think you can do this as long as * the download does't change the functionality or type of content of your application * no code is downloaded Read this: http://qurl.tk/kx -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy

question about iOS apps

2010-11-22 Thread Klaus on-rev
Hi freinds, short question, maybe someone can answer with a short yes or no. Is an iOS app allowed to download and store additional content for an app (images, textfiles, sounds etc.) on the iDevice? Thanks in advance! Best Klaus -- Klaus Major http://www.major-k.de kl...@major.on-rev.com

Re: test

2010-11-22 Thread Richmond
On 11/22/2010 09:44 PM, zryip theSlug wrote: On Mon, Nov 22, 2010 at 8:22 PM, Richmond wrote: On 11/22/2010 09:16 PM, zryip theSlug wrote: 1 2 4 Umm, molluscan counting; mind you, the lack of digits has to show somewhere . . . :) Test, please ignore 8-) Unlikely given the wonky numbers. R

Re: test

2010-11-22 Thread zryip theSlug
On Mon, Nov 22, 2010 at 8:22 PM, Richmond wrote: > On 11/22/2010 09:16 PM, zryip theSlug wrote: >> >> 1 2 4 > > Umm, molluscan counting; mind you, the lack of digits has to show somewhere > . . . :) >> >> Test, please ignore 8-) >> > Unlikely given the wonky numbers. Richmond, I have no problem

IGNORE - TEST

2010-11-22 Thread stephen barncard
TEST -- Stephen Barncard San Francisco Ca. USA more about sqb ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription prefer

Re: datagrid : how to show a list when the user edit a cell?

2010-11-22 Thread JosepM
Bonjour André, Yes, but showing the field "Résultats" over the datagrid when the user enter values into the cell.. I don't know how show it and intercept it the result to put again into the cell to search into the database when the user end to edit the cell... :( And the field "Résultats" growi

Re: test

2010-11-22 Thread Richmond
On 11/22/2010 09:16 PM, zryip theSlug wrote: 1 2 4 Umm, molluscan counting; mind you, the lack of digits has to show somewhere . . . :) Test, please ignore 8-) Unlikely given the wonky numbers. ___ use-livecode mailing list use-livecode@lists.runrev

Re: test

2010-11-22 Thread zryip theSlug
1 2 4 Test, please ignore 8-) -- -Zryip TheSlug- wish you the best! 8) http://www.aslugontheroad.co.cc ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preference

Re: The mailing list is slow

2010-11-22 Thread Kevin Miller
On 22/11/2010 18:52, "Peter Haworth" wrote: > Maybe it's because you are sending the messages to the old Revolution > list? There is no reason that I can think of for it to be any slower than the previous list. Obviously we'll keep an eye on it to make sure but it *should* be just as fast. >Fro

Re: 4.5.1 AutoUpdate?

2010-11-22 Thread J. Landman Gay
On 11/22/10 10:41 AM, Peter Haworth wrote: I have my preferences set to check for updates on startup but I still don't have 4.5.. There's at least one fix I know of that I need in 4.5.1 - where can I get it and how come the check for updates isn;t working? Auto-update is disabled temporarily. F

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread J. Landman Gay
On 11/22/10 10:36 AM, Mark Wieder wrote: The license agreement (Appendix A) says: "We would like you to include the RunRev logo, as per the terms set on our website. However, unlike the Copyright notice above, you are not required to include the logo." Of course, I'm not sure *where* on the we

Re: Hypercard stack quits before opening solved

2010-11-22 Thread J. Landman Gay
On 11/22/10 7:07 AM, Shari wrote: I no longer have Hypercard, or a computer system that supports it. There are three emulators available that allow you to run HC on OS X. The most recently updated is SheepShaver and it works pretty well. If you have an old CD with HC 2.4.1 on it, you're in bu

Re: The mailing list is slow

2010-11-22 Thread Jacques Hausser
Hey Josep, Its not so surprising... your are sending them to How to use Revolution ! How to use LiveCode would be better ;-) Jacques Le 22 nov. 2010 à 19:45, JosepM a écrit : > > The same for me, slow... all my messages are pending... I need to subscribe > again? > > > Salut, > Josep

Re: The mailing list is slow

2010-11-22 Thread Peter Haworth
Maybe it's because you are sending the messages to the old Revolution list? Pete Haworth On Nov 22, 2010, at 10:45 AM, JosepM wrote: The same for me, slow... all my messages are pending... I need to subscribe again? Salut, Josep -- View this message in context: http://runtime-revoluti

Re: The mailing list is slow

2010-11-22 Thread JosepM
The same for me, slow... all my messages are pending... I need to subscribe again? Salut, Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/The-mailing-list-is-slow-tp3053918p3054210.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: test

2010-11-22 Thread JosepM
Testing... Josep -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/test-tp3053473p3054204.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Richmond
On 11/22/2010 08:24 PM, Bob Sneidar wrote: You can scale it yourself in any number of free, shareware and commercial apps. Bob GIMP ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manag

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Bob Sneidar
You can scale it yourself in any number of free, shareware and commercial apps. Bob On Nov 22, 2010, at 6:10 AM, Medard wrote: > Benjamin Beaumont wrote: > >> http://www.runrev.com/company/press-room/media-resources/ > > Nice! > > How about some icon-size picts? > > I borrowed a LC 4.5 i

Re: test

2010-11-22 Thread Richmond
On 11/22/2010 08:16 PM, Bob Sneidar wrote: Hello? Is this thing on?? Bob Yes, but slightly "half-cock" as messages take donkeys' ages to get sent out to e-mail addresses. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this

Re: test

2010-11-22 Thread stephen barncard
How to use LiveCode TESTING SPAM FILTERS - PLEASE IGNORE Stephen Barncard San Francisco Ca. USA more about sqb ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe,

Re: The mailing list is slow

2010-11-22 Thread Bob Sneidar
Odd, I do not get my own posts. Perhaps it is the way I have my email set up, or perhaps you are looking at All Mail in gmail or something. Bob On Nov 22, 2010, at 8:09 AM, Mark Schonewille wrote: > Hi, > > Does anyone else notice that the mailing list is much slower now? Previously, > I re

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Benjamin Beaumont
Hi All, I've added the requested icon file at 110dpi for screen use to the media resources page here: http://www.runrev.com/company/press-room/media-resources/ Warm regards, Ben On 22 November 2010 16:36, Mark Wieder wrote: > Jacque- > > Monday, November 22, 2010, 8:17:05 AM, you wrote: > >

Re: test

2010-11-22 Thread Bob Sneidar
Hello? Is this thing on?? Bob On Nov 22, 2010, at 3:44 AM, Heather Nagey wrote: > 123 > > Heather Nagey > Customer Services Manager > http://www.runrev.com/ > LiveCode – Realize fast, compile-free coding > > > ___ > use-livecode mailing list > use-

Re: Strange Datagrid Column Problem

2010-11-22 Thread Peter Haworth
Now the list is back, I can continue this discussion. I am using the syntax "of the long ID of me" in many places within datagrid column behavior scripts and this is the only place it has failed. Even in the same script that the failure occurred in, there are other references to"the long I

RE: Dragging Lines in a Field

2010-11-22 Thread Ray Horsley
Dunbar, Thanks for this encouragement. I was hoping for a simple setting which I believe we should have, but I can give this a try. Thanks, Ray Horsley LinkIt! Software -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Beha

OAuth wiki

2010-11-22 Thread Mark Schonewille
Hello, Just again, to make sure that nobody misses it: - You can create an account for the OAuth wiki at http://devwiki.runrev.info - after creating an account you have to send an e-mail OFF-LIST to me, to tell me your user name - once you have contacted me off-list, I will enable your account

4.5.1 AutoUpdate?

2010-11-22 Thread Peter Haworth
I have my preferences set to check for updates on startup but I still don't have 4.5.. There's at least one fix I know of that I need in 4.5.1 - where can I get it and how come the check for updates isn;t working? Pete Haworth ___ use-li

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Mark Wieder
Jacque- Monday, November 22, 2010, 8:17:05 AM, you wrote: > I'd like to see a copy of the app icon (green leaf thing) so I can put > it into my About boxes along with the RR accredidation. If we're > supposed to use the LiveCode branding image instead I can do that, but > the leaf is more compac

Re: Use LiveCode List is Open For Business

2010-11-22 Thread Peter Haworth
What are the addresses for the archive and searching? Pete Haworth On Nov 22, 2010, at 5:09 AM, Heather Nagey wrote: Dear List Members, Thank you for your patience. The list transfer from Use Revolution to Use LiveCode is now complete. You should all still be here, and your list settings

Re: OAuth wiki

2010-11-22 Thread Peter Haworth
Hi Mark, Just registered for the wiki. Looking forward to seeing how this helps with the Facebook project. Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband On Nov 22, 2010, at 4:22 AM, Mark Schonewille wr

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Medard
Benjamin Beaumont wrote: > Do you mean the LiveCode application icon? for instance... I picked it, but it is specific to the 4.5 version ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and m

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Klaus on-rev
Am 22.11.2010 um 17:17 schrieb J. Landman Gay: > On 11/22/10 6:40 AM, Benjamin Beaumont wrote: >> Hi Richmond, >> >> Thank you for your request. We've added the main LiveCode brand to the press >> media downloads page here: >> >> http://www.runrev.com/company/press-room/media-resources/ >> >>

Re: The mailing list is slow

2010-11-22 Thread Mark Schonewille
Hi René, Maybe the 30 minutes delay was a one-time mistake. If the delays is 3 to 5 minutes now, I guess it isn't too bad. Perhaps we got spoiled but the quality of the previous hosting service :-) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage:

Re: The mailing list is slow

2010-11-22 Thread René Micout
3 minutes ! Yes it is slower than last week ! Le 22 nov. 2010 à 17:15, René Micout a écrit : > I reply at 17:15 > René > > Le 22 nov. 2010 à 17:09, Mark Schonewille a écrit : > >> Hi, >> >> Does anyone else notice that the mailing list is much slower now? >> Previously, I received my own e-ma

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread J. Landman Gay
On 11/22/10 6:40 AM, Benjamin Beaumont wrote: Hi Richmond, Thank you for your request. We've added the main LiveCode brand to the press media downloads page here: http://www.runrev.com/company/press-room/media-resources/ You'll find a 300dpi transparent PNG for those wishing to print and one a

Re: The mailing list is slow

2010-11-22 Thread René Micout
I reply at 17:15 René Le 22 nov. 2010 à 17:09, Mark Schonewille a écrit : > Hi, > > Does anyone else notice that the mailing list is much slower now? Previously, > I received my own e-mails instantly. Now it takes at least a few minutes up > to half an hour (so far). > > -- > Best regards, >

Re: Change the name of a card

2010-11-22 Thread Marty Knapp
on closeField set the name of this card to me end closeField Marty Knapp Probably very simple to do. I've got a field that is part of a background group, and so will be on every new card created in this stack. I want to change the name of the card to the contents of this field after the u

Re: Getting a list of cards in a stack

2010-11-22 Thread Marty Knapp
put the cardNames into fld "Index" Marty Knapp What command would I use to populate a list field with the names of all the cards in a stack? Preferably omitting the card the list field is on? ___ use-livecode mailing list use-livecode@lists.runrev.

The mailing list is slow

2010-11-22 Thread Mark Schonewille
Hi, Does anyone else notice that the mailing list is much slower now? Previously, I received my own e-mails instantly. Now it takes at least a few minutes up to half an hour (so far). -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy

Re: Change the name of a card

2010-11-22 Thread Klaus on-rev
Hi Scott, > Probably very simple to do. > > I've got a field that is part of a background group, and so will be on every > new card created in this stack. > > I want to change the name of the card to the contents of this field after the > user has typed something into the field. > > So I pres

Re: Getting a list of cards in a stack

2010-11-22 Thread Mike Bonner
Look at cardNames in the dictionary. And after you get the cardNames you can use filter to remove the card that has the list field. So something like this in a button will do what you want. For the quick test I just put it in a button on the card with the listfield. on mouseUp get the cardnam

Re: Change the name of a card

2010-11-22 Thread Mark Schonewille
Scott, on closeField set the name of this cd to the text of the target end closeField or on closeField set the name of this cd to the text of me end closeField The former goes into the card or stack script or a library or backscript while the latter goes into the field script. -- Best reg

Getting a list of cards in a stack

2010-11-22 Thread Scott Pepperdine
What command would I use to populate a list field with the names of all the cards in a stack? Preferably omitting the card the list field is on? ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscrib

Change the name of a card

2010-11-22 Thread Scott Pepperdine
Probably very simple to do. I've got a field that is part of a background group, and so will be on every new card created in this stack. I want to change the name of the card to the contents of this field after the user has typed something into the field. So I presume the script for the fie

Dealing with a picture

2010-11-22 Thread Scott Pepperdine
I want to import an picture onto a card, re-size the picture to about 2"x2", the size I want when I eventually print it. Save it to a sub directory, and change the source of the image object on the card By placing the picture in a sub directory, I hope to avoid loading into memory all the pic

Re: datagrid : how to show a list when the user edit a cell?

2010-11-22 Thread André Bisseret
Bonjour Josep, I reply to you yesterday but seems my message was lost due to the address change. (I don"t see it in the archives So trying again ;-)) Not sure I understand precisely what you are looking for but the following might help: Create - a field named "Entrée" (one l

Re: test

2010-11-22 Thread Jim Carwardine
Got it... Jim On 22-Nov-10, at 7:44 AM, Heather Nagey wrote: 123 Heather Nagey Customer Services Manager http://www.runrev.com/ LiveCode – Realize fast, compile-free coding ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Re: test

2010-11-22 Thread Jim Carwardine
Got it... Jim On 22-Nov-10, at 7:44 AM, Heather Nagey wrote: 123 Heather Nagey Customer Services Manager http://www.runrev.com/ LiveCode – Realize fast, compile-free coding ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit th

Big stack memory question

2010-11-22 Thread FlexibleLearning
We have an open 'destination' stack (2Mb) that sucks in data from a closed 'source' stack (894Mb). The closed stack is loaded into memory in order to transfer its data with 'set the customproperties of DestinationStack to the customproperties of SourceStack'. The open stack grows as it receives the

Renew Expired Valentina Licenses through November 23, 2010

2010-11-22 Thread Lynn Fredricks
http://www.valentina-db.com/en/company/news/1-latest-news/240-welcome-back-t o-valentina Hello all, Yah-hoo! I get the first commercial post on the list. Its like kicking it through freshly fallen snow! :-) We are running an amnesty campaign to allow those whose licenses expired to come back to

Updating to LiveCode 4.5.1

2010-11-22 Thread william humphrey
Anybody try latest LiveCode 4.5.1 with new install of Valentina Plugin? ___ 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/

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Benjamin Beaumont
Do you mean the LiveCode application icon? On 22 November 2010 14:10, Medard wrote: > Benjamin Beaumont wrote: > > > http://www.runrev.com/company/press-room/media-resources/ > > Nice! > > How about some icon-size picts? > > I borrowed a LC 4.5 icon to put on the french-speaking list > (yes, th

Re: Dragging Lines in a Field

2010-11-22 Thread DunbarX
I have done this in a list field by creating either a graphic the size of the line or a new small field at the clickLoc. You can drag either the graphic or field with the mouseMove message. Since you can know the starting and ending locs of the drag, you can drag either object from the starti

Re: [EN][FR] Re: Use LiveCode List is Open For Business

2010-11-22 Thread René Micout
Merci Médard ! Le 22 nov. 2010 à 15:26, Medard a écrit : > Heather Nagey wrote: > >> Dear List Members, >> >> Thank you for your patience. The list transfer from Use Revolution to >> Use LiveCode is now complete. You should all still be here, and your >> list settings should remain unchanged.

[EN][FR] Re: Use LiveCode List is Open For Business

2010-11-22 Thread Medard
Heather Nagey wrote: > Dear List Members, > > Thank you for your patience. The list transfer from Use Revolution to > Use LiveCode is now complete. You should all still be here, and your > list settings should remain unchanged. You can post to That works for me :-) Note to the french-speaking

Re: testing

2010-11-22 Thread David C.
123 back to ya! :) Best regards, David C. ___ 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

testing

2010-11-22 Thread Heather Nagey
123 Heather Nagey Customer Services Manager http://www.runrev.com/ LiveCode – Realize fast, compile-free coding ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription p

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Medard
Benjamin Beaumont wrote: > http://www.runrev.com/company/press-room/media-resources/ Nice! How about some icon-size picts? I borrowed a LC 4.5 icon to put on the french-speaking list (yes, this list is still alive ;-))) but this design seems better... -- Medard _

Dragging Lines in a Field

2010-11-22 Thread Ray Horsley
Greetings, Seems pretty simple, just want to drag line 5 up and drop it where line 3 is so lines 3 and 4 become lines 4 and 5. There's got to be a way to do this without a whole lot of building coordinates, etc. anybody? Thanks, Ray Horsley LinkIt! Software __

Re: OAuth wiki

2010-11-22 Thread Mark Schonewille
Hi Andre, I have updated your account. You can edit pages now To anyone who wants to have extended permissions for his Devwiki account too: please send me a message directly, off-list, or use the admin link on the front page of the wiki. Thanks. -- Best regards, Mark Schonewille Economy-x-Ta

Re: Use LiveCode List is Open For Business

2010-11-22 Thread Colin Holgate
On Nov 22, 2010, at 8:09 AM, Heather Nagey wrote: > use-livecode@lists.runrev.com > > Please update your mail filters. One handy thing is that my filter was set for "lists.runrev.com", so the new list messages still found their way to the right place. Of course, I now have to decide whether

Re: OAuth wiki

2010-11-22 Thread Andre Garzia
Mark, I've registered with the username andregarzia :-D Cool thing about OAuth that will enable Twitter and LinkedIn integration with a single effort. On Mon, Nov 22, 2010 at 10:44 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Thanks André, > > Please register on the wiki

Use LiveCode List is Open For Business

2010-11-22 Thread Heather Nagey
Dear List Members, Thank you for your patience. The list transfer from Use Revolution to Use LiveCode is now complete. You should all still be here, and your list settings should remain unchanged. You can post to use-livecode@lists.runrev.com Please update your mail filters. The old email

Re: Hypercard stack quits before opening solved

2010-11-22 Thread Shari
I no longer have Hypercard, or a computer system that supports it. Lightening took that computer out, so it is not possible to open them in Hypercard to compress. I had created several shareware games in Hypercard just before it went defunct and it was awhile before I took the plunge to Metaca

Re: OAuth wiki

2010-11-22 Thread Mark Schonewille
Thanks André, Please register on the wiki and send me an e-mail to let me know with which user name you registered. I'll give you the necessary permissions to edit pages. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Tw

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Benjamin Beaumont
Hi Richmond, Thank you for your request. We've added the main LiveCode brand to the press media downloads page here: http://www.runrev.com/company/press-room/media-resources/ You'll find a 300dpi transparent PNG for those wishing to print and one at 110dpi for screen use. If other resources are

Re: Livecode icons, omages, stuff for websites?

2010-11-22 Thread Andre Garzia
this page here: http://runrev.com/company/press-room/media-resources/ used to host these images but they are not there anymore... On Mon, Nov 22, 2010 at 10:07 AM, Richmond wrote: > I wonder if there is a set of LC banners, pngs and so forth > I can use for the links on my website? >

Re: OAuth wiki

2010-11-22 Thread Andre Garzia
Mark, I am very interested. I am working with OAuth right now in PHP and want to help create something for LiveCode On Mon, Nov 22, 2010 at 10:22 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Hello, > > I have set up a wiki for anyone who is interested in OAuth. The wiki isn'

OAuth wiki

2010-11-22 Thread Mark Schonewille
Hello, I have set up a wiki for anyone who is interested in OAuth. The wiki isn't only for the die-hard Livecodes amongst us. If you are somehow interested, just register and watch us making progress. Input from end-users of this project is highly appreciated. You can find the wiki at http://d

  1   2   >