[flexcoders] Regarding Chart problem

2006-07-12 Thread Sachin Dharmapurikar










Hi All,

 

We are facing a strange problem in our application. Reproducing
the same problem is very easy with following steps:

 


 Open
 the dashboard sample provided with Flex Builder.
 Open
 results.xml file which has data to render.
 Except
 for one month remove all data from the xml. Final results.xml should look
 like - 
 
 




 

   
    

   
  

   
  Europe" revenue="106976"/>

   
  Japan"
revenue="79554"/>

   
  Latin America" revenue="39252"/>

   
  North America" revenue="128351"/>

   
    




 Now run the application again.
 You will neither see the point on the chart as well in data grid. For line
 chart I can understand the problem in plotting single point but data grid
 should show the single month data.


 

Please
confirm the right behavior and tell me if there is a work-around.

 

Regards,

Sachin




__._,_.___





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___





[flexcoders] DateTimeAxis question for Charts

2006-05-11 Thread Sachin Dharmapurikar










Hello everybody,

 

I am trying to get a timeline chart. For this my requirement
use case is as follows –

 

Input data – 

 

Date     Count

5/1/06 10:00  500

5/1/06 17:00  232

5/2/06 19:00  400

5/4/06 13:00  158

5/8/06 16:00  168

5/9/06 14:00  175

5/9/06 11:00  236

 

 

I get above data from a database query. I send this data to
flex client using XML. I want a chart which shows hourly chart for the week. Now
as you can see for many hours there is no data available.

 

Still, I want flex should show that those hours are having
zero data. If I use date time axis, it displays the tool tips for the items for
which the count is available. If the count is not available then it displays
nothing. 

 

I can fill the gaps by Java code, but you can see there will
be around 24 x 7 hours entries out of which most will carry zero count. It will
not only increase the XML size but the number of elements to process. Can I
avoid this?

 

Can anybody help?

 

Regards,

Sachin









--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Flex Charting Beta 3

2006-05-10 Thread Sachin Dharmapurikar










Hi Adobe Team,

 

I have downloaded Flex 2 Beta 3. It asked for a serial
number at the time of installation. I didn’t have any and as per installation
notes I just skipped the step. Now I can see on each chart there is a Flex
Charting Trial watermark.

 

How to get rid of this? Can I purchase a license now which
will make it go? Since we are counting a lot on this product, please guide me
so that I can make decisions faster. 

 

If I purchase a license now, will it allow me to upgrade to
production version without any charges?

 

Regards,

Sachin









--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Dynamically scaling a custom component

2006-05-09 Thread Sachin Dharmapurikar











Hi,

 

Instead of redirecting it, can you send a
confirmation XML? Depending on the contents of the XML flex application will
change the state of application to logged in state. That way, your application
will can display the controls which you were supposed to display on the
redirected screen.

 

Does that make any sense to you?

 

If you have any special requirement for
redirect please mention a simple use case so that people can help you better.

 

Regards,

Sachin

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ravindra Suthar
Sent: Tuesday, May 09, 2006 5:19
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Dynamically scaling a custom component



 

Hi,

 

I would like to create a
login form in flex and it will be included inside jsp file. Now after login I
would like to send and redirect that page to another page. I have try a lot
using httpservice but it submitted data but unable to redirect that page with
data. So please give me guidance for that.

 



Regards, 



 





Ravindra Suthar













--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











RE: [flexcoders] Beta 3: All roads lead to Beta 2?

2006-05-09 Thread Sachin Dharmapurikar











Just hit Ctrl+F5 when you reach the site http://labs.adobe.com

 

Maybe you are not looking at the latest
page. Sometimes these proxy servers get the content from the cache.

 

Hope it will solve your problem

 

Regards,

Sachin

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Graham Weldon
Sent: Tuesday, May 09, 2006 3:33
PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Beta 3:
All roads lead to Beta 2?



 

Hi,

The main site is: http://labs.adobe.com/
Click on Download there, and it will request that you sign in or create an
account.
Once you have signed in, there is a list of downloads, when you save them to
your filesystem, you'll see 'B3' somewhere in the filename.

