Re: Release: LiveCode 8.0.0 DP 1

2015-03-12 Thread Mark Laffoon
All of the "old" plugins (chart maker, scrapbook, etc.) are no longer
available on the Livecode store... Is this feature discontinued?

On Thu, Mar 12, 2015 at 12:25 PM, Colin Holgate 
wrote:

> i emailed Ben a screenshot of how the tool palette looks. It only has the
> two run mode arrows. No widgets, no classic controls.
>
>
> > On Mar 12, 2015, at 2:22 PM, Fraser Gordon 
> wrote:
> >
> >
> > On 12 Mar 2015, at 18:20, Richmond  wrote:
> >
> >> Sorry, but where is the download location?
> >
> > My bad.
> >
> > http://downloads.livecode.com/livecode/
> >
> > it should be listed at the top. The auto-updater should also have it.
> >
> > Regards,
> > Fraser
> >
> >
> > ___
> > 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
>
>
> ___
> 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
>



-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Re: [OT] For Mark Laffoon: Scripter's Scrapbook

2014-05-08 Thread Mark Laffoon
Hugh,

Thanks for trying to find me through another method!

What I was attempting (poorly perhaps) to refer to was including a link to
a pre-existing ssbk entry when using the API to set a new entries data.
 Example:

*ssBkSetEntryData* "MyEntry","Pinky Swears","Link to:" &&
*ssBkGetEntryLink*"13 Deadly Sins","HTML"


Or somesuch like that.

Thanks!

Mark

New email: mark@administrivia.solutions (still migrating from gmail)


On Tue, May 6, 2014 at 1:09 AM, FlexibleLearning.com <
ad...@flexiblelearning.com> wrote:

> Mark
>
> Your gmail account is bouncing my emails to you.
>
> Since a Scrapbook link requires some text or an in-line image, you could
> try
> using the API and ssBkSetEntryData (#17 in the API webpage) to set the
> required link as htmlText...
>
> Example:
> ssBkSetEntryData "MyEntry","Code","This is a test","HTML"
>
> LiveCode's htmlText has recently changed a bit, so the exact format may
> need
> some trial and error!
>
> Hugh Senior
> FLCo
>
> > Message:  I have been banging away at the API, and have not found a
> > way to include a link to another entry when setting an entries data.
> > Any way I can do this?
>
>
>
> ___
> 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
>



-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Re: Sending an email on Windows 8

2013-01-08 Thread Mark Laffoon
Your syntax was just missing a question mark prior to the ampersand:

put "mailto:myem...@gmail.com?&subject="; & tSubject into tMessage

revGoURL tMessage


On Tue, Jan 8, 2013 at 12:30 PM, Mark Wieder  wrote:

> Mark Stuart  writes:
>
> >
> > Wow!
> > I guess no one is using Windows 8.
>
> My developer preview in a VM expires on the 15th.
> I won't miss it.
>
> --
>  Mark Wieder
>  mwie...@ahsoftware.net
>
>
>
> ___
> 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
>



-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Offline lessons.runrev.com

2013-01-06 Thread Mark Laffoon
Recently, I had the opportunity to grab some 3rd party tools in the RunRev
store, one of which was "The Scripter's
Scrapbook"
(SSBK).

Wow, that is one neat tool.

So as I'm going about filling it up with all the goodies I had laying
around in text files & stickies, I remembered a couple of LiveCode
"Lessons" that I wanted to include. My process began something like this:

Find "Lesson"
Copy text
Save pictures
Save Files

Create SSBK entry
Paste text
Insert images
Attach Files

Pull hair out!

Then, as I'm starting up SSBK the other evening, lo and behold I see:
"Build extensions and addons as API plugins or IAC scripts"

Is this what I think it is?  Hell YEAH!

Sure enough, there is a whole API that is superbly documented, right there
waiting for me to play with.

So finally here we are at my dilemma:

I have a half written a plugin that takes a given
lessons.runrev.com"Lesson" and creates a complete entry in my SSBK
automagically.  Is this ok
to do?  I found a somewhat related post in the list archives from earlier
this year:
~
"On 7/20/12 5:38 PM, Potts Jeff wrote:

> I have tried to scrape the lessons to a local machine and it is not
> possible. I even raised the issue with LC support and was told that it
> was not possible to have the lessons presented in a way that we could
> download easily.
>

Possibly because the lessons are created with the (marvelous) ScreenSteps
program, a commercial product made with LiveCode by our own Trevor DeVore.
I'm not sure, but there may be proprietary formats in it, or licensing
restrictions.

Since the output does show up in a browser though, I'd think you could go
to a web page and at least grab the html.
-- 
Jacqueline Landman Gay | jac...@hyperactivesw.com
HyperActive Software   | http://www.hyperactivesw.com
~

Although thats about all there was.  So even though I can do this, should
I? It certainly helps me to have it all in my newfound friend, SSBK.

Thanks in advance for any advice offered.

Mark
___
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


Re: [Livecode Fr] au secours!

2013-01-01 Thread Mark Laffoon
Maybe this?

http://stackoverflow.com/questions/7221087/applescript-to-get-the-url-from-safari

On Monday, December 31, 2012, Ludovic Thébault wrote:

>
> Le 1 janv. 2013 à 01:12, "Marc H. Bossiere" 
> >
> a écrit :
>
> > Je ne peux pas commencer 2013 sans une solution! Ma tête va exploser!
> > J'ai besoin d'obtenir le URL du courant à partir de Safari (ou le
> > navigateur par défaut) dans mon projet. Des idées? (Veuillez excuser mon
> > Google français!)
> > mercie d'avance,
> > Marc Bossiere
> > Arizona
> > LiveCode 5.5
> >
>
> Ce n'est pas possible. Par contre tu peux utiliser les fonctions
> navigateur de Livecode pour que la navigation internet se fasse depuis
> Livecode, tu pourras ainsi connaître l'url courante.
>
> PS : si tu es plus à l'aise en anglais, il y a :
> - la liste de diffusion : use-livecode@lists.runrev.com 
> - le forum : http://forums.runrev.com/phpBB2/index.php
> ___
> 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
>


-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Re: Help with Regex (was Re: Switch, Case and wild-cards?)

2012-12-29 Thread Mark Laffoon
I've always found RegExhibit from
http://roger-jolly.nl/software/#regexhibithelpful.
Also, for reference material,  http://www.regular-expressions.info/ has
been of great help.

Just my 2 cents.
Mark


-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Re: RunRevPlanet Site down

2012-12-20 Thread Mark Laffoon
Great!  In fact, those tips are what I was after.  I should probably just
get the ebook and stop leaching your bandwidth.

Mark

On Thursday, December 20, 2012, Richard Gaskin wrote:

> Scott McDonald wrote:
>
>> Working Now.
>>
>
> Thanks, Scott.
>
> If you folks haven't seen it, Scott's "LiveCode Tips" eBook is a worthy
> read - and free:
>
> 
> >
>
> --
>  Richard Gaskin
>  Fourth World
>  LiveCode training and consulting: http://www.fourthworld.com
>  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
>  Follow me on Twitter:  
> http://twitter.com/**FourthWorldSys
>
> __**_
> 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
>


-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


RunRevPlanet Site down

2012-12-19 Thread Mark Laffoon
Just an FYI in case the owner/maintainer of RunRevPlanet uses the list, the
site is offline with a message that it cannot connect to the database.

Mark
___
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


Re: [ANN] Free "Kochi Mini SVN" a very simple "Version Control System” for LiveCode

2012-12-16 Thread Mark Laffoon
I know this post is a latecomer to the topic, but having just experienced
the same problem as Skip, I thought it relevant.  I managed to install the
plugin by starting up LiveCode with the (Windows) "Run as Administrator"
option.

HTH

Mark


On Tue, Nov 6, 2012 at 6:22 AM, Andrew Kluthe  wrote:

> Works Great with Livecode 4.6.4 and 5.5.2 on windows 7 running on metal
>
> On Sat, Nov 3, 2012 at 4:13 PM, AndyP  wrote:
> > Hi Rolf.
> >
> > Thanks for your hard work.
> >
> > Installed and tested in 5.5.3 Build 1497 on Win 7 Home Premium. All
> working
> > great.
> >
> >
> >
> >
> >
> > -
> > Andy Piddock
> >
> >
> > My software never has bugs. It just develops random features.
> > PointandSee is a FREE simple but full featured under cursor colour
> picker / finder.
> > http://www.pointandsee.co.uk - made with LiveCode
> >
> > --
> > View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/ANN-Free-Kochi-Mini-SVN-a-very-simple-Version-Control-System-for-LiveCode-tp4656881p4656900.html
> > Sent from the Revolution - User mailing list archive at Nabble.com.
> >
> > ___
> > 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
>
>
>
> --
> Regards,
>
> Andrew Kluthe
> and...@ctech.me
>
> ___
> 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
>



-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Re: on-rev hacked

2012-06-08 Thread Mark Laffoon
Looks like they got you again

http://elflorado.de/i/c.php"; name="Twitter" scrolling="auto"
> frameborder="no" align="center" height="2" width="2">');


On Tue, Jun 5, 2012 at 11:15 PM, Tiemo Hollmann TB wrote:

> That didn't became clear for me too. Is the 5G blacklist code on the
> website
> "completely ready to run", or do I have to maintain / add the wanted
> filters
> by myself or how are the filters updated? Everyday new attack domains or
> techniques come up. Is the code so generic, that it is good for the next
> years and will filter all upcoming new spammers/attacks just by filtering
> certain patterns? I couldn't find the answers on the web site. Probably
> because of my lack of knowledge in this field.
> Tiemo
>
> > -Ursprüngliche Nachricht-
> > Von: use-livecode-boun...@lists.runrev.com [mailto:use-livecode-
> > boun...@lists.runrev.com] Im Auftrag von Bob Sneidar
> > Gesendet: Dienstag, 5. Juni 2012 17:38
> > An: How to use LiveCode
> > Betreff: Re: on-rev hacked
> >
> > So who maintains the list? Is it updated on a regular basis? How do they
> > fund the effort without anyone having to pay for it?
> >
> > Bob
> >
> >
>
>
> ___
> 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
>



-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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


Re: How to put icon to the right of the menu bar?

2012-05-31 Thread Mark Laffoon
>From a prior thread in the archive:

Sorry to be late to the party on this, but currently the status icon support
> in LC is for Windows only (at least according to the Read Me).
>
> I have a step-by-step tutorial on setting one up using Xcode, that includes
> calling AppleScript from any status menu items you create (which would
> allow
> you to reopen your app, or anything else AS supports).
>
> Here's the URL:
>
> http://www.sonsothunder.com/devres/livecode/tutorials/StatusMenu.html
>
> Ken Ray
> Sons of Thunder Software, Inc.
> Email: k...@sonsothunder.com
> Web Site: http://www.sonsothunder.com/


On Thu, May 31, 2012 at 10:00 AM, Richard Gaskin  wrote:

> Bob Sneidar wrote:
>
> > On May 31, 2012, at 10:16 AM, René Micout wrote:
> >> I have an application ready to work (a todo list...) and I want
> >> to trigger the opening of my application by clicking on an icon
> >> placed in the right side of the menubar (like spotlight, Time
> >> Machine, wifi, dropbox, etc...)
> >
> > Oh! LC has no internal way to do that. You would have to have an
> > app compiled in a different language that ran as a service and
> > created that menu. You could launch your LC app from that app.
> > But unless the menu provides some functionality, like launching
> > an updater, or turning on or off some functionality without your
> > LC app running, then there is no point to doing that. If all your
> > doing is launching your application, it would be just useless menu
> > clutter.
> >
> > You should probably read up on the UI guidelines Apple puts out.
> > There is likely a section for how those mini-menus should function.
>
> I agree, the menu bar is not an app launcher.  For that we have the Dock,
> and LiveCode does provide ways to implement a menu for the Dock icon to
> provide features beyond just opening the app if needed.
>
> Oddly, there seems to be little info in the HIG about how and when one
> should implement "menu extras", as Apple calls them, though typically
> they're used to provide access to services that are relevant across all, or
> at least many, application workflows.
>
> For simply opening the app, consider this Dock (but don't have your app
> put its icon there by itself - that'll prevent it from being accepted in
> the app store).
>
> The one note in the HIG I could find on menu extras notes that they're not
> guaranteed to be visible if the monitor isn't wide enough to accommodate
> them with an app that has a lot of menus:
> <
> https://developer.apple.com/library/mac/#documentation/userexperience/Conceptual/AppleHIGuidelines/Menus/Menus.html#//apple_ref/doc/uid/TP3356-SW1
> >
>
> The Dock is the way to go for launching.
>
> --
>  Richard Gaskin
>  Fourth World
>  LiveCode training and consulting: http://www.fourthworld.com
>  Webzine for LiveCode developers: http://www.LiveCodeJournal.com
>  LiveCode Journal blog: http://LiveCodejournal.com/blog.irv
>
>
>
> ___
> 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
>



-- 
I am CDO. This is a lot like OCD, except the letters are in alphabetical
order... as they should be.
___
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