how to stop all scripts from executing while launching?

2010-12-03 Thread Tiemo Hollmann TB
Hi, I probably made something stupid in a preopenstack handler. I set the iconic of the stack to true and now I can't get any access to my stack in the IDE anymore. Is there any key combination or something like that to prevent executing any scripts while launching in IDE? Thanks Tiemo _

AW: how to stop all scripts from executing while launching?

2010-12-03 Thread Tiemo Hollmann TB
Sorry, I knew there was sthg like that "suppress all messages" ... Thanks anyway Tiemo > -Ursprüngliche Nachricht- > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode- > boun...@lists.runrev.com] Im Auftrag von Tiemo Hollmann TB > Gesendet: Freitag, 3. Dezember 2010 09:04 > A

Re: how to stop all scripts from executing while launching?

2010-12-03 Thread Mark Wieder
Tiemo- Friday, December 3, 2010, 12:04:26 AM, you wrote: > Is there any key combination or something like that to prevent executing any > scripts while launching in IDE? Yep - select "lock messages" from the Development menu. -- -Mark Wieder mwie...@ahsoftware.net __

Re: [OT] Re: Ucranian spam

2010-12-03 Thread Heather Nagey
! I'm shocked Jacque. No wonder I had nightmares last night, when you were busy posting to the list on such controversial topics. I think we had better declare this topic dead before it starts a war on cheese. Warm Regards, Heather On 2 Dec 2010, at 21:16, J. Landman Gay wrote: On 12

Re: [OT] Re: Ucranian spam

2010-12-03 Thread Richmond
On 12/03/2010 10:26 AM, Heather Nagey wrote: ! I'm shocked Jacque. No wonder I had nightmares last night, when you were busy posting to the list on such controversial topics. I think we had better declare this topic dead before it starts a war on cheese. Warm Regards, Heather Writing as

Re: [OT] Re: Ucranian spam

2010-12-03 Thread René Micout
A French man (or woman) ? Le 3 déc. 2010 à 11:13, Richmond a écrit : > On 12/03/2010 10:26 AM, Heather Nagey wrote: >> ! >> >> I'm shocked Jacque. No wonder I had nightmares last night, when you were >> busy posting to the list on such controversial topics. >> >> I think we had better declare

(DataGrid) data grids behaving like a background with sharedText

2010-12-03 Thread André Bisseret
Bonjour, I have stacks where the cards share a group with backgroundBehavior set to true, plus, on each cards, one or two datagrid(s). on create card, I am getting a card with the background and I have to copy on it the data grid from a current card. Now, on a new stack I am building, I have th

Re: Data Grid Column Alignment

2010-12-03 Thread zryip theSlug
On Fri, Dec 3, 2010 at 7:31 AM, RevList wrote: > I have a data grid with a custom that I set to right align and when I > assign the dgText to this data grid, the column in question is right > aligned. > However, when I create a function that applies a transformation to that > number and override t

LiveCode and facebook

2010-12-03 Thread Harald Müller
Hi all. I managed to login a user to facebook via LiveCode and to get his/her permissions to write to the wall. Also posting to the users wall is possible. I'm doing this for later versions of the iOS Plugin and hope it will include revBrowser (which I need to let the user login). If anyone is

Re: LiveCode and facebook

2010-12-03 Thread Mark Schonewille
Hi Harald, Why are you asking? You are a member of the OAuth wiki. You're welcome to post your code there. It should even be possible to upload files. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitte

Re: LiveCode and facebook

2010-12-03 Thread Harald Müller
Hi Mark, I now and will do. But is there anyone but us two? Best regards, Harald Müller. Am 03.12.2010 um 13:16 schrieb Mark Schonewille: > Hi Harald, > > Why are you asking? You are a member of the OAuth wiki. You're welcome to > post your code there. It should even be possible to upload fil

Re: LiveCode and facebook

2010-12-03 Thread Mark Schonewille
Hi harald, Yes! There are quite a few active members now but they haven't started working on it yet. There are also many dormant members, who don't intend to contribute, apparently, but are interested in OAuth for LiveCode and there are even more people who just visit the wiki regularly to moni

