Search found 1354 matches: properly

Return to advanced search

Re: Logo on MDI window.

Dear Silvio, I would say that you have not properly created oLogo as it is containing a string instead of an object I copied only your test and I add only a buttonbar ( oBarRight) and another Buttonbar (oBar) https://i.postimg.cc/nrzDb5Ws/b.png ...
by Silvio.Falconi
Thu Nov 10, 2022 8:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 903

Re: Logo on MDI window.

Dear Silvio,

I would say that you have not properly created oLogo as it is containing a string instead of an object
by Antonio Linares
Wed Nov 09, 2022 6:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Logo on MDI window.
Replies: 10
Views: 903

Re: Version Info

After consulting a lot of online articles, and making modifications accordingly, I finally got the version info to work properly in both 32 bit and 64 bit applications. I am using FWH 12.06, Harbour, and Visual Studio 2022. Here is the code placed in my .rc file that actually has worked: ...
by TimStone
Thu Nov 03, 2022 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Version Info
Replies: 6
Views: 470

New FTDN October/Octure (FWH 22.10)

... tracking with DBF -See samples\dbf_tts.prg * Enhancement: samples\buildh32.bat, samples\buildh64.bat and samples\buildx32.bat have been fixed to properly reset the environment after the call to vcvarsall.bat We have been looking for this solution for a long time :-) * Enhancement: samples\fivedit0.prg ...
by Antonio Linares
Wed Nov 02, 2022 11:55 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octure (FWH 22.10)
Replies: 2
Views: 862

Re: search for working BCC7 64 "Build64.bat"

Dear Jimmy,

Please go to FWH\samples folder and do:

build64 tutor01

Here it properly builds the EXE and runs fine
by Antonio Linares
Thu Oct 27, 2022 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search for working BCC7 64 "Build64.bat"
Replies: 11
Views: 484

Re: Printing double sided

Dear Tim,

function PRNDUPLEX() just uses one parameter and it is properly assigned here:

lpDevMode->dmDuplex = hb_parni( 1 );
by Antonio Linares
Tue Oct 25, 2022 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1285

Re: Printing double sided

... print the same. It is called "short edge binding" and it means that with a single sheet, you rotate it vertically to see the other side properly. (2) should use long edge binding. That means on page one, if you hold the left side and flip the page to the left, the back side will have ...
by TimStone
Tue Oct 25, 2022 12:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Printing double sided
Replies: 24
Views: 1285

Re: TGet bLostFocus y WHEN no entiendo bien la lógica...

... bLostFocus since they are actions to perform when leaving the focus regardless of the content of the get. get. I think bLostFocus is not working properly or I don't quite understand its purpose.
by VictorCasajuana
Fri Oct 21, 2022 3:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGet bLostFocus yWHEN no entiendo bien la lógica[SOLUCIONADO
Replies: 20
Views: 1131

Re: Multiple RTF controls each with its own bar

Dear Hua, If I properly understood you, you have to do the following: 1. use "RichEdi5.ch" instead of "RichEdit.ch" ... Thanks for the reply Antonio. I managed to change to use RTF5 but when I add the clause BUTTONBAR ...
by hua
Tue Oct 18, 2022 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 474

Re: Multiple RTF controls each with its own bar

Dear Hua, If I properly understood you, you have to do the following: 1. use "RichEdi5.ch" instead of "RichEdit.ch" 2. Do the REDEFINEs this way: REDEFINE RICHEDIT5 ::hoGets["edu_1"] VAR ::hGets["edu_1"] ...
by Antonio Linares
Sun Oct 16, 2022 6:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Multiple RTF controls each with its own bar
Replies: 5
Views: 474

Re: clausole When...Hide a size of Dialog - strange

Hi Silvio, for me your sample is working fine. No missing elements if ' WHEN nRadio=2'. The checkbox is properly enabled if I press the radio button 2 and also disabled when I press radio button 1. I use Windows 10 and FWH 22.6 Regards, Detlef it run ok without xp manifest ...
by Silvio.Falconi
Tue Oct 11, 2022 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1617

Re: clausole When...Hide a size of Dialog - strange

Hi Silvio,

for me your sample is working fine. No missing elements if ' WHEN nRadio=2'.
The checkbox is properly enabled if I press the radio button 2 and also disabled when I press radio button 1.
I use Windows 10 and FWH 22.6

Regards, Detlef
by Detlef
Mon Oct 10, 2022 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: clausole When...Hide a size of Dialog - strange - RESOLVED
Replies: 26
Views: 1617

Re: FWH: All functions, classes, methods with source code

Dear Marc, Yes, you are right, there are so many examples and users code that it is difficult to have it properly organized :-) We have now 3 programs that can read the forum content. I wonder if one of them could also extract the source code and/or functions that are used ...
by Marc Venken
Thu Sep 15, 2022 6:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1582

Re: FWH: All functions, classes, methods with source code

... How did you solved it ? glad to know it is working. Yes, you are right, there are so many examples and users code that it is difficult to have it properly organized :-) I did not solve it. I was just able to make the lib that is giving a empty .LST file, so the program wont read the functions. ...
by Marc Venken
Thu Sep 15, 2022 6:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1582

Re: FWH: All functions, classes, methods with source code

Dear Marc,

How did you solved it ? glad to know it is working.

Yes, you are right, there are so many examples and users code that it is difficult to have it properly organized :-)
by Antonio Linares
Thu Sep 15, 2022 6:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH: All functions, classes, methods with source code
Replies: 15
Views: 1582
PreviousNext

Return to advanced search