[flexcoders] Performace Load testing for Flex 3

2008-09-11 Thread Vivek Kapadekar

Hi All
 
I am looking for some tool ( opensource or commercial) for Load/Stress tetsing 
our Flex 3 based web application.
 
I have searched many threads and web, but most of them point to tools which 
support Flex 2 ( example LoadRunner 9.1 and WebLoad from RadView)
 
If anyone can share some link . info for Flex 3 load testing tool, that will 
very helpful.
 
Thanks
 
--Vivek














  

[flexcoders] a small help in Globalization

2008-07-14 Thread Vivek
hi all,
its a strange requirement which could be considered as a good challenge for me 
in my flex experience!

i have a set of controls and its properties say id, name, tab order... etc for 
my custom component related application.
I'm storing that in an array collection as a list of objects and its 
properties. 
this storing doesn't matter, its for dynamic changes in the properties

the same array collection has to be replicated with German or any selected 
language in the GUI.

Let me explain my requirement clearly...
...

i have an array collection. it stores some string and numeric values in English 
by default.
i
want to create the same replication of that array collection which
needs to have the values in French or German, as per the user's
selection.
could you anyone help me out in this regard?
 
yours loving friend,


V i v e k a n a n d a r a j

Summa Athiruthilla!


  

[flexcoders] Datechooser

2008-02-04 Thread vivek
Hi,

First of all thanks for looking into my message. Does anyone know how
to remove forward and back arrow button ( which is used to navigate
month) from the header of the datechooser.

Thanks

Vivek



[flexcoders] Re: Datechooser

2008-02-04 Thread vivek
Sorry can you be more clear. Probably with an example.

Thanks,
Vivek



--- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote:

 u can set the skins to mx.skins.ProgrammtingSkin which just leaves u
