Watch, Follow, &
Connect with Us
Public Report
Report From: Delphi-BCB/VCL/Standard Controls/TMainMenu    [ Add a report in this area ]  
Report #:  9727   Status: Closed
comments in delphi 2005 with "{", "}"
Project:  Delphi Build #:  9.0.1761.24408
Version:    9.0 Submitted By:   Frank Ksciuk
Report Type:  Basic functionality failure Date Reported:  12/2/2004 7:47:45 AM
Severity:    Critical / Show Stopper Last Updated: 3/20/2012 2:24:39 AM
Platform:    All versions Internal Tracking #:   218337
Resolution: Fixed (Resolution Comments) Resolved in Build: : 9.0.1882.30496
Duplicate of:  None
Voting and Rating
Overall Rating: (1 Total Rating)
5.00 out of 5
Total Votes: None
Description
access violation after pressing ALTGR on the keyboard
Steps to Reproduce:
German user locale
Install Diamondback as Administrator
Create non-Administrator account (testuser)
Logout Administrator
Login testuser
Start IDE
Register Diamondback
//Path update dialog will raise during IDE load, accept changes
Create new Win32 VCL Application
Enter Code Editor mode
Press ALTGR key (like you would if entering a { for comments, you don't need to press any other key though)
A/V 00000000 results at address 00000000

[40005F5B]{rtl90.bpl   } System.@HandleAnyException (Line 9625, "system.pas" + 13) + $0
[7789515B]{ntdll.dll   } ZwDeviceIoControlFile + $87
[778A1601]{ntdll.dll   } KiUserExceptionDispatcher + $9
[0028EE7B]{vcl90.bpl   } Menus.IsAltGRPressed (Line 2703, "Menus.pas" + 7) + $0
[0027ED4C]{vcl90.bpl   } Controls.TWinControl.IsMenuKey (Line 7817, "Controls.pas" + 8) + $12

Workarounds
None
Attachment
None
Comments

Chris Pattinson at 12/8/2004 3:23:05 PM -
Logged 218337. Occurs for non-admin users on Win2k Systems. ALTGR causes an A/V in numerous places in the IDE.

Takeshi Arisawa at 12/15/2004 3:41:05 PM -
Please wait Update1

Server Response from: ETNACODE01