Form Designer view instead of code view In debug

Post bugs related to the IDE here
magicjo
User
User
Posts: 61
Joined: Sun May 07, 2006 10:43 am
Location: Italy

Form Designer view instead of code view In debug

Post by magicjo »

Hi.

Test case:

Create an empty form, check to generate Event procedure, save with name TestForm.pbf. (the procedures created would be OpenWindow_1() and Window_1_Events().

Create a new pb, name for example main_testform.pb and insert this code :

Code: Select all

IncludeFile "testform.pbf"

OpenWindow_1()
Prototype func(ev.l)
Define ev.l

Define *p.func=@window_1_events()

Repeat 
	ev=WaitWindowEvent()
	*p(ev)			
Until ev=#PB_Event_CloseWindow
Run with debugger and enter in *p(ev), the Ide shows the form designer instead of code view.
PB Registered User, Egrid Registered User
Win7 x64 Ultimate, 4,00 Gb Mem, Ati Radeon HD4600 Series, Realtek High Definition Audio Integrated