Page 3 of 4
Re: HMG 2.9.3
Posted: Mon Aug 03, 2009 8:41 pm
by Roberto Lopez
Roberto Lopez wrote:
I hope that it can be helpful.
I'll review it later.
Thanks.
Regards,
Roberto.
ehhhh.... I'm not able to watch the video either
I've attempted with VLC and Media Player Classic / K-lite codec pack full.
Regards,
Roberto.
Re: HMG 2.9.3
Posted: Mon Aug 03, 2009 9:41 pm
by Vanguarda
Roberto Lopez wrote:
ehhhh.... I'm not able to watch the video either
I've attempted with VLC and Media Player Classic / K-lite codec pack full.
Regards,
Roberto.
Master,
I post my video on youtube, please see this video in link bellow.
http://www.youtube.com/watch?v=PW7sHNvMAHU
Thank for your patience
with best regards,
Re: HMG 2.9.3
Posted: Tue Aug 04, 2009 3:27 am
by Rathinagiri
It can be played on Media Player Classic for me. I wondered how does this happen!?
Re: HMG 2.9.3
Posted: Tue Aug 04, 2009 10:13 am
by Roberto Lopez
rathinagiri wrote:It can be played on Media Player Classic for me. I wondered how does this happen!?
Perhaps some other app had uninstalled or replaced some needed codec.
I've experimented with video conversion tools for some weeks.
Regards,
Roberto.
Re: HMG 2.9.3
Posted: Tue Aug 04, 2009 10:30 am
by Rathinagiri
Regarding codec, I understand.
Actually I had wondered about how all the controls could be focused.
Re: HMG 2.9.3
Posted: Wed Aug 05, 2009 1:56 am
by Roberto Lopez
Vanguarda, Rathinagiri,
Well...
At first, sorry for the time that took to me understand the problem.
The cause is that we was talking about different things
For me, a button has the focus ONLY when dotted rectangle is drawn on it.
Considering that, there is not a problem, since 'enabled' property should not give the focus to the control being enabled (it should not care about focus at all).
In fact, even when there are three buttons with a different appearance, none of them has the dotted rectangle and none of them respond to keyboard input.
The behavior you describe (focus thin line without dotted rectangle) is obviously not good, since it could confuse someone.
I'll research about this.
Thanks for the report.
Regards,
Roberto.
Re: HMG 2.9.3
Posted: Wed Aug 05, 2009 2:13 am
by Vanguarda
Roberto Lopez wrote:Vanguarda, Rathinagiri,
Well...
At first, sorry for the time that took to me understand the problem.
The cause is that we was talking about different things
For me, a button has the focus ONLY when dotted rectangle is drawn on it.
Considering that, there is not a problem, since 'enabled' property should not give the focus to the control being enabled (it should not care about focus at all).
In fact, even when there are three buttons with a different appearance, none of them has the dotted rectangle and none of them respond to keyboard input.
The behavior you describe (focus thin line without dotted rectangle) is obviously not good, since it could confuse someone.
I'll research about this.
Thanks for the report.
Regards,
Roberto.
Thank“s, master for your attention, explanation and help.
with best regards,
Re: HMG 2.9.3
Posted: Wed Aug 05, 2009 2:18 am
by Roberto Lopez
And...
I've remembered something...
The concept of 'default button'.
The thin line around the button denotes it.
I'll research about that and try to find a solution.
Regards,
Roberto.
Re: HMG 2.9.3
Posted: Wed Aug 05, 2009 2:23 am
by Vanguarda
Roberto Lopez wrote:And...
I've remembered something...
The concept of 'default button'.
The thin line around the button denotes it.
I'll research about that and try to find a solution.
Regards,
Roberto.
thanks once again, master
regards,
Re: HMG 2.9.3
Posted: Wed Aug 05, 2009 2:23 am
by Roberto Lopez
Roberto Lopez wrote:And...
I've remembered something...
The concept of 'default button'.
The thin line around the button denotes it.
I'll research about that and try to find a solution.
From MSDN, a 'default' button is:
Code: Select all
A dialog box maintains the concept of a "default button" (which is always a pushbutton). The default button is typically drawn with a distinctive look (a heavy outline or a different color) and indicates what action the dialog box will take when you hit Enter. Note that this is not the same as the control that has the focus.
I've not used dialogs on HMG, I've use always windows and I've not attempted to implement this concept, since the same effect can be achieved using ON KEY command.
Stay tuned... we will find the solution
Regards,
Roberto.