Hey, I was wondering how i could resolve an issue i am having with the Dictionary..before i try to purge & re-install.
I am using LC, 5.5.1 (1487), Xubuntu, 64, 3.2.0-23-generic
Scenario
Startup LC, load Dictionary, click on everything that is click-able > no crash
Startup LC, load Dictionary ...
Search found 5 matches
- Sat Aug 25, 2012 5:52 am
- Forum: Linux
- Topic: Dictionary Crash - LC 5.5.1
- Replies: 2
- Views: 5759
- Mon Aug 13, 2012 4:28 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Simple logic, but, is another way Possible?
- Replies: 6
- Views: 8406
Simple logic, but, is another way Possible?
Hey guys, I am determining whether a variable has either 2, 3 or 4.
In this example , localValueN has "2"
local localValueN
put "2" into localValueN
if localValueN = "2"
then
put "is 2" into anotherVar
else
if localValueN = "3"
then
put "is 3" into anotherVar
else
put "is 4"into ...
In this example , localValueN has "2"
local localValueN
put "2" into localValueN
if localValueN = "2"
then
put "is 2" into anotherVar
else
if localValueN = "3"
then
put "is 3" into anotherVar
else
put "is 4"into ...
- Sun Aug 12, 2012 2:05 am
- Forum: Feature Proposals
- Topic: IDE - Wishlist
- Replies: 13
- Views: 11345
IDE - Wishlist
One thing that is bothering me a little is the IDE interface. I feel that the coding is much easier to use than the ease of the Interface itself. One of the reasons are that once i finish the design of the program, i should be able to hide the Tool box without needing to open it again - I know the ...
- Sun Aug 12, 2012 1:42 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with Shell(Application.exe)
- Replies: 3
- Views: 4203
Re: Help with Shell(Application.exe)
Thank you very much for your information. I did not know that you could do some of the things you explained.
Ultimately I ran into some code that was useful
the code being: put the effective filename of this stack into
This tells me where my code, whether in IDE mode or from standalone, is ...
Ultimately I ran into some code that was useful
the code being: put the effective filename of this stack into
This tells me where my code, whether in IDE mode or from standalone, is ...
- Sat Aug 11, 2012 8:32 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Help with Shell(Application.exe)
- Replies: 3
- Views: 4203
Help with Shell(Application.exe)
Hey Guys, whats up... I am a beginner.
I've been playing around with LiveCode for 2 months now.
I am getting a bit annoyed with the errors that i sometimes get not because of the code but sometimes because of the LiveCode program itself. Sometimes i run into problems that basically causes me to ...
I've been playing around with LiveCode for 2 months now.
I am getting a bit annoyed with the errors that i sometimes get not because of the code but sometimes because of the LiveCode program itself. Sometimes i run into problems that basically causes me to ...