[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2009-03-17 Thread rajeshvcpp
Hi... really a nice post... i am working on the same example but i know very little about java the line Configuration.instance().GetParameter(,ProcessPath); is not compiling as i am unable to find any class with name configuration please help me regarding some file inclusions sso that

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-09-14 Thread dleerob
Try this thread. I posted my solution there which works perfectly for me: http://www.jboss.com/index.html?module=bbop=viewtopict=102817 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4084426#4084426 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-08-06 Thread Heiner Niehues
Hi, I intend to create a similar program. Maybe you can give me a tip how you realized to show the red rectangle. Would be very nice. Heiner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071199#4071199 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-08-06 Thread yairfr
here it is. you need to print via JSPout the output. to see. th function get the process instance id | public StringBuffer showProcessImage (long processInstanceId) { | byte[] gpdBytes = null; | byte[] imageBytes = null; | Token currentToken=null;

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-08-06 Thread Heiner Niehues
Thanks a lot - I will try it.. Heiner View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4071216#4071216 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4071216 ___ jboss-user mailing

[jboss-user] [JBoss jBPM] - Re: showing image of current process stage

2007-08-06 Thread Heiner Niehues
I have also this problem.. that the rectangle are not at the right place. But i used a javascript library (http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm) to create the rectangle. I use a offset to fix it. I will take a look tomorrow more. | html | headtitleShow the Picture/title