Hope this has been of some assistance.

Regards,
Graham Weldon



greenfishinwater wrote: 

I just tried to download Beta 3 of Flex and all the
download pages
refer to beta 2, I even downloaded the flex builder windows exe, and
it is exactly the same size as beta 2.

Where are the pages to downlaod beta 3?













--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Dynamic Screen

2006-05-02 Thread Sachin Dharmapurikar










Hi Everybody,

 

It has been some time I am playing with Flex. I came across
a problem and I was wondering how we can do it in Flex. 

 

Use Case:

 

1.   Server
sends some screen XML which is having information about user controls. (Date
Selectors, Drop-down lists and Buttons etc.)…

2.   Depending
on XML we need to render the screen. Just like XSLT.

 

Can we do this in Flex?

 

Similarly, is it possible to include another .swf file like
we load different classes at runtime? I want to share one component with
multiple components.

 

Thanks in advance

 

Regards,

Sachin









--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] Flex 2b2: Double click troubles

2006-04-04 Thread Sachin Dharmapurikar



I experienced the same problem regarding ItemDoubleClick event in the column chart. I wanted to forward drill down on one click and on double click reverse drill down. Instead, always single click event is getting fired.

 
I tried to set only doubleclick event of the chart but still its not working properly.
 
Its giving serious trouble.
 
Hope you find a fix for it.
 
Sachin 
On 4/4/06, Tobias Patton <[EMAIL PROTECTED]> wrote:



Hello List;
 
I have a couple questions/problems with double click events. 
 

When the user double-clicks an object, two events are fired. The first click fires a Click event. The second click fires a DoubleClick event. This is problematic when a control needs to implement different behaviors for click and double-click. Whenever the user double-clicks, the click handler is invoked before the double-click handler. How can the click handler know it should ignore the event because it's actually part of a double-click event. 

 

Label controls don't seem to every get a DoubleClick event. Even when the doubleClickEnabled property is set to "true" for the entire containment hierarchy. Is this a bug?
 
 
Here's the application I'm using to test click and double click events:
 


    xmlns:mx="
http://www.adobe.com/2006/mxml" 
    xmlns="*" 
    layout="absolute"
    doubleClickEnabled="true"
    creationComplete="OnCreationComplete()">
    
    
    
    
    
    
    
    
    text="ClickMe"
    doubleClickEnabled="true"
    click="trace( 'Label Click' )"
    doubleClick="trace( 'Label DoubleClick' )"/>
    
    
    label="ClickMe"
    doubleClickEnabled="true"
    click="trace( 'Button Click' )"
    doubleClick="trace( 'Button DoubleClick' )"/>
    
    

 
Creo Inc., a subsidiary of Kodak

Tobias Patton | Software Developer | Tel: +1.604.451.2700 ext: 5148 | 
mailto:[EMAIL PROTECTED]
 | 
http://www.creo.com 

 --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 


YAHOO! GROUPS LINKS 

 Visit your group "flexcoders" on the web.  
 To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED]  
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



-- -Fight back spam! Download the Blue Frog.http://www.bluesecurity.com/register/s?user=c2FjaGluLmRoYXJtYXB1cmlrYXI4NjI%3D
 






--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Error while retrieving data in Flex UI(Urgent solution needed)

2006-04-04 Thread Sachin Dharmapurikar



Correct Jason,Add my .002 too.SachinOn 4/4/06, Jason Hawryluk <[EMAIL PROTECTED]> wrote:












DUDE!!! OMG!!! Why on earth are you even trying to load 9000 
rows of data! That is just bad for your user's. If you want to show it use 
paging. if you want to chart it, summarize or cube it up before, and get it to a 
manageable row count. 9000 rows = no respect what so ever for your user. And; 
they do perceive it as a lack of respect.
 
I'm 
sorry I have no solution to your problem except the above.
 
My 
.002
 
