Search found 12 matches
- Sat Nov 14, 2015 11:33 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Iphone Simulator 5.1 Error
- Replies: 5
- Views: 5281
Re: Iphone Simulator 5.1 Error
Thank's for your reply. I just updated Livecode to 7.1.1, which is the newest RC Version of Livecode. The Error Message is still there. Can someone tell me which Xcode version the best to LC 7.1.1 is. In the list of livecode, there is no 7.1.1 actually not listed: https://livecode.com/support/ask-a-...
- Thu Nov 12, 2015 11:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Iphone Simulator 5.1 Error
- Replies: 5
- Views: 5281
Iphone Simulator 5.1 Error
Hello everyone, i have installed Livecode 7.1 and Xcode 6.4 on my mac. I have checked my stand alone settings and preferences (see attachments). When i click on the test icon (run in simulator) i always get a error message. Can someone tell me what i'm doing wrong? Greets Jochen My Versions: Livecod...
- Sun Jun 21, 2015 3:09 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data of a Segmentet Object
- Replies: 6
- Views: 4343
Re: Data of a Segmentet Object
Hallo Klaus,
thank you for the help! I thought every bond works in livecode 8. Sorry, my fault.
Greets
Jochen
P.S.: Vielen lieben Dank!
thank you for the help! I thought every bond works in livecode 8. Sorry, my fault.
Greets
Jochen
P.S.: Vielen lieben Dank!
- Sun Jun 21, 2015 3:06 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data of a Segmentet Object
- Replies: 6
- Views: 4343
Re: Data of a Segmentet Object
Hi,
i just took that control out of livecode, the picture is just a screenshot.
I've added a second picture where the control in livened is. My problem is, that i can not name the objekt
i just took that control out of livecode, the picture is just a screenshot.
I've added a second picture where the control in livened is. My problem is, that i can not name the objekt

- Sun Jun 21, 2015 1:45 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Data of a Segmentet Object
- Replies: 6
- Views: 4343
Data of a Segmentet Object
Hello everyone,
i have a simple question, which is driving me crazy. I have created a segmented object (picture is added). Now i need to get the selected segment.
Can anyone give me the line of code, get the selected segment.
Greets
Jochen
i have a simple question, which is driving me crazy. I have created a segmented object (picture is added). Now i need to get the selected segment.
Can anyone give me the line of code, get the selected segment.
Greets
Jochen
- Sun Jul 01, 2012 10:27 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Getting selected text of a Data Grid
- Replies: 4
- Views: 3979
Re: Getting selected text of a Data Grid
WOW, you guys Rock!!!!
Now everything works perfect.
Thanks
Jochen
Now everything works perfect.
Thanks
Jochen
- Tue Jun 26, 2012 8:49 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Getting selected text of a Data Grid
- Replies: 4
- Views: 3979
Getting selected text of a Data Grid
Hello everybody, i have created a simple Data Grid with two Colums. There are several lines of text in the Data Grid. My user should select one of the shown Rows. I want to get the data of a selected row in a variable. I have done this in a scrolling field with this code (here it is simple!): "put t...
- Fri Jun 08, 2012 2:34 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Updating a Card
- Replies: 5
- Views: 3617
Re: Updating a Card
Hello everybody, thanks for your replies. I want to run a script when the user gets to a specific card or stack. The user can put in up to five articles in a sql database. Then my user gets to another stack where he can push buttons which are named like the articles in the first stack. This operatio...
- Fri Jun 08, 2012 10:10 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Updating a Card
- Replies: 5
- Views: 3617
Updating a Card
Hello everyone,
i have a card, that has to be updated every time, the user gets to this card. Now i have tried prOpenCard and OpenCard, but this only runs once when the card is opened.
Is there any alternative to my code????
Greets
Jochen
i have a card, that has to be updated every time, the user gets to this card. Now i have tried prOpenCard and OpenCard, but this only runs once when the card is opened.
Is there any alternative to my code????
Greets
Jochen
- Sun Apr 29, 2012 9:42 am
- Forum: iOS Deployment
- Topic: UIScroller View its driving me crazy
- Replies: 5
- Views: 3683
Re: UIScroller View its driving me crazy
Hello Dixie,
thanks for the missing code parts! Now the magic happens!
Thanks a lot you saved me hours.
Greets
Jochen
thanks for the missing code parts! Now the magic happens!
Thanks a lot you saved me hours.
Greets
Jochen
- Sat Apr 28, 2012 8:49 pm
- Forum: iOS Deployment
- Topic: UIScroller View its driving me crazy
- Replies: 5
- Views: 3683
Re: UIScroller View its driving me crazy
Hello Klaus, thanks for your information. Here is my code: In the iPhone simulator the scrolling list field "scrollerfeld" does not change to a IOS native scroller :? :? local sScrollerId on preOpenCard if the environment is not "mobile" then exit preOpenCard end if -- Create the scroller and store ...
- Sat Apr 28, 2012 1:39 pm
- Forum: iOS Deployment
- Topic: UIScroller View its driving me crazy
- Replies: 5
- Views: 3683
UIScroller View its driving me crazy
Hello everybody, i have created a simple sample stack by using all the great examples here in this forum. But unfortunately i do not get the UIScroller view to work. This is driving me crazy, i have searched all my scripts and content. Can somebody tell me what i'm doing wrong. My sample file is add...