Donate

Donate today and support development of Software Ideas Modeler.
Donate

Advertisement

Download.com

Get it from CNET Download.com!

Facebook

Bug Reports

Bugs found in Software Ideas Modeler please report here.
Add Comment
Unhandled Exception trying to Edit Styles 8/25/2010 8:58:34 PM
0 + - 0

Hi Dusan,

Just started using your application, fantastic tool.

Came across the following in 3.41:

#1 Start the app

#2 Click on the Styles tab

#3 Click on the Edit Style icon

=> Unhandled Exception has occurred in your application...

Details are below.

Thanks. Steve.

See the end of this message for details on invoking

just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************

System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.

Parameter name: index

at System.ThrowHelper.ThrowArgumentOutOfRangeException()

at System.Collections.Generic.List`1.get_Item(Int32 index)

at SoftwareIdeasModeler.Controls.StylesControl.StylesPanel.get_SelectedStyle()

at SoftwareIdeasModeler.MainForm.editStyleToolStripButton_Click(Object sender, EventArgs e)

at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ToolStrip.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)

CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll

----------------------------------------

SoftwareIdeasModeler

Assembly Version: 3.41.3883.42520

Win32 Version: 3.41

CodeBase: file:///C:/Program%20Files/SoftwareIdeasModeler/SoftwareIdeasModeler.exe

----------------------------------------

System.Core

Assembly Version: 3.5.0.0

Win32 Version: 3.5.30729.4926 built by: NetFXw7

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll

----------------------------------------

System

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

System.Windows.Forms

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

----------------------------------------

System.Drawing

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

----------------------------------------

SoftwareIdeasModeler.Core

Assembly Version: 3.41.3883.42518

Win32 Version: 3.41

CodeBase: file:///C:/Program%20Files/SoftwareIdeasModeler/SoftwareIdeasModeler.Core.DLL

----------------------------------------

System.Configuration

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

----------------------------------------

System.Xml

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll

----------------------------------------

System.Xml.Linq

Assembly Version: 3.5.0.0

Win32 Version: 3.5.30729.4926 built by: NetFXw7

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll

----------------------------------------

k1h84vmx

Assembly Version: 3.41.3883.42520

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll

----------------------------------------

DrSvgLibrary

Assembly Version: 1.1.0.0

Win32 Version: 1.1.0.0

CodeBase: file:///C:/Program%20Files/SoftwareIdeasModeler/DrSvgLibrary.DLL

----------------------------------------

Accessibility

Assembly Version: 2.0.0.0

Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)

CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

----------------------------------------

************** JIT Debugging **************

To enable just-in-time (JIT) debugging, the .config file for this

application or computer (machine.config) must have the

jitDebugging value set in the system.windows.forms section.

The application must also be compiled with debugging

enabled.

For example:

<configuration>

<system.windows.forms jitDebugging="true" />

</configuration>

When JIT debugging is enabled, any unhandled exception

will be sent to the JIT debugger registered on the computer

rather than be handled by this dialog box.

Steve Lawrence Reply
PDF export results in an Exception 8/24/2010 4:53:50 PM
0 + - 0

Hi!

I am getting the following exception raised when attempting to export to PDF:

************** Exception Text **************

System.NullReferenceException: Object reference not set to an instance of an object.

at SoftwareIdeasModeler.Drawing.PdfGraphics.DrawString(String s, Font font, Brush brush, RectangleF layoutRectangle)

at SoftwareIdeasModeler.Visualisation.DiagramDrawer.DrawString(String text, Font font, Brush brush, RectangleF rect)

at SoftwareIdeasModeler.DiagramItems.Special.DiagramDescription.Draw(DiagramDrawer drawer, DrawingParameters param)

at SoftwareIdeasModeler.Visualisation.DiagramDrawer.Draw(DiagramLayer layer, ConcreteDiagramItem item)

at SoftwareIdeasModeler.Visualisation.DiagramDrawer.Draw(DiagramLayer layer, Rectangle clipArea)

at SoftwareIdeasModeler.Visualisation.DiagramDrawer.Draw(Diagram diagram, Rectangle drawBounds)

at SoftwareIdeasModeler.Visualisation.DiagramDrawer.Draw(Diagram diagram)

at SoftwareIdeasModeler.Exporters.PdfDiagramExporter.ExportToFile(String fileName)

at SoftwareIdeasModeler.ExportUtils.ExportToPdf(String fileName, Diagram diagram)

at SoftwareIdeasModeler.MainForm.exportPDFToolStripMenuItem_Click(Object sender, EventArgs e)

at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)

at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)

at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)

at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)

at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)

at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)

at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)

at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)

at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

at System.Windows.Forms.Control.WndProc(Message& m)

at System.Windows.Forms.ScrollableControl.WndProc(Message& m)

at System.Windows.Forms.ToolStrip.WndProc(Message& m)

at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Any ideas on how to get around this would be a big help.

Rob G Reply
RE: PDF export results in an Exception 8/24/2010 4:57:40 PM
0 + - 0

I should probably mention that this is on v3.41 of the software. :)

Rob G Reply
RE: RE: PDF export results in an Exception 8/25/2010 1:10:34 AM
0 + - 0

Workaround for this error is to remove the diagram description element from the diagram and than export to PDF.

It will be fixed in version 4.0.

Dušan Rodina (author) Reply
RE: RE: RE: PDF export results in an Exception 8/25/2010 9:47:30 AM
0 + - 0

Many thanks!!! :)

Rob G Reply
State machine diagram: Version conflict 3.40 <-> o 8/19/2010 11:10:46 AM
0 + - 0

If i create a file which contains a State Machine Diagram by SIM (version 3.38 or 3.39) I can't open it with SIM version 3.40.

Franz Reply
RE: State machine diagram: Version conflict 3.40 < 8/20/2010 1:03:25 AM
0 + - 0

Sorry for my mistake.

Version 3.41 fixes this issue.

Dušan Rodina (author) Reply
State machine diagramm - Save Actions 8/16/2010 12:22:01 PM
0 + - 0

If you use a state machine diagramm you can insert actions to each state, but after saving and reopening the diagramm all actions are lost.

Software Ideas Modeler: 3.38.3847.37000

Operation System: WinXP Professional SP2

Franz Reply
RE: State machine diagramm - Save Actions 8/17/2010 12:10:38 PM
0 + - 0

This bug also exists in the latest version 3.39.3860.787

Igor Reply
RE: RE: State machine diagramm - Save Actions 8/18/2010 9:47:29 PM
0 + - 0

Fixed in version 3.40.

Dušan Rodina (author) Reply
RE: RE: State machine diagramm - Save Actions 8/18/2010 9:16:29 AM
0 + - 0

It will be fixed today.

Dušan Rodina (author) Reply
RE: RE: RE: State machine diagramm - Save Actions 8/23/2010 9:40:36 AM
0 + - 0

Thank you so much. This software product is awesome. Keep up the great work!

Igor Reply
8/11/2010 11:41:22 AM
0 + - 0

1.) When i insert a new class in diagram,add the datatype <Custom> and write my type in the dialogbox the written name of my datatype will sometimes appear, somtimes not. But if i select <Custom> again the written datatype will apear in the list and could be selected.

2.) While creating operations it's also possible to select <Custom> in the Operation Editor, but not possible to write the datatype.

Paul Reply
RE: 8/18/2010 9:57:10 PM
0 + - 0

1.) I couldn't repeat this problem. I will fix it later.

2.) Fixed in version 3.40.

Dušan Rodina (author) Reply
Sequence diagram PDF problem 8/9/2010 8:56:56 PM
0 + - 0

Hi,

I start using this application last week. When i Try to do a sequence diagram and I export to PDF, all my message from sequence action from all the call action are white on white. So I cannot see anything from my sequence diagram.

I'm running on window XP.

Frank Reply
RE: Sequence diagram PDF problem 8/18/2010 9:57:52 PM
0 + - 0

Hi,

this issue will be fixed in version 4.0.

Dušan Rodina (author) Reply
RE: RE: Sequence diagram PDF problem 8/19/2010 4:31:24 PM
0 + - 0

It seems like it still there. I just uninstall the old version, clear the folder and install the new version. Create a new sequence diagram, add 2 lifeline, add a call action and add a message in the Sequence Action menu. I export to PDF and I can not read my message since it white.

Frank Reply
RE: RE: RE: Sequence diagram PDF problem 8/19/2010 4:44:10 PM
0 + - 0

Version 4.0 has not yet been released. It will be released during next week.

Dušan Rodina (author) Reply
RE: RE: Sequence diagram PDF problem 8/19/2010 4:20:17 PM
0 + - 0

Thank you

Frank Reply
Last letter of relationship name is missing 7/28/2010 6:20:35 PM
0 + - 0

In my diagram class, the roles names of every relationship have their last letter missing. But in the properties the names are correct.

I check in the xml of the *.simp file and the names are correct.

The most surprising is that one of my collegue opened my *.simp on his computer and the bug didn't occur on his machine. We have the save version of SIM.

May be it's due to a special setting in SIM?

Nicolas Reply
< 1 2 3 4 5  ... >