Jason

  -Message d'origine-De : 
  flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com]De la part 
  de anil thakurEnvoyé : mardi 4 avril 2006 
  17:00À : flexcoders@yahoogroups.comObjet : 
  [flexcoders] Error while retrieving data in Flex UI(Urgent solution 
  needed) 
  
  

  Hi 
  Sir
    
  I am facing this error. I have table from which I am retreving data.The table 
  have data in which there are 9000 rows which I am trying to showing on the 
  screen.But getting above alert.But the data is coming on the log message file 
  but while showing on flex UI giving 
  error.
  WSDL 
  is generated properly.I am using java technology using design 
  patterns.
  Sir 
  plz solve this proble its urgent.

  Regards 
Anil 
  kumar
[EMAIL PROTECTED]
Software 
  Engineer 
Vanguard Info-Solutions 
  Limited78, JIL Tower-II, Sector-18, Gurgaon-122001 
  (INDIA)
   
  -- 
  "The information in this e-mail is the property of VanGuard Info-Solution 
  Ltd. and may be confidential and privileged. It is intended solely for 
  the addressee. Access to this email by anyone else is unauthorised. If you are 
  not the intended recipient, any disclosure, copying, distribution or any 
  action taken in reliance on it is prohibited and may be unlawful. If you 
  receive this message in error, please notify the sender immediately & 
  forward a copy of this e-mail to [EMAIL PROTECTED] .An 
  E-mail reply to this address may be subject to interception or monitoring for 
  operational reasons or for lawful business 
  practices .This e-mail and any attachments has been scanned for the presence of 
  computer viruses.Vanguard accept no responsibility for computer viruses once 
  e-mail has been transmitted" 
  -- 
  





--
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



   Visit your group "flexcoders" on the web. 

   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  








-- -Fight back spam! Download the Blue Frog.http://www.bluesecurity.com/register/s?user=c2FjaGluLmRoYXJtYXB1cmlrYXI4NjI%3D







--
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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Putting markers on chart

2006-04-03 Thread Sachin Dharmapurikar



Thanks very much. Ely, I understood now how to add such small extensions.Thank you very much folks.SachinOn 4/3/06, Ely Greenfield <
[EMAIL PROTECTED]> wrote:









 
 
I figure it's good to take a moment every once and a while 
and prove to myself that what I'm saying is actually true ;)
 
See attached.
 
Ely.
 


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan 
Miranda



If you get time to do 
this Sachin, love to see what you produce code-wise….don't got time to tinker 
with it at the moment myself J






--
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
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  















--
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



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Putting markers on chart

2006-04-03 Thread Sachin Dharmapurikar



Hi Ely,    We wan't to put a vertical line on X-Axis value for which the Y-axis value exceeds a threshold. E.g. following are the input sets -X-Axis Values : [ 11:00, 12:00, 13:00]Y-Axis Values: [47,67,31]
Now there should be a way to define threshold on Y-Axis. If I set the threshold on 50 then all values > 50 should have a vertical line drawn on corrosponding X-Axis value. In our example on 12:00 the vertical line should appear.
Does that make any sense to you?SachinOn 4/3/06, Ely Greenfield <[EMAIL PROTECTED]> wrote:







 
 
Sachin, can you explain a little further?  are you 
looking for a vertical line at a particular X value? or a horizontal line at a 
particular y value?
 
Ely.
 


From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Sachin 
DharmapurikarSent: Saturday, April 01, 2006 7:23 PMTo: 
FlexcodersSubject: [flexcoders] Putting markers on 
chart
Hi,I am developing a charting application. I am simulating a 
live chart which is updated after finite interval. X-Axis of the chart is going 
to have dates and Y-Axis will have Numbers. I want to put a red line marker when 
the value of Y-axis crosses a particular value. Sample image is attached. 
Is it possible to do this using Flex line 
charting?Thanks,Sachin





--
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
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  















--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Putting markers on chart

2006-04-02 Thread Sachin Dharmapurikar



Hi,I am developing a charting application. I am simulating a live chart which is updated after finite interval. X-Axis of the chart is going to have dates and Y-Axis will have Numbers. I want to put a red line marker when the value of Y-axis crosses a particular value. Sample image is attached. 
Is it possible to do this using Flex line charting?Thanks,Sachin






--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Markers.PNG
Description: PNG image


