Search found 23 matches: tscrdlg

Return to advanced search

Re: How to code TScrDlg() for use in folder?

Workaround the issue by not using Shadow  REDEFINE TITLE oTitle ID 123 of oDlg SHADOW NOSHADOW  No joy. Please try to reduce the height used by TScrDlg() I reduced the controls from 10 to 7 sets. Seems painting issue is consistent. There will be extra bits painted near the 5th, 7th and 10th TTitle
by hua
Thu Dec 15, 2022 9:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

Please try to reduce the height of TScrDlg(), let the controls as they are
by Antonio Linares
Fri Dec 02, 2022 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

No joy.

Antonio Linares wrote:Please try to reduce the height used by TScrDlg()


I reduced the controls from 10 to 7 sets. Seems painting issue is consistent.
There will be extra bits painted near the 5th, 7th and 10th TTitle

Image
by hua
Fri Dec 02, 2022 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

Dear Hua,

I have been able to build you example and see wht you mean

Please try to reduce the height used by TScrDlg()
by Antonio Linares
Thu Dec 01, 2022 12:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

Hi Antonio,
I created a self-contained sample. It can be downloaded from here https://drive.google.com/file/d/1aBL3nn ... share_link
The paths in the .mak file would need to be updated first though

TIA
by hua
Thu Dec 01, 2022 10:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

Dear Hua,

Could you please provide us your PRG example to test it here ?

many thanks
by Antonio Linares
Wed Nov 30, 2022 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

When I added up to 10 RTF controls within the same page on the TFolderEx,
the screen painting starts to become weird and folder names got painted where it shouldn't exist.

How to fix this?

Image
by hua
Wed Nov 30, 2022 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

very good! :-)

many thanks for sharing it!
by Antonio Linares
Fri Nov 25, 2022 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

Resolved. ACTIVATE DIALOG oDlg ON INIT MakeScroll(oFolder)PROC MakeScroll(oFolder)  local oScrDlg  oScrDlg := TScrDlg():New(oFolder:aDialogs[1],0,SCROLL_RANGE,0,70)  oFolder:aDialogs[1]:bMouseWheel := { | nKey, nDelta, nXPos, nYPos ...
by hua
Fri Nov 25, 2022 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

What's better between TScrDlg() and TScrollPanel?
by hua
Fri Nov 25, 2022 9:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: How to code TScrDlg() for use in folder?

Tried
Code: Select all  Expand view
     
::oFolder:aDialogs[1]:bInit := {||  oScrDlg := TScrDlg():New(::oFolder:aDialogs[1],0,270,0,70) }                                           
 


Why :bInit is not evaluated?
by hua
Fri Nov 25, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

How to code TScrDlg() for use in folder?

Hi,
All samples I've looked at place calls to TScrDlg() at a dialog's ON INIT.
How should it be coded for use in a Folder/FolderEx?

TIA
by hua
Fri Nov 25, 2022 4:26 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to code TScrDlg() for use in folder?
Replies: 12
Views: 643

Re: Scroll en Window

Hola.
Se me ocurre que puedes usar la classe TScrDlg():New(oDlg,1,1,30,340)
Saludos.
by FranciscoA
Sat Sep 15, 2018 4:21 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scroll en Window
Replies: 2
Views: 438

Re: oPanel with Vscroll and Hscroll

resolved !
I used tscrollpanel and tscrdlg together
by Silvio.Falconi
Tue Aug 21, 2018 12:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oPanel with Vscroll and Hscroll RESOLVED!!
Replies: 1
Views: 582
Next

Return to advanced search