Re: [OT] Website Design Apps-Mac

2016-10-17 Thread James Little
Hi Randy,

I recommend Karelia Software Sandvox 2.  It’s easy to learn with lots of help 
info.  It’s easy to switch between templates.  I’ve been able to add to and 
maintain 2 websites with many pages of content.  See the Macworld review. 

Best, 

Jim Little 
www.globalwarmingapps.org 
www.eatingforahealthyplanet.org 


On October 17, 2016 at 5:24:32 AM, Randy Hengst (iowahen...@mac.com) wrote:

Thank you, Keith.

I have to admit that because of my very limited knowledge in this area I had 
skipped Wordpress. My understanding was that it was software for “blog” 
building. However, given your comment, I’ll check it out.

be well,
randy

Randy Hengst
www.classroomFocusedSoftware.com



> On Oct 17, 2016, at 7:17 AM, Keith Clarke  wrote:
>  
> I used RapidWeaver for years and still maintain a couple of sites with it. 
> However, I haven’t taken up the most recent updates (to core, stacks and 
> add-ons) as most sites I created with it have since migrated to Wordpress, 
> which IMHO (and like it or loath it) is probably the de facto tool for point 
> & click sites now.
> Best,
> Keith..
>  
>> On 17 Oct 2016, at 13:09, Randy Hengst  wrote:
>>  
>> I had heard that the costs for using RapidWeaver will increase because of 
>> the “options.”
>>  
>> I hadn’t seen the Coffeecup Software option. I’ll check it out.  
>>  
>> Thank you, Jim.
>>  
>> be well,
>> randy
>>  
>> Randy Hengst
>> www.classroomFocusedSoftware.com
>>  
>>  
>>  
>>> On Oct 17, 2016, at 7:05 AM, Jim Kanter  wrote:
>>>  
>>> Another vote for Rapidweaver, but the extras do add up.
>>>  
>>> Coffeecup Software also has some excellent tools.
>>>  
>>> Freeway is oriented more to graphic designers and can be a little
>>> clumsy compared to more modern tools like Rapidweaver.
>>>  
>>> Macaw is no more.
>>>  
>>> On Mon, Oct 17, 2016 at 7:39 AM, Matthias Rebbe
>>>  wrote:
 Hi,
  
 i can recommend RapidWeaver from Realmac Software 
 (https://www.realmacsoftware.com/rapidweaver/ 
 )
 There´s even a trial version available for download.
  
 There are a lot of free and paid 3rd party extensions, themes and stacks* 
 available for RW.
  
 *to use stacks you will need to purchase the Stacks plugin from YourHead 
 (http://yourhead.com ).
 There´s also a trial version available.
  
 I´ve created quite a lot of sites with it. I can send you the url of some 
 sites i´ve created. So you can see what can be done with it.
 Send me a private mail if you are interested. I do not want to post them 
 to the public.
  
  
 Regards,
 Matthias
  
  
> Am 17.10.2016 um 13:29 schrieb Randy Hengst  >:
>  
> Hi All,
>  
> I’ve begun exploring maintaining my website myself. I’ve not messed with 
> HTML for 20+ years.
>  
> I’m looking for a “construction set” for getting this going and have 
> found a review of several software options here: 
> http://www.macworld.com/article/2984967/software-web/web-design-review-roundup-our-favorite-mac-apps-for-building-a-website.html
>  
> 
>  
>   
> >
>  
> Is anyone using a software package they can recommend to a total novice?
>  
> Thanks for any thoughts.
>  
>  
> be well,
> randy
>  
> Randy Hengst
> www.classroomFocusedSoftware.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
  
 ___
 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
>>  
>> ___
>> use-livecode mailing list
>> 

Re: Infinite LiveCode - Message from CEO

2016-05-13 Thread James Little

Count me in also.  I’m particularly keen on Stretch Goals 1 & 3, Sqlite Library 
& Field Widget

Jim Little



On May 13, 2016, at 8:38 AM, Earthednet-wp  wrote:

> I'm in too. I am retired and give my educational software away for free. But 
> the responsiveness of the LC team, the generosity of the users with help, and 
> the actuality and future vision of the platform is so promising that I want 
> to contribute.
> Best,
> Bill
> 
> William Prothero
> http://es.earthednet.org
> 
>> On May 13, 2016, at 9:12 AM, Bob Sneidar  wrote:
>> 
>> I'm in. I ain't rich but I can do what I can. 
>> 
>> Bob S
>> 
>> 
>> 
>> ___
>> 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


___
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 Force Group to Show on Top of Browser Widget

2016-05-13 Thread James Little

As a workaround, can you toggle the browser widget to hide / show?

on MouseUp

if the flag of me then
   show widget “myBrowser”
   set the flag of me to not the flag of me
else
   hide widget “myBrowser”
   set the flag of me to not the flag of me
end if

end MouseUp


On May 13, 2016, at 1:31 AM, Kevin Miller  wrote:

> The workaround for the moment is to use a borderless window that floats on
> top with a handler to keep it in place if you resize the underlying stack.
> 
> Kind regards,
> 
> Kevin
> 
> Kevin Miller ~ ke...@livecode.com ~ http://www.livecode.com/
> LiveCode: Everyone can create apps
> 
> 
> 
> 
> On 13/05/2016, 09:26, "use-livecode on behalf of Peter TB Brett"
>  peter.br...@livecode.com> wrote:
> 
>> On 13/05/2016 04:14, Sannyasin Brahmanathaswami wrote:
>>> Our new app design will show video in the browser widget, streamed from
>>> YouTube.
>>> 
>>> Because we need to use the entire card (almost) to maximize the videoŠ
>>> the browser widget is set 16 X 9 but inset from top and sides  to 686w X
>>> 385 tallŠ bottom is 414 (flush to the bottom of the card)
>>> 
>>> The browser widget is set to layer 1, the lowest/farthest back "bottom"
>>> layer
>>> 
>>> So, we have to hide the bottom tool bar from the user to show the video.
>>> 
>>> The Nav bar is set to the top layer of the card
>>> 
>>> So we do this on open card:
>>> 
>>> on preopencard
>>>   setOrientation
>>>   hide grp "homeScreensBottomNav"
>>> end preopencard
>>> 
>>> by the side of the video, the 25px open space I have the 3 Vertical Dot
>>> icon which has this script.
>>> 
>>> on mouseUp
>>> show group "homeScreensBottomNav"
>>> end mouseUp
>>> 
>>> But if the video is activeŠ  the group will appear. Its as if the
>>> browser widget commands all the pixels of it's rect, regardless of what
>>> other object may have a higher layerŠ
>>> 
>>> Any solutions?
>> 
>> There aren't any solutions yet.  This is due to the way the browser
>> widget works.  All LiveCode controls are drawn in a single "native"
>> (i.e. operating system) layer, and the browser view is drawn in an
>> additional "native" layer.  In order to layer the browser behind
>> LiveCode controls, it would be necessary to teach the engine to split
>> the LiveCode controls between as many "native" layers as necessary.
>> 
>> This would be a lot of work, and drawing LiveCode controls on top of
>> browser widgets isn't something that many people seem to be able to need
>> to do, so it hasn't been done yet.
>> 
>> You may want to monitor bug 17614, which tracks this very problem.
>> 
>>  Peter
>> 
>> -- 
>> Dr Peter Brett 
>> LiveCode Open Source Team
>> 
>> LiveCode 2016 Conference https://livecode.com/edinburgh-2016/
>> 
>> ___
>> 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

___
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: LC 8 dp 14 Browser Widget not "obeying" position instructions

2016-02-22 Thread James Little

Hi BR,

Lock and unlock screen seemed to be interfering with browser widget positioning 
in my case.  You might try without any lock / unlock screen.

Jim Little


On Feb 22, 2016, at 11:13 AM, Sannyasin Brahmanathaswami  
wrote:

> On February 21, 2016 at 1:46:35 PM, Sannyasin Brahmanathaswami 
> (bra...@hindu.org) wrote:
> on opencard
>   choose pointer tool
> choose browser tool
> end opencard
> 
> 
> Well this worked yesterday, but it is not working today! "Go figure"
> 
> 
> So I'm stuck here for dynamically moving from portrait orientation to a 
> landscape oriented card with a browser object..
> 
> 
> Any ideas on forcing the re-render?
> ___
> 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


Re: knowing when a browser page has loaded

2016-02-20 Thread James Little

Hi Colin, 

If the Dictionary for DP14 is set on “API” and the drop down menu in the upper 
L corner is set on “Browser”, I see as one of the choices:

browserDocumentLoadComplete

TypemessageSyntaxbrowserDocumentLoadComplete pUrl
Associationscom.livecode.widget.browserSummarySent when a document has 
completed loading in the browser.Parameters
NameTypeDescription
pUrlstring  
The URL of the loaded document.
Description
The browserDocumentLoadComplete message is sent to the widget's script object 
when a new document has completed loading in the browser. The pUrl parameter 
contains the URL of the loaded document.



On Feb 20, 2016, at 2:59 PM, Colin Holgate <colinholg...@gmail.com> wrote:

> The BrowserDocumentLoadComplete one isn’t listed in any dictionaries. The 
> BrowserNavigateComplete is after the navigation part is done, and the page 
> starts to load. I need to know when it’s finished loading.
> 
> 









Again, I have not tried this, so I don’t know for sure that it is working.

JIm




>> On Feb 20, 2016, at 5:04 PM, James Little <littlejam...@mac.com> wrote:
>> 
>> Hi Colin,
>> 
>> From the Dictionary, under Browser,  others are mentioned, though I’ve not 
>> tried them.
>> 
>> BrowserDocumentLoad Complete pURL
>> 
>> BrowserNavigateComplete pURL
>> 
>> There’s also, among others:
>> 
>> BrowserNavigateFailed pURL, pError
>> 
>> BrowserDocumentLoadFailed pURL, pError
>> 
>> 
>> Jim Little
>> 
>>> 
>>> 
>>> On Feb 20, 2016, at 12:57 PM, Colin Holgate <colinholg...@gmail.com> wrote:
>>> 
>>>> Thanks, that one does work, but I need to know when the page is finished 
>>>> loading, and I’m setting the URL with code. At the time that 
>>>> BrowserNavigateBegin happens, the page is still blank.
>>>> 
>>>> 
>>>>> On Feb 20, 2016, at 3:49 PM, James Little <littlejam...@mac.com> wrote:
>>>>> 
>>>>> 
>>>>> Try  BrowserNavigateBegin  pURL
>>>>> 
>>>>> Turn on Message Watcher as you interact with the widget.
>>>>> 
>>>>> Jim
>>>>> 
>>>>> 
>>>>> On Feb 20, 2016, at 12:47 PM, James Little <littlejam...@me.com> wrote:
>>>>> 
>>>>>> 
>>>>>> Try  BrowserNavigateBegin pURL
>>>>>> 
>>>>>> Turn on Message Watcher as you interact with the widget.
>>>>>> 
>>>>>> Jim 
>>>>>> 
>>>>>> 
>>>>>> On Feb 20, 2016, at 12:06 PM, Colin Holgate <colinholg...@gmail.com> 
>>>>>> wrote:
>>>>>> 
>>>>>>> In LiveCode 8, how can you tell when a browser page has fully loaded? 
>>>>>>> I’ve tried browserDocumentCompleteFrame, browserDocumentComplete, and 
>>>>>>> broswerFinishedLoading, none of them seem to fire.
>>>>>>> 
>>>>>>> This is on Mac, so the last of those three probably shouldn’t work. 
>>>>>>> Should the other two work?
>>>>>>> ___
>>>>>>> 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
>>>> 
>>>> 
>>>> ___
>>>> 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
> 
> 
> ___
> 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


Re: knowing when a browser page has loaded

2016-02-20 Thread James Little
Hi Colin,

>From the Dictionary, under Browser,  others are mentioned, though I’ve not 
>tried them.

 BrowserDocumentLoad Complete pURL

 BrowserNavigateComplete pURL

There’s also, among others:

 BrowserNavigateFailed pURL, pError

 BrowserDocumentLoadFailed pURL, pError


Jim Little

> 
> 
> On Feb 20, 2016, at 12:57 PM, Colin Holgate <colinholg...@gmail.com> wrote:
> 
>> Thanks, that one does work, but I need to know when the page is finished 
>> loading, and I’m setting the URL with code. At the time that 
>> BrowserNavigateBegin happens, the page is still blank.
>> 
>> 
>>> On Feb 20, 2016, at 3:49 PM, James Little <littlejam...@mac.com> wrote:
>>> 
>>> 
>>> Try  BrowserNavigateBegin  pURL
>>> 
>>> Turn on Message Watcher as you interact with the widget.
>>> 
>>> Jim
>>> 
>>> 
>>> On Feb 20, 2016, at 12:47 PM, James Little <littlejam...@me.com> wrote:
>>> 
>>>> 
>>>> Try  BrowserNavigateBegin pURL
>>>> 
>>>> Turn on Message Watcher as you interact with the widget.
>>>> 
>>>> Jim 
>>>> 
>>>> 
>>>> On Feb 20, 2016, at 12:06 PM, Colin Holgate <colinholg...@gmail.com> wrote:
>>>> 
>>>>> In LiveCode 8, how can you tell when a browser page has fully loaded? 
>>>>> I’ve tried browserDocumentCompleteFrame, browserDocumentComplete, and 
>>>>> broswerFinishedLoading, none of them seem to fire.
>>>>> 
>>>>> This is on Mac, so the last of those three probably shouldn’t work. 
>>>>> Should the other two work?
>>>>> ___
>>>>> 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
>> 
>> 
>> ___
>> 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


Re: knowing when a browser page has loaded

2016-02-20 Thread James Little

On Feb 20, 2016, at 12:57 PM, Colin Holgate <colinholg...@gmail.com> wrote:

> Thanks, that one does work, but I need to know when the page is finished 
> loading, and I’m setting the URL with code. At the time that 
> BrowserNavigateBegin happens, the page is still blank.
> 
> 
>> On Feb 20, 2016, at 3:49 PM, James Little <littlejam...@mac.com> wrote:
>> 
>> 
>> Try  BrowserNavigateBegin  pURL
>> 
>> Turn on Message Watcher as you interact with the widget.
>> 
>> Jim
>> 
>> 
>> On Feb 20, 2016, at 12:47 PM, James Little <littlejam...@me.com> wrote:
>> 
>>> 
>>> Try  BrowserNavigateBegin pURL
>>> 
>>> Turn on Message Watcher as you interact with the widget.
>>> 
>>> Jim 
>>> 
>>> 
>>> On Feb 20, 2016, at 12:06 PM, Colin Holgate <colinholg...@gmail.com> wrote:
>>> 
>>>> In LiveCode 8, how can you tell when a browser page has fully loaded? I’ve 
>>>> tried browserDocumentCompleteFrame, browserDocumentComplete, and 
>>>> broswerFinishedLoading, none of them seem to fire.
>>>> 
>>>> This is on Mac, so the last of those three probably shouldn’t work. Should 
>>>> the other two work?
>>>> ___
>>>> 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
> 
> 
> ___
> 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


Re: knowing when a browser page has loaded

2016-02-20 Thread James Little

Try  BrowserNavigateBegin  pURL

Turn on Message Watcher as you interact with the widget.

Jim


On Feb 20, 2016, at 12:47 PM, James Little <littlejam...@me.com> wrote:

> 
> Try  BrowserNavigateBegin pURL
> 
> Turn on Message Watcher as you interact with the widget.
> 
> Jim 
> 
> 
> On Feb 20, 2016, at 12:06 PM, Colin Holgate <colinholg...@gmail.com> wrote:
> 
>> In LiveCode 8, how can you tell when a browser page has fully loaded? I’ve 
>> tried browserDocumentCompleteFrame, browserDocumentComplete, and 
>> broswerFinishedLoading, none of them seem to fire.
>> 
>> This is on Mac, so the last of those three probably shouldn’t work. Should 
>> the other two work?
>> ___
>> 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


Re: Web Browser in LC 8

2016-02-20 Thread James Little
Hi BR,

I have not tried the browser widget on mobile.  

If you have any use for a tree view, consider trying the tree view widget with 
arrays.   Set the arraydata of widget “MyTreeView” to tArray  

Another trick I learned from an early Kevin Miller video was to turn on 
“Message Watcher” under “Development” of the Livecode Menubar.  You can see 
what messages the widget receives as you interact with it.  

Jim Little


> On Feb 20, 2016, at 7:28 AM, Sannyasin Brahmanathaswami  
> wrote:
> 
>> On February 20, 2016 at 2:40:56 AM, Trevor DeVore 
>> (li...@mangomultimedia.com) wrote:
>> You have to switch to the browse tool to see the contents of the browser.
>> Did you try that?
>> 
>> 
>> oh... duh... yes, that works :-)
>> 
>> @ james... thanks for the encouragement, it seems wise at this stage to push 
>> to move on to 8...this project will take a few months, so getting in now is 
>> a good thing. "Use the drop down menu... dictionary"
>> 
>> Silly thing was opening with the top of the dictionary underneath the 
>> menubar (I have a ticket in for the team to fix that...)
>> 
>> after running manually "set the loc of stack "revDictionary" to the 
>> screenloc... I found the two menus: API | Guide
>> 
>> Nice that the browser widget is independent and stays on the card and is not 
>> stack wide.
>> 
>> Does it automatically create the mobile version of itself when deployed on 
>> iOS or Android? Or do we need to fork and instantiate the mobile browser 
>> using the mobile methods?
>> 
>> I'm on my way with 8...
>> ___
>> 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