Re: [flexcoders] A suggestion for the group (Tutorials and Tip's)

2006-03-31 Thread Sachin Dharmapurikar



I agree that there is need of something which will allow you people(who have exp of flex), to help people like us. I like blogs and I am fan of it... at the same time, I found that if we create a planetFlex and kept the aggregated feeds there, it will not solve our problem fully. I find Wiki as very good solution to this problem as we can arrange the information in very easy manner for navigation. Addition to that, we can search the data too.
My vote goes to Wiki... SachinOn 4/1/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:



>  Now i just have 
to figure out how to use a wiki :)

You know I had a real hard time grasping the idea of a wiki also...

Email me if you want a quick tutorial about how to use the dokuwiki.

Manish, ... I know ;-) If you havn't noticed, I'm too verbose :)

Peace, Mike
On 3/31/06, Manish Jethani <
[EMAIL PROTECTED]> wrote:




On 4/1/06, Michael Schmalle <[EMAIL PROTECTED]> wrote:
>
>    > Blogging is best IMHO.
>
>  Blogging is not free form communal thought. I am aiming for
free form. Wiki's are invaluable for this when implemented correctly.

Oh, no, I'm not against the wiki, Mike.  I was just throwing in
another suggestion.

Manish






--
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
  
  
  



Web site design development
  
  


Computer software development
  
  


Software design and development
  
  




Macromedia flex
  
  


Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web.
 
   To unsubscribe from this group, send an email to: 

