Search found 129 matches
- Tue Nov 26, 2024 9:35 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Happy birthday dear Antonio
- Replies: 11
- Views: 1608
Re: Happy birthday dear Antonio
Happy Birthday Antonio.
- Sat Sep 28, 2024 4:24 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 2764
Re: imagelist on tree
WoW... Old folder, so old sample file. Define Folder c:\harbour ...alerchster wrote:There must be an existing directory instead of c:\fwh1905\*Code: Select all | Expand
LOCAL cPath := "c:\FWH1905\*", oItem
Now, it's working.
- Sat Sep 28, 2024 8:57 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: imagelist on tree
- Replies: 15
- Views: 2764
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 ...
// 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 ...
- Fri Aug 30, 2024 4:04 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 6183
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 ...
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 ...
- Thu Aug 29, 2024 2:23 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 6183
Re: FWH_2407 oSay does not assume nHeight
Mr.RAOnageswaragunupudi wrote:How can you help us to test this at our end?
Thinking about FWH2404 working and FWH2407 not work. I just modify same code and Chinese word within rpreview.prg
- Mon Aug 26, 2024 5:21 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 6183
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 ...
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 ...
- Mon Aug 26, 2024 5:17 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH2407 SaveAs Image not work when Preview
- Replies: 2
- Views: 988
- Sat Aug 24, 2024 6:03 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH2407 SaveAs Image not work when Preview
- Replies: 2
- Views: 988
FWH2407 SaveAs Image not work when Preview
Dear Antonio,Mr.RAO
FWH2407 SaveAs Image function not work and Auto jump Exit App.
FWH2407 SaveAs Image function not work and Auto jump Exit App.
- Sat Aug 24, 2024 5:43 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: FWH_2407 oSay does not assume nHeight
- Replies: 32
- Views: 6183
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 ...
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 ...
- Wed Aug 14, 2024 7:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: DBF format still in use???
- Replies: 23
- Views: 5379
- Sat Aug 10, 2024 3:56 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Birthday Wishes to Mr. Rao
- Replies: 23
- Views: 4898
Re: Birthday Wishes to Mr. Rao
Dear Mr.Rao
Happy Birthday!
生日快樂!
Happy Birthday!
生日快樂!
- Fri Aug 09, 2024 7:11 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Graph/Chart Scrollable
- Replies: 20
- Views: 7599
Re: Graph/Chart Scrollable
Sounds good.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 ?
- Thu Aug 08, 2024 9:08 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Graph/Chart Scrollable
- Replies: 20
- Views: 7599
Re: Graph/Chart Scrollable
Any News?Antonio Linares wrote:got the example, working on it
- 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: 3052
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 ...
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 ...
- 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: 42670
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 ...
De antemano ...