Search found 129 matches

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

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: 2724

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: 2724

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: 6163

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: 6163

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: 6163

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: 985

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: 985

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: 6163

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: 4872

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: 20
Views: 7578

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.
by richard-service
Thu Aug 08, 2024 9:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: Graph/Chart Scrollable
Replies: 20
Views: 7578

Re: Graph/Chart Scrollable

Antonio Linares wrote:got the example, working on it
Any News?
by richard-service
Wed Aug 07, 2024 9:40 am
Forum: FiveWin para Harbour/xHarbour
Topic: Mostrar control ActiveX codejock en diálogo desde recurso
Replies: 13
Views: 3045

Re: Mostrar control ActiveX codejock en diálogo desde recurso

Hola de nuevo Antonio.

Una última consulta por curiosidad, he realizado una prueba de stress con un timer y he creado y destruido 1000 diálogos como los del ejemplo. La memória del programa ha pasado de 6,8Mb a 13Mb es algo muy insignificante para 1000 diálogos abiertos y cerrados, pero me ...
by richard-service
Wed Aug 07, 2024 9:22 am
Forum: Utilities / Utilidades
Topic: Decoremos el arbol de navidad de FWH - Decorate the FWH tree
Replies: 59
Views: 42655

Re: Decoremos el arbol de navidad de FWH - Decorate the FWH tree

Esta muy Interesante el tema del consumo de FAstReport Net, yo tenía un desarrollo a 32 con la dll y e frg que permitía el uso , pero la librería es a 32 y estoy teniendo problemas para montar ahora que estoy migrando a 64, me podrías apoyar para el tema del uso del FastReport Net?.

De antemano ...