Re: [Publex-developers] Can't see the menu
Status: Alpha
Brought to you by:
cyqotiq
|
From: PubleX Developer's M. L. <pub...@li...> - 2007-02-06 12:35:15
|
I'm not sure what happened. I can't use SVN while I'm at work, so I can't
fix it from here, but feel free to do so yourself. The problem is in the
file PubleX.UI.EditorWindowDesigner.cs at line 371. The following code
should be inserted there (I'm not sure why it's missing):
this.mnuMain.Items.AddRange( new
System.Windows.Forms.ToolStripItem[] {
this.mnuFile,
this.mnuEdit,
this.mnuFind,
this.mnuView,
this.mnuInsert,
this.mnuTable,
this.mnuTools,
this.mnuStyles,
this.mnuWindow,
this.mnuHelp
});
Jason
On 2/5/07, PubleX Developer's Mailing List <
pub...@li...> wrote:
>
> Hi,
>
> Whenever I build and run PubleX, I can't see the menu. VS also
> sometimes complains about a missing math_abs.png (or something like
> that) file in some resource file. The "resgen" custom build actions
> are failing, too. It might be some files missing (like the
> math_abs.png file).
>
> Jonas
>
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Publex-developers mailing list
> Pub...@li...
> https://lists.sourceforge.net/lists/listinfo/publex-developers
>
|