Senario:
- create screen like the following structure:
Mainscreen
|-- RapidDatas screen
|-- B screen
-
add a button “OpenSingal” to Mainscreen, add click event to this “OpenSingal” button. the detail of that event is open A screen.
-
Delete RapidDatas screen and OpenSingal button
-
Compile screenmaker project, error "ScreenMaker → Build Error → Screen c:DataMy ScreenMaker ProjectsFlexPalletize mpMainScreen.cs - Line 619 : The type or namespace name ‘RapidDatas’ could not be found (are you missing a using directive or an assembly reference?) 3/12/2009 1:19:57 PM ScreenMaker "
a. I open the MainScreen.view.cs file, I found that the event method bound with “OpenSingal” button is still there although I’ve delete the “OpenSingal” button.
b. I delete that OpenSignal_Click event, recompile again, error is the same.
c. Open the MainScreen.view.cs file again, modification I done is gone away.
Do you know how to resolve it??