Search found 9 matches: resizedlg

Return to advanced search

Re: Resize dialog

... , oCon:Cargo['%FON'] ), -PERC( oRect:nHeight , oCon:Cargo['%FON'] )   https://mybergland.com/fwforum/resizedlg.jpg
by Otto
Wed Oct 14, 2020 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Resize dialog
Replies: 16
Views: 1667

Re: Flickering

Hi Enrico

STATIC FUNCTION RESIZEDLG( oDlg )

LOCAL oGrp := oDlg:aControls[ 1 ]

oGrp:Hide()
oGrp:Move( 20, 20, oDlg:nWidth() - 40, oDlg:nHeight() - 60, .T. )
oGrp:Show()

RETURN NIL

Colin
by Colin Haig
Tue Jan 19, 2010 1:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Flickering
Replies: 12
Views: 1969

Ok i change the lib and it is very better I Just have the error for function of my prg Error: Unresolved external '_HB_FUN_LSAVEOBJECT' referenced from C:\TITUS\PRG\TI TUS.OBJ Error: Unresolved external '_HB_FUN_RESIZEDLG' referenced from C:\TITUS\PRG\CLIE NTS.OBJ Error: Unresolved external '_HB_FUN...
by patili
Tue Nov 04, 2008 6:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5852

Oh I don't see the "+" With it i obtain this result (only linking part) c:\Borland\BCC55\bin\bcc32 /M /c @b32.bc Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from C:\FWH\LIB\F IVEH.LIB|ERRSYSW Error: Unresolved external '...
by patili
Mon Nov 03, 2008 11:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5852

it's better Turbo Incremental Link 5.00 Copyright (c) 1997, 2000 Borland Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from E:\FWH\LIB\FIVEH.LIB|ERRSYSW Error: Unresolved external '_HB_FUN___DBGVMSTKLCOUNT' referenced from E:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Unresolved external '_HB...
by patili
Sun Nov 02, 2008 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5852

New on harbour

Hi i just begin my migration from FiveWin Clipper to Harbour and i have soon many errors It seems the compilation work good ,but not the linking process: Error: Unresolved external '_hb_vmProcessSymbolsEx' referenced from E:\FWH\LIB\FIVEH.LIB|ERRSYSW Error: Unresolved external '_hb_sxDeCrypt' refere...
by patili
Sun Nov 02, 2008 10:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New on harbour
Replies: 27
Views: 5852

Patili,

It looks as in your resizedlg() you change the size of the controls. You may be assigning a wrong heigth to the comboboxes, thats why they don't open.
by Antonio Linares
Thu Feb 09, 2006 10:59 pm
 
Forum: FiveWin for CA-Clipper
Topic: COMBOBOX AND XP PRO
Replies: 9
Views: 2444

When i activate a dialog i resize it activate dialog dliste on init (function1,resizedlg(dliste,1,1,1,1,1)) Now the combobox don't open. If i don't resize it activate dialog dliste on init function1 Now the combobox work fine It is the same for all my dialogs and ...
by patili
Thu Feb 09, 2006 10:01 pm
 
Forum: FiveWin for CA-Clipper
Topic: COMBOBOX AND XP PRO
Replies: 9
Views: 2444

Oupss! in fact it is only when i use a function that automatically sesize the dialog according to the screen resolution PROCEDURE ResizeDlg(oDlg,x,y,h,la,n) LOCAL HAUTEURDIALOG := 0, ; LARGEURDIALOG := 0, ; I := 0 local ox,oy if h#1 HAUTEURFENETRE := (WNDMAIN():nVertRes()-24)/h LARGEURFENETRE ...
by patili
Thu Feb 09, 2006 9:12 pm
 
Forum: FiveWin for CA-Clipper
Topic: COMBOBOX AND XP PRO
Replies: 9
Views: 2444

Return to advanced search