topic stringlengths 1 63 | text stringlengths 1 577k ⌀ |
|---|---|
2 preguntas 2 | Antonio, primero gracias por la atención tan rápida y completa.
Probé la librerías que me enviaste, pero sigue dando el mismo error.
Te adjunto el .bat de compilación por si me falta o sobra alguna librería. Este .bat funcionaba perfecto, pero tene en cuenta que la ultima versión que tenia era creo de enero del 2012
[... |
2 preguntas 2 | Miguel Angel,
Estas usando esta versión de Harbour 64 bits ?
[url:14vq6sne]https://code.google.com/p/harbour-and-xharbour-builds/downloads/detail?name=harbour64_vc64_20130710.zip[/url:14vq6sne] |
2 preguntas 2 | Me fijo Antonio, pero es la misma que baje con el FTDN.
Abrazo. |
2 preguntas 2 | No. Son versiones totalmente distintas.
La que baje con el FTDN son del 28/03/2013. Las que vos me preguntas son del 02/07/2013.
De todas maneras sigue repitiéndose el mismo error.
Abrazo. |
2 preguntas 2 | Miguel Angel,
Has comprobado que no tengas alguna otra version de FWH 64 en el ordenador que este enlazándose por error ?
Con las librerias que te he enviado por email y esa versión de Harbour 64 debería funcionar todo correctamente |
2 preguntas 2 | Si Antonio comprobé todo y estaría todo ok.
Voy a seguir mirando haber si encuentro algo.
Te aviso.
Un gran abrazo y gracias.
Miguel |
2 preguntas 2 | Antonio, volví a revisar todos lo patch, y esta todo correcto.
Volví a bajar el FTDN (3ra. revisión), instale y sigue igual.
Sobre la nueva instalación pegue las librerías de FiveWin que me enviaste por correo (que la FiveHC64.lib es distinta) y sigue igual.
Ahora estoy chequeando las librerías de harbour que cargo en ... |
2 preguntas 2 | Miguel Angel,
El error sigue siendo el mismo ?
[quote:1srl8e76]FiveHC64.lib(RICHEDIT.obj) : error LNK2019: unresolved external symbol hb_extIsNil referenced in function HB_FUN_RELOADAS[/quote:1srl8e76] |
2 preguntas 2 | Si exactamente el mismo. |
2 preguntas 2 | Miguel Angel,
Conectémonos por TeamViewer y asi reviso que pueda estar sucediendo en tu ordenador, gracias <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
2 preguntas 2 | Mil disculpas Antonio por no haberte contestado antes, pero justo en estos días tengo todos los procesos mensuales y el lunes si o si tengo que entregar.
Pero la semana que viene, si te parece lo hacemos.
Desde ya muchísimas gracias por tu disposición y sobre todo por tu buena onda. Lo tuyo si es servicio de "PRIMERA"... |
2 preguntas 2 | Miguel Angel,
No hay prisa, cuando puedas.
Avisame por email y nos conectamos y lo reviso <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
2 preguntas 2 | Antonio, primero mil disculpas por mi tardanza, pero fueron estas dos ultimas semanas unos días de locos.
Te cuento, este ultimo fin de semana instale FW64 todo en una nueva ruta, y milagro funciono todo de maravillas.
Que pasaba antes ??? Ni la más remota idea, pero evidentemente algo estaba jorobando.
Me parecía extr... |
2 preguntas 2 | Miguel,
Posiblemente se tratase de algún path incorrecto y de ahi los errores. Me alegro de que esté funcionando bien <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
1. Te refieres a que has incluido esas librerias ? No hay problema. Normalmente no incluimos todas, pero n... |
2 preguntas 2 | Antonio gracias por responder.
A lo que me refería en el punto 1, es que anteriormente estaban incluidas, entonces yo las saque, nadas más que a titulo de comentario.
Sabes donde puedo fijarme para saber que hace cada una de las librerías de (x)Harbour ???
En cuanta a la clase TLayout, no hay drama, espero el próximo b... |
2 preguntas 2 | Miguel,
Para saber que hace cada librería tendrías que revisar el propio make de Harbour/xHarbour y ver que módulos van a cada librería y revisar su código fuente para saber que funciones contienen y que hace cada una de ellas.
En la documentación que se ha ido recopilando hay bastante información, pero no esta organ... |
2 preguntas 2 | Si, justamente empece por ahí, pregunte por la dudas que hubiese alguna información al respecto.
Un gran abrazo.
Miguel |
2 pruguntas 2 | Gente, quisiera saber como puedo hacer lo siguiente
1- Que todos los controles tengan el estilo FLAT. No quiero ninguno con el estilo 3D. Como lo puedo hacer ??? Debo modificar todas las clases ???
2- Hay alguna manera de cargar un theme especifico, al margen del que tenga el Windows XP en ese momento ???
Desde ya m... |
2 pruguntas 2 | 1. Tendrías que crear controles definidos por el usuario que reemplazasen a los estandard de Windows, ó modificar el método Paint() de todos ellos para que se dibujasen de otra forma.
2. No que yo sepa <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
2 pruguntas 2 | Gracias Antonio, tendre que ponerme a modificar nomas.....
Pense que podria ser mas facil.
Ahora otra duda Antonio, en el ejemplo FiveDemo que viene en Samples veo que los Get/Browse son FLAT, y por mas que revise el prg como la dll, no pude encontrar el truco.....
Podrias pasarme el secreto ???
Un abrazo. El Loco =... |
2 pruguntas 2 | Revisa samples\FiveDe32.rc. Posiblemente sea el estilo STYLE WS_CHILD de los diálogos. |
2 pruguntas 2 | [quote="Antonio Linares":t7t0hl74]Revisa samples\FiveDe32.rc. Posiblemente sea el estilo STYLE WS_CHILD de los diálogos.[/quote:t7t0hl74]
mmmmmm...... me parece que no. Ya lo probe y creo que tampoco viene por ahi, fijate el otro ejemplo FwRes.prg llama a TestClient() con el dialogo "client" y este tiene el style "Pop... |
2 questions | What are each of the parameters for [b:2n088zmh]ShellExecute[/b:2n088zmh] and with [b:2n088zmh]tImage[/b:2n088zmh] which uses nViewLib16 can you Zoom in and out. |
2 questions | [quote="grumpy":6481jawf]What are each of the parameters for [b:6481jawf]ShellExecute[/b:6481jawf][/quote:6481jawf]
From the MSDN:
[quote:6481jawf]ShellExecute
Performs an operation on a specified file.
HINSTANCE ShellExecute(
HWND hwnd,
LPCTSTR lpOperation,
LPCTSTR lpFile,
LPCTSTR lpParameters,... |
2 questions | Thank you for the detail on Shellexecute. Much Appreciated. As to tImage:Zoom there is no such method in the class?
tBitMap has zoom which tImage is inherited from, so how does one use it.
Cheers
Gerry |
2 questions | Gerry,
You have a working sample in samples\TestBmp1.prg |
2 questions | I am sorry I do not understand I am using tImage not tBitmap I understand tImage is inherited from tBitmap but the command oImage:Zoom(2) has no effect. I am refreshing the image. How can one use a class command that isn't within the class but the class it was inherited from? |
2 questions | Gerry,
You may change BITMAP into IMAGE in samples\TestBmp1.prg and the sample workd ok too.
It properly zooms in and out. You have to call oImage:Refresh() after setting its new zoom value. |
2 questions | Antonio, I am sorry but I dont understand. I am loading the file and displaying it in a REDEFINE IMAGE should I first load it then convert to bitmap somehow and then use REDEFINE BITMAP instead.
Confused.
Gerry
P.S. Thanks for the speedy replies |
2 questions | Also I am loading a JPG file.
Cheers |
2 questions | Please post a reduced and self-contained sample of the problem. Anyway no, you don't have to convert your image to bitmap format.
EMG |
2 questions | A Sample of what? I am loading an image (jpg) using tImage and I want to know if there is any way I can Zoom in or out? I have looked into the class and its inherited from tBitmap but does not have any Zoom methods and I was wondering if there was some other way?
REDEFINE IMAGE oImage1 FILE cImage1 SCROLL ID 100... |
2 questions | Gerry,
Class TImage inherits from Class TBitmap which provides a METHOD Zoom( nZoom ), so you can do on a oImage:
oImage:Zoom( 0.5 )
oImage:Refresh() |
2 questions | Thanks Antonio,
I tried that but it didn't seem to work - must have been the size I selected, going down Zooming out showed it was working.
Thanks again. |
2 questions | Gerry,
ok, glad to know it is working <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> |
2 questions | For Information of others using tImage/tBitmap. When you use the REDEFINE method from a Resource you MUST specify in the STyle of the the tImage Control WS_VSCROLL and WS_HSCROLL if you do not and load an image that is smaller than the defined control size (Height and Width) then the control generates the following er... |
2 questions | Gerry,
Thanks for your feedback, |
2 questions: @ x y bitmap and draw rectangle | 1 - When I paint a bitmap in a dialog with @ x, y bitmap command it appears into a rectangle. How can I hide this border were the bitmap is painted?
2 - How can I draw a rectangle in a dialog or window? How can I fill it with a color?
I did this:
define pen oPen width 1.5 color CLR_BLUE
Rectangle(oDlg:hDC, 35, 68, 20... |
2 questions: @ x y bitmap and draw rectangle | 1) Use NOBORDER clause.
2) Try FloodFill( nRow, nCol, nRGBColor ) method.
EMG |
2 questions: @ x y bitmap and draw rectangle | Thanks a lot, Enrico!
I'll try it!
Regards,
Maurilio |
2 radio | Amigos:
Tengo 2 Radio desde recursos:
LOCAL oRadio1,oRadio2,nRadio1:=1,nRadio2:=2
DEFINE RADIO oRadio1 VAR nRadio1 ID 120,13,140 of......
DEFINE RADIO oRadio2 VAR nRadio2 ID 150,160,170 OF...
Al inicio del dialogo se muestran bien, pero cuando
cambio algun o de ellos el otro radio se desmarca.
Si doy click en el ra... |
2 radio | debes en los recursos agrugar cada juego de radio, es decir marcas los botones del radio 1 y en las propiedades le das agrupar, luego haces lo mismo con los del raio 2, espero te sirva, asi lo resolvi... |
2 radio | En workshop el Radio se define automaticamente como
AUTO RADIO BUTTON y debe ser RADIO BUTTON unicamente
Espero te sirva |
2 radio | Gracias Jose Luis y Marco Augusto:
Lo resolvi marcando como Radiobutton en el PellesC
Muchas gracias a ambos.
Saludos
Ruben Fernandez. |
2 txbrowse in 1 dialog bdblclick cause browse display wrong | Hi,
If I put 2 txbrowse into 1 dialog, after dblclick on one txbrowse, click each of the 2 txbrowses ,the 2 txbrowse will cause worng refresh/display/confused.
Any suggestion ?
Best regard!
Shuming Wang |
2 txbrowse in 1 dialog bdblclick cause browse display wrong | I change into below, porblem still,
obrow1
obrow2
obrow2:BLDBLClick:={||msginfo("aaa")}
METHOD LDblClick( nRow, nCol, nKeyFlags ) CLASS TXBrowse
local oCol
local nColPos, nRowPos
// add
if ::BLDBLClick<>nil
return Super:LDblClick( nRow, nCol, nKeyFlags )
end
//add
::... |
2 xbrowse is strange behavier! | Dear Antonio,
I have problem with 2 xbrowse in one dialog. I've used TWbrowse for this dialog without problem. This is the following code and .RC file.
TWbrowse is work ok.
[url=http://img371.imageshack.us/my.php?image=twowbrwcf4.jpg:3ppnz4bz][img:3ppnz4bz]http://img371.imageshack.u... |
2 xbrowse is strange behavier! | You forgot to tell use what the problem is.
Why are you redefining the names of the database functions? Is this so you don't have to change existing source code?
If this is not for an existing program, then I would strongly suggest using a database object.
James |
2 xbrowse is strange behavier! | Mr Dutch
Theoretically there should not be any difference whatever be the Browse. I would like to test your code on wbrowse and xbrowse. If you like, you may please send to my private email, a copy of your CCRCODE.DBF, CCRCODE.CDX and CCRCODE.FPT ? You may send a sample of the table instead of the actual table. |
2 xbrowse is strange behavier! | I tested with similar tables and it is working fine for me.
[code:hhqmhcuk]
Function main
local oDlg, oBrw1, oBrw2, oSay
Request DBFCDX, DBFFPT
RddSetDefault('DBFCDX')
USE CCRCODE ALIAS SUB SHARED NEW
SUB->(DBSETORDER(1))
SUB->(DbGoTop())
USE MANCODE ALIAS MAN SHARED NEW
MAN->... |
2 xbrowse is strange behavier! | Dear James & nageswaragunupudi,
The problem is the first browse (Main/Left) is not show correctly. It should show 4 main group but it show 1 main group with 4 lines. It has not problem with Twbrowse (the same code).
This is the sample code, database files and .RC (1 TWbrowse/ 1 TXbrowse).
[url:3pd2v0lj]http:... |
2 xbrowse is strange behavier! | Dutch
I had a smiliar problem with several nested xbrowse, it was fixed by adding to each browse
obrw:bBookMark := {| n | iif( n == nil,aliasxxx->(RecNo()), aliasxxx->(dbgoto(n)) ) } // Required!
In theory this is not needed anymore in fwh 8.04, but give it a try. My nested xbrowse (4) work OK
Hth
Richard |
2 xbrowse is strange behavier! | Dear Richard,
Now I use xHb.com (Nov 07) and FWH 8.04. It is the same.
Could you try my code? If you change XBROWSE with LISTBOX and change in .RC file with TWbrowse. You will see what it is.
Regards,
Dutch |
2 xbrowse is strange behavier! | Mr Duch
The solution is simple. You have to use ALIAS 'MAN' or ALIAS 'SUB' compulsorily. Here is the modification to your code.
[code:5ualyrcp]
SELECT('MAN') // optional
REDEFINE XBROWSE oBrw1 FIELDS MAN->COD_CODE, MAN->COD_DESC ;
HEADERS TE('????','Code'), TE('??????','De... |
2 xbrowse is strange behavier! | Mr Richard Chidiak
[quote="Richard Chidiak":1fnshev4]Dutch
I had a smiliar problem with several nested xbrowse, it was fixed by adding to each browse
obrw:bBookMark := {| n | iif( n == nil,aliasxxx->(RecNo()), aliasxxx->(dbgoto(n)) ) } // Required!
In theory this is not needed anymore in fwh 8.04, but give it a tr... |
2 xbrowse is strange behavier! | Dear nageswaragunupudi,
Thanks a lot, it works as expectation.
Thank for your help and give me an idea of it.
Regards,
Dutch
[quote="nageswaragunupudi":1rofs7r4]Mr Duch
The solution is simple. You have to use ALIAS 'MAN' or ALIAS 'SUB' compulsorily. Here is the modification to your code.
With these modificatio... |
2 xbrowses on the same window ... | Hi,
Stupid question - waht is easiest way to direct scope for second alias from first alias xbrowse ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> ... I allways worked with some related alias in folders enviroment - tipycally such - pressing on other folder I directed... |
2 xbrowses on the same window ... | [quote="Rimantas":38xo3mra]Hi,
Stupid question - waht is easiest way to direct scope for second alias from first alias xbrowse ? <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> ... I allways worked with some related alias in folders enviroment - tipycally such - pressing... |
20 buttons with numbers | I must create 20 buttons with numbers and when I click on each buttons must be clicked
but I must create it for each letters
sample :
a . 1 2 3 4 5 6 7 8 9 10 11 11 12 13 14 15 16 17 18 19 20
b. 1 2 3 4 5 6 7 8 9 10 11 11 12 13 14 15 16 17 18 19 20
c. 1 2 3 4 5 6 7 8 9 10 11 11 12 13 14 ... |
20 buttons with numbers | [code=fw:1fzttacj]<div class="fw" id="{CB}" style="font-family: monospace;"><br /> <span style="color: #0000ff;">DEFINE</span> <span style="color: #0000ff;">DIALOG</span> oDlg ;<br /> <span style="color: #0000ff;">FROM</span> <span style="color: #000000;">10</span>, <span style="color: #00000... |
20 buttons with numbers | I not Know How Make the buttons
but I Not Know How show the buttons clicked
for sample the clausole on change of buttons not exist |
20 buttons with numbers | I'd edited the sample, try it now |
20 buttons with numbers | Silvio...
it a little modification of sambomb's sample
[code=fw:3rx7dwf1]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><span style="color: #00C800;">function</span> main<span style="color: #0000... |
20 buttons with numbers | Daniel, with this modification you duplicate the button when assign to the same var each button, you must use something like it:
Local oBtn := Array(nChar*nNumber)
oBtn[ ( ( nchar - 1 ) * x ) + y ]
This way you assign each button to a different var... [;)] |
20 buttons with numbers | thanks but perhaps I not explain good to YOU
I made this small sample :
[code=fw:16ldi5z3]<div class="fw" id="{CB}" style="font-family: monospace;"><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><br /><br /><span style="color: #00D7D7;">#define</span> BTN_WIDTH <... |
20 buttons with numbers | Let me understand better...
You'll have 200 buttons, 20 cols * 10 row.
For each row you want only the last pressed?
And at the end of the program you want a return of each row last button?
Example:
Line 1: Last Button = 1
Line 2: Last Button = 2
Line 3: Last Button = 5
Line 4: Last Button = 8
Line 5: Last Button = ... |
20 buttons with numbers | yes
and that button I click must be pressed toshow on dialog with button ( of each line) is clicked or we can change color ... |
20 buttons with numbers | Silvio...
you can use new button class ( TRBbtn )
this is a example...
[code=fw:3rnw2r5k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color:... |
20 buttons with numbers | Silvio...
New sample...
[code=fw:26s5dc2k]<div class="fw" id="{CB}" style="font-family: monospace;"><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"fivewin.ch"</span><br /><span style="color: #00D7D7;">#include</span> <span style="color: #ff0000;">"ribbon.ch"</span><br /><br /><br />... |
20 buttons with numbers | thankssssssssssssss it was that I am searching
Good Mr D |
2000 registered users | Dear friends,
We have reached 2000 users on these forums <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
and growing... |
2000 registered users | Great.
Let's make a party. All Fivewinners to Antonio's home this evening <!-- s:lol: --><img src="{SMILIES_PATH}/icon_lol.gif" alt=":lol:" title="Laughing" /><!-- s:lol: --> |
2000 registered users | That would be great! <!-- s:wink: --><img src="{SMILIES_PATH}/icon_wink.gif" alt=":wink:" title="Wink" /><!-- s:wink: --> |
2003 Can't connect to Mysql server on 'localhost' (10061) | Hola, me da este error al conectarme. Como lo evito.
Quiero detectar cuando no se conecta....
He hecho
FWCONNECT oCn HOST chost USER cUser PASSWORD cPassword DB cDatabase
if ocn == nil
msginfo()
elseif ocn:nError <> 0
MsgInfo()
Endif
Antes de entrar en el if, me muestra el mensaje de error.
Gracias... |
2003 Can't connect to Mysql server on 'localhost' (10061) | En qué puerto tienes configurado la conexión? ( no veo la clausula PORT ) |
2003 Can't connect to Mysql server on 'localhost' (10061) | Hola Sr. Navarro.
Tengo la conexión en el puerto 3306, pero no hago la conexion a propósito para detectar el error.
Gracias. |
2003 Can't connect to Mysql server on 'localhost' (10061) | Una idea
[url:2jhwb69w]http://forums.fivetechsupport.com/viewtopic.php?f=3&t=39167&hilit=FW_OpenAdoConnection#p234174[/url:2jhwb69w] |
2007 CLAUSE OF BUTTON BAR NOT PAITING TEXT RIGHT TO BUTTONS | Mr.Antonio[code:1g1b0gj2]
DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 40 //2007
DEFINE BUTTON oBtn1 OF oBar ACTION New() ;
RESOURCE "new" ;
PROMPT "New" GROUP TOOLTIP "New" LEFT
[/code:1g1b0gj2]
I gave below the results of BUTTONBAR with and without 2007 Clause
LEFT clause in BUTTON statem... |
2007 CLAUSE OF BUTTON BAR NOT PAITING TEXT RIGHT TO BUTTONS | Right, Left and Bottom are not implemented in 2007 style. |
2007 CLAUSE OF BUTTON BAR NOT PAITING TEXT RIGHT TO BUTTONS | Mr.Nageswara RaoThank you for your advise.Mr.AntonioI Hope that this will be implemented soon.- Ramesh Babu P |
2007 style question | Is there a way to check if someone uses "classical windows" desighn in XP or Vista ?
IsAppThemed() still returns .T.
In this case menu and messagebar are 2007 style, dialogs look "old" which gives a strange look in that combination.
Regards,
Dietmar |
2007 style question | Dietmar,
> IsAppThemed() still returns .T.
IsAppThemed() just checks is the themes manifest file is included in the EXE
We need to find a way to detect if the user has the classic look |
2007 style question | We need to find a way to detect if the user has the classic look
That's what I was looking for <!-- s:) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":)" title="Smile" /><!-- s:) --> !
Hope you can find a way!
Regards,
Dietmar |
2007 style question | Dietmar,
Google is our friend <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
>
One possibility would be to check the value of ThemeActive in the registry under: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager
I believe a value of 0 means that no... |
2007 style question | Dietmar,
More results <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) -->
>
Call OpenThemeData. This will return a handle to the theme, which, if NULL indicates that the visual style manager is disabled or there is no information for that control, which means that you should c... |
2007 style question | Antonio,
>Call OpenThemeData
Is that an existing FW or Harbour function, or is it an API?
James |
2007 style question | >Call OpenThemeData
Antonio,
could you please post the code to do that.
We are about to release a new version of our software...
Thanks,
Dietmar |
2007 style question | [quote="James Bott":1ygo1c5k]Is that an existing FW or Harbour function, or is it an API?[/quote:1ygo1c5k]
It's an API:
[code:1ygo1c5k]HTHEME OpenThemeData( HWND hwnd, LPCWSTR pszClassList );[/code:1ygo1c5k]
EMG |
2007 style question | Dietmar,
Here you have a working sample:
[code:37g49j3j]
function Main()
MsgInfo( IsThemeActive() )
return nil
#pragma BEGINDUMP
#include <windows.h>
#include <hbapi.h>
typedef BOOL ( * PFISTHEMEACTIVE ) ( void );
HB_FUNC( ISTHEMEACTIVE )
{
HINST... |
2007 style question | nice - that's it!
But I noticed that there seems to be a little painting problem with bars without themes. Right of the bitmaps there is a darker grey...
I send the image to your per mail
Regards,
Dietmar |
2007 style question | Dietmar,
If you don't use the 2007 clause then you have to use the 3D clause to get the colors and painting that you want <!-- s:-) --><img src="{SMILIES_PATH}/icon_smile.gif" alt=":-)" title="Smile" /><!-- s:-) --> |
2007 style question | Many Thanks, now the look is consistent with and without themes! <!-- s:D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D -->
Dietmar |
2010 style | Hello:
is a big pleasure present to all the next release of fivewin with style 2010
Ribbon, Menu and Message Bar
Ribbon, no change is required, only add 2010 to comamnd, new clause STARTBTN <nOpcion>, will show a "start" button (blue)
[code=fw:29972coe]<div class="fw" id="{CB}" style="font-family: monospace;"> <s... |
2010 style | Sample
[url:af3mhwvh]http://www.sitasoft.net/fivewin/samples/rb2010.zip[/url:af3mhwvh] |
2010 style | Daniel,
Thank you. Great news!!!.
What about Buttonbmp and Skinbuttons?
Also. in your sample, I click con Archivo and I get an error:
[code=fw:ov5qkh39]<div class="fw" id="{CB}" style="font-family: monospace;">Application<br />===========<br /> Path and <span style="color: #0000ff;">name</span>: <span s... |
2010 style | Hello
yes is a mistake in sample, no in source code... i'll fix and upload the new sample |
2010 style | Thank you very much for quick support and reaction.
What about Buttonbmp and Skinbuttons?.
<!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> <!-- s;) --><img src="{SMILIES_PATH}/icon_wink.gif" alt=";)" title="Wink" /><!-- s;) --> |
2010 style | que tal Daniel,
comp puedo ponerle un degradado a una message bar?
salu2
paco |
2010 style | Francisco
El nuevo estilo estara disponible en la proxima version de fivewin... <!-- s:-D --><img src="{SMILIES_PATH}/icon_biggrin.gif" alt=":-D" title="Very Happy" /><!-- s:-D --> |
2010 style | [quote="ukservice":1e65qm0r]Thank you very much for quick support and reaction.
What about Buttonbmp and Skinbuttons?.
[/quote:1e65qm0r]
what do you know about it?
you can build your own skin, is very easy with skinbutton |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.