Search found 203 matches

by makeshyft
Fri Dec 11, 2015 8:57 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Open Process
Replies: 9
Views: 5578

Open Process

Hi there Livecoders, Wondering if anyone cna point me in the direction of getting 2 stacks (standalones) to communicate using the open process. How can I get a stack to return data to the process that called it? So far, one stack would contain open process..... for reading...... its the other stack ...
by makeshyft
Mon Dec 07, 2015 3:15 am
Forum: Community Projects
Topic: LoveLivecode.com
Replies: 0
Views: 5267

LoveLivecode.com

Hey folks, If you have done any sort of programming with livecode, you have inevitably said to yourself "I LOVE Livecode!!!" ..... at least I have many many times. Thats why I registered the domain LoveLivecode.com I started building a portal for all things livecode, but realized that i could not de...
by makeshyft
Tue Sep 08, 2015 2:14 am
Forum: Mac OS
Topic: Problems with Application Executable
Replies: 7
Views: 5129

Re: Problems with Application Executable (Solved)

Problem solved ..... ("chmod +x " & filepath) worked.
by makeshyft
Mon Sep 07, 2015 9:32 pm
Forum: Mac OS
Topic: Problems with Application Executable
Replies: 7
Views: 5129

Re: Problems with Application Executable

the solution posted there does not appear to be working ..... there is nothing in "the result" so the command does not return an error. but the executable remains as "Document" ... i set thefiletype to empty..which is why its document..... if i don't ..the filetype becomes simpleText. :( the shell c...
by makeshyft
Mon Sep 07, 2015 8:31 pm
Forum: Mac OS
Topic: Problems with Application Executable
Replies: 7
Views: 5129

Re: Problems with Application Executable

ah cool..didn't know that...I also compress it, which is I think why I preferred to have it as one large binary variable. The whole installer is about 100 MB, so its not a big deal, takes almost no time.

Thanks Klaus
by makeshyft
Mon Sep 07, 2015 7:55 pm
Forum: Mac OS
Topic: Problems with Application Executable
Replies: 7
Views: 5129

Re: Problems with Application Executable

Hi Klaus, thanks for yoour reply, I will try that. I first put url ("binfile:" & line f of UMPMemory["Total File List"]) into UMPMemory["File Data Array"][f]["file_binary"] then I encode the array and save it in a custom property .... then i build the standalone then the standalone: for each element...
by makeshyft
Mon Sep 07, 2015 6:25 pm
Forum: Mac OS
Topic: Problems with Application Executable
Replies: 7
Views: 5129

Re: Problems with Application Executable

So I am half-way to a solution, and have found the FileType property. But I can't find the Code to use to make the file "Unix Executable"

Does anyone know the code to use?

I have tried empty, but it makes it "unknown", I need it to be Unix Executable.
by makeshyft
Thu Sep 03, 2015 8:31 pm
Forum: Mac OS
Topic: Problems with Application Executable
Replies: 7
Views: 5129

Problems with Application Executable

Hi, I've built an installer for my application, that saves all files stored in an array using "put URL ("binfile:" ....)" command to save to an .app application forlder in /Applications/ All the files seem to save ok, the icon for the app package is correct, all the files seem to be there in the pac...
by makeshyft
Wed Aug 05, 2015 9:58 pm
Forum: Mac OS
Topic: minimize stack using applescript
Replies: 8
Views: 6102

Re: minimize stack using applescript

my app runs in fullscreen mode..so i had to create my own buttons to close and minimize...... closing works... minimize doesn't ..... thats all..nothing fancy....simple task .... I jsut tried the empty stack..and it worked..... ... though only in the ide. hhhmmmm.... ok...i will investigate more.......
by makeshyft
Wed Aug 05, 2015 9:40 pm
Forum: Mac OS
Topic: minimize stack using applescript
Replies: 8
Views: 6102

Re: minimize stack using applescript

she is running 10.6.8 .... so i tried to send the message "set the iconic of this stack to true" to the stack and nothing happens.

i guess i should report it as a bug?
by makeshyft
Wed Aug 05, 2015 8:12 pm
Forum: Mac OS
Topic: minimize stack using applescript
Replies: 8
Views: 6102

Re: minimize stack using applescript

Hi Bernd,

That line doesn't work for me on Mac OS X ...works on windows....

Thats why I started to investigate another way of doing it..... my wife's little airbook is my testing ground, and the "set iconic" doesn't work. :( :( :(
by makeshyft
Wed Aug 05, 2015 7:01 pm
Forum: Mac OS
Topic: minimize stack using applescript
Replies: 8
Views: 6102

Re: minimize stack using applescript

I got the applescript code from an answer on stackoverflow

http://stackoverflow.com/questions/3564 ... dow-in-mac

UMP is the name of my application .... as specified in the standalone settings....

yes mouseup handler is in the button "Minimize"
by makeshyft
Wed Aug 05, 2015 5:53 pm
Forum: Mac OS
Topic: minimize stack using applescript
Replies: 8
Views: 6102

minimize stack using applescript

Dear livecoders it baffles me that no one has really asked or answered this question ...... I tried the following to minimize application window in Mac OS X the DoCommand of button "Minimize" contains: tell application "UMP" set miniaturized of window 1 to true end tell on mouseUp: do the DoCommand ...
by makeshyft
Tue Aug 04, 2015 6:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trouble running Linux Standalone
Replies: 2
Views: 2194

Re: Trouble running Linux Standalone

ok thanks..i think i'm going to attempt a full install and see if it works there. It should. Thanks for the reply.
by makeshyft
Sun Jul 26, 2015 2:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Trouble running Linux Standalone
Replies: 2
Views: 2194

Trouble running Linux Standalone

Hi folks. I have been working on my app for over 2 years, and the last time I build a linux standalone it seemed to work just fine...and that was 18 months ago. I remember having to right click and check the permissions... I have just built a linux standalone and trying to run it on Ubuntu 14 32 bit...

Go to advanced search