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
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
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:
>
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
/" & 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
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
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
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