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 An:

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

Re: Data Grid Column Alignment

2010-12-03 Thread zryip theSlug
On Fri, Dec 3, 2010 at 7:31 AM, RevList revl...@createchsol.com 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

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

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 files.

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

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

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 main

Re: Data Grid Column Alignment

2010-12-03 Thread RevList
zryip theSlug zryip.thes...@gmail.com 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:

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 stacks. Sub

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 was

Re: LiveCode and facebook

2010-12-03 Thread Andre Garzia
On Fri, Dec 3, 2010 at 3:46 PM, Bob Sneidar b...@twft.com 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

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

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

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

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

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

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

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 b...@twft.com wrote: I believe the reason that

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 andre.bisse...@wanadoo.frwrote: 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

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

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