FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin para Harbour/xHarbour fiveweb: cambio de version
Posts: 61
Joined: Tue Nov 19, 2013 02:13 PM
fiveweb: cambio de version
Posted: Mon May 23, 2016 03:39 PM

hola Antonio, el tema del picture se solucion贸, pero puede ser que al cambiar a la nueva versi贸n me dej贸 de andar esto ?:
SetBackImage( AllTrim( Field->Valor ) )
SetTheme( AllTrim( Field->Valor ) )

gracias y sldos
Silvina

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fiveweb: cambio de version
Posted: Mon May 23, 2016 04:12 PM

Silvina,

Puedes proporcionar un peque帽o ejemplo completo para ver como lo haces y probarlo aqui ? gracias

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 61
Joined: Tue Nov 19, 2013 02:13 PM
Re: fiveweb: tema
Posted: Tue May 24, 2016 10:37 PM

Hola Antonio, seguimos con el problema que no respeta el tema, estuve viendo el c贸digo y este sitio est谩 caido

https://fiveweb.googlecode.com/svn/trun ... styles.css
no se si es esa la causa
Los podemos bajar para trabajarlos en forma local?
te mando todo el c贸digo por las dudas
sldos
Silvina

<html>
<head>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/jquery-ui.min.js"></script>
<script src="https://fiveweb.googlecode.com/svn/trunk/source/js/fiveweb.js"></script>
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.0/themes/trontastic/jquery-ui.css">
<link type="text/css" rel="stylesheet" href="https://fiveweb.googlecode.com/svn/trunk/source/css/styles.css">
</head>
<body>
<script>
document.body.style.backgroundImage = "url( 'http://fiveweb.googlecode.com/svn/trunk/images/beach.jpg' )";
document.body.style.backgroundSize = "100% 100%";
</script>
<script>
SetTheme( "cupertino" );
</script>
<div id="oDlg" class="dialog_window" title="Hello FiveWeb">
</div>
<script>
$( "#oDlg" ).dialog( { width: 600, height: 400, modal:false } );
</script>
</body>
</html>

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fiveweb: cambio de version
Posted: Wed May 25, 2016 10:38 AM
Puedes cambiarlo a:

https://bitbucket.org/fivetech/fiveweb/downloads/styles.css

Voy a actualizar el repositorio para que use este
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fiveweb: cambio de version
Posted: Wed May 25, 2016 10:42 AM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: fiveweb: cambio de version
Posted: Wed May 25, 2016 10:46 AM
Actualizado el repositorio de FiveWeb:

https://bitbucket.org/fivetech/fiveweb
regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion