Search found 9 matches

by undelouest
Fri Feb 18, 2011 8:27 pm
Forum: Talking LiveCode
Topic: Standalones multi versions
Replies: 5
Views: 3927

Re: Standalones multi versions

Thanks for your answers
Curiously I have solved the problem (in one stack) by transferring a piece of script from de stack’s script to a background script.
Now I must try the same on others stacks but it is long and tedious with BootCamp.
Undelouest
by undelouest
Wed Feb 16, 2011 9:21 am
Forum: Talking LiveCode
Topic: Standalones multi versions
Replies: 5
Views: 3927

Standalones multi versions

Hello ! With Rev 3.0.0 and Mac OS 10.6.6 I am trying to built standalones : No problem with the Mac version But with Window version only one - quite simple - run well ; other standalones don’t run or even don’t open. I have removed all custom properties (p.222 of rev’s help) : no success. Something ...
by undelouest
Tue Sep 08, 2009 8:47 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Background and "click at -----drag from"
Replies: 3
Views: 3033

background and "click at -----drag from"

Thanks for your reply My purpose is to make a genealogical tree (descendant) ; I made one using several cards when the row of descendants is to long ; it works but is a little tricky. so I wanted to use a single card with a moving background. But my problem is that the drag script don't works well w...
by undelouest
Fri Sep 04, 2009 7:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Background and "click at -----drag from"
Replies: 3
Views: 3033

Background and "click at -----drag from"

I am trying to make a card with a background larger than the screen (with a long array of fields) and draw links between some fields. The commands "click at" and "drag from the clickloc" don't works well at the edges of the background.
Something else to do ?
by undelouest
Thu Sep 03, 2009 10:04 pm
Forum: Mac OS
Topic: Can not select the background of a card
Replies: 2
Views: 3483

Can not select the background of a card

That was.....
Thanks ++
by undelouest
Thu Aug 27, 2009 7:52 pm
Forum: Mac OS
Topic: Can not select the background of a card
Replies: 2
Views: 3483

Can not select the background of a card

Hello ! Sine a few weeks - perhaps with the upgrade of Mac OS X to 10.5.8 - I can't select the background of a card by a click in a field ; the click select only a field. The same with different stacks. I can select the bg with the message box. On a iMac Intel No problem with the same stacks on a ol...
by undelouest
Sun Jan 04, 2009 8:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: My standalone don't run on pc Windows
Replies: 2
Views: 2758

My standalone don't run on pc Windows

Hello ! I made 3 standalone.apps with Studio 3.0 on my iMac intel All 3 are running well on other mac ppc or intel But on pc Windows : - The first one : quite simple with few cards run well -The 2 others a little more sophisticate with sub stacks and external data-files don't work : I see the front ...
by undelouest
Mon Oct 06, 2008 6:44 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Table field is crazy
Replies: 4
Views: 3912

Thanks for your speed answer

I tried the script : it works --- but exactly like the first one :
-to unlock the cells I must write set the cRevTable["cellEdit"] of fld 1 to true
-To lock the cells I must click twice the button
ja
by undelouest
Sun Oct 05, 2008 3:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Table field is crazy
Replies: 4
Views: 3912

Table field is crazy

Hi ! Table field works the wrong side : On a card I put 1 table field and 1 button the script of the button : on mouseUp if the label of me is "Change price" then set the locktext of fld "price" to false answer "Write new data and click on Register" set the label of me to "Register" else set the lab...