Re: Web Browser in LC 8

2016-02-19 Thread James Little

Hi BR,

I’m having good luck with LC8 DP14.  I just posted our latest beta of the 
Global Warming Reader at  GlobalWarmingApps.org/GlobalWarmingReader.html

This uses the browser widget and 2 tree view widgets.  

Use the drop down menu in the upper left hand corner of the Dictionary to get 
more info on “Browser”.

It is much easier to use this widget than the prior coding of the browser.  set 
the url of widget “MyBrowser” to “http://livecode.com”  

Jim Little  
___
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 on MIT Climate Co-Lab

2016-02-10 Thread James Little

Hi All,

There are 18 days remaining to further develop this project on the MIT Climate 
Co-Lab site.  
http://climatecolab.org/web/guest/plans/-/plans/contestId/1303501/planId/1327125

This project is to use Livecode to develop Global Warming News Readers.  The 
goal is to use this desktop app to educate a cadre of informed, trusted 
messengers around the world, who can teach their families, friends, neighbors 
and politicians about the actions that are needed to address climate change.   

I argue that Livecode is the best programming language to develop this:
- It’s free and open-source for developing this free app.
- It’s rapid development software that is relatively easy to learn.
- Livecode provides abundant assistance with tutorials and forums.
- There’s a world-wide, active user community that support developers.
- The source code can be distributed and modified to customize the app for 
different locales. 

