Search found 361 matches

by splash21
Tue Mar 11, 2014 9:21 am
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 35368

Re: Peer to Peer Networking Stack

I downloaded Corona and Gideros yesterday (both Lua based) and had a quick read over the Lua socket library. It took a very small amount of code to get two devices connected via p2p (Scotland => England). Here's a simple example (that works)... https://www.ietf.org/rfc/rfc768.txt You said that this...
by splash21
Mon Mar 10, 2014 10:09 pm
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 35368

Re: Peer to Peer Networking Stack

RFC768 : User Datagram Protocol - https://www.ietf.org/rfc/rfc768.txt Format ------ 0 7 8 15 16 23 24 31 +--------+--------+--------+--------+ | Source | Destination | | Port | Port | +--------+--------+--------+--------+ | | | | Length | Checksum | +--------+--------+--------+--------+ | | data oct...
by splash21
Mon Mar 10, 2014 11:22 am
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 35368

Re: Peer to Peer Networking Stack

From the bug report : "Rev. lacks the ability to set the LOCAL port used for the socket connection" open datagram socket to "a.b.c.d:x" from local port y (we can't specify the port y) I created a simple example that connected 2 iPhones - both on their own local WIFI connections. Each device can use ...
by splash21
Sun Mar 09, 2014 9:51 pm
Forum: MobGUI
Topic: Scrolling Locked Text Field
Replies: 4
Views: 4764

Re: Scrolling Locked Text Field

The scroller is represented by a normal LiveCode group object, so you can add any other LiveCode objects to it. Here's a good link with info about groups; http://livecode.byu.edu/groups/Groups.php If you scan down the paragraph headings, you'll find info on group editing - this should hopefully clea...
by splash21
Sat Mar 08, 2014 12:08 am
Forum: MobGUI
Topic: Table View
Replies: 5
Views: 5472

Re: Table View

Hi, Marc - the document is useful - feel free to send more info if you have some! I'm already experimenting with some behaviors, but I'm thinking that it'll have to be able to handle large data sets in a dynamic fashion to avoid slowing down. It may take a while to get a finished custom control, but...
by splash21
Fri Mar 07, 2014 11:59 pm
Forum: MobGUI
Topic: Scrolling Locked Text Field
Replies: 4
Views: 4764

Re: Scrolling Locked Text Field

Hi, Russ. You can add a native scroller and place a locked text field inside it - that should achieve what you're after. A scroller question came up recently; http://forums.runrev.com/viewtopic.php?f=54&t=19106 Take a look at the example - let me know if it works for you or if you need another examp...
by splash21
Fri Mar 07, 2014 10:37 pm
Forum: Games
Topic: Looking for feedback on beginner game
Replies: 10
Views: 9946

Re: Looking for feedback on beginner game

8) Looks even better with the spinning asteroids 8)
by splash21
Fri Mar 07, 2014 2:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: how to get number of records in my query?
Replies: 3
Views: 2175

Re: how to get number of records in my query?

You can also query the number of rows found in the last query;

Code: Select all

SELECT ROW_COUNT()
by splash21
Fri Mar 07, 2014 2:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to read a QR-CODE?
Replies: 4
Views: 4597

Re: How to read a QR-CODE?

Check out mergExt : http://livecode.com/store/marketplace/mergExt-1-0-2

I'm using the QR reader in a commercial iOS app and it's superb.


I've not tried it on android yet -http://forums.runrev.com/viewtopic.php? ... oid#p85277
by splash21
Fri Mar 07, 2014 2:00 pm
Forum: MobGUI
Topic: mgProps
Replies: 5
Views: 4549

Re: mgProps

Hi, Neurox66
Neurox66 wrote:It's possible to have a list complete of mgProps keys for each object?
Custom property sets have always been a bit fiddly to deal with IMHO :|

Code: Select all

local tProps
put the customProperties["mgProps"] of group "MyObject" into tProps
answer the keys of tProps
by splash21
Fri Mar 07, 2014 1:52 pm
Forum: Internet
Topic: Peer to Peer Networking Stack
Replies: 46
Views: 35368

Re: Peer to Peer Networking Stack

I've had a couple of multiplayer ideas on the shelf for ages and since this thread sparked my interest in p2p again... I downloaded Corona and Gideros yesterday (both Lua based) and had a quick read over the Lua socket library. It took a very small amount of code to get two devices connected via p2p...
by splash21
Fri Mar 07, 2014 1:25 pm
Forum: MobGUI
Topic: How to use scroller?
Replies: 2
Views: 3132

Re: How to use scroller?

Hi, Jellobus. Before I post an example - do you realise that there's a new version of MobGUI? - just checking as the syntax you're trying is for the old plugin. If you have downloaded the new plugin then check the docs at http://mobgui.com/docs.php - I've just finished updating them recently and the...
by splash21
Sat Mar 01, 2014 10:14 pm
Forum: MobGUI
Topic: Issue with Native Mobile Text Input iOS
Replies: 2
Views: 3168

Re: Issue with Native Mobile Text Input iOS

Hi, check out the following thread - http://forums.runrev.com/viewtopic.php?f=54&t=19313

The native controls are created when the openControl messages fire, but that happens after openCard.


:D
by splash21
Fri Feb 28, 2014 12:03 pm
Forum: MobGUI
Topic: Is This MobGUI or LC 6.5.2?
Replies: 2
Views: 3172

Re: Is This MobGUI or LC 6.5.2?

Hi, Russ. The code to create the native controls can be viewed (if MobGUI is running) by right clicking and object and selecting 'Edit Behavior' from the context menu. They are exactly as they would be if you had just created them yourself with the mobileControlCreate command. I'm not sure what you'...
by splash21
Fri Feb 28, 2014 11:54 am
Forum: iOS Deployment
Topic: No iCloud solution?
Replies: 12
Views: 8346

Re: No iCloud solution?

There have been a few downloads, but the uuid bug prevents things working on iOS. Here's a new updated stack that works on desktop, android AND iOS. I've also added two new commands to upload the certificate and key required for iOS and android to send push notifications. I've been sending PN's from...

Go to advanced search