Search found 11 matches

by escarroll
Mon Feb 10, 2014 10:06 pm
Forum: Talking LiveCode
Topic: Is it possible to use a revBrowser object in a Blind Effect
Replies: 7
Views: 5739

Re: Is it possible to use a revBrowser object in a Blind Eff

I realize that Mark, if you remember in the first post, I stated what I had replaced.
I used an image object as the "slider" from the example, to attach the revBrowser instance to.

It works when I hit the plus button. it slides down and opens the webpage.
Once it has called the webpage, though it ...
by escarroll
Mon Feb 10, 2014 4:08 pm
Forum: Talking LiveCode
Topic: Is it possible to use a revBrowser object in a Blind Effect
Replies: 7
Views: 5739

Re: Is it possible to use a revBrowser object in a Blind Eff

this is the URL to the lesson.
http://lessons.runrev.com/s/lessons/m/4 ... ind-effect

So once the browser image object is used to open the revBrowser object, it is turned into a window?

.Shane
by escarroll
Thu Feb 06, 2014 5:31 am
Forum: Talking LiveCode
Topic: Is it possible to use a revBrowser object in a Blind Effect
Replies: 7
Views: 5739

Re: Is it possible to use a revBrowser object in a Blind Eff

Hi Mark,

I am using the code from the Livecode Lesson - Blind Effect on their website.
except I am attaching a revbrowser session to the sliding window part instead of what ever they are using in the blind effect example. I would link it but when I try it gives me some permissions issues saying my ...
by escarroll
Sat Feb 01, 2014 2:31 am
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Re: Integrate OLARK into Livecode App

Great BvG, Thanks for the input
by escarroll
Thu Jan 30, 2014 6:17 pm
Forum: Talking LiveCode
Topic: Is it possible to use a revBrowser object in a Blind Effect
Replies: 7
Views: 5739

Is it possible to use a revBrowser object in a Blind Effect

Hello,

I created a custom Blind Effect/Slider control per the example on the LiveCode website, however I am using an image object as the slider and attaching a revBrowser instance to it. Once the browser is called and displayed the Image control will not slide back up out of the way.

I close the ...
by escarroll
Thu Jan 30, 2014 5:21 pm
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Re: Integrate OLARK into Livecode App

Yes I tried passing in a few other websites, some of the websites would throw errors and I would have to click continue to get the sites to come up. I was looking into how to trap the errors and handle them.

so problematic, but I guess this is typical of trying to make calls and use another ...
by escarroll
Thu Jan 30, 2014 3:56 am
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Re: Integrate OLARK into Livecode App

Well thanks for the input.

So far none of the methods provided have worked for me. I CAN load the file locally in Chrome and from a web server without issue. I can NOT load the file locally in IE or through the revBrowser call in Livecode.

I am using IE version 11 and newer versions of IE are very ...
by escarroll
Wed Jan 29, 2014 10:03 pm
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Re: Integrate OLARK into Livecode App

so this code stores the file in binary format as "cSomeHtmlFile" with in the stack?
by escarroll
Wed Jan 29, 2014 9:17 pm
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Re: Integrate OLARK into Livecode App

Thank you Mark =)
some more questions..

In the first line of code you reference "the cHtmlFile25 of this stack"

How do I get the file into the stack?
Do I import the file to some internal stack file system, like when you import images?
or do I need to generate the file and provide the path to ...
by escarroll
Wed Jan 29, 2014 3:44 am
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Re: Integrate OLARK into Livecode App

Hi Mark,

Thanks for the suggestion. I am not really looking to develop a chat application and server back-end when It may be possible to use something else that is bit more polished in the short term.

I have looked at the Browser Sampler stack and the provided examples. Each example loads from a ...
by escarroll
Tue Jan 28, 2014 6:00 am
Forum: Internet
Topic: Integrate OLARK into Livecode App
Replies: 12
Views: 11541

Integrate OLARK into Livecode App

Hi,

I am trying to integrate OLARKs online chat service with a desktop, android, and iPhone/iPAD compatible method. I was hoping I could just feed HTML with the JavaScript code straight into the URL argument with out having to load from a file, but I can not find any code samples or documentation ...