Search found 98 matches: tscrollpanel

Return to advanced search

Re: New FTDN June/Junio (FWH 21.06)

... --> { { ordbagname, ordname, ordkey, ordfor, ordkeyval } } TDatabase también puede usarla como método: oDbf:IndexInfo() * Corrección en TScrollPanel. Mal funcionamiento de la barra de desplazamiento vertical desde la versión 21.02 http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40529&sid=65ec67f5b351e446032214dd2572eb40 ...
by Antonio Linares
Wed Jul 28, 2021 2:07 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2176

New FTDN June/Junio (FWH 21.06)

... FW_IndexInfo() --> { { ordbagname, ordname, ordkey, ordfor, ordkeyval } } TDatabase can also use it as a method: oDbf:IndexInfo() * Fix: TScrollPanel: Vertical scrollbar malfunction since 21.02. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40529&sid=65ec67f5b351e446032214dd2572eb40 ...
by Antonio Linares
Tue Jul 27, 2021 4:47 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Junio (FWH 21.06)
Replies: 7
Views: 2176

New FTDN June/Jnio (FWH 21.06)

... FW_IndexInfo() --> { { ordbagname, ordname, ordkey, ordfor, ordkeyval } } TDatabase can also use it as a method: oDbf:IndexInfo() * Fix: TScrollPanel: Vertical scrollbar malfunction since 21.02. Fixed. http://forums.fivetechsupport.com/viewtopic.php?f=3&t=40529&sid=65ec67f5b351e446032214dd2572eb40 ...
by Antonio Linares
Tue Jul 27, 2021 4:46 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN June/Jnio (FWH 21.06)
Replies: 0
Views: 477

Re: sudden problem with tscrollpanel

ok now run ok
Nages corrected it and sent me a new release


Solved by Mr. Rao
by Antonio Linares
Sat Jun 26, 2021 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: sudden problem with tscrollpanel -RESOLVED
Replies: 5
Views: 918

Re: sudden problem with tscrollpanel

Please

there are news for the scroll panel, I have all blocked, I cannot scroll the umbrellas on the beach or select the products
the scrollpanel does not work
what has been changed?
by Silvio.Falconi
Sat Jun 26, 2021 8:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sudden problem with tscrollpanel -RESOLVED
Replies: 5
Views: 918

Re: sudden problem with tscrollpanel

Antonio Linares wrote:Silvio,

We are checking it

many thanks for your great feedback


I sent you a test sample
by Silvio.Falconi
Wed Jun 16, 2021 7:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sudden problem with tscrollpanel -RESOLVED
Replies: 5
Views: 918

Re: sudden problem with tscrollpanel

Silvio,

We are checking it

many thanks for your great feedback
by Antonio Linares
Wed Jun 16, 2021 6:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sudden problem with tscrollpanel -RESOLVED
Replies: 5
Views: 918

sudden problem with tscrollpanel -RESOLVED

... only scroll with the mouse wheel What's happened ? https://i.postimg.cc/HkSqjYTL/err-scroll.gif the same problem I have on another tscrollpanel https://i.postimg.cc/KjvVmwCT/erro2.gif with the older version of fwh it worked fine without errors. I saw that with fwh ...
by Silvio.Falconi
Tue Jun 15, 2021 9:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: sudden problem with tscrollpanel -RESOLVED
Replies: 5
Views: 918

Re: tScrollPanel and Pelles C

Damiano,

Please post the contents of dialogscroll.prg here as I can't find it at the FWH\samples folder, thanks
by Antonio Linares
Fri May 07, 2021 5:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1212

Re: tScrollPanel and Pelles C

...  DEFINE FONT oBold NAME "TAHOMA" SIZE 0,-14 BOLD   DEFINE DIALOG oDlg SIZE 500,400 PIXEL TRUEPIXEL FONT oFont ;      TITLE "FWH TScrollPanel"   @ 20,20 SAY If( oRec:RecNo == 0, "ADD CUSTOMER", "EDIT CUSTOMER : " + STRZERO( oRec:RecNo, 3 ) ...
by damianodec
Fri May 07, 2021 10:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1212

Re: tScrollPanel and Pelles C

Damiano, Please post the complete code for function EditDialog( oRec ) It seems as oDlg:oBrush has been changed to nil This little example works fine here, thats why I need to review your code: #include "FiveWin.ch"function Main()   Dialog()   Dialog(...
by Antonio Linares
Thu May 06, 2021 4:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1212

Re: tScrollPanel and Pelles C

... no exported method: HBRUSH Args: [ 1] = U Stack Calls =========== Called from: => HBRUSH( 0 ) Called from: .\source\classes\SCRLPANL.PRG => TSCROLLPANEL:PAINT( 415 ) Called from: .\source\classes\SCRLPANL.PRG => (b)TSCROLLPANEL:TSCROLLPANEL( 72 ) Called from: => TSCROLLPANEL:DISPLAY( ...
by damianodec
Thu May 06, 2021 11:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1212

Re: tScrollPanel and Pelles C

My mistake, you have to call it this way:

// Class TPanel Method Redefine( nId, oWnd, lDesign, cVarName, lBorder )

oPanel := TScrollPanel():Redefine( 101, oDlg )

Also, you have to call oPanel:SetFont( oDlg:oFont ) from the ON INIT clause of the ACTIVATE DIALOG
by Antonio Linares
Wed May 05, 2021 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1212

Re: tScrollPanel and Pelles C

...  DEFINE FONT oBold NAME "TAHOMA" SIZE 0,-14 BOLD    DEFINE DIALOG oDlg RESOURCE "SCROOL" FONT oFont;      TITLE "FWH TScrollPanel"   //   oPanel   := TScrollPanel():Redefine( 101, 10, 10, 200, 200, oDlg)   oPanel:SetFont( oDlg:oFont )  ...
by damianodec
Wed May 05, 2021 9:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tScrollPanel and Pelles C
Replies: 7
Views: 1212
PreviousNext

Return to advanced search