with needing to stop the click of the buttons from happening.
 
 
 - Original Message 
 From: vivek [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, February 4, 2008 8:59:52 PM
 Subject: [flexcoders] Datechooser
 
 Hi,
 
 First of all thanks for looking into my message. Does anyone know how
 to remove forward and back arrow button ( which is used to navigate
 month) from the header of the datechooser.
 
 Thanks
 
 Vivek
 
 
 
 
 
  

 Be a better friend, newshound, and 
 know-it-all with Yahoo! Mobile.  Try it now. 
http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ





[flexcoders] Re: Datechooser

2008-02-04 Thread vivek
well thanks for your help. Its cool




--- In flexcoders@yahoogroups.com, Sherif Abdou [EMAIL PROTECTED] wrote:

 ?xml version=1.0 encoding=utf-8?
 mx:WindowedApplication xmlns:mx=http://www.adobe.com/2006/mxml;
layout=vertical xmlns:flexlib=flexlib.*
 mx:Script
 ![CDATA[
 import mx.skins.ProgrammaticSkin;
 ]]
 /mx:Script
 mx:DateChooser prevMonthSkin=mx.skins.ProgrammaticSkin
nextMonthSkin=mx.skins.ProgrammaticSkin /
 /mx:WindowedApplication
 
 
 
 - Original Message 
 From: vivek [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Monday, February 4, 2008 9:25:22 PM
 Subject: [flexcoders] Re: Datechooser
 
 Sorry can you be more clear. Probably with an example.
 
 Thanks,
 Vivek
 
 --- In [EMAIL PROTECTED] ups.com, Sherif Abdou sherif626@ .. wrote:
 
  u can set the skins to mx.skins.Programmti ngSkin which just leaves u
 with needing to stop the click of the buttons from happening.
  
  
  - Original Message 
  From: vivek vivekkrish2001@ ...
  To: [EMAIL PROTECTED] ups.com
  Sent: Monday, February 4, 2008 8:59:52 PM
  Subject: [flexcoders] Datechooser
  
  Hi,
  
  First of all thanks for looking into my message. Does anyone know how
  to remove forward and back arrow button ( which is used to navigate
  month) from the header of the datechooser.
  
  Thanks
  
  Vivek
  
  
  
  
  
  
  _ _ _ _ _ _
  Be a better friend, newshound, and 
  know-it-all with Yahoo! Mobile. Try it now. 
 http://mobile. yahoo.com/ ;_ylt=Ahu06i62sR 8HDtDypao8Wcj9tA cJ
 
 
 
 
 
 
  

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





[flexcoders] JSON PHP

2008-01-13 Thread vivek
I am getting this error at run time. Can anyone help?

TypeError: Error #1009: Cannot access a property or method of a null
object reference.
at
com.adobe.serialization.json::JSONDecoder/com.adobe.serialization.json:JSONDecoder::parseValue()[C:\Development\ContractProjects\Adobe\as3corelib\src\com\adobe\serialization\json\JSONDecoder.as:197]
at
com.adobe.serialization.json::JSONDecoder$iinit()[C:\Development\ContractProjects\Adobe\as3corelib\src\com\adobe\serialization\json\JSONDecoder.as:64]
at
com.adobe.serialization.json::JSON$/decode()[C:\Development\ContractProjects\Adobe\as3corelib\src\com\adobe\serialization\json\JSON.as:81]
at CustomCalendar/CustomCalendar::modeJSON()[C:\Documents and
Settings\Vivek\My Documents\Flex Builder 2\Vandoes
DateSelector\src\CustomCalendar.mxml:50]
at CustomCalendar/__modeRequest_result()[C:\Documents and
Settings\Vivek\My Documents\Flex Builder 2\Vandoes
DateSelector\src\CustomCalendar.mxml:62]
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at
mx.rpc.http.mxml::HTTPService/http://www.adobe.com/2006/flex/mx/internal::dispatchRpcEvent()[C:\dev\enterprise_bali\frameworks\mx\rpc\http\mxml\HTTPService.as:247]
at
mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::resultHandler()[C:\dev\enterprise_bali\frameworks\mx\rpc\AbstractInvoker.as:168]
at
mx.rpc::Responder/result()[C:\dev\enterprise_bali\frameworks\mx\rpc\Responder.as:48]
at
mx.rpc::AsyncRequest/acknowledge()[C:\dev\enterprise_bali\frameworks\mx\rpc\AsyncRequest.as:82]
at
DirectHTTPChannel.as$139::DirectHTTPMessageResponder/completeHandler()[C:\dev\enterprise_bali\frameworks\mx\messaging\channels\DirectHTTPChannel.as:359]
at
flash.events::EventDispatcher/flash.events:EventDispatcher::dispatchEventFunction()
at flash.events::EventDispatcher/dispatchEvent()
at flash.net::URLLoader/flash.net:URLLoader::onComplete()




[flexcoders] Re: Flex Calendar

2008-01-10 Thread vivek
Hey Aaron,

Yes i did. But no help there...



--- In flexcoders@yahoogroups.com, Aaron Miller [EMAIL PROTECTED] wrote:

 Have you messed around with the official framework at all? I played
with it
 while it awhile back in it's early stages of development. Maybe you
can get
 some use out of it.
 
 http://labs.adobe.com/wiki/index.php/Flex_Scheduling_Framework
 
 Best Regards,
 ...aaron
 
 On 1/8/08, vivek [EMAIL PROTECTED] wrote:
 
Hey Guys,
 
  Thanks for looking into my message. I need some urgent help regarding
  creating a calendar in flex. I want to create a calendar as shown
in the
  image in this link:
 
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html . I
  have treid almost everything on the datechooser component to get
the desired
  functionality but i have given it up.  I cant find a solution. Pls
  help..:(
 
  Thanks
  Vivek
   
 
 
 
 
 -- 
 Aaron Miller
 Chief Technology Officer
 Splash Labs, LLC.
 [EMAIL PROTECTED]  |  360-255-1145
 http://www.splashlabs.com





[flexcoders] .swf file

2008-01-10 Thread vivek
I have a.swf file of my application. Is it possible for me to convert
it into .mxml and access the source code like in case of sothink
software and all

Thanks,
Vivek



[flexcoders] Re: Flex Calendar

2008-01-09 Thread vivek
Hi Jeff,

Initially Yes i was but didnt really work out.. Now i am trying to do
it myself as a challenge. The problem here i am new to flex and i dont
really know where to start from. Till now ii have a panel with buttons
and a grid to display the dates. But now i am wondering what code to
put in order to display the actual dates.

Vivek








--- In flexcoders@yahoogroups.com, Jeffry Houser [EMAIL PROTECTED] wrote:

 Hi Vivek,
 
I'm sure it's possible to do this.  Did you have any specific 
 challenges trying to implement this?  Were you looking to outsource the 
 creation of this component?
 
 vivek wrote:
  
  
  Hey Guys,
  
  Thanks for looking into my message. I need some urgent help regarding 
  creating a calendar in flex. I want to create a calendar as shown
in the 
  image in this link:  
  http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html 
 
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html 
  . I have treid almost everything on the datechooser component to
get the 
  desired functionality but i have given it up.  I cant find a
solution. 
  Pls help..:(
  
  Thanks
  Vivek
 
 -- 
 Jeffry Houser, Technical Entrepreneur, Software Developer, Author, 
 Recording Engineer
 AIM: Reboog711  | Phone: 1-203-379-0773
 --
 My Company: http://www.dot-com-it.com
 My Podcast: http://www.theflexshow.com
 My Blog: http://www.jeffryhouser.com





[flexcoders] Flex Calendar

2008-01-08 Thread vivek
Hey Guys,

Thanks for looking into my message. I need some urgent help regarding
creating a calendar in flex. I want to create a calendar as shown in the
image in this link: 
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html
http://www.nabble.com/Customizing-DateChooser-in-Flex-to13983948.html 
. I have treid almost everything on the datechooser component to get the
desired functionality but i have given it up.  I cant find a solution.
Pls help..:(

Thanks
Vivek



[flexcoders] Flex Calendar...

2007-11-29 Thread vivek
Hi Guys,
I am new in developing flex applications. I was just wondering whether
is it possible to customize the datechooser component. Basically i
would like the datechooser to be exactly same as the image i have
attached i.e. no toggle forward and backward button instead of it when
we click on month all the months get displayed where the dates are
shown and when the year is clicked, years would be displayed (where
the dates are displayed) with a back and forward to toggle between years.

Thanks in Advance.




[flexcoders] Some Queries!

2005-10-11 Thread vivek b
Hi
I am 'vivek buwa'!
currentlyu working on Flex!
I am having some doubts and by seeing the amazing work
this group is doing for solving Flex queries, I hope
that my queries will also be solved!

1. Is there a website which is entirely developed with
flex?
2. I am thinking to create an entire portal with Flex
for my compan which will be having login, database
connectivity etc stuff (which is common for all the
portals). Is it possible to do it with Flex?
3. How page transitions (from one mxml file to other
mxml file is accomplished?). i done with mx:Link but
then whats the difference with traditional HTML links
here?
4. can data be passed from one mxml file to the other
mxml file like HTTP post from HTML forms!

I am eagerly waiting for these queries to get solved!
I will be very much thankful if the queries r getting
solved. Requesting u to take some time for these
queries.
I am also hopeful that I will learn in Flex more with
u guys and girls and someday will be able to solve
queries of others.

Thanks!




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com




 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/cd_AJB/QnQLAA/TtwFAA/nhFolB/TM
~- 

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

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