I've go an iOS scrolling control working really well, except I now need to
replace the text field it uses to display the text that scrolls with a
datagrid. The text field is part of a group, so how do I swap it out for the
datagrid, without changing anything else?
-- photos: http://gerryorkin.c
Does anyone have the perfect Definition of a plug-in? What are all of a
plug-ins attributes and property settings? And after building a plug-in how
do you test it?
Cal
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to s
I am pleased to say that my small utility, Colour Palette has been accepted and
is now available on the Apple Mac App Store.
Created with LiveCode.
Thanks for all the good tips here on how to get the app accepted on the App
Store.
Colour Palette makes it easy for web designers and graphic artist
Richard,
Thanks for reminding me of your article, lot of useful info in it.
I'm currently inserting the script of a button as a front script. The
script contains handlers for some standard messages (eg mouseUp, menuPick)
that I need to grab before they on through the normal message path, but it
a
Hoi Mark,
I'll have to add that myself then
--Maarten
On Sunday, April 3, 2011, Mark Schonewille
wrote:
> Hoi Maarten,
>
> POST and GET are supported. PUT and DELETE are not. Use LC's put url command
> to send data using the GET method. Use the post url command to send data
> using the PO
Thanks, that was very insightful.
On Sunday, April 3, 2011, Richard Gaskin wrote:
> Maarten Koopmans wrote:
>
>
> What's a good way to create and store a non-UI code library in a LC
> project (a.k.a. "business logic")? Say I'd want to implement a WebDAV
> client, which is a back-and-forth kind of
Hoi Maarten,
POST and GET are supported. PUT and DELETE are not. Use LC's put url command to
send data using the GET method. Use the post url command to send data using the
POST method.
POST example:
put "x=1&y=2" into myData
post myData to url "http://domain.com/bla.php";
GET example:
put "ht
Nevermind. Using ctrl-v sets it dirty, shift-insert doesn't. I'll just
remember to use ctrl-v instead.
On Thu, Mar 31, 2011 at 2:47 PM, Mike Bonner wrote:
> When i paste code into the script editor it doesn't set the dirty bit. Has
> it always been this way and I've just never noticed it before?
Maarten Koopmans wrote:
I there a way to have LIvecode do PUT and DELETE via http/https,
hopefully witj digest authentication? So you can use the UI tools to
integrate with REST services? I see great chanches here :-)
"PUT" is well supported in addition to "GET" - check out the entry for
"PUT
Maarten Koopmans wrote:
What's a good way to create and store a non-UI code library in a LC
project (a.k.a. "business logic")? Say I'd want to implement a WebDAV
client, which is a back-and-forth kind of flow. Or anu other protocol
will do as a mental model
Where would you store all the su
Thanks Missed that in plowing through all the
dics/dictionary/getting my head around LC
--Maarten
On Sunday, April 3, 2011, John Dixon wrote:
>
>
>
>
>> From: maarten.koopm...@gmail.com
>
>> Simple question for people here, but something you wonder when you
>> come from a non-LC code environ
> From: maarten.koopm...@gmail.com
> Simple question for people here, but something you wonder when you
> come from a non-LC code environment.
>
> What's a good way to create and store a non-UI code library in a LC
> project (a.k.a. "business logic")? Say I'd want to implement a WebDAV
> clie
If you are using the Scripter's Scrapbook as a plugin with LiveCode v4.6 and
Windows 7, would you please contact me off-list at
admin(at)FlexibleLearning.com
Thank you.
Hugh Senior
FLCo
___
use-livecode mailing list
use-livecode@lists.runrev.com
Pleas
Hi,
I there a way to have LIvecode do PUT and DELETE via http/https,
hopefully witj digest authentication? So you can use the UI tools to
integrate with REST services? I see great chanches here :-)
Suddenly firing a lot of questions, because after years of using
LC/runrev for small things I want
Hi,
Simple question for people here, but something you wonder when you
come from a non-LC code environment.
What's a good way to create and store a non-UI code library in a LC
project (a.k.a. "business logic")? Say I'd want to implement a WebDAV
client, which is a back-and-forth kind of flow. Or
I want users to be able to put a limited set of controls, like images,
shapes, text, backdrop on a page. I have noticed that the size events,
the choose [...] tool, "drag me" in mouseUp, go a long way. Things
like resizing, setting the fonts etc. also look feasible. So a simple
toolbar, te choose t
16 matches
Mail list logo