Page 18 of 21

Re: HMG.3.4.2

Posted: Fri Apr 29, 2016 5:38 pm
by srvet_claudio
chrisjx2002 wrote:I think it works. I have probably found where there is a problem. Thanks Claudio for your help!
The original demo of the link that you post have a small bug.

Re: HMG.3.4.2

Posted: Fri Apr 29, 2016 7:20 pm
by chrisjx2002
You are right!

Re: HMG.3.4.2

Posted: Fri Apr 29, 2016 7:32 pm
by chrisjx2002
Try to change Form_1.Button_1.Picture := "" by Setproperty("Form_1","Button_1","caption","") in your program. Then it does not work : the image is not suppress.

Re: HMG.3.4.2

Posted: Fri Apr 29, 2016 9:43 pm
by srvet_claudio
chrisjx2002 wrote:Try to change Form_1.Button_1.Picture := "" by Setproperty("Form_1","Button_1","caption","") in your program. Then it does not work : the image is not suppress.
The property is PICTURE not is CAPTION:

Code: Select all

	SetProperty( "Form_1", "Button_1", "Picture", "" )

Re: HMG.3.4.2

Posted: Fri Apr 29, 2016 9:44 pm
by esgici
Wonderful !

Thanks Claudio :D

Re: hmg unicode ide and timer control

Posted: Sat Apr 30, 2016 12:19 am
by srvet_claudio
srvet_claudio wrote:
nikko1960 wrote:Hi to all
configuration : win 10 home 64 bit, hmg 3.4.2 ide unicode patch 3, timer control.
i do not know if this is an issue but when you input the value property from Ide the maximum value is 10000 ( i think is equal to ten seconds )
but if you change it in the fmg file you can input more then 10000, it works as expected.
So i suggest to increase this value in HMG-Ide property value.

regards

Domenico
I will check.
Done !

Re: HMG.3.4.2

Posted: Sat Apr 30, 2016 10:45 am
by chrisjx2002
You are right... :oops: I was definitively too tired yesterday evening....

Re: HMG.3.4.2

Posted: Sun May 01, 2016 12:12 am
by srvet_claudio
Hi Friends,
Please test the new version of IDE (ver 1.1)
- now the IDE not convert to lowercase the name of the PRG files
- eliminated the maximum limit of 10000 milliseconds in the Timer control imposed for the IDE
- Zero in MAXLENGTH property of the controls RichEdit, TextBox and EditBox is equal a NIL value
- now double click on the Run or Debug buttons not abort the IDE

Re: HMG.3.4.2

Posted: Sun May 01, 2016 12:56 am
by esgici
srvet_claudio wrote:Hi Friends,
Please test the new version of IDE (ver 1.1)
- now the IDE not convert to lowercase the name of the PRG files
- eliminated the maximum limit of 10000 milliseconds in the Timer control imposed for the IDE
- Zero in MAXLENGTH property of the controls RichEdit, TextBox and EditBox is equal a NIL value
- now double click on the Run or Debug buttons not abort the IDE
Thanks Claudio :D

Re: HMG.3.4.2

Posted: Sun May 01, 2016 6:11 pm
by quartz565
Thank you Claudio !