On 7/11/11 7:37 PM, Chipp Walters wrote:
If that works, please PURCHASE Scripter's Scrapbook! (Even if it doesn't you
should still purchase it as it has a ton of GREAT scripts!)
I'm afraid the extraction method in the script has been obsolete for
some years, so it won't work any more. That's n
On Mon, Jul 11, 2011 at 11:22 PM, Alejandro Tejada
wrote:
> Hi Andre,
>
> Your new website looks great!
> Congratulations!
>
> Only one question:
> Does it really took 24 hours? :-)
>
Alejandro,
It actually took less than 24h... I will write a little journal on how it
was built shortly.
:-)
Ken,
Great explanation.
Thanks,
JimL
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
Hi Andre,
Your new website looks great!
Congratulations!
Only one question:
Does it really took 24 hours? :-)
Alejandro
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscri
Kee,
I just finished creating a generic dialog sheet created with groups. It's
modal but does not use windows. The function call is:
altAnswerDialog (*dialog icon, dialog title, dialog msg, any number of
buttons)*
*
*
It supports icons: help,information,warning,about,error,question
If the msg is
Shao,
I believe the altButton control is better now than ButtonGadget as it can do
much of what BG can do, and all of it's properties are accessible by script.
Also, the gradient property for the button is also settable by script for
altButton. I'm EOL'ing ButtonGadget in favor of altButton. I'll
If it is not covered under NDA feel free to let us know about it..
Some of us have been waiting since 4.0 for the new SDK..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your sub
stephen-
Monday, July 11, 2011, 11:11:21 AM, you wrote:
> crap...I hope I didn't blow my NDA... I thought it was a feature
> announced/added for 4.6.2 gm1
Not to worry... this was announced and demonstrated at the conference.
--
-Mark Wieder
mwie...@ahsoftware.net
_
If that works, please PURCHASE Scripter's Scrapbook! (Even if it doesn't you
should still purchase it as it has a ton of GREAT scripts!)
On Mon, Jul 11, 2011 at 1:32 PM, FlexibleLearning <
ad...@flexiblelearning.com> wrote:
> Try...
>
> on mouseUp
> answer file "Select a Standalone..."
> if it
On Jul 11, 2011, at 12:39 PM, Mark Schonewille wrote:
> Hi Kee,
>
> There is a focus problem that either doesn't let you type text in the dialog
> or doesn't let you use the browser after the dialog disappears.
yep
> I think that the best way to do this is by making a group with a custom
> d
>> 24. Puff of smoke animation
> done
Good ! But where ?
external
>> 26. Toolbar and his items (separator toolbar, print toolbar item,
show
> less fun but it is doable.. I had actually found some code that
would have made this so easy to "fake", but the non-standardness of
Rev causes it t
Thanks for the link - will check it out!
Sent from my iPhone
On 11 Jul 2011, at 23:06, Shao Sean wrote:
> Using the new iOS external SDK you can (hopefully) tap in to the system and
> use the built-in icons (in the Constants section, scroll down for images)..
>
> http://developer.apple.com/li
Same here.
Terry...
On 12/07/2011, at 1:44 AM, "Jeff Massung" wrote:
> I would just like to say that I haven't been an On-Rev customer for over a
> year now, and I want to thank the Rev team for still including me in this
> email (so, yes, I got one, too).
>
> Jeff M.
> ___
Le 11 juil. 2011 à 23:48, Shao Sean a écrit :
>> Perhaps with the new externals interface we can get access to these directly
> you can with the old SDK.. the SDK that uses Obj-C seems to be pretty flakey
> and I have not been able to do anything with it other than build their
> example.. Mind
Using the new iOS external SDK you can (hopefully) tap in to the
system and use the built-in icons (in the Constants section, scroll
down for images)..
http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html#/
/apple_ref/doc/uid/TP4
Perhaps with the new externals interface we can get access to these
directly
you can with the old SDK.. the SDK that uses Obj-C seems to be pretty
flakey and I have not been able to do anything with it other than
build their example.. Mind you, you can use Obj-C in the old SDK so
not real l
On Mon, Jul 11, 2011 at 5:37 PM, Pierre Sahores wrote:
> I changed all mine, even if they went in theory full safe. It's realy best
> for all of us to verify that our passwords are at least trusted as 100% safe
> by the cPanel AJAX tester. Any mix of letters, numbers and itemdels are
> always mor
I changed all mine, even if they went in theory full safe. It's realy best for
all of us to verify that our passwords are at least trusted as 100% safe by the
cPanel AJAX tester. Any mix of letters, numbers and itemdels are always more
trusty than only letters + numbers ;-)
Best, Pierre
Début
On Mon, Jul 11, 2011 at 5:03 PM, SparkOut wrote:
> The advice to change password was *not* because of any success by any
> hacker
> at accessing your (our) password information.
>
> BUT because the hacker now has username and on-rev domain name, *if* you
> have a weak password it would be wise to
The advice to change password was *not* because of any success by any hacker
at accessing your (our) password information.
BUT because the hacker now has username and on-rev domain name, *if* you
have a weak password it would be wise to change it to one that may be harder
to try and attack by dict
An useful link to check our n-tier stuffs against those 25 rules ! Thanks
Richard.
Pierre
Le 11 juil. 2011 à 17:48, Richard Gaskin a écrit :
> Michael Kann wrote:
>
> > I was more concerned that any data was obtainable from the outside
> > at all.
>
> A concern, but not a surprise, given the
Hi Kee,
There is a focus problem that either doesn't let you type text in the dialog or
doesn't let you use the browser after the dialog disappears.
I think that the best way to do this is by making a group with a custom dialog.
Simply show and hide the group and grab the info you need from tha
When I create a revlet using revweb, and access it via a browser, it appears
that answer and ask don't work 100%.
In "ask", I can type in the field presented and completely replace what is in
the field but I cannot edit what is in the dialog field. It also appears that I
cannot click on the bu
Try...
on mouseUp
answer file "Select a Standalone..."
if it is "cancel" or it = "" then exit to top
put url ("binfile:"&it) into tStack
repeat forever
-- there's more than one stackfile in there which is interesting
put offset("#!/bin/sh",char 10 to -1 of tStack) into tOff
if
crap...I hope I didn't blow my NDA... I thought it was a feature
announced/added for 4.6.2 gm1
but yes... that would change things. That would be incentive for me or
anyone else to cram and to learn enough Obj-C to put these suggested xcmds
to work.
xcmds would be a solution to keep up with th
Alistair,
I checked out the program I recommended and it doesn't work on LiveCode
standalones with passwords. As usual, Jacqueline is the go-to person for
standalones (and everything else).
The analogx website does have some other interesting programs and I've never
had any problem with any o
Hi, all. I've just updated the plugin and uploaded a new video to
http://mobgui.com
The test stack created in the video is available in the RunRev MobGUI forum.
I created a few (basic) icons with GIMP (gimp.org) for the demo, but was
thinking of compiling a
list of the most useful general purp
On Jul 11, 2011, at 10:31 AM, J. Landman Gay wrote:
> The info was sent out about 11 AM UK time. I think if you haven't received it
> by now, you were not affected. Passwords were not obtained, so if the
> affected people are using good passwords, I don't see any reason to change
> them. I'm no
On 7/11/11 12:13 PM, Marian Petrides wrote:
Not bruised egos, Richmond--at least not in my case. Simply concern
about whether I was one of the intended recipients of the email but
did not receive it for sometime. I would rather NOT change my
password but will if I have to.
The info was sent o
On 07/11/2011 08:13 PM, Marian Petrides wrote:
Not bruised egos, Richmond--at least not in my case. Simply concern about
whether I was one of the intended recipients of the email but did not receive
it for sometime. I would rather NOT change my password but will if I have to.
I wonder what
Not bruised egos, Richmond--at least not in my case. Simply concern about
whether I was one of the intended recipients of the email but did not receive
it for sometime. I would rather NOT change my password but will if I have to.
On Jul 11, 2011, at 11:50 AM, Richmond Mathewson wrote:
> I fee
On 7/11/11 4:53 AM, planix wrote:
I do, however, have a windows exe file of the last version which I (happily
enough) emailed to a student to use in his project. I bet you can see where
this is going. Can anyone tell me whether there is a straightforward (not
necessarily simple) way of reverse e
Le 11 juil. 2011 à 18:46, stephen barncard a écrit :
> Perhaps with the new externals interface we can get access to these directly
> from the OS.
Thank you Stephen...
I am not informed about "new externals interface"... What is it? and where can
I find information about that?
> I"d like to us
Folks,
I am speculating here but if the attacker just go some of the accounts then
it is possible that the attacker hacked into some of the on-rev servers but
not all of them, then, just the users on those machines were compromissed. I
did not change my password, I am still deciding if I will do i
I feel deprived, unloved and generally rejected because I didn't receive
the "Hacked" e-mail.
Har, har, har.
Bl**dy glad I didn't get it; but reading this thread it does have a
feling of
bruised egos who weere not included.
Now I remember a lecture on that psychological phemenon at Durham
yea
Perhaps with the new externals interface we can get access to these directly
from the OS.
I"d like to use the system font and size menu panel like the one that's used
almost everywhere like TextEdit and TexEdit.
On 11 July 2011 07:31, René Micout wrote:
> I made an inventory of missing Mac OS X
I am an On-Rev lifetime subscriber but don't recall getting this message. So
it must be something else, I guess.
On Jul 11, 2011, at 11:25 AM, Bob Sneidar wrote:
> I have received it. It's probably legit. I don't see any links to a site to
> authenticate, so what would anyone gain by telling y
I have received it. It's probably legit. I don't see any links to a site to
authenticate, so what would anyone gain by telling you to change your password?
Bob
On Jul 11, 2011, at 6:34 AM, Gregory Lypny wrote:
> Hello everyone,
>
> Have any of you received this message from Heather? Implica
On 7/11/11 9:44 AM, Mike Kerner wrote:
So that doesn't strike you as curious, Mike? Think about it. It doesn't
make you wonder what the structure is if some customers have their records
compromised but others do not?
It may be significant that not all accounts are on the same server.
--
Jacq
FYI,
I sent an email back to Heather telling her if she receives any request
about my account coming from someone claiming to be me, please do not hit
the "reply" button, but rather email me directly with requested data. I also
mentioned she might want to ask me a personal question only she and I
Michael Kann wrote:
> I was more concerned that any data was obtainable from the outside
> at all.
A concern, but not a surprise, given the range of software components
that comprise modern web apps. I think it speaks well of the RunRev
that passwords weren't compromised.
Oddly enough I was
and now my password is 127.5 characters long...
OK, I am not that paranoid, but I did make a change for On-Rev
(and the On-Rev forums just in case, even though it is a separate
entity. No need to have spam hit that server require the moderators
to do extra work.)
Jim Ault
Las Vegas
On Jul
I would just like to say that I haven't been an On-Rev customer for over a
year now, and I want to thank the Rev team for still including me in this
email (so, yes, I got one, too).
Jeff M.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Plea
On Mon, Jul 11, 2011 at 10:44 AM, Mike Kerner wrote:
> So that doesn't strike you as curious, Mike? Think about it. It doesn't
> make you wonder what the structure is if some customers have their records
> compromised but others do not?
The original poster did not include the subject of the em
I think it's more likely that someone found a way to query user information
from the database, and started doing so, probably with some automation. The
culprit was noticed by the unusual activity before they hit on every record
in the DB.
It's highly unlikely that someone managed to just download
On 07/11/2011 05:44 PM, Mike Kerner wrote:
So that doesn't strike you as curious, Mike? Think about it. It doesn't
make you wonder what the structure is if some customers have their records
compromised but others do not?
I wonder if RunRev don't have 2 databases (say, an older one with
longe
Mike,
You make a good point. I bought the lifetime membership so perhaps my info is
in a different pile than yours. I was more concerned that any data was
obtainable from the outside at all.
Mike
--- On Mon, 7/11/11, Mike Kerner wrote:
From: Mike Kerner
Subject: Re: Rev Customer Databased Hac
So that doesn't strike you as curious, Mike? Think about it. It doesn't
make you wonder what the structure is if some customers have their records
compromised but others do not?
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third d
Mike,
Not everyone's data got hacked.
Mike
--- On Mon, 7/11/11, Mike Kerner wrote:
From: Mike Kerner
Subject: Re: Rev Customer Databased Hacked?
To: "How to use LiveCode"
Date: Monday, July 11, 2011, 9:08 AM
Not yet I haven't, which is curious to me.
--
On the first day, God created the he
I made an inventory of missing Mac OS X controls, see list below :
1. Round button
2. • Textured button >
http://blog.chipp.com/new-altbutton-control-for-livecode/ (?)
3. ◊ Recessed button > I have a project on it
4. ◊ Disclosure button > I have a project on it
5. • Gradient button > http://www.bu
New versions of 3 custom controls on RevOnline :
Circular Slider Store: version 1.1 (revision 2)
- Replace copy-paste by Drag and Drop.
- Remove bug under Windows (0 millisecs) > thank you SparkOut (Simon).
Spinner Store: version 1.2 (revision 4)
- Changing name: Spinner Store.
- Add 12 types of
Not yet I haven't, which is curious to me.
--
On the first day, God created the heavens and the Earth
On the second day, God created the oceans.
On the third day, God put the animals on hold for a few hours,
and did a little diving.
And God said, "This is good."
__
Yes, I changed my password... in case...
Le 11 juil. 2011 à 15:34, Gregory Lypny a écrit :
> Hello everyone,
>
> Have any of you received this message from Heather? Implications?
>
> Gregory
>
>
>> Dear Gregory Lypny,
>>
>> I need to inform you that over the weekend we experienced an attack
I did too...
Le 11 juil. 2011 à 15:34, Gregory Lypny a écrit :
> Hello everyone,
>
> Have any of you received this message from Heather? Implications?
>
> Gregory
>
>
>> Dear Gregory Lypny,
>>
___
use-livecode mailing list
use-livecode@lists.run
Hello everyone,
Have any of you received this message from Heather? Implications?
Gregory
> Dear Gregory Lypny,
>
> I need to inform you that over the weekend we experienced an attack on our
> customer database. Although we caught this very quickly I regret that some
> information may have
> Thanks Mark and Scott,
> "the text" ... hmm, not the first to think about with an image :)
If it helps, Tiemo, you can use this:
put "" into image 1
and
if image 1 is empty then...
The "text" property is implied in the same was as for fields ("put field 1
into.." vs. "put the text of f
I take it you've tried "send in time" on your before navigate handler, to give
the handler time to finish before trying to shut it down?
Chipp Walters
CEO, Shafer Walters Group, Inc
On Jul 11, 2011, at 4:44 AM, Scott Rossi wrote:
> Yes, well, that might work for me, but I don't think I can tel
http://www.analogx.com/contents/download/Programming/textscan/Freeware.htm
--- On Mon, 7/11/11, planix wrote:
From: planix
Subject: getting from exe to Livecode
To: use-revolut...@lists.runrev.com
Date: Monday, July 11, 2011, 4:53 AM
Hi,
I have just discovered, after numerous changes of my op
On Fri, Jul 8, 2011 at 5:40 PM, Pete wrote:
> Do you foresee any undesirable side effects from storing other, custom,
> column properties within the datagrid in the same way? For example - set
> the
> mydgColumnProperty["Col1"] of to "xyz"
No. Just don't prefix it with "dg". That way there is
Thanks Mark and Scott,
"the text" ... hmm, not the first to think about with an image :)
Thanks for your quick response
Tiemo
> -Ursprüngliche Nachricht-
> Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-
> boun...@lists.runrev.com] Im Auftrag von Scott Rossi
> Gesendet: Mo
Hi,
I have just discovered, after numerous changes of my operating system
(finally settled on Ubuntu) for various reasons, that I have deleted (doh!)
my latest version of an application that I was working on. I did do backups
and archive and all the rest but these files were worked on in a rush an
Recently, Tiemo Hollmann TB wrote:
> when I put empty into img "foo" the imagedata of img "foo" is still not
> empty, there are still any binary data in the image.
>
> I can't test if the imagedata of img "foo" is empty" nor can I test if the
> img "foo" is empty. How can I test if I have put emp
Hi Tiemo,
To make an image object really empty, set its text to empty, rather than the
imagedata. Now, 'img x is empty' should return true.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalk
Yes, well, that might work for me, but I don't think I can tell the client
to force everyone else with a similar setup. The problem has something to
do with the way RevBrowser interacts with IE. In IE, Javascript errors are
silently indicated via an icon in the status portion of the browser --
pe
Hello,
when I put empty into img "foo" the imagedata of img "foo" is still not
empty, there are still any binary data in the image.
I can't test if the imagedata of img "foo" is empty" nor can I test if the
img "foo" is empty. How can I test if I have put empty into an image? Can I
test it binary
That looks really nice, Andre.
Well Done!
-=>JB<=-
On Jul 9, 2011, at 9:05 PM, Andre Garzia wrote:
> Hello Folks,
>
> It is full of joy and pride that I announce my website redesign here. Those
> that accessed my home page recently knew that it was not being updated
> often, actually, it was
66 matches
Mail list logo