Any suggestions?  I’m an old mediocre Livecode programmer.  I would welcome 
seeing some more sophisticated Global Warming Readers from our more talented 
LIvecoders.  Up-votes for this project would be appreciated.  

I’ve posted a beta 1.0 version of a Global Warming Reader, developed with 
Livecode 8.0, DP12 at:   http://globalwarmingapps.org/downloads.html  The 
source code is also posted. 

I will post a beta 2.0 version later this week developed with 8.0, DP14.  This 
uses a widget “Tree View” to simplify the user interface.  

Working with 8.0, DP14 is a pleasure.

Best, 

Jim
___
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: Force Phone-Sized Stack on iPad Simulator

2016-02-10 Thread James Little

Oops.  My apologies for accidentally hijacking this thread. 


___
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


Livecode on MIT Climate Co-Lab

2016-02-10 Thread James Little


Hi All,

There are 18 days remaining to further develop this project on the MIT Climate 
Co-Lab site.  
http://climatecolab.org/web/guest/plans/-/plans/contestId/1303501/planId/1327125

This project is to use Livecode to develop Global Warming News Readers.  The 
goal is to use this desktop app to educate a cadre of informed, trusted 
messengers around the world, who can teach their families, friends, neighbors 
and politicians about the actions that are needed to address climate change.   

I argue that Livecode is the best programming language to develop this:
- It’s free and open-source for developing this free app.
- It’s rapid development software that is relatively easy to learn.
- Livecode provides abundant assistance with tutorials and forums.
- There’s a world-wide, active user community that support developers.
- The source code can be distributed and modified to customize the app for 
different locales. 

Any suggestions?  I’m an old mediocre Livecode programmer.  I would welcome 
seeing some more sophisticated Global Warming Readers from our more talented 
LIvecoders.  Up-votes for this project would be appreciated.  

I’ve posted a beta 1.0 version of a Global Warming Reader, developed with 
Livecode 8.0, DP12 at:  http://globalwarmingapps.org/downloads.html  The source 
code is also posted. 

I will post a beta 2.0 version later this week developed with 8.0, DP14.  This 
uses a widget “Tree View” to simplify the user interface.  

Working with 8.0, DP14 is a pleasure.

Best, 

Jim


___
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: Global Warming Reader App,

2016-02-02 Thread James Little

Dear Livecoders,

Could someone test the Windows version of the Global Warming Reader.  Updated 
Windows & Mac desktop versions are at:   

