Re: revBrowserSet

2015-07-28 Thread EED-wp Email
pt to setup the browser >> >> global gBrowserID >> >> on mouseUp >> lock screen >> set the visible of grc "browserOutline" to false >> >> --put revBrowserOpenCef(the windowId of this stack, "") into gBrowserID >> p

Re: revBrowserSet

2015-07-28 Thread paolo mazza
gt;--put revBrowserOpenCef(the windowId of this stack, "") into gBrowserID >put revBrowserOpen(the windowId of this stack, "") into gBrowserID > >revBrowserSet gBrowserID, "rect", the rect of graphic "browserOutline" >revBrowserSet gB

Re: revBrowserSet

2015-07-26 Thread Terence Heaford
name: 'Jane', data: [2, -2, -3, 2, 1] }, { name: 'Joe', data: [3, 4, 4, -2, 5] }] }); }); > On 26 Jul 2015, at 12:14, Kay C Lan wrote: > > On Fri, Jul 24, 2015 at 7:18 PM, Terence Heaford > wrote: >

Re: revBrowserSet

2015-07-26 Thread Kay C Lan
On Fri, Jul 24, 2015 at 7:18 PM, Terence Heaford wrote: > > I thought put revBrowserSet gBrowserID,”htmlText”,theContentsOfgFile might > work, but it doesn’t. > > Well it works perfectly for me so I can't figure out why it's not working for you. As far as I know as lo

Re: revBrowserSet

2015-07-24 Thread Terence Heaford
/" & gFile end if end mouseUp What I really want to do is just load the content of the file gFile directly from LC. I thought put revBrowserSet gBrowserID,”htmlText”,theContentsOfgFile might work, but it doesn’t. Perhaps I am using this in the wrong context but there does no

Re: revBrowserSet

2015-07-24 Thread Kay C Lan
On Fri, Jul 24, 2015 at 3:22 PM, Terence Heaford wrote: > Is there a way to create the chart in LiveCode then pass it straight to > the browser. > > I tried this without success using the content of one of the example files > in highcharts: > > put the uScript of me into tS

revBrowserSet

2015-07-24 Thread Terence Heaford
t revBrowserOpen(the windowId of this stack, "") into gBrowserID revBrowserSet gBrowserID, "rect", the rect of graphic "browserOutline" revBrowserSet gBrowserID, "offline", true revBrowserSet gBrowserID, "scrollbars", false revBrowserS

Re: revBrowserSet, search a second string

2011-01-18 Thread Claus Dreischer
t; > breaks any subsequent searches like > > revBrowserSet sBrowserId, "selected", "This" > > > I don't think this is supposed to happen, right? > I tested on Win XP with IE 6 > > > Anyone like to test and confirm? > > r