Search found 1171 matches

by BvG
Mon Apr 28, 2014 1:21 pm
Forum: CGIs and the Server
Topic: Command-Line Only Standalone?
Replies: 7
Views: 7697

Re: Command-Line Only Standalone?

yes. you want the -ui parameter.
by BvG
Fri Apr 25, 2014 9:52 am
Forum: iOS Deployment
Topic: Problem with connecting to SDK
Replies: 3
Views: 3191

Re: Problem with connecting to SDK

oh it's also possible that you need to download an older xcode version?

see here: http://forums.runrev.com/viewtopic.php? ... 43#p102155
by BvG
Fri Apr 25, 2014 9:49 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: XML over Socket
Replies: 4
Views: 3973

Re: XML over Socket

You didn't really ask any question :P Here's some general information in the dictionary which you can read: open socket read from socket write to socket here's some basic socket examples: http://livecodeshare.runrev.com/stack/575/Simplest-socket-server http://livecodeshare.runrev.com/stack/576/Simpl...
by BvG
Fri Apr 25, 2014 9:45 am
Forum: iOS Deployment
Topic: Problem with connecting to SDK
Replies: 3
Views: 3191

Re: Problem with connecting to SDK

Make sure you select the xcode.app (not just the folder that xcode is installed into). Does LC say "The chosen folder is not a valid iOS SDK.", or something else? Note that LC sometimes has problems with diacritics (umlauts) in the path. If you have non-ascii chars in the path to xcode, maybe that c...
by BvG
Wed Apr 23, 2014 11:41 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Combo Box Limitation
Replies: 10
Views: 5769

Re: Combo Box Limitation

Oh of course, combo boxes are used a lot for filtering large lists on Windows, I forgot. Mostly because I force myself to avoid platform specific approaches in LC. Said that, it should work like other combo boxes on Windows, and therefore it's a valid bug -> http://quality.runrev.com
by BvG
Tue Apr 22, 2014 12:40 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Combo Box Limitation
Replies: 10
Views: 5769

Re: Combo Box Limitation

Wow, in my oppinion, combo boxes should support way less lines, maybe 20 at most.

Think of your poor users, and use a different way to present that data. I suggest a sortable list field, but even better would be a way to avoid showing so much data at once.
by BvG
Sun Apr 20, 2014 12:40 am
Forum: User Groups and Events
Topic: Zurich Meeting Summer 2014
Replies: 2
Views: 9916

Zurich Meeting Summer 2014

Hi everyone Me and Mark are starting to prepare a meetup in Zurich (Switzerland), late June or early July. If you’re interested in joining us, it’d be great to know when you’ll be able to participate. Please take two minutes to fill out this date tableau: http://doodle.com/yapygihh3itgz2qr Also, if ...
by BvG
Sat Apr 19, 2014 8:26 pm
Forum: Windows
Topic: Quartum Printing Concern..
Replies: 3
Views: 4279

Re: Quartum Printing Concern..

are you saying that you can't print at all from livecode? what did you try?
by BvG
Tue Mar 11, 2014 12:00 am
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 34874

Re: Peer to Peer Networking Stack

You said that this is possible for other languages, which sounds like you've used it or seen it in a documentation somewhere?
by BvG
Mon Mar 10, 2014 9:58 pm
Forum: Internet
Topic: Download not working with link or libURLDownloadToFile
Replies: 9
Views: 7524

Re: Download not working with link or libURLDownloadToFile

I tried to say that you should read the dictionary entry, and not try to do random things 8) You say that the download, as initiated within the browser instance is not starting, despite the same link/url working from a normal safari window. the dictionary says it should start. If all that is right, ...
by BvG
Mon Mar 10, 2014 9:27 pm
Forum: Internet
Topic: Download not working with link or libURLDownloadToFile
Replies: 9
Views: 7524

Re: Download not working with link or libURLDownloadToFile

As far as I can read in the dictionary, browserDownloadRequest is more of a notification that the browser will now download a file, and you don't need to do anything... at least on Mac OS X. In addition you're trying to download the url twice in the code too! (launch vs liburldownladotofile) But tha...
by BvG
Mon Mar 10, 2014 9:09 pm
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 34874

Re: Peer to Peer Networking Stack

Hmm.. so you're saying it needs to be the same originating port, something like: open socket to remote:8000 from local:8000 I think that it's impossible to specify the local (second in the example) port. It's given out randomly not by the engine, but by the OS. at least as far as I know, no other la...
by BvG
Sun Mar 09, 2014 10:57 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Isolating and displaying imported file names
Replies: 3
Views: 2349

Re: Isolating and displaying imported file names

To display stuff on a card you should use a field. Then you can use code to put stuff into the field, for example: set the itemDelimiter to tab answer file "" put it into myPath put item -1 of myPath into field "filename" Your second question, as far as I understand it, is about how to put the two f...
by BvG
Sat Mar 08, 2014 3:02 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Changing the tab names of a tabbed panel via script
Replies: 2
Views: 2267

Re: Changing the tab names of a tabbed panel via script

it's a bit weird, you have to set the text of the button to a list of lines:

set the text of button "tabs" to "entry 1" & return & "entry 2" & return & "entry 3"
by BvG
Sat Mar 08, 2014 2:52 pm
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 34874

Re: Peer to Peer Networking Stack

It would help me if you code an example script, of how it should work in LC, and what would need to change for it to work. Because as far as I understood it, there's nothing missing in the socket implementation for LC? Also you never clarified your question (further up in the thread), so I couldn't ...

Go to advanced search