Hi. I have a custom made application that does HTML rendering. In windows it works fine, but under wine the window comes out blank. wine-gecko is installed and works, so I think the HTML is just ie-only. How can use ie6 (already installed and running) to do the rendering? Thanks.
ekaftan wrote:> Hi. I have a custom made application that does HTML rendering. In windows it works fine, but under wine the window comes out blank. wine-gecko is installed and works, so I think the HTML is just ie-only. > > How can use ie6 (already installed and running) to do the rendering? > > Thanks.Set iexplore.exe to native in winecfg.
ekaftan wrote:> Hi. I have a custom made application that does HTML rendering. In windows it works fine, but under wine the window comes out blank. wine-gecko is installed and works, so I think the HTML is just ie-only. > > How can use ie6 (already installed and running) to do the rendering? >Do you have access to the source code? It would be much better to make the code W3C compliant and not rely on IE6 as there is an active effort to rid the world of it. James McKenzie
James McKenzie wrote:> Do you have access to the source code? It would be much better to make > the code W3C compliant and not rely on IE6 as there is an active effort > to rid the world of it. > > James McKenzieSadly no. I manage an outsourced call center and the app is made by the customer. They make everything windows and ie only.
ekaftan wrote:> James McKenzie wrote: > >> Do you have access to the source code? It would be much better to make >> the code W3C compliant and not rely on IE6 as there is an active effort >> to rid the world of it. >> >> James McKenzie >> > > > Sadly no. I manage an outsourced call center and the app is made by the customer. They make everything windows and ie only. > > >Does the application work with IE7 or Firefox? James McKenzie
James McKenzie wrote:> > Does the application work with IE7 or Firefox? > > James McKenzieie7 yes firefox no
Firefox lieing to be IE with a useragent switcher? Lot of sites that trick works.
dimesio wrote:> > ekaftan wrote: > > Hi. I have a custom made application that does HTML rendering. In windows it works fine, but under wine the window comes out blank. wine-gecko is installed and works, so I think the HTML is just ie-only. > > > > How can use ie6 (already installed and running) to do the rendering? > > > > Thanks. > > > Set iexplore.exe to native in winecfg.Can you give me more detailed instructions? I looked around all options on winecfg and could not find that. I am running wine 1.0.1 on Centos 5 and Ubuntu... Thanks.