forum.vdsworld.com Forum Index forum.vdsworld.com
Visit VDSWORLD.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Menu Hotkey Bug

 
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports
View previous topic :: View next topic  
Author Message
FreezingFire
Admin Team


Joined: 23 Jun 2002
Posts: 3508

PostPosted: Mon Jun 30, 2003 6:46 pm    Post subject: Menu Hotkey Bug Reply with quote

When using SHIFT+ENTER as a hotkey for a menu, it converts it to
French and it then can't be used.

Code:
Title Menu Bug
  DIALOG CREATE,Click the File Menu,-1,0,240,74
  DIALOG ADD,MENU,File,New|Shift+Enter
  DIALOG ADD,TEXT,TEXT1,33,18,,,Click the file menu and look at the hotkey@cr()Then look at the source code.
  DIALOG SHOW
:Evloop
  wait event
  goto @event()
:NewMENU
  goto evloop
:Close
  exit

_________________
FreezingFire
VDSWORLD.com
Site Admin Team
Back to top
View user's profile Send private message Visit poster's website
Skit3000
Admin Team


Joined: 11 May 2002
Posts: 2166
Location: The Netherlands

PostPosted: Mon Jun 30, 2003 7:23 pm    Post subject: Reply with quote

Try this...

Code:
Title Menu Bug
  DIALOG CREATE,Click the File Menu,-1,0,240,74
  DIALOG ADD,MENU,File,New|Shift+Enter,Another thing...|Maj+Entreé
  DIALOG ADD,TEXT,TEXT1,33,18,,,Click the file menu and look at the hotkey@cr()Then look at the source code.@cr()The translated string doesn't work... :-S
  DIALOG SHOW
:Evloop
  wait event
  goto @event()
:NewMENU
  goto evloop
:Close
  exit


The translated string doesn't work... Confused

_________________
[ Add autocomplete functionality to your VDS IDE windows! ]
Voor Nederlandse beginners met VDS: bekijk ook eens deze tutorial!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forum.vdsworld.com Forum Index -> Bug Reports All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum

Twitter@vdsworld       RSS

Powered by phpBB © 2001, 2005 phpBB Group