Dear Klaas
  I'm sorry to reply you lately.
---------------------------------------------
0) My reply for your last mail
---------------------------------------------
(a) static program analysis: I focus on alias analysis, concurrency
analysis.
(b) My thought is svg + event handler for edges/nodes in wxArt2D. The
output file format of my implemented analysis is .dot. I found graphviz
can transform dot file into svg file. The /samples/canvas/split provide
the event handler for mouse-over and click. These two events are enough
for me. By wxArt2D, is it possible to draw svg and then provide these
event handler? (I'm reading your sample code)
   Now, Robopro is too complex for me. Maybe later I will study it.
----------------------------------------------
1) svn reversion conflicts at sourceforge.
----------------------------------------------
  In your http://www.wxart2d.org/moin/UbuntuInstall, the svn reversion
is only 480. Meanwhile, from  http://sourceforge.net/projects/wxart2d/,
I found another link http://svn.code.sf.net/p/wxart2d/code/trunk. Its
svn reversion is 612 (2013-08-10). 
(My experience: Today, I found that I only had built the wxdocview and
forgotten wxArt2D. During building wxart2d, it failed at linking. Then I
I read carefully again your first reply. I found that the svn version
was quite old.)
----------------------------------------------
2) some samples fail to run
----------------------------------------------
I have export WXART2D=/usr/local/share/wxart2d.

(a)/samples/curves/curtuto1$ ./sample_curves_curtuto1
../wxWidgets-2.9.5/src/gtk/window.cpp(4528): assert "sb" failed in
SetScrollbar(): this window is not scrollable

(b)samples/editor/wires$ ./sample_editor_wires
/home/me/mywork/sca/editor/wxart2d-code/wxArt2D/packages/wxdocview/docview/src/docviewref.cpp(2795):
 assert "cmdId.GetBitmap().Ok()" failed in AddCmdToToolbar(): No Bitmap for 
a2dToolCmd found for:CmdMenu_Selected_CameleonSymbol

../wxWidgets-2.9.5/src/gtk/toolbar.cpp(262): assert "bitmap.IsOk()"
failed in SetImage(): invalid bitmap for wxToolBar icon

/home/me/mywork/sca/editor/wxart2d-code/wxArt2D/packages/wxdocview/docview/src/docviewref.cpp(2795):
 assert "cmdId.GetBitmap().Ok()" failed in AddCmdToToolbar(): No Bitmap for 
a2dToolCmd found for:CmdMenu_Selected_CameleonDiagram

../wxWidgets-2.9.5/src/gtk/toolbar.cpp(262): assert "bitmap.IsOk()"
failed in SetImage(): invalid bitmap for wxToolBar icon



Yours 
Faithfully
Long


On Sat, 2013-08-10 at 21:56 +0200, klaas.holwerda wrote:
> On 08/10/2013 08:54 AM, pang long wrote:
> > Dear Klaas
> >    Thanks a lot for your help. I built wxArt2D successfully! I ran the
> > sample application.
> 
> Great, i managed to build wxLua also :-)
> 
> >    wxArt2D sample works! I'm a student. My project is on static code
> > analysis.
> Whatever "static code" means??
> 
> > My objective is to interactively visualize the analysis
> > result. I found wxArt2D met my need such as interactive choosing
> > elements. For now, Graphviz is used to output static graph. Could you
> > please give me some advices? I'm reading the wiki docs and sample codes.
> Well i think it can be done. The wires example has some demo screens to show 
> a schematic and how you 
> can build one etc.
> Very likely you want to program your own objects, with a2dPins, which can be 
> connected.
> Next a save and load of  those objects with the CVG format.
> But maybe you have a screen shot of a some similar application, explaining 
> what you want to do.
> Several applications (like e.g Robopro ) are written for making hierarchies 
> of schematic drawings, 
> so the basis stuff is there.
> But you still need to extend to make it work in your situation.
> Feel free to ask more.
> 
> Regards,
> 
> Klaas
> 
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Get 100% visibility into Java/.NET code with AppDynamics Lite!
> It's a free troubleshooting tool designed for production.
> Get down to code-level detail for bottlenecks, with <2% overhead. 
> Download for free and get started troubleshooting in minutes. 
> http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
> _______________________________________________
> Wxart2d-users_dev mailing list
> Wxart2d-users_dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev



------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
Wxart2d-users_dev mailing list
Wxart2d-users_dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxart2d-users_dev

Reply via email to