[flexcoders] DataGrid What is the limit?

2008-06-04 Thread Nadeem Manzoor
Hello Flex Gurus

What is the maximum row count that a DataGrid Component can display at a
time?

Same Question is for Column so DataGrid

-- 
Thanks

Nadeem Manzoor


Re: [flexcoders] DataGrid What is the limit?

2008-06-04 Thread Nadeem Manzoor
Hello *Fidel *

I tried searching the group for this topic but couldn't find anything on
it.  And *Cato Paus* says its 5000 by 5000, I need to show almost 50,000
records at a time in an application, How can i do that?

And Fidel can you please give me the link for this already discussed topic

Thanks
Nadeem

On Wed, Jun 4, 2008 at 2:25 PM, Fidel Viegas [EMAIL PROTECTED] wrote:

 On Wed, Jun 4, 2008 at 10:20 AM, Nadeem Manzoor [EMAIL PROTECTED]
 wrote:
  Hello Flex Gurus
 
  What is the maximum row count that a DataGrid Component can display at a
  time?
 
  Same Question is for Column so DataGrid

 Hi Nadeem,

 This topic has been discussed several times. Just do a search on the
 group and you will find quite a lot of answers to that.

 Fidel.

 

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






-- 
Thanks

Nadeem Manzoor


[flexcoders] Cache memory Issue (Strange)

2008-04-25 Thread Nadeem Manzoor
Hello All

I have deployed a application on server, now i am uploading the updated file
on server but still it is loading the older swf file. I have place the
history folder and other files as they are on my local system. Do anybody
know what is the problem?

Flex 2 had history.swf and history.html files but flex 3 is not creating
those file. so what should i do

-- 
Thanks

Nadeem Manzoor


Re: [flexcoders] Is it possible to display Horizontal Scroll bar at the top

2008-02-15 Thread Nadeem Manzoor
Thanks alot Sherif Abdou , It works.


