Re: [SCXML] getting set datats in the datamodel

2009-04-27 Thread Rahul Akolkar
- From: Linda Erlenhov [u...@commons.apache.org] Sent: 23/4/2009 2:30:58 PM To: Commons Users List Subject: Re: [SCXML] getting set datats in the datamodel Hello again! This seems to work, since we now can see that data has changed. Unfortunately, we seem to have missed out an important part

Re: [SCXML] getting set datats in the datamodel

2009-04-23 Thread Linda Erlenhov
Hello again! This seems to work, since we now can see that data has changed. Unfortunately, we seem to have missed out an important part of the question. In addition to being notified when a data value is set, we also would like to be able to get/recieve the new data value aswell as the name (in

Re: [SCXML] getting set datats in the datamodel

2009-04-22 Thread Rahul Akolkar
On Wed, Apr 22, 2009 at 9:35 AM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello Is there anybody that can help me with my problem described below? best regards //Linda On Mon, Apr 20, 2009 at 2:05 PM, Linda Erlenhov linda.erlen...@gmail.comwrote: Hello I think I´ve done some

Re: [SCXML] getting set datats in the datamodel

2009-04-20 Thread Linda Erlenhov
Hello I think I´ve done some mixing between two things that doesn´t work together as I hoped it would. I have this Datamodel, the scxml document starts like this: scxml version=1.0 initialstate=INIT xmlns:cs= http://commons.apache.org/scxml;

Re: [SCXML] getting set datats in the datamodel

2009-04-15 Thread Rahul Akolkar
On Wed, Apr 15, 2009 at 12:34 PM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello So I´m back here again. My problem now is that I don´t know how to notify. I looked at the solution suggested below since I thought it would be the easiest and best looking way to implement this. The way

Re: [SCXML] getting set datats in the datamodel

2009-04-07 Thread Rahul Akolkar
On Mon, Apr 6, 2009 at 10:35 AM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello again! I´m not sure how to explain what I want to do. snip/ Code snippets like the ones below help. The task I have is to build an editor that you then can use to build simulations of applications. An

Re: [SCXML] getting set datats in the datamodel

2009-04-06 Thread Linda Erlenhov
Hello Armel Me and another girl named Anna has build the editor using GMF, Graphical modeling framework for Eclipse (http://www.eclipse.org/modeling/gmf/) as a part of our Master Thesis project. best regards //Linda On Fri, Apr 3, 2009 at 11:59 AM, Armel SORO armel.soro.sc...@gmail.comwrote:

Re: [SCXML] getting set datats in the datamodel

2009-04-06 Thread Linda Erlenhov
Hello again! I´m not sure how to explain what I want to do. The task I have is to build an editor that you then can use to build simulations of applications. An application can be a cd-player for instance. What already exists is an editor for building GUI:s without coding (not build by me) and an

Re: [SCXML] getting set datats in the datamodel

2009-04-03 Thread Armel SORO
Hi Linda, This is not really an answer to the problem but a simple question: which kind of graphical editor do you use to build state machines? Was it built from scratch or did you use any specific software to do this? I am indeed interesting in using one like that to model my system and

Re: [SCXML] getting set datats in the datamodel

2009-04-02 Thread Rahul Akolkar
For the archives, the discussion below has moved to ongoing thread titled [SCXML] History state. -Rahul On Thu, Apr 2, 2009 at 5:07 PM, Ouyang, Landon - ES/RDR -Gil landon.ouy...@itt.com wrote: I am trying to implement a history state.  It does work, returns to the calling state, however it

Re: [SCXML] getting set datats in the datamodel

2009-04-01 Thread Rahul Akolkar
On Tue, Mar 31, 2009 at 7:46 AM, Linda Erlenhov linda.erlen...@gmail.com wrote: Hello again! I have a problem with my datamodel. Or rather the fetching of datas that are used in the datamodel. I have my editor for building statemachines graphical, this is then translated into a corresponding