Search found 807 matches

by richard-service
Sun Feb 09, 2025 7:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 21
Views: 13811

Re: Graph/Chart Scrollable

Antonio Linares wrote: Thu Aug 08, 2024 12:10 pm Dear Richard,

We were considering to use a scrollpanel and use it to scroll the graph to each side

Would that be a good solution ?
any sample file for try?
by richard-service
Tue Jan 21, 2025 4:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert LIB from .NET dll file
Replies: 2
Views: 6239

Re: How to convert LIB from .NET dll file


Dear Richard,

Yes, it's possible to use a .NET DLL from a C application, although it requires specific steps since they are different environments. There are two main approaches:

COM Interop

First, you need to expose the .NET DLL as a COM component
Register the .NET assembly using regasm.exe ...
by richard-service
Sun Jan 19, 2025 6:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert LIB from .NET dll file
Replies: 2
Views: 6239

How to convert LIB from .NET dll file

Dear Antonio,

I have a .NET dll file
How to convert to LIB file for Harbour/xHarbour?

Thanks a lot.
by richard-service
Tue Nov 26, 2024 9:35 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy birthday dear Antonio
Replies: 11
Views: 2148

Re: Happy birthday dear Antonio

Happy Birthday Antonio.
by richard-service
Sat Sep 28, 2024 4:24 pm
Forum: FiveWin for Harbour/xHarbour
Topic: imagelist on tree
Replies: 15
Views: 4361

Re: imagelist on tree

alerchster wrote:There must be an existing directory instead of c:\fwh1905\*

Code: Select all | Expand

LOCAL cPath := "c:\FWH1905\*", oItem
WoW... Old folder, so old sample file. Define Folder c:\harbour ...
Now, it's working.
by richard-service
Sat Sep 28, 2024 8:57 am
Forum: FiveWin for Harbour/xHarbour
Topic: imagelist on tree
Replies: 15
Views: 4361

Re: imagelist on tree

No comments,


// C:\FWH\SAMPLES\ELIXIR.PRG

#include "FiveWin.ch"

STATIC oImageList

FUNCTION Main()

LOCAL oDlg, oGet, cText := ""

DEFINE DIALOG oDlg SIZE 900, 600

@ 0, 100 GET oGet VAR cText MEMO SIZE 350, 300 PIXEL OF oDlg

ACTIVATE DIALOG oDlg CENTERED ;
ON INIT BuildTree( oDlg, oGet ...
by richard-service
Fri Aug 30, 2024 4:04 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 7156

Re: FWH_2407 oSay does not assume nHeight

How can you help us to test this at our end?

Mr.RAO
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg

I have tried changing this here on my PC.
This is the original code in rpreview.prg:
@ nRow, nCol + 100 SAY ::oPage PROMPT ...
by richard-service
Thu Aug 29, 2024 2:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 7156

Re: FWH_2407 oSay does not assume nHeight

nageswaragunupudi wrote:How can you help us to test this at our end?
Mr.RAO
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
by richard-service
Mon Aug 26, 2024 5:21 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 7156

Re: FWH_2407 oSay does not assume nHeight

I want to move Say object position. I add 1400 not work. FWH2404 version only add 120 work fine.

Adding 1400 pixels may move it outside the size of the Bar
Does it work if you add 120 pixels?

Adding 1400 and 120 always stay here not move.
FWH2407
https://i.postimg.cc/gjzrT6JH/2024-08-25-014213 ...
by richard-service
Mon Aug 26, 2024 5:17 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2407 SaveAs Image not work when Preview
Replies: 2
Views: 1080

Re: FWH2407 SaveAs Image not work when Preview

nageswaragunupudi wrote:Saving as Image from Preview is working fine for me here.
Image
I try it again. Thank you.
by richard-service
Sat Aug 24, 2024 6:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH2407 SaveAs Image not work when Preview
Replies: 2
Views: 1080

FWH2407 SaveAs Image not work when Preview

Dear Antonio,Mr.RAO

FWH2407 SaveAs Image function not work and Auto jump Exit App.
by richard-service
Sat Aug 24, 2024 5:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FWH_2407 oSay does not assume nHeight
Replies: 32
Views: 7156

Re: FWH_2407 oSay does not assume nHeight

Dear Antonio,

I want to move Say object position. I add 1400 not work. FWH2404 version only add 120 work fine.

FWH2407
https://i.postimg.cc/gjzrT6JH/2024-08-25-014213.jpg

if nStyle < 2007
@ nRow, nCol + 1400 SAY ::oPage PROMPT FWString( "Page number:" ) + ;
LTrim( Str( ::nPage, 4, 0 ...
by richard-service
Sat Aug 10, 2024 3:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Birthday Wishes to Mr. Rao
Replies: 23
Views: 5449

Re: Birthday Wishes to Mr. Rao

Dear Mr.Rao

Happy Birthday!
生日快樂!
by richard-service
Fri Aug 09, 2024 7:11 am
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 21
Views: 13811

Re: Graph/Chart Scrollable

Antonio Linares wrote:Dear Richard,

We were considering to use a scrollpanel and use it to scroll the graph to each side

Would that be a good solution ?
Sounds good.