Search found 6 matches
- Sat Oct 12, 2013 12:06 am
- Forum: Internet
- Topic: revBrowser Windows Internet Explorer MSIE Vers. 7 vs 8,9,10
- Replies: 2
- Views: 3794
Re: revBrowser Windows Internet Explorer MSIE Vers. 7 vs 8,9
We have seen no response to this post and it's been quite a while. We hope to hear soon that someone has insight on this!
- Thu Aug 22, 2013 9:27 pm
- Forum: Internet
- Topic: revBrowser Windows Internet Explorer MSIE Vers. 7 vs 8,9,10
- Replies: 2
- Views: 3794
revBrowser Windows Internet Explorer MSIE Vers. 7 vs 8,9,10
With respect to the revbrowser.dll for Windows (revBrowserOpen etc.), it appears that the latest commercial release version of LiveCode (I am currently running 6.1.0, build 2005) makes use of Internet Explorer version 7.0 as this is what I see as the User Agent information returned by my standalone ...
- Sat Sep 24, 2011 10:08 pm
- Forum: Off-Topic
- Topic: LiveCode Dictionary Off-Screen (multiple monitors change)
- Replies: 1
- Views: 2946
LiveCode Dictionary Off-Screen (multiple monitors change)
I've repeatedly had issues at LiveCode when attempting to view the Dictionary window which has either been resized to a position where I cannot reach the lower right portion of the window (to make the window smaller), or the Dictionary window is not visible and nowhere to be seen. The reason this ha...
- Thu Aug 04, 2011 3:27 am
- Forum: CGIs and the Server
- Topic: Constants at Server vs. IDE
- Replies: 9
- Views: 9338
Re: Constants at Server vs. IDE
Thank you for the followups sturgis and jacque . I do see that the constant declaration does work within a handler, as sturgis has pointed out. My primary interest is in having constants that can be declared at a preceding (include) script and then used throughout subsequent code. This capability is...
- Tue Jul 26, 2011 11:30 pm
- Forum: CGIs and the Server
- Topic: Constants at Server vs. IDE
- Replies: 9
- Views: 9338
Simple Script, and Live URL to Sample -shows put constant re
Hi Jacque, You asked: Where in the script do you declare the constant? This is actually happening at a script where the only code that's there is as described: <?lc constant kTest="Constant TEST" put kTest ?> See the code in action here using your web browser (remove space between the "." and "com")...
- Tue Jul 26, 2011 3:25 am
- Forum: CGIs and the Server
- Topic: Constants at Server vs. IDE
- Replies: 9
- Views: 9338
Constants at Server vs. IDE
Why is it that at Server the following code: constant kTest="Constant TEST" put kTest ... outputs: kTest ... whereas at the LiveCode IDE the same code outputs what I'd expect: Constant TEST I'm manually porting over (re-creating) a framework I've developed in PHP to LiveCode (Server, and perhaps mor...