Search found 12 matches

by harald.schlager
Wed Oct 16, 2013 5:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: simple console app with string as return
Replies: 4
Views: 3930

Re: simple console app with string as return

the only command in the startup handler is put "secret" and quit. i call it with the -ui option windows: no output put quits correctly linux: invalid pointer at quit, without quit the app did not stop (waiting for input ... ) harald@harald-ubuntu:~/pwkeep$ ./pwkeep -ui secret *** glibc detected *** ...
by harald.schlager
Tue Oct 15, 2013 8:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: simple console app with string as return
Replies: 4
Views: 3930

Re: simple console app with string as return

thank you, when i put in the startup message "return "secret"" and when i start with "open -g x.app" I get nothing back, when I put "put dddd" inside - nothing returns - also when i redirect it in a log file
by harald.schlager
Tue Oct 15, 2013 7:49 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: simple console app with string as return
Replies: 4
Views: 3930

simple console app with string as return

hi all ! I need to write a simple console app but I have troubles .. todo: on the terminal you start an app with parameters on win/linux/mac and get back as return a string: foo parameter1 parameter2 parameter3 parameter4 return should be maybe "secret". so the question is, how to do this in livecod...
by harald.schlager
Thu Aug 09, 2012 11:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: group not visible after maximize window
Replies: 6
Views: 5447

Re: group not visible after maximize window

hi klaus !

yes, thank you, if I change the parameter there it works perfectly !

best regards,
harald
by harald.schlager
Wed Feb 08, 2012 10:49 pm
Forum: iOS Deployment
Topic: (de)active WLAN, Bluetooth, 3G and Hotspot
Replies: 1
Views: 2218

(de)active WLAN, Bluetooth, 3G and Hotspot

hi all !

how can I manage these things ?

thanks you in advance,
harald
by harald.schlager
Thu Nov 03, 2011 9:05 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: "Best"way for geometry one stack cross plattform and devices
Replies: 3
Views: 3836

"Best"way for geometry one stack cross plattform and devices

hi ! I want to make a stake with a navbar on the top and on the bottom and a background with background behavior with several cards ... it should be resizeable on desktop plattoforms and should also work on several iOS or android devices. should I use the geometry manager on desktop and resize the c...
by harald.schlager
Wed Oct 19, 2011 8:21 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: run application in background without a gui
Replies: 4
Views: 4803

run application in background without a gui

hi all !

i want to write a small set of utilities that should run in the background without a gui like
classic console applications in windows.

is there a possibility to do that with livecode.

thank you in advance,
harald
by harald.schlager
Fri Oct 07, 2011 5:24 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: group not visible after maximize window
Replies: 6
Views: 5447

Re: group not visible after maximize window

hi klaus !

thank you for the hint. in the property for the group on Size and position the location was -2

Thanks
Harald
by harald.schlager
Fri Oct 07, 2011 9:46 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: group not visible after maximize window
Replies: 6
Views: 5447

Re: group not visible after maximize window

no it does not happen with a new stack

I have 2 Cards and one group with background behaviour on top and one on bottom.

The last thing I did was that I tried to "force" a resize of the group analog the stack via the geometry manager.
by harald.schlager
Fri Oct 07, 2011 7:33 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: group not visible after maximize window
Replies: 6
Views: 5447

group not visible after maximize window

hi ! I make one goup of buttons on the top of a window. if I push the maximize button of the window (stack) the group disappears and if I resize the stack the group also away. In the application browser I see the group and the group is also visible and I can change the properties. How did I get the ...