I am trying to generate a map using openlayers (javascript).
I can create a map using OpenLayers as var map=new OpenLayer.Map('div_tag');
so that i can use the javascript library on a desktop gui application.Is that clear? and Is it possible to do with Google V8. On Thu, Oct 14, 2010 at 5:05 PM, Bryan White <[email protected]> wrote: > On Thu, Oct 14, 2010 at 4:25 AM, Mohammed Rashad > <[email protected]> wrote: > > I had a javascript code which load an image at runtime. The image is > > loaded on a div tag. I can execute > > V8 from my c++ program and generate the image. The image is generated > > on browser cache. > > > > How to display the image in div tag like a C++ object like QPixmap and > > do some processing on it. > > V8 is just javascript and by itself has no DOM or concept of a DIV > tag. Chrome (the browser) provides the DOM etc. It is not at all > clear what you are trying to do. > > > -- > Bryan White > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- Rashad -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
