Custom Form Issue
I have added a custom form to Jiwa and when Jiwa tries to open the form I get an error about embedded resources, the culprit line is the line below in the component initialisation code, which if I comment it out the form opens up and works fine.
I've not used the Jiwa tab control on a custom form which is obviously what this related to and line doesn't seem to make a difference to the form so is it safe to comment it out as I am not that familiar with this control?
I've not used the Jiwa tab control on a custom form which is obviously what this related to and line doesn't seem to make a difference to the form so is it safe to comment it out as I am not that familiar with this control?
- Code: Select all
this.jtcMainTabs.TabOrderXML = resources.GetString("jtcMainTabs.TabOrderXML");