[flexcoders] Re: How to create a date timeline

2006-10-04 Thread fsawitzki
 I started looking into the flex charts, but I can't seem to 'force'
the
 charts to behave in a timeline way.
 I guess charting is not the way to go to solve this problem.

I uploaded the current status of my project on my university webspace.
If you're interested, take a look at
http://www.uni-koblenz.de/~inferno/vizeg/1004/main.html. The project is
a management an visualization tool for history dates. It is still in
progress, and not all features are complete. For a beginner like me, it
was easy to develop the data management part. But i noticed, that for
the visualization is a more programming knowledge, especialy in
actionscript, required.

I uploaded also the scources of the visualisation part, there a only a
few lines. But the code is still buggy, because i'm not able to change
the length of my rectangles inside a createChildren() function. I would
be pleased if you've perhaps a idea to solve it.

Frank






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: How to create a date timeline

2006-10-03 Thread Jeroen De Vos





I started to work on a similar project, but 
i have no working codetill now. My idea is to draw rectangles 
inside a canvas. Thex-position is the value of the begin of 
the reign and the lenght ofeach bar is the diffence between the end 
and start.Sounds simple, but i have a problem to set 
some variables. I postetthis problem in another message. If my 
problems will be solved, i cansend you an example. But my programming 
knowlegde is limited, don'texpect a perfect solution ;)If someone has 
another idea to solve a timeline visualization, anytips 
would be appreciated...

I 
startedlooking into the flexcharts, but I can't seem to 'force' the 
charts to behave in a timeline way.
I guesscharting is notthe way to go to 
solve this problem.

Jeroen.



Deze e-mail en alle gekoppelde bestanden zijn officiele documenten van het Gemeentelijk Havenbedrijf Antwerpen en kunnen vertrouwelijke of persoonlijke informatie bevatten. Gelieve de afzender onmiddellijk via e-mail of telefonisch te verwittigen als u deze e-mail per vergissing heeft ontvangen en verwijder vervolgens de e-mail zonder deze te lezen, te reproduceren, te verspreiden of te ontsluiten naar derden. Het Gemeentelijk Havenbedrijf Antwerpen is op geen enkele manier verantwoordelijk voor fouten of onnauwkeurigheden in de inhoud van deze e-mail. Het Gemeentelijk Havenbedrijf Antwerpen kan niet aansprakelijk gesteld worden voor directe of indirecte schade, verlies of ongemak veroorzaakt als gevolg van een onnauwkeurigheid of fout in deze e-mail.

English Translation: This e-mail and all attached files are official documents of Antwerp Port Authority and may contain confidential or personal information. If you have received this e-mail in error, you are asked to inform the sender by e-mail or telephone immediately, and to remove it from your system without reading or reproducing it or passing it on to other parties. Antwerp Port Authority is in no way responsible for any errors or inaccuracies in the contents of this e-mail, nor can it be held liable for any direct or indirect loss, damage or inconvenience arising from any such errors or inaccuracies. [GHA#Disclaimer]


__._,_.___





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via the Web (Yahoo! ID required) 
  Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured 
   
Visit Your Group 
   |
  
Yahoo! Groups Terms of Use
   |
  
   Unsubscribe 
   
 

  




__,_._,___



[flexcoders] Re: How to create a date timeline

2006-10-03 Thread fsawitzki
Hi,

 I started looking into the flex charts, but I can't seem to 'force' the
 charts to behave in a timeline way.
 I guess charting is not the way to go to solve this problem.

The delivered charting components were to complicated for me to
understand, so i decided to build up my visualization from scratch. A
possible chart to base on is a gantt chart, which is used in time
management applications. But i found only one example which realized
it which flex2, it was a rocketboots space race entry from Gareth
Edwards.
(http://members.optusnet.com.au/gareth_edwards/flexwidget/myflex.html)

Maybe the upcoming calendar component will be a good base
(http://weblogs.macromedia.com/amcleod/archives/2006/08/open_source_fle.cfm),

but until now, there is no release date announced. 

Greets,
Frank





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




[flexcoders] Re: How to create a date timeline

2006-10-02 Thread fsawitzki
 I want to create a timeline to visualize dates, for example to show the
 reignlengths of the kings of a country.
 How can I do this?
 
 Jeroen.

I started to work on a similar project, but i have no working code
till now. My idea is to draw rectangles inside a canvas. The
x-position is the value of the begin of the reign and the lenght of
each bar is the diffence between the end and start. 

Sounds simple, but i have a problem to set some variables. I postet
this problem in another message. If my problems will be solved, i can
send you an example. But my programming knowlegde is limited, don't
expect a perfect solution ;)

If someone has another idea to solve a timeline visualization, any
tips would be appreciated...

Frank





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* Your email settings:
Individual Email | Traditional

* To change settings online go to:
http://groups.yahoo.com/group/flexcoders/join
(Yahoo! ID required)

* To change settings via email:
mailto:[EMAIL PROTECTED] 
mailto:[EMAIL PROTECTED]

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/