Spinner Font name, size, bold, italic, underline, strikeout added.
HMG 4 Started
Moderator: Rathinagiri
Re: HMG 4 Started
Hello,
Spinner Font name, size, bold, italic, underline, strikeout added.
Spinner Font name, size, bold, italic, underline, strikeout added.
With best regards,
Sudip
Sudip
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 4 Started
Ok.sudip wrote:Hello,
Spinner Font name, size, bold, italic, underline, strikeout added.
It looks good, but the problem is that you can't change these properties at run-time now.
I've made some changes to control.prg.
Update your code and look at line #1004.
I've added the logic to make the Fontsize be changed at runtime.
I'll proceed with the other font properties.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 4 Started
Roberto Lopez wrote:Ok.sudip wrote:Hello,
Spinner Font name, size, bold, italic, underline, strikeout added.
It looks good, but the problem is that you can't change these properties at run-time now.
I've made some changes to control.prg.
Update your code and look at line #1004.
I've added the logic to make the Fontsize be changed at runtime.
I'll proceed with the other font properties.
I've just finished the work for all font properties in control.prg
See how it works in Spinnner's demo1
That is the way that you can follow for the rest of the properties.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
- Roberto Lopez
- HMG Founder
- Posts: 4023
- Joined: Wed Jul 30, 2008 6:43 pm
Re: HMG 4 Started
And, I've added run-time functionality to row, col, width and height properties.Roberto Lopez wrote:
I've just finished the work for all font properties in control.prg
See how it works in Spinnner's demo1
That is the way that you can follow for the rest of the properties.
This will make the code simpler and compact. Take a look at the EditBox's Create() method.
Regards/Saludos,
Roberto
(Veritas Filia Temporis)
Roberto
(Veritas Filia Temporis)
Re: HMG 4 Started
Hello Roberto,
Fantastic
Great idea and code for Font
(Sorry, for my delay to answer)
I shall change my code in Spinner control.
Regarding EditBox row, col and height changes, excellent use of ::Self object.
It's a great experience to volunteer in this project. I am really grateful to you for this learning. Now, I understand I know very little about programming.
Please tell me what shall I do next.
Fantastic
Great idea and code for Font
(Sorry, for my delay to answer)
I shall change my code in Spinner control.
Regarding EditBox row, col and height changes, excellent use of ::Self object.
It's a great experience to volunteer in this project. I am really grateful to you for this learning. Now, I understand I know very little about programming.
Please tell me what shall I do next.
With best regards,
Sudip
Sudip
Re: HMG 4 Started
Hello Roberto,
You already changed the Font related code in Spinner. Thanks a lot
You already changed the Font related code in Spinner. Thanks a lot
Ok, I shall do.Roberto Lopez wrote:That is the way that you can follow for the rest of the properties.
With best regards,
Sudip
Sudip
Re: HMG 4 Started
Hello,
ReadOnly property code added to Control.prg and Spinner.prg
ReadOnly property code added to Control.prg and Spinner.prg
Last edited by sudip on Mon Aug 16, 2010 8:31 am, edited 1 time in total.
With best regards,
Sudip
Sudip
Re: HMG 4 Started
I can try my work with LABEL if it's free.
Marek
Marek
Re: HMG 4 Started
I found an error in source\window.prg at line 798:
the code is:
I think, it should be:
I can't commit changes.
My sourceforge account is mol68
Add me to the list, please
the code is:
Code: Select all
Return ::aBcackColor
Code: Select all
Return ::aBackColor
My sourceforge account is mol68
Add me to the list, please