Search found 32 matches: ie9

Return to advanced search

Re: ShellExecute no abre en una window

... ....    oActiveX = TActiveX():New( oWnd, "Shell.Explorer" ) ....  Sigue usando el viejo activex de ie9.. He investigado un poco y para solucionarlo , microsofrt ha sacado el control webview pero solo vale a paretir de win10 versión 1803 https://mspoweruser.com/microsoft-announces-modern-webview-control-for-win32-apps/
by mastintin
Thu May 10, 2018 2:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ShellExecute no abre en una window
Replies: 25
Views: 5298

version de IE en oActivex:Do(Navigate)

... el tema es que algunos sitios donde navego chequea la version del navegador que se utiliza si bien tengo instalado el IE11 ( tambien probé con IE9, IE8, Chrome, Safari ) siempre me da el mismo UserAgent User-Agent = Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; ...
by postinelli
Thu May 05, 2016 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: version de IE en oActivex:Do(Navigate)
Replies: 6
Views: 1579

Re: FIVEWEB *

Parece que hay muchos usuarios interesados en que IE9 funcione bien con JQuery UI y según se ve es algo que podría estar solucionado pronto:

http://forum.jquery.com/topic/jquery-ui-does-not-work-on-ie9
by Antonio Linares
Sat Aug 24, 2013 6:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FIVEWEB *
Replies: 8
Views: 1168

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... no? Si le hago "chmod -x tutor01", deja de tener permiso de ejecución, lo vuelvo a poner "chmod +x tutor01", y cuando desde el IE9 lo invoco http://www.rebutsadoll.com/cgi-bin/tutor01" lo que hace el browser es bajarse el fichero tal cual como TXT. Así están los permisos: ...
by FiveWiDi
Thu May 02, 2013 6:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62384

Re: FiveWeb de FiveTech (gratis hasta la versión 1.0)

... los ejemplos de Fiveweb para Linux que están publicados. Cuando los copio en mi espacio en DreamHost y los llamo desde la url en el browser IE9 (http://www.midominio.com/cgi-bin/tutor01), lo que hace es bajarme el fichero en modo texto sin llegar a ejecutarse. No se si es lo mismo que comentas ...
by FiveWiDi
Wed May 01, 2013 3:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWeb de FiveTech (gratis hasta la versión 1.0)
Replies: 279
Views: 62384

Re: FiveTech's FiveWeb (free up to version 1.0)

Works fine in IE10, desktop and Modern UI version.
Dont work in IE9, Windows phone version (mobile).
very good job, but unfortunately we get on that tortuous terrain that web apps fall: works in browse, does not work at that, works one way in one, another in another way in other browse. a nightmare.
by norberto
Tue Nov 06, 2012 11:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23355

Re: FiveTech's FiveWeb (free up to version 1.0)

Hi,
With XP / IE8 display correct
With XP / Firefox 16.0.1 display text
With Windows 7 / IE9 display text

Regards, Euclides
by Euclides
Sat Oct 27, 2012 3:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTech's FiveWeb (free up to version 1.0)
Replies: 119
Views: 23355

Re: FiveWeb development

...  <![endif]-->   I propossed this, but I found that is not the solution, because you are not taking advantage of new functionality in IE9 or newer... I have found that the problem with IE9 is that you have to tell it that you want the coordinates to be in Pixels and not in Points... ...
by Bayron
Fri Jun 22, 2012 3:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWeb development
Replies: 35
Views: 8831

Re: HTML5 canvas management

André,

As far as I know IE9 does not fully support HTML5 WebSockets, so for now Chrome is the navigator to use for this development :-)
by Antonio Linares
Sun Dec 25, 2011 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1344

Re: HTML5 canvas management

Antonio,

For me it´s working OK with chrome + XP but not with IE9 + W7. Is this expected?
by ADutheil
Sun Dec 25, 2011 11:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML5 canvas management
Replies: 8
Views: 1344

Re: FiveWin Web Interface

... las funcionalidades de FiveWeb, corresponderá a FiveTech ... Yo solamente envié algunas cosas que descubrí a Antonio para tener compatibilidad con IE9 principalmente... Para tí y todos los amigos, te cuento que yo empezé de lleno a ver el asunto del CSS, HTML, JavaScript y PHP el día 8 de noviembre, ...
by Bayron
Fri Dec 23, 2011 5:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 79
Views: 22632

Re: FiveWin Web Interface

Antonio, revise su correo, le he enviado algunos cambios que he hecho a FiveWeb para que funcione bien en: IE9, Chrome, FireFox, Android y Safari... Espero ayuden en algo... Amigos, Ya que la idea original y la mayor parte de código es de FiveTech, no puedo compartir el código... ...
by Bayron
Wed Dec 21, 2011 6:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 79
Views: 22632

Re: FiveWin Web Interface

Get's where not working on IE, With this code, now it works fine for me on Win7 and IE9, Chrome and FireFox function Get( nTop, nLeft, cText, oDlg, nWidth, nHeight, cId ){    document.getElementsByClassName = function(class_name) {       var ...
by Bayron
Fri Dec 02, 2011 2:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19588

Re: FiveWin Web Interface

Hi everyone, Antonio, I tested some modifications to function Dialog() on IE9, FireFox and Chrome, and it works fine centering the dialog in the screen and with the overlay... I hope other users can test in other WebBrowsers... function Dialog( cTitle, nWidth, ...
by Bayron
Wed Nov 16, 2011 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19588

Re: FiveWin Web Interface

Norberto

There are more problems with IE8, IE9

Plese visit this site www.haz.io with the different browsers you've got.

See how your browser supports HTML5,CSS3 and Javascript.

IE is the WORST. No matter which version.
by Adolfo
Thu Oct 27, 2011 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin Web Interface
Replies: 78
Views: 19588
Next

Return to advanced search