Hi Paul,
Thanks for your reply. I am not really sure what the problem could be. Based on the error message my friend is getting I assumed that it must be an issue with 64/32 bit, but if it's not that I don't know why it would give that error message.
Thanks for any suggestions or advice,
TJ.
Search found 16 matches
- Fri May 23, 2014 4:43 pm
- Forum: Windows
- Topic: 64 bit build won't run on 32 bit...
- Replies: 3
- Views: 4184
- Fri May 23, 2014 3:53 am
- Forum: Windows
- Topic: 64 bit build won't run on 32 bit...
- Replies: 3
- Views: 4184
64 bit build won't run on 32 bit...
Hi All, I have a simple windows exe that I built using 64 bit windows 7. It works fine for me. I gave a copy to a friend who has a 32 bit system and he gets an error message saying: "The version of this file is not compatible with the version of Windows you're running. Check your computer's system i...
- Tue Apr 15, 2014 5:26 pm
- Forum: Android Deployment
- Topic: app takes full screen on android...
- Replies: 3
- Views: 3059
Re: app takes full screen on android...
Hi Klaus, Thanks for your reply. I have a second idea that might work for myself, and possibly other users? Is there a way I could have a full screen app that displays my app in one corner, then the rest of the app is transparent and (hopefully?) could allow clicks/touches to pass thru to the items ...
- Tue Apr 15, 2014 5:09 pm
- Forum: Android Deployment
- Topic: app takes full screen on android...
- Replies: 3
- Views: 3059
app takes full screen on android...
I made a very simple app with two buttons, a slider and a couple labels. The stack size is 150x150. It works fine on Windows. When I build the .apk and install it on Android it works, but takes up the entire screen. I tried unchecking "resizeable", as well as "Live Resizing", but it continues to tak...
- Sun Apr 13, 2014 7:50 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: button to exit loop...
- Replies: 3
- Views: 2473
Re: button to exit loop...
Hi Simon,
Thank you for your reply. I think adding the "with messages" was the key. I see now that input was blocked during the "wait" period, so I'm guessing my key presses were not getting through.
Thanks again for all your help,
TJ
Thank you for your reply. I think adding the "with messages" was the key. I see now that input was blocked during the "wait" period, so I'm guessing my key presses were not getting through.
Thanks again for all your help,
TJ
- Fri Apr 11, 2014 5:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: button to exit loop...
- Replies: 3
- Views: 2473
button to exit loop...
I have a small program that displays a new random number every 1200 milliseconds after clicking a button. It uses a loop that repeats while the variable gstop = 0. I have a "stop" button that should set the value of gstop to 1, to exit the loop and stop the program. It looks like this: global gstop ...
- Thu Feb 20, 2014 7:10 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: remove border from image control...
- Replies: 4
- Views: 3223
Re: remove border from image control...
OK, I figured it out. The buttons were all set as "default button" in the basic properties. Deselecting "default button" got rid of the box.
Thanks for your help Simon.
TJ.
Thanks for your help Simon.
TJ.
- Thu Feb 20, 2014 6:24 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: remove border from image control...
- Replies: 4
- Views: 3223
Re: remove border from image control...
Hi Simon, Thanks for your advice. I checked and I did already have the Style set to Transparent Button. I was just trying various things and I noticed that if I import the image as a New Referenced Control there is no surrounding box, but that may just be because it's really only an image and I have...
- Thu Feb 20, 2014 5:39 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: remove border from image control...
- Replies: 4
- Views: 3223
remove border from image control...
I tried replacing some of the square buttons on my app with circular images I created by using Import As Control > Image file... following the instructions found here: http://lessons.runrev.com/s/lessons/m/4603/l/44140-using-button-icons-and-background-images. I got everything to work. I turned off ...
- Sun Feb 16, 2014 8:59 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: best practices for Android Apps...
- Replies: 0
- Views: 1377
best practices for Android Apps...
I'm a noob to LiveCode, working in Windows 7. I am hoping to create apps for Android and possibly iOS devices. Is there any information on the best practices when you start designing an Android app in Windows? For example, what is the preferred size to use for the cards, text and controls? Are there...
- Fri Feb 14, 2014 5:01 am
- Forum: Windows
- Topic: global variables not working in standalone...
- Replies: 7
- Views: 6571
Re: global variables not working in standalone...
Hi Dave, Thanks for your reply. I added a scrolling text field to dump some of the variables in question into so I can see whats going on when I run the .exe. My project requires that an array be created, and then the array and a few variables must be passed from one control or card to another for t...
- Fri Feb 14, 2014 12:11 am
- Forum: Windows
- Topic: global variables not working in standalone...
- Replies: 7
- Views: 6571
Re: global variables not working in standalone...
OK, I will double check the variables. I also have an array that I have made global. Not sure if this could be causing a problem? The strange thing is that it works fine when I run it inside LIveCode, but the Windows standalone build will not work. I will keep trying, any further suggestions are app...
- Thu Feb 13, 2014 10:20 pm
- Forum: Windows
- Topic: global variables not working in standalone...
- Replies: 7
- Views: 6571
Re: global variables not working in standalone...
Hi Dave, Thanks for your suggestions. Yes, I do have "global gVeryImportantVariable, gVeryImportantVariable2" at the beginning of each script, outside of any handlers. So far I have been using the variables "gVeryImportantVariable" and "gVeryImportantVariable2" in my script inside handlers and just ...
- Thu Feb 13, 2014 8:11 pm
- Forum: Windows
- Topic: global variables not working in standalone...
- Replies: 7
- Views: 6571
global variables not working in standalone...
I'm a noob to LiveCode. I did search the forum but couldn't find the answer... I made my first LiveCode program. It works fine from within LiveCode, but when I create a Windows standalone it appears that the global variables are not working properly. Is there something else I need to do when buildin...
- Wed Feb 12, 2014 1:16 am
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: inserting and removing images from card...
- Replies: 3
- Views: 2621
Re: inserting and removing images from card...
Thank you very much Simon. I actually skimmed over that lesson but must have missed the set filename part. It worked right away.
Thanks again,
TJ.
Thanks again,
TJ.