Hi,
hpvpl wrote:
> Hi,
>
> I've created an application few weeks ago using Boa. quick, efficient,
> no problem.
> Now I try to re-open the .py file. Boa does not complain but the
> designer arrow desapeard. I can't switch anymore to the designer view.
> As if Boa was not recognizing the code as a Boa written code. No error
> (jsut a word:Error ?) in the Error pan. Is their a menu somewhere to
> force Boa to review the code and tell me what's happening ?
You changed the Boa generated line which tells it what type of file it is.
#Boa:Frame:Frame1
#Boa:FramePanel:Panel1
So, if you remove this or change it to e.g.
#Boa:FramePanelxx:Panel1
and save the file, then on next reopen this is just a standard Python
script file as far as Boa is concerned and the designer will not be
available.
Hope this helps
Werner
|