Search found 130 matches

by seaniepie
Fri Mar 27, 2015 6:14 pm
Forum: LiveCode Builder
Topic: Variable prefix in examples
Replies: 2
Views: 3018

Variable prefix in examples

Hi All,

So we are used to the prefixes of t(temp), p(parameter), g(global), s(script-wide) and k(konstant) in Variables (or constants in the case of k). In Livecode builder scripts though I have notices the 'm' prefix. Just wondering what that symbolised.

Thanks
Pi
by seaniepie
Mon Mar 16, 2015 10:31 pm
Forum: MergEXT
Topic: iOS 8 Support and New Features
Replies: 8
Views: 10524

Re: iOS 8 Support and New Features

Hi,

Are there still no builds for iOS8.1 yet? My app still crashes on launch in 8.1 and clients now getting frustrated (close to irate).

Thanks bud
by seaniepie
Tue Oct 07, 2014 9:52 am
Forum: MergEXT
Topic: MergSockets SocketClosed message
Replies: 2
Views: 5514

Re: MergSockets SocketClosed message

Thanks Monte
That's perfect. :) I'm just happy there is a message. I was trying to see if there were some catch-all-messages command/message that could help me track it down, but alas there is none I could find.
Well done on the ios8 builds too by the way.
Sean
by seaniepie
Tue Oct 07, 2014 1:52 am
Forum: MergEXT
Topic: MergSockets SocketClosed message
Replies: 2
Views: 5514

MergSockets SocketClosed message

Hi Is there any message returned that let you know when a socket has closed? Using the old rreSockets we had this message returned. I can't seem to get the same functionality out of MergSockets however. This means that if my Server drops or the iPad loses wifi connection then it doesn't know about i...
by seaniepie
Wed Sep 17, 2014 4:11 pm
Forum: Marketing Your Products
Topic: TextField formatting library/plugin
Replies: 3
Views: 8813

Re: TextField formatting library/plugin

Hi Richard, Just heard back from him :) I missed somehow an email from him with beta-1a that was still in my gmail ether. I've downloaded that and it seems to work in LC6.6.3. He's told me he is currently working on an update to WordLib and will take another look at FieldTrip when WL goes into testi...
by seaniepie
Wed Sep 17, 2014 2:35 pm
Forum: Marketing Your Products
Topic: TextField formatting library/plugin
Replies: 3
Views: 8813

Re: TextField formatting library/plugin

Actually, I remembered what it was. It was called FieldTrip and was being developed by CurryK.
http://www.curryk.com/fieldtrip-preorder.html

I wonder what happened to it. I remember preordering now but never saw a return on it. Shame. :cry:
by seaniepie
Wed Sep 17, 2014 2:13 pm
Forum: Marketing Your Products
Topic: TextField formatting library/plugin
Replies: 3
Views: 8813

TextField formatting library/plugin

Hi All, I remember some time back someone had built a plugin or library (or something) that enabled via some controls to format text in a field. You could add M$Word style formatting controls like alignment, font, size etc and use them to control your text in a field. Does anyone else remember what ...
by seaniepie
Fri Jun 27, 2014 3:31 pm
Forum: Version Control
Topic: lcVCS Docs
Replies: 16
Views: 21365

Re: lcVCS Docs

Hi all, I must be stupid or something. I've tried and tried but cannot seem to get lcVCS to work and I am definitely doing something wrong. The 'guide' doesn't really help a newbie work out how to use it so I have nothing to follow to work out where I'm going wrong. I've installed the plugin (some t...
by seaniepie
Wed Feb 12, 2014 3:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: has it finished Duplicating a file yet
Replies: 8
Views: 4232

Re: has it finished Duplicating a file yet

Edit: Oh wait, have you tried the open file/read file/close file method? Reading the file until eof should block. Oooh, thought we had it then. But it has got me to a solution. The problem here is that while 'read from file' will block till EOF, 'write to file' doesn't necessarily. And you have no ...
by seaniepie
Tue Feb 11, 2014 11:20 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: has it finished Duplicating a file yet
Replies: 8
Views: 4232

Re: has it finished Duplicating a file yet

Hi Jacque Great to hear your input. Unfortunately though 'load URL' only works with http and FTP but not for binfile: or file: which sucks a little. I understand why though, they're completely different protocols based around smb. So still no resolution on this one at the moment. Anyone able to come...
by seaniepie
Mon Feb 10, 2014 10:57 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: has it finished Duplicating a file yet
Replies: 8
Views: 4232

Re: has it finished Duplicating a file yet

Hi Monte, Thanks for your response. I would have thought that too. However there then appears to be something else wrong, as when I set the filename it displays nothing the first time. If I leave it for a bit though it displays just fine. If URL is indeed 'blocking' then why would that happen? It's ...
by seaniepie
Mon Feb 10, 2014 9:24 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: has it finished Duplicating a file yet
Replies: 8
Views: 4232

Re: has it finished Duplicating a file yet

Hi Simon Thanks for the idea. That's what I would have thought too but apparently, on a Mac anyway, it creates the file then starts putting the data into it. So as far as LC/standalone is concerned the file exists as soon as you start the copy, not just once it's finished. Does anyone have any other...
by seaniepie
Mon Feb 10, 2014 7:43 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: has it finished Duplicating a file yet
Replies: 8
Views: 4232

has it finished Duplicating a file yet

Hi all,
If I were to do this:
put url("binfile:defaultLogo.png") into url("binfile:logo.png")
How do I know when it's finished? So that I don't call a "set the filename of img "myPic" to "logo.png"" too soon

Thanks
by seaniepie
Sun Jan 05, 2014 1:11 am
Forum: Mac OS
Topic: Deployment to Mac (Hows? and Whys?)
Replies: 2
Views: 3502

Re: Deployment to Mac (Hows? and Whys?)

Hi There, Looks like you didn't get a reply to these questions and that sucks so let me try. (1) What is the 'ideal' size of the application icon one uses for Mac (and then also Windows) deployment ? The starting point is 1024x1024. Use an app like 'Applicons' available on the Mac AppStore to create...
by seaniepie
Fri Jan 03, 2014 1:21 pm
Forum: Mac OS
Topic: Mac App Store Submissions
Replies: 33
Views: 32570

Re: Mac App Store Submissions

Hi there, Glad you like it. There are, as a v1.0, a few little teething issues and, when entitlements haven't been set, this is one of the little gotchas I've yet to allow for. Have you followed the guide? You need to first set the entitlements then click the 'update plist' button. This will save an...

Go to advanced search