http://globalwarmingapps.org/downloads.html 

I’ve posted the livecode source code at:  
http://globalwarmingapps.org/source-code.html  

Pardon a few basic questions:   Can a user open this Livecode file in a 
Community version, though it was developed in an Indy version?   

To make this available to a Windows user, I assume that I would need to 
duplicate this program on a Windows machine.  Correct?

I could use some up-votes on the MIT Climate CoLab site (you must register 
first, which takes 30 seconds):

http://climatecolab.org/web/guest/plans/-/plans/contestId/1303501/phaseId/1313706/planId/1327125

We need informed, trusted messengers, who can talk with family, friends, 
neighbors about the solutions to climate change and who can correct 
misinformation.  My hope is that Global Warming News Readers, developed at 
multiple sites around the world can create these trusted messengers and keep 
them informed. 

(semi-OT below)

---
 

“Sorry … but no one’s allowed to give up - our children and grandchildren will 
still be fighting this battle … “ as Dave Roberts has said. 

“Unless someone like you cares a whole awful lot,  Nothing is going to get 
better. It’s not.”  Dr. Seuss, The Lorax 

“So in Paris, the UN has finally delivered.  Now it’s up to the nations, 
companies, civil society and all our institutions - from universities, 
churches, hospitals, service agencies and local governments - to immediately 
and aggressively move this effort forward.  If we sit back, Paris’ words will 
remain just that.  Rather, we need to lean forward, to lead a nearly wartime 
mobilization of efforts to switch to clean energy, to transform our economies 
away from fossil fuels.  Besides averting planetary-scale disaster for our 
species, the co-benefits of that transformation will be many, including the 
creation of great numbers of jobs, major benefits to public health and 
ecological systems, and greater international stability as we move away from 
the price volatility and political combustibility of fossil fuels.  Paris may 
be an historic turning point in that effort.”Timmons Roberts

“…The best way to … improve civilization’s future prospects is for civil 
society all over the world - climate justice advocates, community and religious 
leaders, business and financial executives - to push harder that ever to turn 
the noble but non-binding aspirations declared in Paris into rapid, concrete 
transformations of our energy, agriculture, consumerist, and other 
socioeconomic systems.”  Mark Hertsgaard 

My wife prefers the quote from the movie “The Martian”:  we need “to science 
the shit out of this thing.”  In reality, innovation will be one major part of 
the solution but we need thousands of interventions at an individual, local, 
national and international level.  We need silver buckshot, not a silver 
bullet, to paraphrase Al Gore. 

Thanks for any input.

Jim Little  



On Jan 29, 2016, at 6:28 PM, James Little <littlejam...@mac.com> wrote:

> 
> Hi Bill,
> 
> Thanks for your input.
> 
> The current Global Warming Reader App consists of 2 lists of websites, 
> organized by category (Activism, Communication, Denial, Economics, Global, 
> Individual, National, News, Oceans, Solutions, Science, …).  One list 
> includes “All" the sites that I’ve found that I thought were useful.  The 
> second list is a selected list of what I thought were the “Best” sites.  They 
> can be launched in the user’s browser or in a widget browser within the app.  
> 
> The other component is a list of notes, organized by topic (Advocacy, 
> BlogComments, Communication, Economics, Justice, Politics, Science, Solutions 
> … ).
> 
> The user can add or delete from either list of websites and can add or delete 
> notes.  Thus, they can customize the app to their locale and their particular 
> interests.  The website lists and notes are stored as arrays in custom 
> properties of card 1 of the substack.
> 
> I find this reader particularly useful for keeping up on news about global 
> warming and for taking personal notes. I find it useful for writing comments 
> about an on-line article and writing letters to editors.  I try to look at 
> the website under the category “News” of the “Best” list everyday and take 
> notes from anything that looks particularly worthy.  Once per week I try to 
> look at all the websites in the “Best” list.  Below are the websites under 
> “News” in the “Best” list that I check daily:
> 
> CascadiaClimatection.org  … a calendar of climate change activism in the 
> 

Global Warming Reader App, Recruiting Collaborators

2016-01-29 Thread James Little

Hi Livecoders,

The U.N. COP21 Conference in Paris this past December secured a remarkable 
international agreement of over 190 nations to cut carbon emissions and to 
limit global warming to less than 2 deg C.  But now the hard part begins, to 
ensure that individuals, corporations and nations limit carbon emissions and 
transition to clean energy.  This requires mass education, dialogue and 
political action.  It requires correcting misinformation.  My hope is that 
Livecode programmers can play a role is assisting with this challenging global 
transition. 
I’ve posted a project on MIT Climate CoLab to develop a Global Warming Reader 
App using Livecode.  I invite all to register and add comments.  We have 30 
days to finalize this project.

http://climatecolab.org/web/guest/plans/-/plans/contestId/1303501/phaseId/1313706/planId/1327125

I’ve posted a beta Global Warming Reader App at  
GlobalWarmingApps.org/downloads.html  with downloads for Mac & Windows desktop. 
 The Mac download mostly works by my testing, though there are still some bugs. 
 I’ve not been able to test the Windows version, as yet.  Please let me know of 
any bugs you find.  

My son Todd says the user interface is old school.  I’m beginning to use the 
push button and tree view widgets to try to modernize the UI.  

If you would like to improve on this app, please email me 
(j...@globalwarmingapps.org) and I will send you a link to download the 
livecode file.  It is being developed using 8.0 DP12.  

The basic idea of the MIT Climate CoLab project is to develop the best possible 
Global Warming Reader App over the next 6 months.  Please consider improving on 
the app that I’ve started or starting anew and developing an app from scratch. 

Regards,

Jim L



___
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: Global Warming Reader App, Recruiting Collaborators

2016-01-29 Thread James Little

Hi Bill,

Thanks for your input.

The current Global Warming Reader App consists of 2 lists of websites, 
organized by category (Activism, Communication, Denial, Economics, Global, 
Individual, National, News, Oceans, Solutions, Science, …).  One list includes 
“All" the sites that I’ve found that I thought were useful.  The second list is 
a selected list of what I thought were the “Best” sites.  They can be launched 
in the user’s browser or in a widget browser within the app.  

The other component is a list of notes, organized by topic (Advocacy, 
BlogComments, Communication, Economics, Justice, Politics, Science, Solutions … 
).

The user can add or delete from either list of websites and can add or delete 
notes.  Thus, they can customize the app to their locale and their particular 
interests.  The website lists and notes are stored as arrays in custom 
properties of card 1 of the substack.

I find this reader particularly useful for keeping up on news about global 
warming and for taking personal notes. I find it useful for writing comments 
about an on-line article and writing letters to editors.  I try to look at the 
website under the category “News” of the “Best” list everyday and take notes 
from anything that looks particularly worthy.  Once per week I try to look at 
all the websites in the “Best” list.  Below are the websites under “News” in 
the “Best” list that I check daily:

CascadiaClimatection.org  … a calendar of climate change activism in the 
Seattle area   

CommonDreams.org/climate/ … a news site with commentary by many well-known 
activists

DailyClimate.org … a fairly complete news site, including editorials and op-eds 
from major newspapers 

Sightline.org/news/ … a news site for climate activism in the Pacific NW 

