Search found 98 matches: tscrollpanel

Return to advanced search

New FTDN April 2015 (FWH 15.04)

... Long fieldnames are not properly recoginized. now fixed. http://forums.fivetechsupport.com/viewtopic.php?f=6&t=30447 * Improvement: TScrollPanel class (scrlpanl.prg) is now touch friendly. User can push up or pull down the panel with finger or pressing the mouse anywhere on the panel ...
by Antonio Linares
Sat Apr 25, 2015 7:44 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2015 (FWH 15.04)
Replies: 6
Views: 3612

Re: TCFOLDEREX

... sin tener que modificar las coordenadas de los controles ( o sea, me gusta usarlos como "contenedor"). Ah! y que también existe la clase TScrollPanel No me gustan los diálogos (titulos y demas), como ves, "manias"
by cnavarro
Fri Oct 10, 2014 8:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCFOLDEREX
Replies: 12
Views: 2053

Re: Error FWH 14.08 MinGW

Manfred,

To temporarly solve it please add this function:

function TScrollPanel()

return nil

I will send you the modified libs asap
by Antonio Linares
Wed Sep 17, 2014 1:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 14.08 MinGW
Replies: 5
Views: 1035

Re: Error FWH 14.08 MinGW

It is still an error in the Lib hbmk2: Error: Referenced, missing, but unknown function(s): TSCROLLPANEL() c:/fwh/lib/fivehg.lib(DATAROW.o):DATAROW.c:(.data+0xfe8): undefined reference to `HB_FUN_TSCROLLPANEL' collect2: ld returned 1 exit status hbmk2[mmart]: Error: Running ...
by Gross
Sat Sep 13, 2014 10:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 14.08 MinGW
Replies: 5
Views: 1035

Error FWH 14.08 MinGW

Mr. Antonio Linares, sorry for my bad English. In version 14.8 the following error has occurred. c:/fwh/lib/fivehg.lib(DATAROW.o):DATAROW.c:(.data+0xf08): undefined to `HB_FUN_TSCROLLPANEL' c:/fwh/lib/fivehgc.lib(MSGS.o):MSGS.C:(.text+0x31): undefined reference to `fw_sreference trchr' c:/fwh/lib/fi...
by Gross
Sat Sep 13, 2014 8:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error FWH 14.08 MinGW
Replies: 5
Views: 1035

New FTDN August 2014 (FWH 14.08)

... properly painting the LEFT and RIGHT styles. Now it is ok. * Enhancement: ErrorSys now reports the length of the used arrays as parameters. * Fix: TScrollPanel: Combobox and DbCombo were not functioning correctly. fixed. * Enhancement: TDataRow: New default Edit Dialog with Navigation. * Enhancement: ...
by Antonio Linares
Sat Sep 06, 2014 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN August 2014 (FWH 14.08)
Replies: 2
Views: 1862

Re: 3 problems with touch.prg from the fwh/samples

I found a workaround. In TScrollPanel I inserted: METHOD finger(x) CLASS TScrollPanel    ::GoToPos( x )return nil//----------------------------------------------------------------------------//  and ...
by Otto
Sun Feb 10, 2013 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 3 problems with touch.prg from the fwh/samples
Replies: 18
Views: 3850

Error Scroll Panel class

I made a test static oPanel Function Main() Local oPanel,oBrush,oWnd DEFINE BRUSH oBrush FILENAME "mare.bmp" DEFINE WINDOW oWnd oPanel:= TScrollPanel():New(40,2,400,400,oWnd) oPanel:SetBrush(oBrush) oWnd:oclient:=oPanel ACTIVATE WINDOW oWnd maximized Return nil let me give this error ...
by Eoeo
Thu Aug 02, 2012 1:28 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error Scroll Panel class
Replies: 3
Views: 858
Previous

Return to advanced search