Re: LiveCode and facebook

2010-12-03 Thread Andre Garzia
Mark, I received your personal note. I have some OAuth code already done for LiveCode, I will polish it and try to post it during the weekend or thursday. Sorry for the delay, php is killing me Andre On Fri, Dec 3, 2010 at 10:28 AM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: >

Re: LiveCode and facebook

2010-12-03 Thread Mark Schonewille
Many thanks, Andre. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 How to receive a free Color Converter license http://qurl.tk/kv (read the conditions) On 3 dec

AW: OAuth wiki

2010-12-03 Thread Tiemo Hollmann TB
Hi Mark, perhaps I am missing some basic IT knowledge and even after having read the introduction of OAuth I don't know what's about. Perhaps you could explain in a few words what is the signification of OAuth and the use for LiveCode Developers Wiki. Why do you call it OAuth wiki and not LiveCode

Re: AW: OAuth wiki

2010-12-03 Thread Björnke von Gierke
As far as i know, the wiki is for developing libraries. It's not for sharing any stack or script, so it is unlike revOnline. Currently, the only library in development is oAuth. oAuth is indeed just a way to log into some Websites like Facebook. On 3 Dec 2010, at 15:18, Tiemo Hollmann TB wrote:

Re: use-livecode Digest, Vol 87, Issue 3

2010-12-03 Thread Robert Brenstein
On 02.12.10 at 20:40 -0800 John Burtt apparently wrote: Wouldn't more terms just add to the confusion. Separate stacks are called "main" stacks. The stacks that are part of (within) a main stack are called "sub" stacks. Sub stacks that are separated from their main stack, become main stacks. A m

Re: Data Grid Column Alignment

2010-12-03 Thread RevList
zryip theSlug on December 3, 2010 at 3:21 AM -0800 wrote: >Hi Stewart, > >The dgColumnAlignment property is not handled in case you have a >custom behavior. >You have to manage it yourself in the column behavior script. > >The layoutControl event could be a good place for this: > >on layoutControl

Re: (DataGrid) data grids behaving like a background with sharedText

