fiveweb: cambio de version

Post Reply
silvinamazzaro
Posts: 61
Joined: Tue Nov 19, 2013 2:13 pm

fiveweb: cambio de version

Post by silvinamazzaro »

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: fiveweb: cambio de version

Post by Antonio Linares »

Silvina,

Puedes proporcionar un pequeño ejemplo completo para ver como lo haces y probarlo aqui ? gracias
regards, saludos

Antonio Linares
www.fivetechsoft.com
silvinamazzaro
Posts: 61
Joined: Tue Nov 19, 2013 2:13 pm

Re: fiveweb: tema

Post by silvinamazzaro »

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/trun ... "></script>
<link type="text/css" rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jq ... ery-ui.css">
<link type="text/css" rel="stylesheet" href="https://fiveweb.googlecode.com/svn/trun ... styles.css">
</head>
<body>
<script>
document.body.style.backgroundImage = "url( 'http://fiveweb.googlecode.com/svn/trunk ... /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>
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: fiveweb: cambio de version

Post by Antonio Linares »

Puedes cambiarlo a:

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

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

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: fiveweb: cambio de version

Post by Antonio Linares »

Igual ocurre con fiveweb.js

usa este:
https://bitbucket.org/fivetech/fiveweb/ ... ivetech.js
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: fiveweb: cambio de version

Post by Antonio Linares »

Actualizado el repositorio de FiveWeb:

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

Antonio Linares
www.fivetechsoft.com
Post Reply