Search found 27 matches

by chiaiese
Tue Dec 31, 2024 2:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: To all the FW family
Replies: 10
Views: 601

Re: To all the FW family

Wish you all a merry new year!

Roberto Chiaiese
by chiaiese
Tue Oct 08, 2024 9:52 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

done...

regards
Roberto
by chiaiese
Sat Oct 05, 2024 10:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Hi Antonio,
did you received the source file?
I sent it to you on september 09

regards
Roberto
by chiaiese
Mon Sep 09, 2024 10:20 am
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Antonio
ok, I wrote the missing methods and now full scrolling is supported, even with mouse dragging.
If you wish I can send to you the modified full source code by mail

thank you for support
by chiaiese
Sun Sep 08, 2024 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Antonio,
I already tried it but it seems that the ScrollPanel class has no methods to manage it:


for n = 1 to nLen

DEFINE DIALOG oDlg OF Self STYLE nOR( WS_CHILD, If( ! ::oWnd:IsKindOf( "TDIALOG"), WS_CLIPCHILDREN, 0 ) );
FROM 0, 1 TO ::nHeight(), ::nWidth() PIXEL ;
FONT ::ownd:oFont ...
by chiaiese
Fri Sep 06, 2024 11:19 am
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Dear Roberto,

If you want to scroll the dialog contents in a TFolderEx control probably using a TScrollPanel is the way to go.

We are going to test it and share an example

Please wait for us, thank you

Antonio,
I did it!
As you suggest I used TScrollPanel to make folders scrollable and, with a ...
by chiaiese
Fri Sep 06, 2024 10:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 2239

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

Hi Otto,
I'm from Napoli but I live in Roma from over 30 years.
Often people who lives at borders are bilingual..so do you also speak Italian? :-)

If you have more questions I will be happy to answer
Regards
by chiaiese
Wed Sep 04, 2024 5:35 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 2239

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

hi Antonio,
here is a simplified sample code I use:


function main()
parameters User,Password,cFunction,cGets,cPosts
... here some settings
* Start application **********************
public oApp := CApp():New(" Gestione CGI Web ",INI_FILE)
oApp:cParms := cParms // parametri da Setup
oApp:cGets ...
by chiaiese
Wed Sep 04, 2024 4:22 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Karinha,
I don't use Resource Workshop or other tools to design windows and controls, I think it wastes a lot of time.
I use classes that defines the behavior and positioning of objects by source.
So I use the control objects that seems more complete and gives me more possibilities, once programmed ...
by chiaiese
Wed Sep 04, 2024 2:36 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Karinha,
it is a tImage control, I use ImageMagick in background to create the preview when the document file is dropped or just created from the app.
Just double-click the preview to open attached documents with their predefined apps (images, text, pdf or whatever you want)

Roberto
by chiaiese
Tue Sep 03, 2024 2:30 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Hi Silvio,
in the first and third windows, on the right side of the browse we have a tFolderEx object ('Descrizione' and 'Anteprima' folders).
Well, after the controls are first painted on it, we can resize the windows or move the splitter. As you can see, in the folder in the first window the memo ...
by chiaiese
Tue Sep 03, 2024 12:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 2239

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

hello Otto,
here is a brief description:
the CMS module is a standard fw desktop application, it is the place where all informations about the sites are stored: sites, pages, contents, menus, documents, html templates, css files and so on.
It is multi-site so a single customer can have multiple ...
by chiaiese
Mon Sep 02, 2024 8:19 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

hello Antonio,
first of all, thank you for your answer.
Here's the modified code from tFolderEx Class:


#ifdef RECINFORMATICA
// add: lHBar, lVBar - barre di scorrimento
METHOD New( nTop, nLeft, nWidth, nHeight, oWnd, aBitmaps, lPixel,;
lDesign, aPrompts, nFolderHeight, ;
aHelps, nRound, bAction ...
by chiaiese
Mon Sep 02, 2024 5:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: scrollbars on tFolderEx
Replies: 26
Views: 4277

Re: scrollbars on tFolderEx

Hello, any suggestions?

Roberto
by chiaiese
Fri Aug 30, 2024 2:28 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to Work with FIVEWIN and Web Side by Side - An Easy Way
Replies: 9
Views: 2239

Re: How to Work with FIVEWIN and Web Side by Side - An Easy Way

Otto,
if you want to test the execution speed you can visit these sites:
https://www.recinformatica.it (our site)
https://www.to-build.it (one of the last done, multilingual)
https://www.autoricambischicchi.it
https://www.sicuriallestero.it
https://www.boscomarshop.it (an e-commerce under ...