View Issue Details

IDProjectCategoryView StatusLast Update
0000602Ecere SDKpublic2013-05-19 22:15
Reportersamsam598 Assigned Tojerome  
PrioritynormalSeveritytrivialReproducibilitysometimes
Status closedResolutionfixed 
Target Version0.44 Ryoan-ji 
Summary0000602: Setting isModal = true on a form jams the IDE
DescriptionRight click (Alt-0)on the root of the project tree,then 'Add New Form' will create a new Form and add it in the current project as expected.Now we could have at least two Forms.From now on press F8 or using the menu to tab between the forms,code editors will cause IDE freeze.I can reproduce the issue almost always.
TagsNo tags attached.

Relationships

has duplicate 0000220 closedjerome Freezing IDE - Form Editor with isModal = true 

Activities

jerome

2011-08-25 15:57

administrator   ~0000454

Sam, could you please give me more details about how you get this crash?
I can't seem to reproduce it here.
Make sure you're using the latest sdk (we fixed the build), and let me know exactly which steps you have. Or maybe attach your project and source files which can cause it? Did you add anything (controls...?) to these forms?
Thanks!

samsam598

2011-08-26 07:16

reporter   ~0000455

Last edited: 2011-08-26 07:21

If create another fresh project and test under the same steps,it won't reproduce the issue;but the one I encountered the issue still can reproduce this issue always.I uploads the project.Please note I can't edit the splash.ec by designer.

2011-08-26 07:22

 

SplashApp.7z (3,259 bytes)

jerome

2011-08-26 11:50

administrator   ~0000456

The problem is the isModal property, if you comment it out the Designer will work fine. I will address this (The isModal property should not take effect within the designer).

jerome

2011-08-27 16:35

administrator   ~0000457

https://github.com/ecere/sdk/commit/bef82b8f4cbe0e228091537ab626b28eca087a02

Issue History

Date Modified Username Field Change
2011-08-25 02:36 samsam598 New Issue
2011-08-25 15:57 jerome Note Added: 0000454
2011-08-25 15:57 jerome Status new => feedback
2011-08-26 07:16 samsam598 Note Added: 0000455
2011-08-26 07:21 samsam598 Note Edited: 0000455
2011-08-26 07:22 samsam598 File Added: SplashApp.7z
2011-08-26 11:50 jerome Note Added: 0000456
2011-08-26 11:50 jerome Assigned To => jerome
2011-08-26 11:50 jerome Status feedback => confirmed
2011-08-26 11:50 jerome Summary Add new form to project the edit designer causes IDE freeze => Setting isModal = true on a form jams the IDE
2011-08-27 16:35 jerome Status confirmed => resolved
2011-08-27 16:35 jerome Fixed in Version => 0.44 pre-release 2
2011-08-27 16:35 jerome Resolution open => fixed
2011-08-27 16:35 jerome Note Added: 0000457
2012-03-08 15:49 redj Target Version => 0.44 Ryoan-ji
2012-07-11 21:51 jerome Relationship added has duplicate 0000220
2013-05-19 22:15 jerome Status resolved => closed