[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.




  










-- What goes up, does come down.






--
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
  
  
  


Web site design development
  
  

Computer software development
  
  

Software design and development
  
  



Macromedia flex
  
  

Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 

   To unsubscribe from this group, send an email to: 
[EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
.



  















--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Large XML data binding to FLEX Chart

2006-03-31 Thread Sachin Dharmapurikar



Yes, Matt. I agree with you. With events it shouldn't be any problem to simulate the pagination. Infact I wrote a demo like that and it works fine for me.I am started to look seriously to Flex just three days ago. I am very much impressed by the the extensible nature of each component. I was skeptical about extending the charting framework to add new charts and Ely told me that its possible. Moreover the syntax is so similar to Java, I didn't spent more than few mins to understand how to write new functions!
I can now say, you kept the name of product which suits to its natue... its really FLEXible.Only matter is, we need to play around and make our hands dirty to understand the exact behaviour. I am waiting for production release of this product so that API docs, Samples will be available for me. I must congratulate you on a job well done.
SachinOn 3/31/06, Matt Chotin <[EMAIL PROTECTED]> wrote:



















Well, like I said charts tend to need all
of their data in order to draw anything accurately.  You can simulate paging
with a chart by gradually filling in the data (and adding length as it arrives),
but a chart with no values may look very different than a chart that is filled
in, and that is usually unacceptable.

 

We do have a progress bar, and there are
other ways of hooking up most of what you're asking for, you'll
just need to see more of what we provide and play around.

 

Matt

 









From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Seet Hing Long
Sent: Thursday, March 30, 2006
7:07 PM
To: flexcoders@yahoogroups.com

Subject: RE: [flexcoders] Large
XML data binding to FLEX Chart



 

Thanks Matt.  I suggest charts to support paging will be
good.  In future as network speed increase and we are able to process large
data available at the client side.

I think it will be more user friendly to include
progress bar, user interrupt function to halt/cancel data binding, display size
of data available etc.  Or i had miss from documents, all these are
already available?  I will check the documents again.

Matt Chotin
<[EMAIL PROTECTED]> wrote:





You
might want to check ! out Flex Data Services too, we have paging built right
into the system J







 





However
it’s worth noting that the charts do not support paged data
(where it comes down incrementally), in order to draw successfully a chart
assumes that all data is present.





 





Matt





 













From:
 flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Seet Hing Long
Sent: Wednesday, March 29, 2006 12:19
AM
To: 
flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Large XML data
binding to FLEX Chart







 





Thanks alot Matt.

I had checked also
linerealtime.mxml w! hich says "In a real life scenario, you could poll
the server here, or use an XMLSocket or Flash Communication Server approach to
push data from the server to the client."  Can you elaborate more on
XMLsocket and how it works?


I will try out
HTTPService with e4x.  But I think using paged remote data providers may
be a better technique for my case.  This could provide better
streaming-like behavior.


Matt Chotin
<[EMAIL PROTECTED]> wrote:






E4X has an xpath like syntax which may be better for you.  Check
out the
XMLListCollection as something you can assign into
a chart and the e4x
operators to build the right list.  Make sure
resultFormat="e4x" on the
HTTPService, it might improve performance.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On
Behalf Of seethinglong
Sent: Monday, March 20, 2006 11:14 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Large XML data binding to
FLEX Chart

Hi all,
I am newbie trying to use FLEX to build chart apps
but I experience
huge problem when the data source in URL from
local hard drive is
around 6MB (request through mx:HTTPService).

Firefox 1.5, Windows XP with adobe FES had failed totally and the
memory/IO
writes reached almost 1GB/50k before firefox crashed.

Later I try with pre-compiled flash with tomcat
apache, the charts
work work sluggishly.

I would like to know is there any binding
mechanism that can stream
the XML data over through HTTP?  Something
like active stream format
for movie/sound.

Is FLEX chart support JXPATH/XSLT?  I w! ould
like to build a Flex chart
that allows user to enter XPATH/XSLT and produce
the chart dynamically.

Thanks for your patience in the reading. 
Meanwhile I am finding the
answer myself reading ! the help documents
provided.







--
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














 











New Yahoo! Messenger with Voice. 
Call
regular phones from your PC and save big. 





 







New 
Yahoo!
Messenger with Voice. Call regular phones from your PC for low, low rates.








-

[flexcoders] Passing initialization parameters to application

2006-03-31 Thread Sachin Dharmapurikar



Hi,In my application, I need to pass some parameters from outside to SWF. To just give idea the flow is like this -User submits a formServlet processes request and as response displayes the Flash application
Flash application is supposed to contact an URL using HTTPService and fetch data.Then flash application processes the fetched data.To make my application generic, I need to pass the URL from outside. I can pass parameters with anything like XML or else too. I am not getting any way to do that. I think it should be possible but how?
Sachin






--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Too many mistakes

2006-03-29 Thread Sachin Dharmapurikar



Guys, as I said earlier we are planning to integrate charting with our application.     We are using very scalable J2EE platform for backend logic. Our architecture is as follows -     DB -> J2EE(Servlets & Classes) -> XML to Browser -> XSLT for presentation     I am unhappy with the presentation tier. We are doing same old HTML presentation for our app. I tried to make it little rich by Ajaxifying it. Hardly it could add much value to it. But ajax raised few more problems like handelling server responses at other complexities.     So here I want to put the Flash in presentation tier which will have little business logic and good charting capability to complement my other text data.     One more thing I noticed is, when I compile a very small application also like simple label and button, the size of generated file is ~345K, and when
 browser renders, it leaves about 40M footprint. Is this grows linerly along with complexity in UI?     Now I am on verge to make a decision to take in/out Flex. Please shed some light. So far you guys were great!     Thanks,  SachinJason Hawryluk <[EMAIL PROTECTED]> wrote:Mike, I have to second that. I’m in exactly the same position. Concentrate on the backend and front end non UI related architecture. Consider that any UI you do, do is prototyping to give you a feel for the app and allow you to test the other back end stuff. I have been working since flex 1.5 actually learned flex from 1.5 then when the alpha came out started getting my hands dirty. We are
 in line to release shortly after Flex goes public. The beta’s as far as beta’s go is freaking sweet.     If that doesn’t suit you then start learning the framework trial and error, experiment, etc..     My .02   Jason-Message d'origine-De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]De la part de Michael SchmalleEnvoyé : mercredi 29 mars 2006 16:59À : flexcoders@yahoogroups.comObjet : Re: [flexcoders] Too many mistakesHonestly,This beta 2 ROCKS!There are only things that you will need to to tweak down the road. I have created a full AS3/MXML documenter/renderer like JavaDOC inside Flex starting from the alpha release. Things are going great. My approach was;Build the application's logic and structure as we head through the beta stages. By the time my app model and algoritthms are out of beta for my app, Flex will be public and then I can focus on a 'bug free' UI implementation (this has changed recently due to some contests ;-).I know this dosn't suite a lot of
 developers but, it has worked this far for me. This beta2 release didn't mess me up at all becasue I am focusing on logic no the UI.Peace, Mike  On 3/29/06, Sachin Dharmapurikar <[EMAIL PROTECTED]> wrote:   Hi Michael,  You are absolutely correct. Beta products are not production ready and they have mistakes.      I am thinking to use the Flex charting in my application. I can see that Flex 2 is in beta and Flex 1.5 is prod stable but lack in features. Moreover, if I now invest time in Flex 1.5 there is complete re-design on actionscript and lot of other changes too. Is there
 any way by which we can start with Flex 2.0 without facing much trouble?     I am a Java architect and for the first time I am looking at RIA like Flex or OL. Any comments regarding my problems will be strongly appriciated.     Regards,  Sachin  Michael Schmalle <[EMAIL PROTECTED]> wrote:  Hi,Do you know what beta means? It means there are mistakes
 everywhere and they are cleaning them up.Besides, if you are going to use beta software, your mind has to be a problem solver from the start. You can't rely on examples, you have to experiment. There IS enough good examples and docs to get things to work.Peace, Mike  On 3/29/06, snail < [EMAIL PROTECTED]> wrote: hello,everyone   When I read the help content of Flex Builder 2 beta 2,I find many mistakes,such as use "Link" instead of "LinkButton" which is not exist in Flex 2. And the example code also make mistakes. When I follow
 the help,many errors occour. So boring. I am a beginner,I find flex 2 is not so good,at least, not easy to learn by read the help in which many mistakes.    Will Adobe make it better ?--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com   SPONSORED LINKS Web site design development   Computer software development   Software design and development Macromedia flex   Software development best practice   YAHOO! GROUPS LINKS  Visit your group " flexcoders" on the web.     To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]     Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.  -- What goes up, does come down. New Yahoo! Messenger with Voice. Call regular phones from your PC and save big. 

Re: [flexcoders] Too many mistakes

2006-03-29 Thread Sachin Dharmapurikar



Hi Michael,  You are absolutely correct. Beta products are not production ready and they have mistakes.      I am thinking to use the Flex charting in my application. I can see that Flex 2 is in beta and Flex 1.5 is prod stable but lack in features. Moreover, if I now invest time in Flex 1.5 there is complete re-design on actionscript and lot of other changes too. Is there any way by which we can start with Flex 2.0 without facing much trouble?     I am a Java architect and for the first time I am looking at RIA like Flex or OL. Any comments regarding my problems will be strongly appriciated.     Regards,  SachinMichael Schmalle <[EMAIL PROTECTED]> wrote:  Hi,Do you know what beta means? It means there
 are mistakes everywhere and they are cleaning them up.Besides, if you are going to use beta software, your mind has to be a problem solver from the start. You can't rely on examples, you have to experiment. There IS enough good examples and docs to get things to work.Peace, Mike  On 3/29/06, snail <[EMAIL PROTECTED]> wrote:hello,everyone   When I read the help content of Flex Builder 2 beta 2,I find many mistakes,such as use "Link" instead of "LinkButton" which is not exist in Flex 2. And the example code also make mistakes. When I follow the help,many errors occour. So boring. I am a beginner,I find flex 2 is not so good,at least, not easy to learn by read the help
 in which many mistakes.    Will Adobe make it better ?--Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com   SPONSORED LINKS Web site design development   Computer software development   Software design and development Macromedia flex   Software development best practice   YAHOO! GROUPS LINKS  Visit your group "flexcoders" on the web.    To unsubscribe from this group, send an email to:  [EMAIL PROTECTED]    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.  -- What goes up, does come down. 
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.





--
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
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



   Visit your group "flexcoders" on the web. 
   To unsubscribe from this group, send an email to: [EMAIL PROTECTED] 
   Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.