SkepticalScience.com … a more technical climate science focused news site

TheGuardian.com/environment/ … environmental news with a UK focus  

So, this is a news reader app to keep up with the latest on global warming.  
Perhaps it’s a useful initial tool to develop in Livecode.  It needs 
improvement.  It still has bugs.  The user interface can be improved.  Perhaps 
there should be a way to share urls or notes between users via a server.  
Perhaps there are other features that we can consider.  Perhaps others would 
like to start anew to develop a global warming new reader.  I would like to 
support these efforts in whatever way I can, either by taking the lead or by 
assisting.  I want to support any and all tools that we can develop in Livecode 
to address the challenges of climate change.  

Is it useful to list it as a project on the MIT Climate CoLab site under the 
Public Attitudes and Behaviors Workspace?  My hope is that this will make it 
more publicly known and perhaps draw in some outsiders to Livecode.  The more 
up votes that we get on the MIT Climate CoLab site, the more attention we will 
receive. I believe folks need to register and sign in to vote.   

Regards, 

Jim 


On Jan 29, 2016, at 4:47 PM, William Prothero <proth...@earthednet.org> wrote:

> Jim:
> A pertinent topic. I’m a bit unsure of what the goal of the app is, though. 
> It seems to be an index of web sites related to global warming. I could see a 
> use for something that organizes and educates. Would this be like an expanded 
> version of RealClimate.com? So, I’m wondering what the goal of the app is and 
> how it might educate folks more than the available info already available on 
> the web?
> 
> Best,
> Bill
> 
> William Prothero, Ph.D.
> University of California, Santa Barbara, Emeritus
> proth...@earthednet.org
> 
> 
> 
>> On Jan 29, 2016, at 1:52 PM, James Little <littlejam...@mac.com> wrote:
>> 
>> 
>> Hi Livecoders,
>> 
>> The U.N. COP21 Conference in Paris this past December secured a remarkable 
>> international agreement of over 190 nations to cut carbon emissions and to 
>> limit global warming to less than 2 deg C.  But now the hard part begins, to 
>> ensure that individuals, corporations and nations limit carbon emissions and 
>> transition to clean energy.  This requires mass education, dialogue and 
>> political action.  It requires correcting misinformation.  My hope is that 
>> Livecode programmers can play a role is assisting with this challenging 
>> global transition. 
>> I’ve posted a project on MIT Climate CoLab to develop a Global Warming 
>> Reader App using Livecode.  I invite all to register and add comments.  We 
>> have 30 days to finalize this project.
>> 
>> http://climatecolab.org/web/guest/plans/-/plans/contestId/1303501/phaseId/1313706/planId/1327125
>> 
>> I’ve posted a beta Global Warming Reader App at  
>> GlobalWarmingApps.org/downloads.html  with downloads for Mac & Windows 
>> desktop.  The Mac download mostly works by 

Re: DP13 breaks GLX framework

2016-01-14 Thread James Little

I don’t know if this is related but I’m seeing both a tree view widget and a 
browser widget disappear from my application on startup in the IDE.  

Jim L


On Jan 14, 2016, at 7:00 AM, jameshale  wrote:

> Aha.
> Thanks Ali.
> Does a bug report need to be generated?
> (Well, actually will you be entering one given you know what it is?)
> 
> 
> 
> --
> View this message in context: 
> http://runtime-revolution.278305.n4.nabble.com/DP13-breaks-GLX-framework-tp4700166p4700176.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


___
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: Widgets Disappear in DP13

2016-01-14 Thread James Little

Using 8.0 DP13 on a Mac, a Tree View widget and a Browser widget disappear when 
the app is saved and then re-opened in the IDE.  I’ve just confirmed this with 
a new test stack.  I saw this yesterday in the regular app that I’m working on. 
 The widgets are no longer present in the Project Browser either.  

Jim L 

 
___
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: Release 8.0 DP 12

2015-12-21 Thread James Little
@ Pete

I’m seeing both the absent dictionary content and the pink widget tree view on 
Mac 10.9.5.  The tree view issue resolved when I quit and restarted Livecode 
but still get no content in the dictionary.

DP12 does seem faster and the browser widget has more features.  I built a 
complex standalone for Mac with a browser widget and a tree view widget and 
both work well on initial testing.  

I have lcStackBrowser open and it seems to be functioning well on my limited 
testing so far.

Jim  



On Dec 21, 2015, at 1:11 PM, Peter Haworth  wrote:

> The dictionary window has no content.
> 
> Adding a Tree View Widget then deleting it leaves the selection handles
> visible.
> 
> Selecting a tree view highlights part of it in pink.  After doing that, the
> variables tab of the Script Editor window is one big pink blob with no
> variable names/contents visible.
> 
> I don't remember how I did this now, but prior to this version, the handler
> list  at the left of the script editor window was hidden and a dropdown
> menu of handler names was at the top of the window.  The dropdown menu is
> still there but so is the list at the right.  In addition the handler list
> is initially empty; its content appears when I resize it.
> 
> Similar issues as already reported on showing the script editor window.
> 
> I'm thinking it was not a good decision to rush this out before going on
> Christmas break.
> 
> 
> 
> Pete
> lcSQL Software 
> Home of lcStackBrowser  and
> SQLiteAdmin 
> 
> On Mon, Dec 21, 2015 at 11:30 AM, Paul Hibbert  wrote:
> 
>> +1
>> 
>> Paul
>> 
>>> On Dec 21, 2015, at 10:17 AM, John Dixon  wrote:
>>> 
>>> 
>>> Yes... I see this as well..
>>> 
>>> 
 Subject: Re: Release 8.0 DP 12
 To: use-livecode@lists.runrev.com
 From: mwie...@ahsoftware.net
 Date: Mon, 21 Dec 2015 10:05:07 -0800
 
 On 12/21/2015 08:10 AM, panagiotis merakos wrote:
 
> Warning: this is not a stable release. Please ensure you back up your
> stacks before testing them.
 
 Interesting.
 
 It now takes two attempts to edit a script in either the Application
 Browser or the Project Browser. The first attempt right-clicking on the
 object you want to edit brings up the contextual menu, and selecting
 "Edit script" starts a spinning cursor. Ignoring that, clicking
 somewhere else, and trying again brings up the script editor.
 
 Note that if you're using the AB, the script editor comes up *behind*
 it, which is somewhat annoying, but whatever.
 
 http://quality.livecode.com/show_bug.cgi?id=16641
 
 --
 Mark Wieder
 ahsoftw...@gmail.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
>>> 
>>> ___
>>> 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
>> 
> ___
> 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


Widget Browser Unable to Open Link in New Tab

2015-11-17 Thread James Little
Hi All,

I like the new widget browser in 8.0 dp 9.  It’s easy to set the url and I 
don’t need to close prior browser instances. I can handle messages like  
browserNavigateBegin  and  browserDocumentLoadComplete.  I can copy content 
from the browser and paste it elsewhere. 

However, one challenge that I’ve been unable to solve is to navigate to a new 
url if the link opens in a new tab or a new window. The messages 
browserDocumentLoadFailed and browserNavigateFailed do not seem to be sent. Any 
suggestions on how I can open these links in the browser widget?  