On Fri, Feb 15, 2008 at 1:30 AM, Sherif Abdou [EMAIL PROTECTED] wrote:

  create a custom one and just put this
 *

 override
 * *public* *function* validateDisplayList():*void*{

 *super*.validateDisplayList();

 *this*.*horizontalScrollBar*.move(0,0);

 }


 - Original Message 
 From: Nadeem Manzoor [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Thursday, February 14, 2008 2:08:58 PM
 Subject: [flexcoders] Is it possible to display Horizontal Scroll bar at
 the top

  Hello Guys

 By default the horizontal Scroll bar is appeared at the bottom of
 container. I want it to be displayed on the top . Is it possible

 Thanks

 Nadeem Manzoor


 --
 Looking for last minute shopping deals? Find them fast with Yahoo! 
 Search.http://us.rd.yahoo.com/evt=51734/*http://tools.search.yahoo.com/newsearch/category.php?category=shopping
 




-- 
Regards,

Nadeem Manzoor


[flexcoders] Is it possible to display Horizontal Scroll bar at the top

2008-02-14 Thread Nadeem Manzoor
Hello Guys

By default the horizontal Scroll bar is appeared at the bottom of container.
I want it to be displayed on the top . Is it possible

Thanks

Nadeem Manzoor


[flexcoders] Volume of VideoDisplay Component reset everytime video source is changed or rewind?

2008-01-15 Thread Nadeem Manzoor
Hello Flex Gurus


I am having a problem with VideoDisplay Component that every time i rewind
the videoDisplay its volume is restored . I am using an HSlider as volume
control and i have Bind the Volume property to HSlider like

videoDisplayInstance.volume={HSliderInstance.value}

Now when i change the video source or i just replay the video its volume is
again restored to its default value. How can i solve this issue

I am sure someone on this must had this problem.


-- 
Regards,

Nadeem Manzoor


[flexcoders] Repeating a Custom Component (VBox)

2007-12-27 Thread Nadeem Manzoor
Hello All

If anyone can help me with this. I am using repeater and repeated item
should be a Custom VBOX. Repeater do not have itemRenderer property. How can
i use it? if i simply place a custom component in Repeater it doesn't work.
I need to use extensive binding

Moreover i need to change the background color of repeated custom component
e.g. White for each odd index and Grey for each Even index. How can is do it
while repeating

-- 
Regards,

Nadeem Manzoor


Re: [flexcoders] Verifing URL before setting it to the source of VideoDisplay

2007-12-03 Thread Nadeem Manzoor
Thanks bjorn

Its hard to implement what you have suggested as i have created some states
and there are alot of listener attached to videoDisplay. Do i need to change
the instance name of the videoDisplay every time. ?

I will give it a shot but i am still looking for a simple solution

Thanks




On 12/3/07, bjorn - [EMAIL PROTECTED] wrote:

  I've actually had so much problems with this that I decided to replace my
 VideoDisplay instance each time I load a video (and delete the old one).

 If you go this route it's important that you:
 - remove all event listeners from it
 - set .source = 
 - call .load() on the empty source

 .. before removing the instance .. or else it may start sending events or
 continue loading in the background.

 - Bjørn


  On 03/12/2007, Nadeem Manzoor [EMAIL PROTECTED] wrote:
 
 hello All
 
 
  I am in a big trouble, problem is i have developed a video player in
  flex. It works fine. But an incorrect URL is passed to the player , it
  troughs an error (connection Error) but after that it does not even load a
  correct flv. how can i solve this problem .. I know there must be a simple
  solution for that ..
 
  Can i verify a url before setting it to the source property of
  videoDisplay
 
  Thanks in Advance,
 
  --
  Regards,
 
  Nadeem Manzoor
 
 


 --

 
 http://www.juicability.com - flex blog
 http://www.43min.com - funny movies 




-- 
Regards,

Nadeem Manzoor


[flexcoders] Verifing URL before setting it to the source of VideoDisplay

2007-12-02 Thread Nadeem Manzoor
hello All


I am in a big trouble, problem is i have developed a video player in flex.
It works fine. But an incorrect URL is passed to the player , it troughs an
error (connection Error) but after that it does not even load a correct flv.
how can i solve this problem .. I know there must be a simple solution for
that ..

Can i verify a url before setting it to the source property of videoDisplay

Thanks in Advance,

-- 
Regards,

Nadeem Manzoor


[flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Nadeem Manzoor
Hello Guys

I am working on a Flex Media application. I am sending Flv path through
Javascript. Everythings is working fine. But, suppose, if i send a fake flv
url it throgh an Exception connectionerror and after then it gets stuck
e.g. after connectionerror if i am trying to pass a proper flv path it does
not trigger ready event or any exception

Any Ideas ?

-- 
Regards,

Nadeem Manzoor


[flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Nadeem Manzoor
Hello Guys

I am working on a Flex Media application. I am sending Flv path through
Javascript. Everythings is working fine. But, suppose, if i send a fake flv
url it throgh an Exception connectionerror and after then it gets stuck
e.g. after connectionerror if i am trying to pass a proper flv path it does
not trigger ready event or any exception

Any Ideas ?

-- 
Regards,

Nadeem Manzoor


Re: [flexcoders] VideoDisplay inconsistent behavior, it gets Stuck

2007-11-28 Thread Nadeem Manzoor
Thanks for reply. It is really useful to use try catch but in my case it
doesn't work, so here is my question

Is it possible to check a URL is valid before even loading the file? for
example i get an flv path from Web service, before setting this path as a
source of Video Display component, i want to check whether the file exists
or not But i don't want to load that file. When i got a confirmation that
the file exists, i will pass that URL to VideoDisplay Component. So Guys is
that possible or is there any other technique ?




On 11/28/07, Michael Wills [EMAIL PROTECTED] wrote:

 First I was going to say you have to put that in a try..catch block,
 except accessing an invalid URL won't throw the exception in a way the
 try..catch can work with. Can you add an event listener to your FLV loader
 similar to this post?

 http://www.kirupa.com/forum/showthread.php?p=1957547#post1957547

 It's from quite a while ago so I don't know if it will be of much help...

 Michael

 Nadeem Manzoor wrote:



 Hello Guys

 I am working on a Flex Media application. I am sending Flv path through
 Javascript. Everythings is working fine. But, suppose, if i send a fake flv
 url it throgh an Exception connectionerror and after then it gets stuck
 e.g. after connectionerror if i am trying to pass a proper flv path it
 does not trigger ready event or any exception

 Any Ideas ?

 --
 Regards,

 Nadeem Manzoor

 




-- 
Regards,

Nadeem Manzoor