Page 1 of 1
Nuevas características en XBrowse FWH 8.07
Posted: Mon Jul 21, 2008 9:16 pm
by Antonio Linares
Tooltips en las cabeceras de las columnas: Nueva data cToolTip de TXBrwColumn a la que se le puede asignar un toolip como texto / array / codeblock. El tooltip se mostrará al pasar el ratón por encima de la cabecera:
Posted: Mon Jul 21, 2008 9:18 pm
by Antonio Linares
Usando HTMLPop() para mostrar textos tipo tooltips:
Posted: Mon Jul 21, 2008 9:22 pm
by Antonio Linares
Y mucho más (pendiente de traducirlo al Español):
1. Post Edit navigation:
(a) If get is exited with up or down arrow, cursor is moved to previous or next row as the case may be.
(b) If lFastEdit is true, cursor goes to the next editable cell in the same row. If the edited cell is the last editable cell in the rown, cursor goes to the first editable cell of the next row.
2. Tooltips for headers: New data cToolTip of TXBrwColumn can be assigned with a toolip as character value / array / codeblock. The tooltip will be shown when mouse hovers on the header of the column.
3. Mouse Wheel: Now mouse wheel works only when the mouse is in the browse's data area and number of lines scrolled depends on the window's settings. Thanks to suggestions from Manuel Mercado and James Bott.
3. SetArray( <hash> ) is implemented for xharbour.
4. User speicified date formats can be assigned to oCol:cEditPicture and dates will be shown in the specified format will be used for display in xbrowse and export to excel. The formats are the same that are used for formatting dates in excel. ( eg dd/mm/yyyy, mmmm dd yyyy, etc )
5. Sorting RDD. Repeated click on the header toggles ascending / descending order of the sort even for RDD ( if the RDD supports ), in the same way like arrays and recordsets
6. Sorting on columns is possible for TDatabase ( and similar objects ) set with SetoDbf(...) or with commands, by assigning data name to oCol:cSortOrder. This works if the data object contains method by name SetOrder( <corder> )
7. In earlier versions a column object can be retrieved by oBrw:oCol( <cHeader> ). Now it is possible to retrieve a column object with new syntax oBrw:cHeader. It is also possible to create new columns with this syntax.
Example:
oBrw:SalePrice := { || oBrw:Sales:Value / oBrw:Quantity:Value }
Above stament adds a new column with the header 'SALEPRICE' whose value is the value of column with header 'SALES'
divided by the value in the column with header 'QUANTITY'.
oBrw:Sales:nEditType := EDIT_GET
Column with header 'SALES' is set to editmode.
8. New Function XBROWSE( [cAlias/aData/oRs/oDbf], [cTitle], [lAutoSort], [bSetUp] ) for quick browse of any datasource.
Example:
use customer
xbrowse()
or
xbrowse( aArray / oRs / oDbf / cAlias / hHash )
Additional features can be provided by the programmer through bSetUp codeblock, which receives the browse object as parameter.
Posted: Tue Jul 22, 2008 8:16 am
by MOISES
Antonio:
Muy buen trabajo. ¿Y se puede poner de fondo el tema de Vista?.
Gracias.
Posted: Tue Jul 22, 2008 8:41 am
by Antonio Linares
Moises,
Que es el "tema de Vista" ?
De fondo ???
Posted: Tue Jul 22, 2008 9:59 am
by Ale SB
Posted: Tue Jul 22, 2008 12:03 pm
by Antonio Linares
Ale,
Se ven muy bonitas
Has introducido los colores directamente dentro de la clase TXBrowse ó has proporcionado nuevos parámetros ? O una llamada a un nuevo método ?
Posted: Tue Jul 22, 2008 12:40 pm
by Ale SB
Antonio Linares wrote:Ale,
Se ven muy bonitas
Has introducido los colores directamente dentro de la clase TXBrowse
No
Antonio Linares wrote:ó has proporcionado nuevos parámetros ? O una llamada a un nuevo método ?
Son, nuevas propiedades que se crean para la clase.
De este modo, dar el programador Tres opciones para Stilo de colores..
Los nativos:
l2007 := .F.
L2007 : .T.
y
lSbColor ( que trabaja en conjunto con l2007:= .t. )
Asi puedes combiar las cores del Browse por su proprio Prg.
Si usted está interesado en incluir _ en el próximo xbrowse, puede enviar la clase modificada.
Junto con uno de sus Demonstraçao Uso
La clase también necesita un ajuste, como por ejemplo:
-- Incluya una Degradê Fondo.
-- Coloque una bandeja degradê para selecão.
Sé que con sus conocimientos, es muy capaz de mejorarlo.
Si hay interés, indica para mí que me mande un correo electrónico.
Saluds Ale
Posted: Tue Jul 22, 2008 2:28 pm
by MOISES
Antonio:
Otra sugerencia:
Que, por ejemplo, pulsando doble click de arriba a la izquierda, en la cabecera de la barra, se accediera a un menú contextual para cambiar las propiedades estéticas y, asimismo, exportar a Excel, generar un Report, exportar a HTML, etc.
Re: Nuevas características en XBrowse FWH 8.07
Posted: Thu Dec 19, 2013 7:34 pm
by El Loco
Antonio, no encuentro documentación que me que significan cada parámetro de la función HTMLPOP().
Algunas queda clarisimo que son, pero me quedan dos que ni idea.
Abrazos
Miguel.
Re: Nuevas características en XBrowse FWH 8.07
Posted: Fri Dec 20, 2013 6:39 am
by El Loco
El Loco wrote:Antonio, no encuentro documentación que me que significan cada parámetro de la función HTMLPOP().
Algunas queda clarisimo que son, pero me quedan dos que ni idea.
Abrazos
Miguel.
Antonio ya las encontré.
http://forums.fivetechsupport.com/viewt ... POP#p63396
Gracias. Abrazo.
Miguel