I’ve thought that perhaps I could open the link in the user's default browser 
outside of Livecode using launch url, if I could handle the 
browserNavigateFailed message but that message does not seem to be sent.  
Perhaps this is a bug and I need to file a bug report.  

I’ve written to the forums but no response.  Perhaps someone here on the 
use-list has some advice.

Thanks,

Jim L.  

___
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: v.8 Tool Palette missing, er, tools?

2015-09-18 Thread James Little
Craig,

I had the same problem.  Apparently it’s a small bug that only appears on the 
initial loading of LC8; it will be fixed in dp5.  If you go to “Tools” at the 
top and drop down to “Tools Palette” and toggle this off then on, it will load. 
 Or if you shutdown LC8 and restart then it should load.

Jim  



On Sep 18, 2015, at 6:11 AM, dunb...@aol.com wrote:

> I just downloaded v.8 DP4, and the tools palette has only two icons, the 
> pointer and the browse tools. The palette itself is rather short, and could 
> not display much below the standard button suite anyway. I can create tools 
> from the 
> 
> 
> What gives?
> 
> 
> Craig Newman
> ___
> 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


Re: OT: Tacoma

2015-01-14 Thread James Little

Mike,

Email or call me if you will be in Seattle.

Jim
littlejamesw at mac dot com
(206) 547-7061


On Jan 13, 2015, at 1:28 PM, Mike bonnm...@gmail.com wrote:

 I'm flying in to Seattle tonight, but will be going straight to my hotel in 
 Tacoma. Won't have my own car, but might be able to figure out something with 
 my friend (the reason I'm going) once I'm settled in. I'll be in Washington 
 till next Tuesday. 
 
 Sent from my iPhone
 
 On Jan 13, 2015, at 9:50 AM, James Little littlejam...@mac.com wrote:
 
 
 Hi Mike,
 
 Any chance you will be in Seattle?  My son and I would like to get together, 
 if you’re up this way.
 
 Jim Little
 
 
 On Jan 12, 2015, at 12:29 PM, Mike Bonner bonnm...@gmail.com wrote:
 
 I'm going to be in Tacoma for a few days, is there anyone in the area that
 might want to meet for a beer?
 ___
 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
 
 ___
 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


Re: OT: Tacoma

2015-01-13 Thread James Little

Hi Mike,

Any chance you will be in Seattle?  My son and I would like to get together, if 
you’re up this way.

Jim Little


On Jan 12, 2015, at 12:29 PM, Mike Bonner bonnm...@gmail.com wrote:

 I'm going to be in Tacoma for a few days, is there anyone in the area that
 might want to meet for a beer?
 ___
 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 can't deliver app to AppStore (This bundle is invalid.)

2014-04-02 Thread James Little

 I keep getting errors about splash screens not being the right format. I 
 tried changing that and it's not working. I'm using Livecode 6.6 and Xcode 
 5.1.
 
 These are the errors from Application Loader:
 Apple's web service operation was not successful
 Unable to authenticate the package: 588503985.itmsp
 ERROR ITMS-9000: This bundle is invalid. The icon file 
 Smoothie.app/Default-Landscape.png must be in .png format. at 
 SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
 ERROR ITMS-9000: This bundle is invalid. The icon file 
 Smoothie.app/default-landsc...@2x.png must be in .png format. at 
 SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)
 Could not start delivery: all transports failed diagnostics
 
 Any ideas?

___
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: I can't deliver app to AppStore (This bundle is invalid.)

2014-04-02 Thread James Little
Not sure what you mean by “running the application loader in the 5.1 app 
bundle. I’m using Application Loader version 2.9.1 (441) if that helps.

On Apr 2, 2014, at 1:44 PM, Ralph DiMola rdim...@evergreeninfo.net wrote:

 Make sure you are running the application loader in the 5.1 app bundle.
 
 Ralph DiMola
 IT Director
 Evergreen Information Services
 rdim...@evergreeninfo.net
 
 
 -Original Message-
 From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
 Of James Little
 Sent: Wednesday, April 02, 2014 4:39 PM
 To: use-livecode@lists.runrev.com
 Subject: I can't deliver app to AppStore (This bundle is invalid.)
 
 
 I keep getting errors about splash screens not being the right format. I
 tried changing that and it's not working. I'm using Livecode 6.6 and Xcode
 5.1.
 
 These are the errors from Application Loader:
 Apple's web service operation was not successful Unable to 
 authenticate the package: 588503985.itmsp ERROR ITMS-9000: This 
 bundle is invalid. The icon file Smoothie.app/Default-Landscape.png 
 must be in .png format. at SoftwareAssets/SoftwareAsset 
 (MZItmspSoftwareAssetPackage) ERROR ITMS-9000: This bundle is invalid.
 The icon file Smoothie.app/default-landsc...@2x.png must be in .png format.
 at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage) Could not
 start delivery: all transports failed diagnostics
 
 Any ideas?
 
 ___
 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


___
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: I can't deliver app to AppStore (This bundle is invalid.)

2014-04-02 Thread James Little
Ralph and Colin: I will try saving the splash screens again as PNGs and see if 
that helps.

On Apr 2, 2014, at 2:33 PM, Colin Holgate co...@verizon.net wrote:

 The files being complained about are the splash screens. But your question 
 still holds true, maybe they are JPEGs.
 
 Or perhaps the splash screen has been placed in the icon path?
 
 
 On Apr 2, 2014, at 5:24 PM, Ralph DiMola rdim...@evergreeninfo.net wrote:
 
 That is the most recent version from the 5.1 SDK. H. Is the icon REALLY
 in png format not a png in name only?
 
 ___
 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


Re: Get Your App Noticed

2013-09-12 Thread James Little
Here's a link:

http://livecode.com/store/livecode/livecode-app2market



On Sep 12, 2013, at 4:53 PM, Scott Rossi wrote:

 I sure would like to know what this is.  Whatever notice was sent out
 hasn't showed up here and doesn't appear to be on Nabble either.
 
 Regards,
 
 Scott Rossi
 Creative Director
 Tactile Media, UX/UI Design
 
 
 
 
 On 9/12/13 4:49 PM, J. Landman Gay jac...@hyperactivesw.com wrote:
 
 
 The crossed-out prices are what each item will cost when the special is
 over. The whole package is $499 for now.
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.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


___
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: Pulling Unicode Data from a DataGrid

2013-03-19 Thread James Little
1) Are you populating the data grid with an array containing UTF-16 data?
UTF 8, I overrode the default behavior and when I FillInData: I do this:
 set the unicodetext of the long ID of me to uniencode(pData, utf8) 
and this works great. But, when I tried converting to UTF-16, then it is 
garbled.

 set the unicodetext of the long ID of me to uniencode(pData, utf16)

2) When you display the Japanese text in the data grid are you setting the
unicodeText of a field in the row?
-Yes, see above script.

3) Is the user updating this Japanese text at all or is it read-only?
-It's read-only.

4) What conversions are you trying to run on the data when you pull it out
with GetDataOfLine?
   put uniDecode(uniEncode(tVar, UTF16)) into tVar
We basically want to compare UTF-16 strings.

Thanks Trevor for digging into this. :D

-Todd
___
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: Pulling Unicode Data from a DataGrid

