Is it possible to lay objects over the Browser?

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

Is it possible to lay objects over the Browser?

Post by alex298 » Wed May 30, 2007 2:28 pm

Hi,

I noticed that the Browser is always laying over all objects. I tried to lower down the layer of the browser. However the situation is still the same.

Is it possible to lay an object (e.g. image, button) over the Browser?

Thanks and best regards
Alex
Nice to meet all of you.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Wed May 30, 2007 3:19 pm

Hi Alex,

I don't believe this is possible. Why do you want that?

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

Post by alex298 » Wed May 30, 2007 3:45 pm

Hi Mark,

Thanks for your information. I want that because I wish to do some trick (or inter-action) with the website in the browser.

Best regards
Alex
Nice to meet all of you.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Wed May 30, 2007 8:38 pm

Dear Alex,

Can't you do the trick with JavaScript? Why do you want the object to be on top of the browser? Anyway, it seems impossible, but if you tell us what you want to do exactly, maybe we'll find a different solution.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

Post by alex298 » Thu May 31, 2007 3:45 am

Hi Mark,

Actually I wish to get a picture graph from a website. As I asked in other post that the graph sometimes (70% fail) cannot be loaded successfully in the image object. However the graph is always load (100%) successfully in the browser.

Therefore I try to find an alternative solution - load the webpage in the RR browser, and masking the "unwanted web contents".

Best regards
Alex
Nice to meet all of you.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Post by Mark » Thu May 31, 2007 7:28 am

Hi Alex,

Can't you just show the picture in the browser? If you know which picture you want to show, you can navigate the browser to the url of the picture. This way, you don't need to hide anything.

Best,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

Post by alex298 » Fri Jun 01, 2007 4:09 am

Hi Mark,

I tried before. However this is very strange.

1. When I use browser to access the website, e.g.
http://website.com/chart_page.asp?ID=694

The chart (e.g. 694.png) is always showing in the webpage.

2. However when I use browser to access the chart using the chart absolute url, e.g.
http://website.com/data/history/694.png

The chart is usually fail (70% fail).

It seems that it is a "dynamic graph" that generate based on the requested ID, day and time. The graph is not upload by human, it is generate by software. Therefore the graph cannot be accessed by the graph's url.

Thanks and best regards
Alex
Nice to meet all of you.

Post Reply

Return to “Internet”