Search found 16 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: 3239

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: 3239

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: 3239

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
Fri Aug 10, 2012 8:24 am
Forum: Animation Engine
Topic: can't find background
Replies: 3
Views: 13302

Re: can't find background

I closed the stacks and livecode and restart everything - works. I will try to reproduce it ...

thank you !
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: 4567

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
Thu Aug 09, 2012 10:56 pm
Forum: MobGUI
Topic: change the background color of button
Replies: 2
Views: 4380

Re: change the background color of button

thank you I will try it !
by harald.schlager
Thu Aug 09, 2012 10:29 pm
Forum: Animation Engine
Topic: can't find background
Replies: 3
Views: 13302

can't find background

hi malte ! I am playing around with ae and have troubles on some cards to run aeMoveTo with following error message: stack "animationEngine": execution error at line n/a (Chunk: can't find background), char 1 aeMoveTo the long id of grc "test.net" , random(3) , 35 ,10,"InOut" when i use aeLockMove t...
by harald.schlager
Wed Feb 08, 2012 10:53 pm
Forum: MobGUI
Topic: change the background color of button
Replies: 2
Views: 4380

change the background color of button

hi all !

I want to change the color of a mobgui button. with the standard controls a am able to change it with
set the background color of button "btn1" to "green"

but it doesn't work for the mobgui buttons.

is that property available.

thank you in advance,
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: 1808

(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: 3149

"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: 4121

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: 4567

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: 4567

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.

Go to advanced search