2013-03-19 Thread James Little

Thanks so much Trevor and Nicolas! Unicode text has been my bane of existence 
for the last few days/weeks. I can now move forward. 

Trevor: Your suggestion worked! I'm very happy. put uniencode(tVar, utf8) 
into theUTF16Text was the key.

Nicolas: I will be bookmarking this code for later use. :D

-Todd

P.S. I think I might take a nap after this. Too much excitement.
___
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


Pulling Unicode Data from a DataGrid

2013-03-18 Thread James Little
Hey all,

We're translating our app SmoothieRx into Japanese and have been struggling to 
get UTF-16 text from a DataGrid. We've tried all sorts of combinations of 
uniEncode, uniDecode on the data and it all comes out garbled. We first 
overrode the DataGrid, so we can see that the Japanese in the datagrid is 
correct. But, when we pull it out using GetDataOfLine or dgDataOfLine and then 
try to decode it, it is garbled. Current thinking is that we need to create 
another handler like GetUnicodeDataOfLine. Any ideas?

-Todd
___
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: Chartwell font turns numbers into graphs

2012-08-23 Thread James Little
Chartwell looks great. I was playing around with it on a UIWebView a couple 
months back. It was a bit cumbersome to tweak values in the HTML and CSS inside 
of the app. If you have a static graph though, it might be a nice feature. 


On Aug 23, 2012, at 9:29 AM, Peter Haworth wrote:

 Hi Mark,
 It looks pretty amazing to me! What is it that makes you unsure?
 Pete
 lcSQL Software http://www.lcsql.com
 
 
 
 On Wed, Aug 22, 2012 at 9:23 PM, Mark Wieder mwie...@ahsoftware.net wrote:
 
 I'm not sure what I think about this-
 
 http://boingboing.net/2012/08/22/chartwell-font-turns-numbers-i.html
 
 --
 -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
 
 ___
 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


Re: data grid error - Error description: Chunk: can't find background

2012-06-27 Thread James Little
Hi James,

My guess is that the group is labeled DataGrid 1 rather than Datagrid1.  
Notice the space before 1.  This very issue has tripped me up in the past.

Jim L. 


On Jun 27, 2012, at 10:32 AM, James Hale wrote:

 Hi,
 
 I have finally got around to using the DataGrid.
 
 I have an array that I want to display in a datagrid
 I have dragged one on to the current card, named it datagrid1 and set the 
 column names.
 
 as an example:
 
 put fred into theRecordsB[1][name]
 put fred file into theRecordsB[1][filename]
 put a page into theRecordsB[1][display_page]
 put yes into theRecordsB[1][current_book]
 put 1234 into theRecordsB[1][id]
 
 set the dgData of group DataGrid1 to theRecordsB
 
 
 When I run this I get the following error:
 
 Message execution error:
 Error description: Chunk: can't find background
 Hint: 
 
 What does this mean?
 What background?
 
 Apart from setting the column names in the Datagrid object, is there 
 something else I should have done?
 
 
 James
 
 
 ___
 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


Re: data grid error - Error description: Chunk: can't find background

2012-06-27 Thread James Little
I agree.

The challenge is that when you drag a new datagrid object onto a stack, 
LiveCode defaults to a name with a space, e.g.   group Datagrid 1.  I've 
learned to always remove the space from the default name.

Jim L. 


On Jun 27, 2012, at 12:33 PM, Dr. Hawkins wrote:

 On Wed, Jun 27, 2012 at 10:44 AM, James Little littlejam...@mac.com wrote:
 My guess is that the group is labeled DataGrid 1 rather than Datagrid1.  
 Notice the
 space before 1.  This very issue has tripped me up in the past.
 
 Spaces are *evil*
 
 No spaces in names.
 
 Ever.
 
 For any reason.
 
 The only punctuation I allow my staff to use in names is underscore.
 
 I just don't want to rember which means what on which system, and
 which are reserved, and . . .
 
 
 -- 
 The Hawkins Law Firm
 Richard E. Hawkins, Esq.
 (702) 508-8462
 hawkinslawf...@gmail.com
 3025 S. Maryland Parkway
 Suite A
 Las Vegas, NV  89109
 
 ___
 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


Re: [OT] Sectarian Joy

2011-12-24 Thread James Little

I too want to wish you all a happy Holiday Season and New Year.   

I also want to thank the many advanced users on this Use-List and on the Forum 
that have been so generous with instructing us less experienced throughout the 
year.  
Perhaps I can adapt a quote from W.C. Fields:

If at first you don’t succeed, try, try again, then quit.  There’s no point in 
being a damn fool about it.  Just ask the Use-List or the Forum. 

And to adapt a Chinese proverb:

To be happy for an hour, get drunk.  To be happy for a year, fall in love.  To 
be happy for a life, take up gardening  Livecode.  

Warm regards to you all,

Jim Little 
Seattle 


On Dec 24, 2011, at 4:38 AM, Richmond wrote:

 I would like to wish all people on the Use-List a Happy Festival in the hope
 that whatever your faith, or lack thereof, we can all work together, rather 
 than push in separate
 directions, to a shared attitude of greater kindness and forbearing towards 
 one another.
 
 Love, Richmond.
 
 ___
 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


Re: ANN: Harmonic Oscillators

2011-11-06 Thread James Little
Very nicely done.  Thanks for this demo. 

Jim L.  


On Nov 6, 2011, at 3:05 PM, Roger Guay wrote:

 
 Not so much an exhaustive physics/math tutorial as a demonstration of some 
 techniques for doing these types of simulations/animations in LiveCode.
 
 Unfortunately, I was unable to upload to RevOnlin after repeated attempts, 
 and did not get any feedback on my query about my difficulties with it. 
 Therefore if you want a copy of Harmonic Oscillators, you'll have to go to my 
 download page:
   
 
   
 http://web.me.com/irog/Roger_Guay/Downloads.html
 
 Cheers,
 Roger Guay
 ___
 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


Store SQLite File as Custom Property?

2011-10-27 Thread James Little

Richard Gaskin wrote:

 With LiveCode you have a wide range of formats available.  For large tabular 
 data sets you can use SQLite, define your own format using simple text files, 
 store arrays using arrayEncode, or even use custom properties stored in a 
 stack file (a favorite of mine since it lets me use name-value pairs very 
 conveniently.
 
 Sarah Reichelt's helpful article on saving data from a standalone may be 
 helpful:
 http://livecodejournal.com/tutorials/saving_data_in_revolution.html



Is it possible to store a SQLite file as a custom property in LC?  

My reason is to preserve the file as proprietary data.  I guess that I would 
need to be able to access and to store data with SQL queries in private way.  

I would appreciate any advice or pointers to reference info. 

Thanks,

Jim L.  






___
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: Loading a local file into a UIWebView control

2011-09-15 Thread James Little

Do you know, will it be possible to load local files in the simulator in a 
future LiveCode build?  Or is this too much to expect with the simulator?

Jim L.


On Sep 14, 2011, at 8:21 PM, J. Landman Gay wrote:

 Okay. Solved.
 
 Loading a local file does NOT work in the simulator. My script, which is 
 similar to all your examples, works great on my real live iPad.
 
 At least I know now. I wish I'd known sooner.
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.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


___
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: Loading a local file into a UIWebView control

2011-09-15 Thread James Little
Ok, will try that. 

Thanks.

On Sep 15, 2011, at 1:21 PM, J. Landman Gay wrote:

 On 9/15/11 2:06 PM, James Little wrote:
 
 Do you know, will it be possible to load local files in the simulator
 in a future LiveCode build?  Or is this too much to expect with the
 simulator?
 
 I don't think it's a LiveCode issue, it's probably the old version of the 
 simulator I'm using. Dixie says it works. Time to update.
 
 -- 
 Jacqueline Landman Gay | jac...@hyperactivesw.com
 HyperActive Software   | http://www.hyperactivesw.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


___
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] Mediocre Britain

