Search found 21 matches: checkdots

Return to advanced search

Re: help to compile easyreport

... tsay,timage,etc, que derivan del tcontrol original ... tendríamos que derivar cada una de esas clases ( como hace Paco ) y añadir su propio metodo checkdots() y showdots() . Se puede hacer y el codigo de Paco es libre , pero sería bueno realizarlo en un fork independiente , para mi que es un "divertimento ...
by mastintin
Wed Oct 29, 2014 11:54 am
 
Forum: EasyReport, EasyDialog y EasyPreview
Topic: help to compile easyreport
Replies: 27
Views: 11173

ERROR when using DESIGN option

... => TWINDOW:CREATE( 734 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:NEW( 819 ) Called from: .\source\classes\CONTROL.PRG => TSAY:CHECKDOTS( 1333 ) Called from: .\source\classes\SAY.PRG => TSAY:NEW( 150 ) It's urgent. Please if someone can help... :roll:
by compaqt
Tue Dec 11, 2012 5:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ERROR when using DESIGN option
Replies: 0
Views: 346

Re: Ribbonbar : how to mark the last used Button ?

... but there needs to be a little work done on the class to get the design feature to work. When you initialize the button you can use oBtn:checkdots() to initialize. Then you can do oBtn:ShowDots() and oBtn:HideDots() The problem happens if you take the handles and move them. It would be ...
by Gale FORd
Sun Sep 30, 2012 5:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Ribbonbar : how to mark the last used Button ?
Replies: 2
Views: 791

Re: Como se crea una CLASE para dibujar líneas.

... GetWindowLong( ::hWnd, GWL_EXSTYLE ), WS_EX_TRANSPARENT ) ) oWnd:AddControl( Self ) ::Default() Else oWnd:DefControl( Self ) EndIf If lDesign ::CheckDots() EndIf Return Self * ============================================================================ * METHOD TSLines:Redefine() Version 6.0 ...
by QAZWSX2K
Tue May 25, 2010 7:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como se crea una CLASE para dibujar líneas.
Replies: 8
Views: 1760

Re: bitmaps trasparents

Hi MDA: I try with sbutton Release 7.0 But I think there is a problem because when I use design clause it draw the rectangule of checkdots bad I use then an action to refresh the dialog ( and the bitmaps I drawing ) but it refresh also the ribbon and it make a flash on the dialog I'll ...
by mmercado
Mon May 03, 2010 11:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmaps trasparents
Replies: 35
Views: 8227

Re: bitmaps trasparents

... a bitmap near to another I try with sbutton Release 7.0 But I think there is a problem because when I use design clause it draw the rectangule of checkdots bad look it please : http://img87.imageshack.us/img87/107/immaginezsx.jpg I use then an action to refresh the dialog ( and ...
by MdaSolution
Mon May 03, 2010 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bitmaps trasparents
Replies: 35
Views: 8227

Re: CtrlDrawFocus

... se espera. Te anexo un pequeño ejemplo para que lo compruebes. Además, hay otros pequeños detalles: 1) Si se borra un objeto, no desaparecen los checkdots que lo delimitan 2) El dragado permite llevar el objeto fuera de los límites de su ventana, de manera que si lo soltamos fuera de su contenedor, ...
by César E. Lozada
Thu Feb 12, 2009 2:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CtrlDrawFocus
Replies: 4
Views: 653

... WNDCREATEERROR(0) Called from: WINDOW.PRG => TWINDOW:CREATE(0) Called from: WINDOW.PRG => TWINDOW:NEW(0) Called from: CONTROL.PRG => TBOX:CHECKDOTS(0) Called from: test.prg => TITEMS:NEW(102) Called from: test.prg => TBOX:NEW(225) Called from: test.prg => MAIN(17)
by Silvio
Tue Dec 02, 2008 10:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: I WANT UNDERSTAND HOW !!!!!!!!!!!!!!
Replies: 7
Views: 1265

Try BRUSH in CheckDots method: METHOD CheckDots() CLASS TControl ... DEFINE CURSOR oSizeNWSE SIZENWSE DEFINE CURSOR oSizeNESW SIZENESW DEFINE CURSOR oSizeNS SIZENS DEFINE CURSOR oSizeWE SIZEWE DEFINE BRUSH oDotBrush ...
by Rochinha
Wed Nov 19, 2008 1:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Show Dots
Replies: 6
Views: 1044

... ! Empty( oWnd:hWnd ) ::Create() ::Default() if ::l3D ::Set3DLook() endif oWnd:AddControl( Self ) else oWnd:DefControl( Self ) endif if ::lDrag ::CheckDots() endif return Self //----------------------------------------------------------------------------// METHOD ReDefine( nId, bText, oWnd, cPicture, ...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3680

... := 0 ::nHeightCell := ::nHeightHead := SBGetHeight( ::hWnd, If( ::oFont != Nil, ; ::oFont:hFont, 0 ), 0 ) ::aMsg := LoadMsg() If lDesign ::CheckDots() EndIf ::SetFilter( cField, uVal1, uVal2 ) If ::cAlias == "ARRAY" If ! Empty( uAlias ) .and. ValType( uAlias[ 1 ] ) != "A" ::SetItems( uAlias ...
by Natter
Mon Sep 08, 2008 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: bChange
Replies: 9
Views: 5460

Problema con ADJUST en los controles en un diálogo

... WNDCREATEERROR(0) Called from: WINDOW.PRG => TWINDOW:CREATE(0) Called from: WINDOW.PRG => TWINDOW:NEW(0) Called from: CONTROL.PRG => TSAY:CHECKDOTS(0) Called from: SAY.PRG => TSAY:NEW(0) Called from: => HB_EXECFROMARRAY(0) Called from: D:\quiquesoft\ide\prg\ventana.prg => VENTANA:OBJNEW(138) ...
by quique
Mon Jun 16, 2008 7:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema con ADJUST en los controles en un diálogo
Replies: 0
Views: 442

... => WNDCREATEERROR(0) Called from: => TWINDOW:CREATE(0) Called from: => TWINDOW:NEW(0) Called from: => TBUTTONBMP:CHECKDOTS(0) Called from: => TBUTTON:NEW(0) Called from: => TBUTTONBMP:NEW(0) Called from: main.prg => TEST_SETTING(228) Called from: main.prg ...
by yunbg1
Thu Mar 27, 2008 5:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BUTTON oBut DESIGN, lDrag := .t. BUTTON late Move.
Replies: 3
Views: 691

... oWnd:hWnd ) ::Create() ::Default() ::lVisible = .t. oWnd:AddControl( Self ) else oWnd:DefControl( Self ) ::lVisible = .f. endif if lDesign ::CheckDots() endif return Self //----------------------------------------------------------------------------// METHOD ReDefine( nId, bLine, oDlg, aHeaders, ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4177

... lRaised, lAutoWidth ) CLASS TSay .../... if lAutoWidth ::nRight = ::nLeft + GetTextWidth( 0, ::cCaption, ::oFont:hFont ) - 1 EndIf if ::lDrag ::CheckDots() endif return Self" Saludos Carlos G.
by FiveWiDi
Sat Oct 06, 2007 9:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ComboBox mas amcho que el definido....
Replies: 10
Views: 1754
Next

Return to advanced search