Wish you all a merry new year!
Roberto Chiaiese
Search found 27 matches
- Tue Dec 31, 2024 2:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: To all the FW family
- Replies: 10
- Views: 601
- 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
regards
Roberto
- 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
did you received the source file?
I sent it to you on september 09
regards
Roberto
- 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
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
- 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 ...
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 ...
- 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 ...
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 ...
- 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
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
- 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 ...
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 ...
- 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 ...
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 ...
- 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
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
- 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 ...
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 ...
- 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 ...
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 ...
- 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 ...
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 ...
- 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
Roberto
- 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 ...
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 ...