2010-12-03 Thread Trevor DeVore
On Fri, Dec 3, 2010 at 5:35 AM, André Bisseret wrote: > But MY PROBLEM is that this dataGrid behaves like something as "sharedText" > was set to true!! > As soon as I populated the dataGrid of a card, all data grids on all cards > get the same dgText :-(( > If I try to delete the dataGrid on a car

Re: (DataGrid) data grids behaving like a background with sharedText

2010-12-03 Thread André Bisseret
Le 3 déc. 2010 à 17:34, Trevor DeVore a écrit : > On Fri, Dec 3, 2010 at 5:35 AM, André Bisseret > wrote: > >> But MY PROBLEM is that this dataGrid behaves like something as "sharedText" >> was set to true!! >> As soon as I populated the dataGrid of a card, all data grids on all cards >> get th

Re: (DataGrid) data grids behaving like a background with sharedText

2010-12-03 Thread Trevor DeVore
On Fri, Dec 3, 2010 at 12:10 PM, André Bisseret wrote: > > But on the stack I am building now, when I "create card", the data grid of > the current card appears on the new card, and it has the same ID number as > the preceding card. I can't delete it without deleting those of the other > cards. So

Re: [OT] Custom computers

2010-12-03 Thread Bob Sneidar
If you take the Hackintosh route, be aware that there are some subtle problems that can crop up. Doing an OS update can break you hackintosh. Also, 3D graphics support is a bit tricky. There are some who saY they got it working, but I could never find anyone who could say exactly how. I was ri

Re: How to make a square topped, round rect bottomed graphic?

2010-12-03 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Please don't knock Fortran. It was my first language (except English, of course) .. or maybe it was Algol . Sigh ! the Sixties are so far away ! But now I program in LiveCode. Once a programmer, always a programmer. -Francis "Nothing should ever be done f

Re: LiveCode and facebook

2010-12-03 Thread Bob Sneidar
I caught that once, I think from this cute web development gal. I had to use a powerful anti-virus to clear it up. You just need to be careful what FTP sites you go to is all. Bob On Dec 3, 2010, at 4:54 AM, Andre Garzia wrote: > Sorry for the delay, php is killing me > > Andre _

Re: use-livecode Digest, Vol 87, Issue 3

2010-12-03 Thread Bob Sneidar
How about short stacks? Makes me hungry for some reason... On Dec 2, 2010, at 8:40 PM, John Burtt wrote: > On Dec 2, 2010, at 3:40 AM, Jacqueline Landman Gay wrote: > >> >> We need an official term for those separate stacks that ship with >> standalones. >> >> -- Jacqueline Landman Gay

Re: use-livecode Digest, Vol 87, Issue 3

2010-12-03 Thread Bob Sneidar
I knew that... On Dec 3, 2010, at 7:30 AM, Robert Brenstein wrote: > On 02.12.10 at 20:40 -0800 John Burtt apparently wrote: >> Wouldn't more terms just add to the confusion. >> >> Separate stacks are called "main" stacks. >> The stacks that are part of (within) a main stack are called "sub" sta

Re: How to make a square topped, round rect bottomed graphic?

2010-12-03 Thread Bob Sneidar
For some reason, maybe because I was once a mechanic, Fortran makes me thing of a transmission that is installed forward, instead of aft where it belongs. Odd huh? Bob On Dec 3, 2010, at 9:46 AM, Francis Nugent Dixon wrote: > Hi from Beautiful Brittany, > > Please don't knock Fortran. It wa

Re: How to make a square topped, round rect bottomed graphic?

2010-12-03 Thread Peter Haworth
And let's not forget COBOL! Pete Haworth http://www.mollysrevenge.com http://www.sonicbids.com/MollysRevenge http://www.myspace.com/mollysrevengeband On Dec 3, 2010, at 9:46 AM, Francis Nugent Dixon wrote: Hi from Beautiful Brittany, Please don't knock Fortran. It was my first

Re: LiveCode and facebook

2010-12-03 Thread Andre Garzia
On Fri, Dec 3, 2010 at 3:46 PM, Bob Sneidar wrote: > I caught that once, I think from this cute web development gal. I had to > use a powerful anti-virus to clear it up. You just need to be careful what > FTP sites you go to is all. > > My friend, If you want to see some lovecraftian-grade horr

Re: [OT] Re: Ucranian spam & other posts

2010-12-03 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, Rene (without an accent) Please, in order to read your interesting posts, for the love of non-French readers, who don't use any accents, can you just forget them ? . Life can be so easy without :>) S'il te plait, pour pouvoir lire tes "posts", plus facilement, e

Re: [OT] Re: Ucranian spam & other posts

2010-12-03 Thread René Micout
Francis, What happens with my accent (only on my first name) ? En dehors de mon prénom (sauf ici) où (et ici) mets-je des accents ? ;-) Rene Le 3 déc. 2010 à 19:07, Francis Nugent Dixon a écrit : > Hi from Beautiful Brittany, > > Rene (without an accent) > > Please, in order to read your intere

Re: [OT] Custom computers

2010-12-03 Thread Peter Alcibiades
I've done both - barebones and build from scratch. The issue with barebones is to make sure it is a standard form factor main board. A couple of Asus machines have been fine, but are impossible to upgrade or to replace the main board if anything goes wrong. Shuttle has the same problem. I woul

RE: How to make a square topped, round rect bottomed graphic?

2010-12-03 Thread Walt Brown
That's only if you use RPN, Bob. -Original Message- From: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-boun...@lists.runrev.com] On Behalf Of Bob Sneidar Sent: Friday, December 03, 2010 12:55 PM To: How to use LiveCode Subject: Re: How to make a square topped, round rect bott

Repeat Loop Question

2010-12-03 Thread Warren Kuhl
Here is a scenario I am trying to figure out... put 50 into tCount repeat with x = 1 to tCount if x = 50 then put 100 into tCount end if end repeat With the above I would think that once the loop reaches 50..then the value of tCount increases to 100 and the repeat would continue another 50 time

Re: Repeat Loop Question

2010-12-03 Thread Colin Holgate
On Dec 3, 2010, at 1:59 PM, Warren Kuhl wrote: > But the repeat still stops at 50. Is there anyway to increase a repeat loop > maximum variable while within the loop? How about: put 1 into x put 50 into tCount repeat while x <= tCount if x = 50 then put 100 into tCount end if add 1 to x end

Re: Repeat Loop Question

2010-12-03 Thread Warren Kuhl
Colin, Thanksthat would work. I didn't even think to do it this way. Have a great weekend! Warren On Fri, Dec 3, 2010 at 1:09 PM, Colin Holgate wrote: > > On Dec 3, 2010, at 1:59 PM, Warren Kuhl wrote: > > > But the repeat still stops at 50. Is there anyway to increase a repeat > loop >

CDDB Access

2010-12-03 Thread Peter Haworth
Has anyone tried accessing CDDB from LiveCode? CDDB is a central repository of CD and track information, used by iTunes among others. Thanks, Pete Haworth ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to su

Re: Repeat Loop Question

2010-12-03 Thread Bob Sneidar
I believe the reason that works you the form you use did not, is because with repeat for, the max count is evaluated as a constant, so it takes whatever value you have in tCount and stores it in it's own internal max count. Changing tCount does NOT alter that. However with Repeat While, the co

Re: Repeat Loop Question

2010-12-03 Thread Warren Kuhl
Bob, Thanks for the clarification! You are right about things getting ugly. My results were very inconsistent and took a look time trying to debug to figure out what was causing the problem. Warren On Fri, Dec 3, 2010 at 1:30 PM, Bob Sneidar wrote: > I believe the reason that works you the f

Re: (DataGrid) data grids behaving like a background with sharedText

2010-12-03 Thread André Bisseret
Le 3 déc. 2010 à 18:24, Trevor DeVore a écrit : > > On Fri, Dec 3, 2010 at 12:10 PM, André Bisseret > wrote: > >> >> But on the stack I am building now, when I "create card", the data grid of >> the current card appears on the new card, and it has the same ID number as >> the preceding card. I

Cursors in a Revlet

2010-12-03 Thread Rick Rice
Once again I know I am mising something really simple. I use: on mouseEnter lock cursor set the cursor to hand end mouseEnter on mouseLeave unlock cursor end mouseLeave to, as the dictionary says - indicate to the user what kind of data the mouse pointer is over. It doesn't wo

RE: Cursors in a Revlet

2010-12-03 Thread John Dixon
Rick... You are not missing anything... the cursors are not included in the revlet when you compile it for the web, so they are not there to show... > Once again I know I am mising something really simple. I use: > > on mouseEnter >lock cursor >set the cursor to hand > end mous

Re: show package contents

2010-12-03 Thread J. Landman Gay
On 12/2/10 10:27 PM, Mark Smith wrote: The path to Notepad4 is: /mark/runrev/stacks/notepad/notepad4. I guess the "splash" stack could be anywhere but is currently /mark/runrev/stacks/notepad/notepad8/macosx/notepad. Since I think it is messy to try and distribute more than 1 file/bundle I guess

Re: show package contents

2010-12-03 Thread Mark Smith
Thanks Jacqueline.You are a terrific teacher. It not only worked but I understand it. It is a very clever technique. I am still using the old 'hard coded' method (as well) because it has the advantage that while I *use* the stack, and modify it, the notes get written to a common stack (not a "copy

Re: LiveCode and facebook

2010-12-03 Thread Jim Sims
On Dec 3, 2010, at 7:00 PM, Andre Garzia wrote: > and now, for the bonus: "There is no administrative interface for the > development of this system. Want to find something, go dig into the database > using phpMyAdmin!!!" Then you must make one. ;-) > > One day, I will get crazy. One day?