Search found 130 matches

by seaniepie
Tue Jun 13, 2017 10:24 pm
Forum: LiveCode Builder
Topic: Widget Wizard
Replies: 11
Views: 7449

Re: Widget Wizard

Fabulous Mark. Just what we needed.
by seaniepie
Sun Jun 11, 2017 2:28 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Monetizing Your Apps when using LiveCode
Replies: 26
Views: 23997

Re: Monetizing Your Apps when using LiveCode

Not to worry Shahaf, I've figured it all out now. No need for Node.JS when requesting directly from the device. All we need to do is send the query, parse the XML that gets returned and then encapsulate the html that is in the CDATA tag. This also has the link built into it for when the user clicks ...
by seaniepie
Thu Jun 08, 2017 10:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Monetizing Your Apps when using LiveCode
Replies: 26
Views: 23997

Re: Monetizing Your Apps when using LiveCode

Hi Shahaf, I've just ben going through your SDKs and Javascript GitHub docs. At the end of the later it mentions that we would need to install NodeJS to run and test our apps. Do you have any suggestions how we do this on our Livecode iOS/Android apps? I am keen to get this up and running very soon ...
by seaniepie
Sat Apr 01, 2017 3:02 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Using a custom font in an OSX app
Replies: 12
Views: 9000

Re: Using a custom font in an OSX app (Update)

You can now use

Code: Select all

start using font file (specialfolderpath("resources") & "/YourFont.ttf")
Just wanted to add it to this thread
by seaniepie
Fri Feb 10, 2017 6:38 pm
Forum: Making IDE Plugins
Topic: Opt, Cmd, Shift, Caps key handling
Replies: 6
Views: 10120

Re: Opt, Cmd, Shift, Caps key handling

This was perfect, worked exactly as expected. The 'on idle' helped. Well done, thanks HH
by seaniepie
Fri Feb 10, 2017 6:29 pm
Forum: Mac OS
Topic: How to use latest codesign properly with LiveCode 8?
Replies: 3
Views: 4628

Re: How to use latest codesign properly with LiveCode 8?

This broke again but across a larger number of extensions. It's been reported in http://quality.livecode.com/show_bug.cgi?id=19128 and refers initially to revFont but extends to the others so they hopefully get fixed. Until they do I can't submit any of my apps to the AppStore making LiveCode unfit ...
by seaniepie
Fri Jan 20, 2017 5:38 pm
Forum: Making IDE Plugins
Topic: Opt, Cmd, Shift, Caps key handling
Replies: 6
Views: 10120

Re: Opt, Cmd, Shift, Caps key handling

Thanks HH, but: http://stackoverflow.com/questions/9268045/how-can-i-detect-that-the-shift-key-has-been-pressed From the Cocoa event handling guide: The flagsChanged: method can be useful for detecting the pressing of modifier keys without any other key being pressed simultaneously. For example, if ...
by seaniepie
Sat Oct 01, 2016 6:57 pm
Forum: Multimedia
Topic: Full color emoticon in a field
Replies: 5
Views: 5806

Full color emoticon in a field

Hi all, I'm trying to display an emoticon in a field in full color but only get it in monochrome even if no forecolor has been set. Here's an example of my code: set the textFont of fld "myField" to "Helvetica Neue" put numtocodepoint(129297) into fld "myField" Anyone know how to get these to displa...
by seaniepie
Sat Oct 01, 2016 6:39 pm
Forum: Making IDE Plugins
Topic: Opt, Cmd, Shift, Caps key handling
Replies: 6
Views: 10120

Re: Opt, Cmd, Shift, Caps key handling

58 views to date, no takers :roll:
by seaniepie
Wed Sep 28, 2016 9:15 pm
Forum: LiveCode Builder
Topic: type (SOLVED)
Replies: 10
Views: 8277

Re: type (SOLVED)

Java will definitely be useful and good to have. But I was more hoping for Obj-C myself. So far I have had no response to my posts on the blog site or here on the forum. I have just sent an email via Heather and hopefully we'll hear something back soon. Or maybe even a pledge refund. Though I doubt ...
by seaniepie
Sun Sep 25, 2016 4:50 pm
Forum: Making IDE Plugins
Topic: Opt, Cmd, Shift, Caps key handling
Replies: 6
Views: 10120

Opt, Cmd, Shift, Caps key handling

Hi all, I need to make a way to handle messages from Opt, Cmd, Shift and CapsLock key presses without having to wait for other keys to be pressed (which is easy for example using either the optkeydown message or the RawKeyDown message). I had been hoping the Infinite LiveCode project which could hav...
by seaniepie
Sun Sep 25, 2016 4:06 pm
Forum: LiveCode Builder
Topic: type (SOLVED)
Replies: 10
Views: 8277

Re: type alias definitions

... Good news is that this will very likely be changing as part of the Infinite LiveCode project. So Infinite is still happening then!? This is the first I've heard of it since May at the funding. 3 Months and a Summer 2016 delivery was promised, "not 2017"! I'm surprised that no-one has taken the ...
by seaniepie
Sat Jan 02, 2016 1:31 am
Forum: Multimedia
Topic: Control Video - gradual increase in sound and brightness?
Replies: 9
Views: 10397

Re: Control Video - gradual increase in sound and brightness

A lot of these old posts with useful stacks are no longer accessible when you click the links. It would be useful to reinstate them.
by seaniepie
Fri Jul 10, 2015 12:46 am
Forum: Internet
Topic: How do I simulate a button click in a browser?
Replies: 6
Views: 7708

Re: How do I simulate a button click in a browser?

This is an old thread but I just found this and know it will be useful in the future:

https://developer.mozilla.org/en-US/doc ... ing_events

Particularly the bit headed Triggering built-in events. I got it working from this directly.

All the best
Pi
by seaniepie
Mon Mar 30, 2015 4:53 pm
Forum: LiveCode Builder
Topic: default text editor
Replies: 4
Views: 4474

default text editor

How do we set a default text editor for the scripting? It asks me for it every time I click the 'Script' button.

Thanks
Pi

Go to advanced search