On Sat, Aug 27, 2011 at 6:12 AM, Timothy Miller
wrote:
> My website is a bit too complex for a self-serve website builder. I
> understand drag and drop web-building apps tend to make really messy code.
That's not necessarily true and many (most?) professional website
designers do use tools like
I think you should be able to use the "owner" property in a repeat loop,
mapping all the controls on a card to a group if they are, er, grouped, and to
the card if they are not.
Craig Newman
-Original Message-
From: Bob Sneidar
To: How to use LiveCode
Sent: Fri, Aug 26, 2011 9:27
My previous message with this subject line was too complicated and hard to
understand, so I'm going to re-post it, simplified:
A script that has worked for years has stopped working. I'm not getting an
error message. It just partly executes, then stops.
The only reason I can think of is that I
It also comes to mind that the application browser does this sort of thing.
Also, doesn't jerrys remo do something like this?
Sent from my iPad
On Aug 26, 2011, at 10:16 PM, Scott Rossi wrote:
> Anyone have a script that will list all controls/subgroups of a group,
> organized by groups? Ex:
Seems like you could parse the long I'd of everything to build an array of who
belongs to what. Thats just off the top of my head tho'
Bob
Sent from my iPad
On Aug 26, 2011, at 10:16 PM, Scott Rossi wrote:
> Anyone have a script that will list all controls/subgroups of a group,
> organized by
Anyone have a script that will list all controls/subgroups of a group,
organized by groups? Ex:
groupA
objA1
groupB
objB1
objB2
groupC
objC1
objC2
objA2
Am trying to write one here (reinventing the wheel?) but am getting a bunch
of duplicate listings
Thanks, Chipp,
I was misinformed. Well, to tell the truth, I made a semi-psychotic inference.
It is too bad. It would simplify my life. Yes, it would be cool.
My website is a bit too complex for a self-serve website builder. I understand
drag and drop web-building apps tend to make really messy
First, I want to thank Rotunda software for creating some pretty
awesome live code controls.
According to this
page:
http://www.rotundasoftware.com/livecode/ [1]
Under popup
balloon, there is a download - in that download is simply a
documentation rev file called popupballoon.
According to
Hi Bob,
You might want to checkout my Group Manager to help place and remove specific
groups on specific cards:
http://blog.chipp.com/update-to-group-manager-plugin-for-livecode/
Chipp Walters
CEO, Shafer Walters Group, Inc
On Aug 26, 2011, at 5:25 PM, Bob Sneidar wrote:
> Hi all.
>
> I v
Hi Timothy,
The simple answer to your question is, nope. You can't just design your website
on cards and have it convert to a website-- wouldn't that be cool if you could!
Websites are typically created from HTML, CSS, and sometimes serverside
scripting which helps fill in the dynamic portions
Hello,
If memory serves, I upgraded from LC 4.5.x to 4.6.3 a few days ago.
I just noticed a script that has worked reliably for years has stopped working.
No error messages.
Has anything changed in this upgrade?
I'm tracing my way through the script. It looks like a handler isn't getting
sent
I thing this is probably because the version of the sqlite library included
in the firefox sqlite manager is probably more recent than the one in
Livecode. The sqlite_sequence table seems to hold an entry for every
autoincrement key value and it is maintained by sqlite so it feels like the
sqlite
On Aug 26, 2011, at 6:54 PM, Timothy Miller wrote:
> Hi Kee,
>
> I probably don't understand your reply. You overestimated my intelligence ;-)
:-) Hey you are using LiveCode so we know you have intelligence :-)
>
> Maybe it's LiveCode Server I want to know about.
>
> I don't know how to set
Hi Kee,
I probably don't understand your reply. You overestimated my intelligence ;-)
Maybe it's LiveCode Server I want to know about.
I don't know how to set up and maintain my own server. Probably a bad idea to
try to learn. Will others do this for me for a fee?
Tim
On Aug 26, 2011, at 6
There is a stack from Andre that is a web server. You can hit it with a get or
a post and it will process whatever you have scripted and then return a result.
I run in on a port other than 80 because I don't want to disable Apache
(remember it is it's own web server). The big disadvantage is tha
Your friend is wrong (mostly). It's actually easy to identify browsers by data
that is available free with each request:
cookies (or the information that cookies are blocked)
flash equivalent of cookies
html 5 local storage
IP (often regionally bound, and at least isp or IP owner can be known)
br
Greetings,
I have a vague notion that it's possible to write LC stacks in such a way that
they function as websites. If I'm not mistaken, one or more Internet Service
Providers support this functionality. I think there's a name for it, but I
can't remember.
Is this true?
I've got a shabby loo
Hi all.
I vaguely remember this being discussed before, but it was a long time ago.
I make a lot of use of groups. Datagrids are of course groups in their own
right. All my data entry objects are actually a label grouped with a normal
field. It makes it easier for me to drag stuff around on
Hi Jeff, see below...
On Fri, Aug 26, 2011 at 1:29 PM, Jeff Reynolds wrote:
> I agree with Kevin, luck is a part of it, but Jobs was able to create his
> own luck by both sheer will and also knowing the true basics of design as
> the points to start from applying that fantastic will.
>
BINGO. Wh
maybe i has more to do with cats...
http://www.youtube.com/watch?v=Q9NP-AeKX40
François
Le 26 août 2011 à 21:27, Bob Sneidar a écrit :
> I don't think it has anything to do with monkeys. The monkey brain is also
> wired to fling poo. Monkeys will want to touch and feel an iPhone, but the
> monke
I don't think it has anything to do with monkeys. The monkey brain is also
wired to fling poo. Monkeys will want to touch and feel an iPhone, but the
monkey will then want to use it as a hammer to crack open a nut or scare off
the rival monkeys... ... ... Okay, maybe it IS about monkeys after al
sorry i have no blog so ill present my thoughts here to the list...
This is an unending discussion with my design partner about the
current state of design. Gene worked in the Eames office when very
young and was able to see the magic that someone that has that
attention to detail and the a
To you lot...Bob SneiderMike FelkerMark SchonewillieAdminGerry OrkinThanks for
the help you have offered with trying to fathom the problems I am having with
mySQL and sqlite... I have not yet sorted out the mySQL connection problem on a
real device, but have got to the bottom of my sqlite troub
Didn't work :(
On Friday, August 26, 2011, Andrew Henshaw wrote:
> It might be a long shot, but ive always used three slashes with file: and
its worked fine when loading local javascript content, ie
file:///test.pages
>
> Andy
>
> On 26 Aug 2011, at 14:53, Maarten Koopmans wrote:
>
>> Hi,
>>
>
Actually try:
on mouseUp
put the dropshadow of me into aDropShadow
put "normal" into aDropShadow["normal"]
put "0,0,0" into aDropShadow["color"]
put 180 into aDropShadow["opacity"]
-- change any other element of the array as you see fit
set the dropShadow of me to aDropShadow
end
Much obliged, Ken. When I have time to get a little fancier, I suppose I can
set something up with PreOpenStack that will identify the OS and set the fonts
of all of the objects.
Regards,
Gregory Lypny
Associate Professor of Finance
John Molson School of Business
Concordia University
The properties of anything is an array of ALL the properties. You cannot set
one property to the whole array of properties! It should read:
get the dropshadow of me
set the dropshadow of me to empty
Bob
On Aug 26, 2011, at 7:31 AM, Timothy Bleiler wrote:
> Hi,
>
> This is pretty weird. I was
Hi there,
I am in the final stage of submitting my iOS app to the App Store. On uploading
my zip file I get the following error: Application failed codesign
verification. The signature was invalid, or it was not signed with an Apple
submission certificate.
I followed all the lessons on lesson
Nicely done! I forwarded it to all the geeks here. Some are getting the
message, especially when in a short period of time I got a very needed app here
half done in a few weeks of working on it in my spare time.
Bob
On Aug 26, 2011, at 2:29 AM, Kevin Miller wrote:
> My take on this subject:
I want the user of the LiveCode application to see only the files that they
would have put into a particular folder for use with the application.
Gregory
On Thu, Aug 25, 2011, at 8:46 PM, Mark Wieder wrote:
> There are. What is it you're trying to do? Do you want not to show
> hidden files reg
Hi Chipp,
Chipp Walters wrote:
>
> Sivakatirswami,
> Here's a quick demo I whipped up years ago which
> I believe does what you want:
> put in the msg box and hit return:
> go URL "http://www.gadgetplugins.com/chippstuff/ScrollerTest.rev";
>
Works Great! Many Thanks for sharing. :-D
If we joi
Is the mySQL database set up to allow access from the device? I believe you
need to set the remote client IP address for mySQL installs, for security
reasons - if it's a typical virtual host install, it'll probably be set to
allow access from your desktop machine (the machine you most likely use
Is the mySQL database set up to allow access from the device? I believe you
need to set the remote client IP address for mySQL installs, for security
reasons - if it's a typical virtual host install, it'll probably be set to
allow access from your desktop machine (the machine you most likely use
> My take on this subject:
>
> http://www.runrev.com/company/runrev-blog/
Once he met Neil Roger I knew it was all over for Steve :-)
Very thoughtful response, Kevin.
Best regards,
Lynn Fredricks
President
Paradigma Software
http://www.paradigmasoft.com
Valentina SQL Server: The Ultra-fast, R
Wow I'm tired!
The script that doesn't work is supposed to be:
on mouseUp
get the Properties of me
set the Dropshadow of me to EMPTY
end mouseUp
The other one is obviously wrong.
Tim
On Aug 26, 2011, at 10:31 AM, Timothy Bleiler wrote:
Hi,
This is pretty weird. I was having trouble set
It might be a long shot, but ive always used three slashes with file: and its
worked fine when loading local javascript content, ie file:///test.pages
Andy
On 26 Aug 2011, at 14:53, Maarten Koopmans wrote:
> Hi,
>
> I know you can display different file types (see subject) in a
> UIwebview.
Hi,
This is pretty weird. I was having trouble setting the dropShadow to
empty. It seemed not to work sometimes. I've isolated the problem to
this -
Create a button with the dropShadow property set from the property
inspector.
Put this script into the button
on mouseUp
get the Prope
Hi,
I know you can display different file types (see subject) in a
UIwebview. So to test it I copy a word, pdf, pages file. Then create a
UIWebView with MobGui and set the specialFolderPath and the file url
to e.g. "file://test.pages"
Nothing happens :( Anybody figured this out? I tried this tut
My take on this subject:
http://www.runrev.com/company/runrev-blog/
Kind regards,
Kevin
Kevin Miller ~ ke...@runrev.com ~ http://www.runrev.com/
LiveCode: Compile-free coding, the faster path to better apps
___
use-livecode mailing list
use-liveco
39 matches
Mail list logo