Search found 49 matches: inset

Return to advanced search

XBROWSE memory leak - SOLVED

Sr. Antonio, utilizo la versión de FIVEWIN 17.04, y noté una pérdida de memoria en xbrowse, al usar GDIVIEW, noté que (PEN) no liberó memoria. Quizás ya lo haya corregido, pero el problema estaba en el método: METHOD Adjust() CLASE TXBrowse ... //aqui*********************************** if ::hRowPen ...
by MGA
Wed Sep 02, 2020 9:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE memory leak - SOLVED
Replies: 3
Views: 768

Re: Sudoku with fwh

... )    //  MsgAlert( aTest[n], "Array-line : " + ALLTRIM(STR(n)) )      oText:Skip()NEXToText:Close()Return atest on main inset aSudoku := SudokuLoad(1) //nLevl1 http://www.eoeo.it/wp-content/uploads/2015/01/vv.jpg notice !! I change the header od test ...run ...
by Silvio.Falconi
Wed Jan 21, 2015 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Sudoku with fwh
Replies: 28
Views: 8179

Re: Necesito Ayuda!!!!!

#include "FiveWin.ch" #include "XBrowse.ch" //----------------------------------------------------------------------------------------------------------------- function MiBrowse() local oDlg, oBrw, oWnd, oCol SET RESOURCES TO "Mio.dll" ErrorBlock( { | o | MsgInfo( o:Des...
by willy1701
Thu Jan 15, 2015 11:44 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito Ayuda!!!!!
Replies: 24
Views: 4723

Re: ADO open/close Connection Question

Enrico, I always open and close also when using a recordset, but if I want to inset records, or delete records, I don't use recordsets. I use the oSQL:=CreateObject("ADODB.Connection") and then oSQL:execute() command. Do you use also recordsets ...
by Marc Vanzegbroeck
Sun Dec 07, 2014 11:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ADO open/close Connection Question
Replies: 7
Views: 1953

Re: Bug in TBtnBmp

Enrico,

They look like "inset", right ?

Like this one, right ?
viewtopic.php?p=161582#p161582
by Antonio Linares
Thu Jul 10, 2014 11:11 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 16281

Re: Bug in TBtnBmp

Now, on a dialog the differences begin:

Now searching why that inset border appears

Image
by Antonio Linares
Sun Jun 29, 2014 10:12 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in TBtnBmp [Solved]
Replies: 88
Views: 16281

Re: XBrowse with full grid

You should add the lines : //---------------------- while nRowPos <= nMaxRows hBrush := CreateSolidBrush( Eval( ::bClreof, Self,nrowpos )[ 2 ] ) FillRect( hDC, {nRow, acols[1]-1, nrow+::DataHeight+1, nBrwWidth }, hBrush ) DeleteObject( hBrush ) nRowPos++ nRow += nRowHeight enddo //--------- /* Pa...
by ShumingWang
Fri May 17, 2013 3:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse with full grid (Solved)
Replies: 14
Views: 4792

Re: PROBLEMA CON TXBROWSE

Muchas gracias FranciscoA Hice los ajustes quedo asi; Y FUNCIONO !!!!!! FUNCTION EDITAFILE2() LOCAL oLbxAlmacenes,oFntArial,oFntArial2 LOCAL cFilCompra:=cImpLoc+"WI"+SUBSTR(TIME(),1,2)+SUBSTR(TIME(),4,2)+SUBSTR(TIME(),7,2)+".DBF" LOCAL aStru:={ {"FILIAL","C",2...
by LuisPonce
Fri Jan 11, 2013 9:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMA CON TXBROWSE
Replies: 20
Views: 5591

Re: xBrowse lVScroll .F.

Ruferso, francamente no se que problema puedas tener, pero como te dije, incluso en la ver 1006 me funciona asi: Con PellesC Window Style 0x50010000 ( tú tienes puesto 0x50310000 ) Si omites lo siguiente, apararecen las barras: oBrSaldo:lHScroll := .F. oBrSaldo:lVScroll := .F. //-------------- oLbx ...
by FranciscoA
Thu Aug 23, 2012 3:09 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xBrowse lVScroll .F. Francisco SOLUCIONADO
Replies: 9
Views: 1622

Test for Insert Key on

... I am issuing the insert toggle in an xBrowse bOnPreEdit .. which works .. then re-issuing it on the way out of the bOnPostEdit which does not turn Inset off .. I can tell when I navigate into a different cell that the Insert Key is still on. Here is the code .. any help would be appreciated. Thanks ...
by Rick Lipkin
Wed May 02, 2012 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Test for Insert Key on
Replies: 2
Views: 911

A Question about xBrowse-Linestyles

Hello, I have a Question about xBrowse-Linestyles. I can change the Linecolors but the predefined Colors ( Linestyles ) don't work anymore on Selection. Is it possible to change from defined Pen-color to Linestyle ? It seems with defined Pencolors, Linestyle 1, 2, 3 and 4 are disabled. I would like ...
by ukoenig
Wed Aug 24, 2011 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: A Question about xBrowse-Linestyles
Replies: 2
Views: 757

Re: Como coloco las lineas xbrowse delgadas

Rubén, ¿ya has intentado con esto? : nRowDividerStyle,; // Row divider style nColDividerStyle; // Col divider style AS NUMERIC // O LINESTYLE_NOLINES // 1 LINESTYLE_BLACK // 2 LINESTYLE_DARKGRAY // 3 LINESTYLE_FORECOLOR // 4 LINESTYLE_LIGHTGRAY // 5 LINESTYLE_INSET // 6 LINESTYLE_RAISED Ejemplo: oBr...
by FranciscoA
Wed Oct 27, 2010 2:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como coloco las lineas xbrowse delgadas SOLUCIONADO
Replies: 1
Views: 381

Ayuda con xBrowse SOLUCIONADO

Hola amigos: Estoy desarrollando un pequeño aplicativo con tXbrowse, pero me he encontrado con los siguientes problemas: 1- Utilizando la edición directa en xbrowse, cuando ya se ha editado determinada celda (xVal grabado), y regreso a la misma celda, oprimo enter como que voy a editar de nuevo pero...
by FranciscoA
Thu Oct 21, 2010 10:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda con xBrowse SOLUCIONADO
Replies: 10
Views: 3035

xbrowse and memo field

I use xbrowse to display records with 1 memo field . Is it possible to have a scroll up and down when the lenght off the field is more thant 3 lines . Thanks . oLbx2 := TXBrowse():New( oFolder:aDialogs[2] ) oLbx2:nMarqueeStyle := MARQSTYLE_HIGHLROW *oBrw:nMarqueeStyle := MARQSTYLE_HIGHLROWMS &&a...
by Jack
Tue Aug 31, 2010 8:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse and memo field
Replies: 0
Views: 321

Re: New FWH 10.6

... the panel come attacking to first ? 4. Can swicth any panel ( open or close) ? 5. On wich type of menu I can show each items ( underline,solid,inset,raised) ? 6. Can insert an image on each panel ( no title) ? ( waterMark) and I can set the trasparency ?
by MdaSolution
Wed Jun 23, 2010 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New FWH 10.6
Replies: 14
Views: 3216
Next

Return to advanced search