Search found 14 matches: newat

Return to advanced search

Small buttonbar at x,y

... a ButtonBar? I wish Use the sample samples\barchange.prg, developed by Cristobal Navarro but the buttonbar must be insert down a xbrowse so I use Newat() method barchange.prg with Newat() Method of oBar // developed by Cristobal Navarro#include 'fivewin.ch'#include 'xbrowse.ch'#include "constant.ch"Function ...
by Silvio.Falconi
Wed Dec 06, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Small buttonbar at x,y
Replies: 7
Views: 747

Re: Richedit on a dialog

thanks antonio and Enrico...
I saw the fivewin.ch and before I tried to use Newat method
perhaps I make wrong any parameter and then it crashed...
this aftrnoon I must insert it on my aplication anf I try ... but I 'm sure it run ok ...
by Silvio.Falconi
Tue Apr 19, 2016 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8928

Re: Richedit on a dialog

... buttonbar oBar SIZE oDlg:nWidth, 29 of oDlg pixel   define button of oBarreturn nil So the fix is to define a default value for nWidth in the TBar:NewAt() method. Note that nHeight is defalted but nWidth is not. I am not exactly sure what it should default to. The width is supposedly the distance ...
by James Bott
Tue Apr 19, 2016 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Richedit on a dialog
Replies: 17
Views: 8928

New FTDN september 2014 (FWH 14.09)

... - When group headers of adjacent cells are inexactly equal, they are treated as same header. Fixed. * Enhacement: Class TBar Method New() and NewAt() added new lBorder parameter: http://forums.fivetechsupport.com/viewtopic.php?p=162528#p162528 * Enhancement: Added CLASSDATA lChangeCaret into ...
by Antonio Linares
Tue Oct 21, 2014 4:38 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN september 2014 (FWH 14.09)
Replies: 0
Views: 1111

Re: Nuevo FWH 13.12

Antonio, indicarte también que en la clase TBar, hay que inicializar la nueva DATA ::l2013 en el Metodo NewAt (está inicializada en el Metodo New) pero no en el que te indico Si no es asi y no la inicializas después de llamar al metodo, la aplicacion da error. oBar1 := TBar():NewAt( ...
by cnavarro
Sun Jan 26, 2014 7:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Nuevo FWH 13.12
Replies: 34
Views: 6541

Drop down button and font (2007 style)

Hello! I'm creating drop-down button using buttonbar. I create it using method NewAt, then I create popup menu and finally I create button using method NewBar, passing popup menu. The problem is that the font in 2007 mode is fixed at Tahoma,11. Is there another ...
by modicr
Thu Dec 02, 2010 9:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Drop down button and font (2007 style)
Replies: 1
Views: 525

Re: Buttonbar en una posición fija

... que a pesar de no ser botones se incluyan en la barra. jresojeda Igual me bota error; creo que no es lo mismo crear la barra con New() que con NewAt(), revisando el codigo y la sintaxis de creación tienen diferencias. Saludos y gracias por su respuesta Fernando Espinoza
by fespinoza
Mon Jan 11, 2010 2:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buttonbar en una posición fija
Replies: 11
Views: 3489

Buttonbar en una posición fija

... Revisando el código de creación de la clase, cuando la ButtonBar es fija, se usa el metodo constructor New() y cuando va en una posición fija es NewAt(); pero no encuentro porque no funcionan de la misma forma. Saludos Fernando Espinoza
by fespinoza
Mon Jan 11, 2010 4:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Buttonbar en una posición fija
Replies: 11
Views: 3489

... Agosto 31/2008 CLASSDATA lRegistered AS LOGICAL /* METHOD New( oWnd, nBtnWidth, nBtnHeight, l3D, cMode, oCursor, l2007 ) CONSTRUCTOR METHOD NewAt( nRow, nCol, nWidth, nHeight, nBtnWidth, nBtnHeight, oWnd,; l3D, cMode, oCursor ) CONSTRUCTOR */ //FranciscoA: Agosto 31/2008 METHOD New( oWnd, ...
by FranciscoA
Wed Oct 15, 2008 12:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: No encuentro las mejoras hechas a xbrowse por franciscoA ??
Replies: 17
Views: 4452

Also I have noticed that ButtonBars created with the syntax @ <row>,<col> BUTTONBAR .... in MDI window never get focus. How is it possible to make the bars created with TBar()NewAt( ... ) in a MDI window work ?
by nageswaragunupudi
Tue Jul 29, 2008 3:23 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Trouble with buttonbars oBar
Replies: 14
Views: 3752

... METHOD StartButtonBar() CLASS MP010PRO LOCAL oDlgBtn := Array(11) LOCAL nI := 1 LOCAL oRect := ::oDlg:GetCliRect() ::oDlgBar := TSBar():NewAt( oRect:nTop, 00, oRect:nRight, 36,; 34, 34, ::oDlg, .T. ) Richard
by Taiwan
Sat Oct 07, 2006 1:06 pm
 
Forum: Utilities / Utilidades
Topic: TSBrowse and TSButton for FWH 2.7
Replies: 4
Views: 3595

... CODE 0009:D34C 003D3H NEWBAR CODE 0009:D720 000DAH FREEBITMAP CODE 0009:D7FA 0026FH LOADBITMAP CODE 0009:DA6A 0052FH TBAR CODE 0009:DF9A 0023CH NEWAT CODE 0009:E1D6 00320H BTNADJUST CODE 0009:E4F6 0028CH GETBTNLEFT CODE 0009:E782 000F1H GETBTNTOP CODE 0009:E874 0020EH RBUTTONDOW CODE 0009:EA82 ...
by Connan
Fri Mar 03, 2006 10:28 am
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

GPF, como buscar el Error

... CODE 0009:D34C 003D3H NEWBAR CODE 0009:D720 000DAH FREEBITMAP CODE 0009:D7FA 0026FH LOADBITMAP CODE 0009:DA6A 0052FH TBAR CODE 0009:DF9A 0023CH NEWAT CODE 0009:E1D6 00320H BTNADJUST CODE 0009:E4F6 0028CH GETBTNLEFT CODE 0009:E782 000F1H GETBTNTOP CODE 0009:E874 0020EH RBUTTONDOW CODE 0009:EA82 ...
by Connan
Tue Feb 28, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: GPF, como buscar el Error
Replies: 3
Views: 3529

Error de Proteccion General.

... CODE 0007:F206 00460H MSGDATE CODE 0007:F666 0039AH MOVECALEND CODE 0007:FA00 0004FH DDATETOSTR CODE 0007:FA50 0052FH TBAR CODE 0008:0000 0023AH NEWAT CODE 0008:023A 002C2H BTNADJUST CODE 0008:04FC 001EBH DELGROUP CODE 0008:06E8 0028CH GETBTNLEFT CODE 0008:0974 000F1H GETBTNTOP CODE 0008:0A66 ...
by Garbi
Wed Nov 02, 2005 3:38 pm
 
Forum: FiveWin para CA-Clipper
Topic: Error de Proteccion General.
Replies: 5
Views: 4148

Return to advanced search