Search found 34 matches

by Kangaroo SW
Fri Jun 27, 2014 8:58 am
Forum: CGIs and the Server
Topic: start session hangs
Replies: 3
Views: 5507

Re: start session hangs

Hello splash21 I have exactly the same problem ! see: http://forums.livecode.com/viewtopic.php?f=15&t=20388 I have escalated the case to on-rev support on May 15, they acknowledged the bug and told me that they can see that there is a problem with session variables and the hanging of the server. I w...
by Kangaroo SW
Wed May 14, 2014 6:30 am
Forum: CGIs and the Server
Topic: Run a Stack on Server and communicate with it with a browser
Replies: 11
Views: 17371

Re: Run a Stack on Server and communicate with it with a bro

@FourthWorld and @Simon Thank you for your report. There seems to be a problem with the session files created on the Server. The file is called "lcsessions.idx" and in my example is created in the folder "lc_sessions_folder". As soon as I delete the file "lcsessions.idx" the stack works again ?! I w...
by Kangaroo SW
Tue May 13, 2014 2:31 pm
Forum: CGIs and the Server
Topic: Run a Stack on Server and communicate with it with a browser
Replies: 11
Views: 17371

Run a Stack on Server and communicate with it with a browser

Hello All After reading the revUp article "Cool Cat Server" from David Williams here: http://newsletters.livecode.com/november/issue160/newsletter1.php I was wondering :roll: if it is possible to take a snapshot of a stack running on a server and directly interact with the snapshot from within a bro...
by Kangaroo SW
Thu Mar 20, 2014 11:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: File Types for AppleScript scripts and Automator's workflows
Replies: 21
Views: 10070

Re: File Types for AppleScript scripts and Automator's workf

Hello Mag

try:

Code: Select all

on mouseUp
   answer files "Select a file:" with type "AppleScript Scripts|scpt|scpt" \
         or type "Automator Workflows|workflow|workflow" \
         or type "Shell Scripts|command|command" as sheet
end mouseUp
Cheers
Rolf :lol:
by Kangaroo SW
Mon Mar 10, 2014 10:26 pm
Forum: Engine Contributors
Topic: Hints of Cocoa
Replies: 25
Views: 19975

Re: Hints of Cocoa

@runrevmark > controls will still be emulated.....? Hello Mark Why is it that controls will be still emulated in the Cocoa version of LiveCode. To have naturally controls was the main reason for me to put money into the Kickstarter initiative. I don't only want a 64 bit architecture under the hood (...
by Kangaroo SW
Fri Feb 28, 2014 10:34 pm
Forum: Games
Topic: Looking for feedback on beginner game
Replies: 10
Views: 10057

Re: Looking for feedback on beginner game

What a great Game !

Thanks for sharing the code !

Cheers
Rolf
by Kangaroo SW
Mon Feb 24, 2014 11:27 pm
Forum: Talking LiveCode
Topic: Mac relative paths in IDE
Replies: 9
Views: 5705

Re: Mac relative paths in IDE

@CenturyMan1979 Try: --•• LiveCode path to compiled executable in App Bundle -> varPosixPathToApplicationBase put the effective filename of this stack into varPosixPathToApplicationBase --•• get posix path to resources folder works with stacks and the executable all files in the folder Resources are...
by Kangaroo SW
Wed Jan 15, 2014 10:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Snap to grid?
Replies: 14
Views: 9305

Re: Snap to grid?

Hello Bernd

Thanks for this fantastic tool !

Cheers
Rolf
by Kangaroo SW
Sat Jan 04, 2014 2:36 pm
Forum: Mac OS
Topic: Mac App Store Submissions
Replies: 33
Views: 33091

Re: Mac App Store Submissions

Hello seaniepie It could be that the problem is on my side ! I guess that you use shell scripts (I do that a lot as well :D ) and use LiveCode as a GUI, now my Home Folder is not on the same volume as the system folder (not on the boot disk !) I do that on purpose (I am a OSX System guy) so that I c...
by Kangaroo SW
Fri Jan 03, 2014 12:29 pm
Forum: Mac OS
Topic: Mac App Store Submissions
Replies: 33
Views: 33091

Re: Mac App Store Submissions

Hello seaniepie

This is a great app !
Thanks a lot :D

When I try to sign my app (Certificate is installed) I get the following error "cannot read entitlement data", also
I do not have a entitlement.plist ?

How do I create an entitlement.plist ?

Cheers :lol:
Kangaroo SW
by Kangaroo SW
Wed Oct 02, 2013 6:18 pm
Forum: Talking LiveCode
Topic: Display Multidimensional Array
Replies: 5
Views: 6667

Re: Display Multidimensional Array (Solved)

Hello Ken

How do you say this in english :arrow: You hit the nail on the head !!!!

Thank you so much for your function, it is exactly what I am looking for !


Cheers from Zurich :lol:
Rolf
by Kangaroo SW
Tue Oct 01, 2013 6:42 pm
Forum: Talking LiveCode
Topic: Display Multidimensional Array
Replies: 5
Views: 6667

Re: Display Multidimensional Array

Hello Richard and Craig Thanks for your answers ! I know that PLIST files are just XML files, but they must have a special structure, to my knowledge nobody has ever tried to pharse them with the built in XML tools, not evan RunRev has done it. They choose to have complete Apple PLISTS stored in fie...
by Kangaroo SW
Tue Oct 01, 2013 2:27 pm
Forum: Talking LiveCode
Topic: Display Multidimensional Array
Replies: 5
Views: 6667

Display Multidimensional Array

Hello all, I need some help with the display of the Keys and Subkeys of a nestet mutidimenional global array. On the OS X platform PLIST files become more and more important ! I would like to handle PLIST files correctly (not pharsing them) in many projects. I just recently learned that there is a c...
by Kangaroo SW
Tue Sep 10, 2013 10:17 am
Forum: Internet
Topic: Convert Card to HTML?
Replies: 10
Views: 9116

Re: Convert Card to HTML?

Hello Dan I have made such a beast :D a view years ago I testet it only with iPhone screensize stacks so it might not work with bigger ones :cry: ! The WebKit preview does not always work - it has to be improved, but use the stack as a starting point and modify it as you like. How it works: - load i...
by Kangaroo SW
Fri Jul 26, 2013 8:54 am
Forum: Mac OS
Topic: Mac OS X Externals
Replies: 29
Views: 18171

Re: Mac OS X Externals

Hello Sean thanks for your great externals I love the poof one !!!!!

Go to advanced search