2011-08-30 Thread James Little
Keith,

Thanks for the info on Wicked problems and Compendium.  What is IBIS in 
this context?  

I too am intrigued at the thought of applying LiveCode tools to such problems.  
Strengths of LiveCode that seem relevant include:  rapid development, relative 
shallow learning curve for new users, reasonable cost, breadth of tools from 
desktop to mobile to server, growing number of 3rd party products and generous 
supportive community.  

Given the importance and challenges of Wicked and Super Wicked problems 
(see below), I hope that LiveCode can play a role, though it seems like an 
immense endeavor, requiring the talents of many.  

Jim L.  


Kelly Levin, Benjamin Cashore, Steven Bernstein and Graeme Auld introduced in 
2007 the distinction between wicked and super wicked problems.[23]  ...

They defined super wicked problems as having the following additional 
characteristics:

Time is running out.
No central authority.
Those seeking to solve the problem are also causing it.
Hyperbolic discounting occurs
While the items that define a wicked problem relate to the problem itself, the 
items that define a super wicked problem relate to the agent trying to solve 
it. Global warming is considered as super wicked problem by others.[1]

from   http://en.m.wikipedia.org/wiki/Wicked_problem  



On Aug 29, 2011, at 1:32 PM, Keith Clarke wrote:

 I wonder if there is any opportunity to apply the obvious intelligence within 
 the LiveCode community (and LiveCode technologies) to help analyse and/or 
 resolve some of these wicked problems facing society - where there is no 
 magic bullet and the 'best' answer is always the least of all evils. 
 
 http://en.m.wikipedia.org/wiki/Wicked_problem
 
 Anyone interested in how technology is being applied to wicked problems, IBIS 
 and the background information on Compendium provide some interesting 
 starting points compendium.open.ac.uk/institute/
 
 Best,
 Keith..
 

___
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: UITextField UITextView examples?

2011-08-23 Thread James Little
Phil,

On the Forum on 11Jun2011 in the iOS Deployment Section, Dixie provided a 
downloadable iOS Scrolling TextField.  It works well in the simulator.  I've 
not tested it in an actual iOS device. 

see forums.runrev dot com /viewtopic.php?f=49t=7991  


Jim L.  


On Aug 23, 2011, at 12:50 AM, Phil Jimmieson wrote:

 Hi folks,
 Does anyone have any simple-ish examples of using UITextFields and 
 UITextViews in LiveCode iOS apps that they're willing to share? I'm a bit 
 lost without some actual examples to pick apart.
 
 Thanks
 
 --
 Phil Jimmieson  p...@liverpool.ac.uk  (UK) 0151 795 4236 
 Computer Science Dept., Liverpool University, Ashton Building, Ashton Street
 Liverpool L69 3BX  http://www.csc.liv.ac.uk/~phil/
 I used to sit on a special medical board... ...but now I use this ointment.
 
 
 
 
 
 ___
 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


Re: Where does survive the inventive user ?

2011-07-31 Thread James Little
I too am not a professional programmer and did not come from a Hypercard 
background.  As a physician and clinical researcher, I found RunRev 5 years ago 
because I wanted to test a theory that syringomyelia (a pathologic cyst in the 
spinal cord) would affect motor control, which might prove useful for diagnosis 
or clinical monitoring. Within 6 months of purchasing Runtime Revolution (now 
LiveCode) I had a desktop app that could test rapid alternating finger 
movements. It's a shame that the theory did not hold up, but after that 
experience, I became hooked as a RunRev hobbyist.  Over the last 5 years, I 
tried other development environments, but I always came back to LiveCode; for 
me as  primarily a content person and not a programmer, it was the learning 
curve that I could manage.  

Within the last year, I retired as a full-time physician and I'm able to devote 
more time to LiveCode.  I've also begun to collaborate with my son on some 
LiveCode projects; at 24, he's picked it up much faster than I did.  I still 
have much to learn (LiveCode Server, HTML  CSS integration with LiveCode, iOS 
 Android development).  I am grateful to RunRev for its remarkable ongoing 
success at providing cross-platform tools that allow non-programmers to do some 
programming.  I'm also grateful to the generosity of seasoned RunRev developers 
that contribute to this developer's list and to the forum.  Those contributions 
are especially valuable to non-programmers, like myself.

I concur with what Peter Brigham wrote, I have no idea how you market to 
people like me.  RunRev has continued to make available new tools that are 
valuable for non-programmers (e.g. Lessons, Summer Academy).  RunRev has a 
strong website and annual conferences (live  streaming) that draw in potential 
users.  There are wonderful 3rd party sites that assist non-programmers 
(LivecodeJournal.com, revolution.byu.edu, hyperactivesw.com ...).  A possible 
suggestion for marketing, is that a mechanism / an exchange be established to 
assist a newer programmer in obtaining paid assistance from an experienced 
programmer.  For example, I might have interest in contracting with an 
experienced LC programmer to beta test an app.  Also, as  a retired professor 
in my department at the University, I've thought about volunteering to assist 
faculty members undertake some LiveCode projects.  Before I committed myself to 
such projects, I would like to know that there is available, at a reasonable 
cost, some advanced assistance.  From the RunRev website (runrev dot 
com/support/consultants/), from this developer's list and from the forum, I 
certainly have many names of advanced LC programmers but  1) I don't know who 
might have interest in such short-term involvement, 2) I don't know who has 
experience in iOS or Android development, and 3) I don't know the ballpark the 
costs.  Further elaborating a mechanism to link moderately-experienced to 
advanced LiveCode programmers may help promote LiveCode.

Best,

Jim L.   



On Jul 27, 2011, at 7:24 PM, Peter Brigham MD wrote:

 ...  I'm not a programmer, just picked it up on the side. I have no idea how 
 you market to people like me, but I suspect there are lots of us scattered 
 around.
 
 -- Peter
 
 On Jul 27, 2011, at 9:25 PM, Timothy Miller wrote:
 
 ... It's gradually dawning on me that programmers like me have become 
 rather rare. Fewer and fewer non-professionals on this list, as far as I can 
 tell. I don't understand why, seems like a shame.
 
 Many people have use for the kind of functionality an amateur and dabbler 
 can get out of LiveCode, and it isn't that hard to do.
 
 Admittedly, HyperCard was easier, simply because it was less complex. I've 
 wondered if LiveCode might be more approachable if it had some kind of dumb 
 mode, sort of like the old userLevel system in HyperCard. Probably won't 
 happen though.
 
 FWIW...
 
 Tim
 

___
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