Search found 8 matches
- Thu Apr 30, 2015 10:18 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: Some initial questions; openCard, project browser etc
No, it won't fire even if I return.
- Thu Apr 30, 2015 12:37 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: Some initial questions; openCard, project browser etc
Cant reproduce the errors in project browser in 8 DP1, however cardOpen don't fire... and when trying to build a stand alone it ends in a loop of some kind... ok, trying with 8 DP2.. manages to generate a standalone app but it quits before it starts to execute... back to 7.0.4 then...
- Thu Apr 30, 2015 12:21 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: Some initial questions; openCard, project browser etc
I have submitted this thread to LC support. Is this behaviour expected, am I an idiot, having bad luck, is LC not meant to be a tool for me... 
- Thu Apr 30, 2015 11:58 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: Some initial questions; openCard, project browser etc
Ok, I have now installed it on a Win 8 computer. Exactly the same result in a new project. Project browser issues (same stupid errors "Missing controls") and no card script execute when on cardopen..... Pls note that in the example above I no longer can access the card, it exists in the browser, but...
- Thu Apr 30, 2015 10:22 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: Some initial questions; openCard, project browser etc
As you can see the project browser contains 3 card of which I only can access 2 of them... the one with the rectangle reports an error when trying to access it..
- Thu Apr 30, 2015 8:33 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: Some initial questions; openCard, project browser etc
I have seen the opposite when searching this forum; it works in edit mode but not in the standalone app... I have now solved the issue with project browser.. it happens if you click on the row where it says card:card and then click on an control that belongs to that card. :? I am using LC on a Mac. ...
- Thu Apr 30, 2015 8:03 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Re: openCard - message not fired?
Code: Select all
on openCard
answer "Hej"
end openCard
- Thu Apr 30, 2015 6:39 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Some initial questions; openCard, project browser etc
- Replies: 11
- Views: 5642
Some initial questions; openCard, project browser etc
Hi, first post! I have put some code in my card script, on openCard. This code isn't run in editor mode but when I build a standalone it is. Why? I managed to run it using send card message in edit mode but then Livecode hung and I was forced to quit it and restart. I restarted but after a while my ...