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 challen
@ 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 stan
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
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 Browse
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 li
Barbara, Emeritus
> proth...@earthednet.org
>
>
>
>> On Jan 29, 2016, at 1:52 PM, James Little wrote:
>>
>>
>> Hi Livecoders,
>>
>> The U.N. COP21 Conference in Paris this past December secured a remarkable
>> international agreement of o
l 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 wrote:
>
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
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 t
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
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
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
Try BrowserNavigateBegin pURL
Turn on Message Watcher as you interact with the widget.
Jim
On Feb 20, 2016, at 12:47 PM, James Little wrote:
>
> Try BrowserNavigateBegin pURL
>
> Turn on Message Watcher as you interact with the widget.
>
> Jim
>
>
> O
16, at 3:49 PM, James Little 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 wrote:
>>
>>>
>
>>
>>> On Feb 20, 2016, at 3:49 PM, James Little wrote:
>>>
>>>
>>> Try BrowserNavigateBegin pURL
>>>
>>> Turn on Message Watcher as you interact with the widget.
>>>
>>> Jim
>>>
>>>
>&
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 wrote:
>>
>> Hi Colin,
>>
>> From the Dictionary, under Browser, ot
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
>
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 A
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
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.eatin
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 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?
> __
re 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 wrote:
>>
>>
>> Hi Mike,
>>
>> A
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 l
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 usefu
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=49&t=7991
Jim L.
On Aug 23, 2011, at 12:50
have for LiveCode programmers.
>
> On 23 aug 2011, at 18:22, James Little wrote:
>
>> 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
>
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
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 scrip
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
>&
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 sinc
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
Hi Matthias,
Ralf Bitter has a tutorial for a simple chat application in the RevIgniter
documentation. I have not tried it myself.
I have dabbled with RevIgniter over the past week. The documentation is
excellent, as others on this list have mentioned.
Regards,
Jim L.
On Nov 13, 2011,
Hi Tim,
Take this advice with a grain of salt, since I'm a relative newbie at On-Rev
and access to databases.
Recently, I've been exploring RevIgniter by Ralf Bitter. In the RevIgniter
documentation, he has a tutorial on using the RevIgniter JQuery Library for
Ajax interaction on a website.
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 yo
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
> Crea
> 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 packa
ph 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-
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 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 h
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
gt; On Wed, Jun 27, 2012 at 10:44 AM, James Little 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*
>
&g
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,
>
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
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
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 us
44 matches
Mail list logo