Page 4 of 6

Re: PureBasic 4.50 is out !

Posted: Thu Jun 10, 2010 10:03 pm
by Trond
I've chosen an *.ico and it worked as intended.
No it doesn't. http://en.wikipedia.org/wiki/Mnemonics_(keyboard)

Re: PureBasic 4.50 is out !

Posted: Thu Jun 10, 2010 10:11 pm
by luis
Thank you for ShowMemoryViewer(), it's very handy :)

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 12:47 am
by PureLeo
Trond wrote:
I've chosen an *.ico and it worked as intended.
No it doesn't. http://en.wikipedia.org/wiki/Mnemonics_(keyboard)
Sorry, now I understand. :)
Yeah, image menus + mnemonics work partially here, but not as intended... your right.

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 9:13 am
by c4s
Trond wrote:
I've chosen an *.ico and it worked as intended.
No it doesn't. http://en.wikipedia.org/wiki/Mnemonics_(keyboard)
What the ??
That's a huge basic bug! How is it possible that this got into the final?

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 9:50 am
by Perkin
Just noticed, that the PB IDE menu commands are missing their mnemonics (underlined characters)
Running the Menu.pb example, also doesn't display them.

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 9:58 am
by Perkin
Just tried a few previous versions of PB (4.41, 4.3, 4.2) and none had the mnemonics in IDE or Menu.pb example.

I'm on Win7 32bit.
I'm fairly sure it used to work, but it may be since I've gone to Win7.

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 10:03 am
by Perkin
Just done a search on Google.
Win7 Hides them by default. Yet a few programs display them anyway. (Firefox)
Here's how to display them again.

http://twigstechtips.blogspot.com/2009/ ... rline.html

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 11:05 am
by c4s
Perkin wrote:Just noticed, that the PB IDE menu commands are missing their mnemonics (underlined characters)
Running the Menu.pb example, also doesn't display them.
Yes, your right. The mnemonics in the IDE 4.50 don't work either. You can show them by pressing the Alt-key but they simply don't work.

Please fix this!

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 5:24 pm
by PureLeo
c4s wrote:
Perkin wrote:Just noticed, that the PB IDE menu commands are missing their mnemonics (underlined characters)
Running the Menu.pb example, also doesn't display them.
Yes, your right. The mnemonics in the IDE 4.50 don't work either. You can show them by pressing the Alt-key but they simply don't work.

Please fix this!
Yes, they do work(even when you can't see them). But you can only see them when pressing Alt-key. They only don't work together with CreateImageMenu()

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 7:31 pm
by USCode
Is this the bug report for the image menu mnemonics issue? http://www.purebasic.fr/english/viewtop ... =4&t=42407

Even in that thread, the issue seems confused by some folks. Have we gotten any feedback from the PB team on this yet?

As was pointed out, it appears even the PB IDE has the issue.

Re: PureBasic 4.50 is out !

Posted: Fri Jun 11, 2010 11:33 pm
by PureLeo
USCode wrote:Is this the bug report for the image menu mnemonics issue? http://www.purebasic.fr/english/viewtop ... =4&t=42407

Even in that thread, the issue seems confused by some folks. Have we gotten any feedback from the PB team on this yet?

As was pointed out, it appears even the PB IDE has the issue.

PB's IDE was written with PB. :)

Re: PureBasic 4.50 is out !

Posted: Sat Jun 12, 2010 12:37 am
by byo
You guys are overreacting.

That's a nice update. Thank you, Fred & freak. :)

Re: PureBasic 4.50 is out !

Posted: Sat Jun 12, 2010 1:00 am
by PureLeo
Yeah, this little issue doesn't bug me... I am VERY happy with the update!

Re: PureBasic 4.50 is out !

Posted: Sat Jun 12, 2010 9:36 am
by Perkin
byo wrote:You guys are overreacting.
We're just pointing out one of the oversights in the Fabulous PB.

Re: PureBasic 4.50 is out !

Posted: Sat Jun 12, 2010 10:20 am
by c4s
Well it's just that my current project uses image menus and because of this I have to use a normal one instead because it's a small but noticeable bug.