[flexcoders] File upload + Basic Authentication - please, help!!!

2008-08-19 Thread Dmitry Miller
Hello, everyone

I am trying to implement file upload and authenticate myself via basic
authentication. However, when I try to add Authorization header into
underlying URLRequest object, Flash Player seems to ignore my code and
proceed without this header. I am using Flash version 9.0.124 which,
according to the documentation, allows tampering with Authorization
header

Is Basic Auth support possible for file upload? and if it is, how do I
make it work?

Thanks,

--- Dmitry



[flexcoders] Basic authentication for file upload

2008-08-18 Thread Dmitry Miller
Hello, everyone

I am trying to implement file upload and authenticate myself via basic
authentication. However, when I try to add Authorization header into
underlying URLRequest object, Flash Player seems to ignore my code and
proceed without this header. I am using Flash version 9.0.124 which,
according to the documentation, allows tampering with Authorization
header

Is Basic Auth support possible for file upload? and if it is, how do I
make it work?

Thanks, 

--- Dmitry





[flexcoders] Re: Possible bug with TextInput

2007-06-14 Thread Dmitry Miller
The Flex app displays all the characters correctly inside Safari or
Mac Firefox browsers. 

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 12 Jun 2007, Dmitry Miller wrote:
  Could this be a problem with the Flex fonts?
 
 They might be cut-down versions of the full fonts, and not contain
all unicode 
 characters, I guess.
 
 -- 
 Tom Chiverton
 Helping to confidentially seize vertical niches
 on: http://thefalken.livejournal.com
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.





[flexcoders] Possible bug with TextInput

2007-06-06 Thread Dmitry Miller
Entering the following string (by copy/pasting) #7945;#947;#943;#945; 
#931;#959;#966;#943;#945; into Flex2
TextInput would result in the string displayed incorrectly. The first
character of the string would appear as square. However, as the String
is passed around its not being corrupted. 

Copying the string from the TextInput and pasting it into Notepad
would show that. Also, once the string makes it to the back-end of my
app and then to the DB it also appears uncorrupted.


Is this a bug in Flex (or probably Flash 9) or is there something that
I can do about?



[flexcoders] FDS and Spring please, help

2007-05-24 Thread Dmitry Miller
Hi, I am using FDS and Spring framework

I have a destination that supports a few fills
autoSynchEnabled=true
I am using Assembler approach

On a server-side when I create a new item via
DataServiceTransaction.createItem() FDS tries to reexecute all my
fills which are controlled by refreshFill method. However, each of the
above fills is executed in a separate thread which never dies. So
eventually, as I create items I reach the max thredas allowed limit
and the server chokes.

Please, note, this this behavior noted only when Spring got introduced
into the system. Any help is greately appreciated



[flexcoders] Re: FDS and Spring please, help

2007-05-24 Thread Dmitry Miller
Jeff, hi

How about DataServiceTransaction.createItem(). Does this spin off a
new Thread?


--- In flexcoders@yahoogroups.com, Jeff Vroom [EMAIL PROTECTED] wrote:

 There's nothing in the refreshFill process that would spin off a
 separate thread so this sounds strange.   All of the fill methods should
 be executed in the same thread as the 'createItem'.  This should happen
 synchronously as part of the commit method (if you are committing the
 transaction yourself).  
 
  
 
 Maybe a stack dump would help diagnose where the threads are and what
 they are doing?  
 
  
 
 I'm on vacation till Wednesday but the other thing that would help is to
 enable server debug logging for Message.* and DataService.* patterns
 (also Service.Data.* if you are using 2.5) I'd be glad to take a look at
 the logs to try and understand what is going wrong when I get back.
 
  
 
 Jeff
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Thursday, May 24, 2007 5:35 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] FDS and Spring please, help
 
  
 
 Hi, I am using FDS and Spring framework
 
 I have a destination that supports a few fills
 autoSynchEnabled=true
 I am using Assembler approach
 
 On a server-side when I create a new item via
 DataServiceTransaction.createItem() FDS tries to reexecute all my
 fills which are controlled by refreshFill method. However, each of the
 above fills is executed in a separate thread which never dies. So
 eventually, as I create items I reach the max thredas allowed limit
 and the server chokes.
 
 Please, note, this this behavior noted only when Spring got introduced
 into the system. Any help is greately appreciated





[flexcoders] Question for Adobe folks

2007-04-02 Thread Dmitry Miller
Hi, 

I am implementing a custom Label control which has a 'selected'
property upon which the label text is either bold or normal. I am
using setStyle method to set the font weight of the control

My question is where should I implement a setStyle call for the
control: commitProperties() or updateDisplayList()?





[flexcoders] Possible TileList bug

2007-01-24 Thread Dmitry Miller
I have a tile list that displays picture thumbnails. As I scroll down
through this list by using my mouse wheel on about 3-rd - 4th page I
get an error. I used to get this error right away in 2.0 but now I am
using 2.0.1 and the issue is less reproducible. 

TypeError: Error #1010: A term is undefined and has no properties.
at
mx.controls.listClasses::TileBase/mx.controls.listClasses:TileBase::configureScrollBars()
at
mx.controls.listClasses::ListBase/mx.controls.listClasses:ListBase::updateDisplayList()
at
mx.controls.listClasses::TileBase/mx.controls.listClasses:TileBase::updateDisplayList()
at mx.core::UIComponent/validateDisplayList()
at mx.managers::LayoutManager/::validateDisplayList()
at mx.managers::LayoutManager/::doPhasedInstantiation()
at Function/http://adobe.com/AS3/2006/builtin::apply()
at mx.core::UIComponent/::callLaterDispatcher2()
at mx.core::UIComponent/::callLaterDispatcher()



[flexcoders] FDS - possible bug???

2006-11-28 Thread Dmitry Miller
Hello, everyone

I am using FDS Java Adapter and Assembler approach. I am currently in
the process of making fill() methods more smart and started playing
with autoRefreshFill() and refreshFill() methods. I have discovered
the following issue

Looks like autoRefreshFill() not being executed. 

  @Override
  public boolean autoRefreshFill(List params)
  {
System.out.println( auto refresh fill:  + params);
return super.autoRefreshFill(params);
  }

  refreshFill(List params, Object item, boolean isCreate)
  {
int res;
...
System.out.println(refresh fill: + params);
return res;
  }

The above snippet generates no output in regards to autoRefreshFill to
the console whenever I add/remove/update items to the DS while
refresh fill messages do show up. Therefore I can conclude that my
implementation of autoRefreshFill is never called.

Am I missing something?




[flexcoders] Re: FDS clustering - please help

2006-11-27 Thread Dmitry Miller
Seth, hi

I am using RTMP and Polling AMF as a failover. 

Thanks, 

--- Dmitry

--- In flexcoders@yahoogroups.com, Seth Hodgson [EMAIL PROTECTED] wrote:

 Hi Dmitry,
 
  
 
 Jimmy responded with the configuration he and Stacy used for a UDP based
 JGroups configuration.
 
  
 
 In the TCP case for your second question you'd specify initial_hosts
 using your internal server IPs/names. Not the domain_address exposed to
 clients outside of your firewall.
 
  
 
 Regarding the first question, in your services-config.xml what type of
 channel endpoint are you trying to configure?
 
  
 
 Seth
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Wednesday, November 22, 2006 8:22 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: FDS clustering - please help
 
  
 
 Turned out I did not add serial # to license.properties (doh!)
 
 Now, quick configuration question
 I have 3 servers with addresses addr1, addr2, addr3
 They are all tied to load balancer. The whole cluster can be accessed
 via address domain-address.
 
 1. In services-config.xml For each server instance, what endpoint do I
 specify (server addr or domain-address)?
 
 2. In jgroups-tcp.xml what should be the value for initial_hosts
 attribute?
 (assuming I set the port 7800)
 
 initial_hosts=addr1[7800],addr2[7800],addr3[7800]
 or
 initial_hosts = domain-address[7800]
 or just leave
 initial_hosts=localhost[7800]
 
 Thanks a lot
 --- Dmitry
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , Seth Hodgson shodgson@ wrote:
 
  Hi Dmitry,
  
  What version of FDS are you using? Clustering is disabled in
 Express. You can add the following logging filter to your server
 logging config to see
  clustering related messages: Service.Cluster
  
  E.g.
  
  filters
  patternService.Cluster/pattern
  
  Or just patternService.*/pattern
  
  HTH,
  Seth
  
  
  From: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ]
 On Behalf Of Dmitry Miller
  Sent: Wednesday, November 22, 2006 3:03 PM
  To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com 
  Subject: [flexcoders] Re: FDS clustering - please help
  
  Hey, guys
  
  Thanks a lot for the reponse. I have tried the TCP approach and it
  seems that FDS ignores my clustering config. 
  
  1. netstat shows that none is listening on port 7800
  2. jgroups-tcp.xml is not getting parsed. I deliberateley put
  erronneous stuff to break the XML and the server did not complain,
  started normally
  
  Here is my config:
  
  {my app root}/WEB-INF/flex/services-config.xml
  --
  services-config
  ...
  clusters
  cluster id=default-cluster properties=jgroups-tcp.xml/ 
  /clusters
  /services-config
  
  {my app root}/WEB-INF/flex/data-management-config.xml
  -
  destination id=news
  
  adapter ref=java-dao /
  
  channels
  channel ref=my-rtmp/
  channel ref=my-polling-amf /
  /channels
  
  properties
  sourcecom.pikeo.presentation.news.NewsAssembler/source
  scopeapplication/scope
  
  metadata
  identity property=id /
  /metadata
  
  network
  cluster ref=default-cluster shared-backend=true/
  session-timeout20/session-timeout
  paging enabled=false pageSize=10 /
  throttle-inbound policy=ERROR max-frequency=500/
  throttle-outbound policy=REPLACE max-frequency=500/
  /network
  /properties
  /destination
  
  Am I missing something? 
  
  Thanks, 
  
  --- Dmitry
  
  --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com , Stacy Young styoung@ wrote:
  
   I hit the same snag a while back. No ports to open. I believe each
   server node hits a standard port that enables local multicast (local
   vlan)
   
   Believe we went with port 45566 (thanks jim)
   
   
   
   p.s. I've already submitted an enhancement request to beef up that
 area
   of the docs
   
   
   
   
   
   From: flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ] On
   Behalf Of Seth Hodgson
   Sent: Wednesday, November 22, 2006 4:26 PM
   To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 
   Subject: RE: [flexcoders] FDS clustering - please help
   
   
   
   Hi Dmitry,
   
   I use the TCP jgroups config file. You shouldn't need to open the
   multicast address/port in your firewall assuming your FDS boxes
 are all
   behind the firewall with access to each other. The shipping jgroups
   config files should work out of the box as a starting point.
   
   There's some info on clustering in the doc set here:
  
 http://livedocs.macromedia.com/flex/2/docs/wwhelp/wwhimpl/common/html/ww
 http://livedocs.macromedia.com/flex/2/docs

[flexcoders] FDS:one-to-many with lazy evaluation

2006-08-14 Thread Dmitry Miller
Hello, everyone

Does anyone have a sample on managed lazy one-to-many FDS association?
I could not find one on Adobe site nor on google. Thanks





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





[flexcoders] FlexSession expiration question

2006-08-10 Thread Dmitry Miller
I have a managed Object (via FDS) which I need to update via
server-side push. Also, I have multiple clients that need to display
this up-to-date object. Everything works great untill I leave one of
the clients for 20 minutes or so after which the client stops
receiving updates from the server. I assume that this issue has
something to do with FlexSessions. 
Is there any way to determine if there has been a timeout on the
client side?





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




[flexcoders] FlexSession expiration question - let's try this again

2006-08-10 Thread Dmitry Miller
I have a managed Object (via FDS) which I need to update via
server-side push. Also, I have multiple clients that need to display
this up-to-date object. Everything works great untill I leave one of
the clients for 20 minutes or so after which the client stops
receiving updates from the server. I assume that this issue has
something to do with FlexSessions.
Is there any way to determine if there has been a timeout on the
client side?







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




[flexcoders] Re: FDS - how do I manage a single item?

2006-08-02 Thread Dmitry Miller
I have finally got it to work. Thank a lot, Jeff.

--- In flexcoders@yahoogroups.com, Jeff Vroom [EMAIL PROTECTED] wrote:

 There are a few examples in the flexcab sample
 (samples/dataservice/flexcab).  Here's a snippet from one of these:
 
  
 
 var itemRef:ItemReference = 
 
  
 ServiceLocator.getInstance().cabService.getItem({name: newCab.name},
 newCab);
 
 itemRef.addResponder(new
 ItemResponder(
 
 function
 (resultEvent:ResultEvent, token:Object=null):void
 
 {
 
 cab = itemRef.result as
 Cab;
 
//  Second rpc call
 snipped from here
 
 },
 
 function
 (faultEvent:FaultEvent, token:Object=null):void
 
 {
 
  
 Alert.show(faultEvent.fault.faultString, Error Logging In);
 
 }));
 
  
 
 Jeff
 
  
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Tuesday, August 01, 2006 2:20 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: FDS - how do I manage a single item?
 
  
 
 Jeff, hi
 
 I am trying to retrieve item by its id. And I tried your suggestion
 yesterday. 
 
 var ir:ItemReference = ds.getItem({id:userId});
 
 Now, given the item reference (ir) how do I connect ir to the actual
 variable (me)? When I tried me = User(ir.result); Flex started
 compaining.
 
 Could you, please, give a code snippet?
 
 Thanks a lot
 
 --- Dmitry
 
 --- In flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 , jeffjvroom jvroom@ wrote:
 
  Either with dataService.getItem, if the item exists and you have its 
  id or dataService.createItem if the item does not exist and you want 
  to create a new one. 
  
  If you need to actually execute a query to retrieve the item (e.g. 
  you are trying to retrieve a User by the lastName), you have to use 
  the fill method to pass in the parameters and just have that fill 
  method return a Collection with just one item. In this case, the 
  fill method returns an AsyncToken whose responder will be called when 
  the fill results are returned to the client. At that point, you 
  could look at the filled array collection and call getItemAt(0) to 
  get the first item in the list.
  
  Jeff
  
  --- In flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com , Dmitry Miller goblin77@ 
  wrote:
  
   I have a managed class.
   
   [Managed]
   class User
   {
   
   }
   
   
   and in the main application .mxml file I have a reference of this 
  type
   that I want to manage by a data service
   
   
   i.e.
   
   mx:DataService id=ds destination=userSvc /
   mx:Script
   [Bindable]
   public var me:User;
   /mx:Script
   
   Now, how do I get to populate variable me and get it maneged by 
  userSvc?
   
   Thanks,
   
   --- Dmitry
  
 







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




[flexcoders] lazy evaluation - invalidating item/property on the client side

2006-08-02 Thread Dmitry Miller
I am using lazy evaluation and I was wondering if there is a way to
mark some managed item properties as invalid. Meaning that even though
the some lazily evaluated item property has been already retrieved I
would like to mark this property as invalid on the Client so that when
referencing this property again would result in querying the server again

Thanks, 

--- Dmitry






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





[flexcoders] FDS - how do I manage a single item?

2006-08-01 Thread Dmitry Miller
I have a managed class.

[Managed]
class User
{
  
}


and in the main application .mxml file I have a reference of this type
that I want to manage by a data service


i.e.

mx:DataService id=ds destination=userSvc /
mx:Script
 [Bindable]
 public var me:User;
/mx:Script

Now, how do I get to populate variable me and get it maneged by userSvc?

Thanks,

--- Dmitry






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





[flexcoders] Re: FDS - how do I manage a single item?

2006-08-01 Thread Dmitry Miller
Jeff, hi

I am trying to retrieve item by its id. And I tried your suggestion
yesterday. 

var ir:ItemReference = ds.getItem({id:userId});

Now, given the item reference (ir) how do I connect ir to the actual
variable (me)? When I tried me = User(ir.result); Flex started compaining.

Could you, please, give a code snippet?

Thanks a lot

--- Dmitry







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

 Either with dataService.getItem, if the item exists and you have its 
 id or dataService.createItem if the item does not exist and you want 
 to create a new one.  
 
 If you need to actually execute a query to retrieve the item (e.g. 
 you are trying to retrieve a User by the lastName), you have to use 
 the fill method to pass in the parameters and just have that fill 
 method return a Collection with just one item.  In this case, the 
 fill method returns an AsyncToken whose responder will be called when 
 the fill results are returned to the client.  At that point, you 
 could look at the filled array collection and call getItemAt(0) to 
 get the first item in the list.
 
 Jeff
 
 --- In flexcoders@yahoogroups.com, Dmitry Miller goblin77@ 
 wrote:
 
  I have a managed class.
  
  [Managed]
  class User
  {

  }
  
  
  and in the main application .mxml file I have a reference of this 
 type
  that I want to manage by a data service
  
  
  i.e.
  
  mx:DataService id=ds destination=userSvc /
  mx:Script
   [Bindable]
   public var me:User;
  /mx:Script
  
  Now, how do I get to populate variable me and get it maneged by 
 userSvc?
  
  Thanks,
  
  --- Dmitry
 








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





[flexcoders] FlexBuilder - is there a way to enable code hints for FDS stuff?

2006-08-01 Thread Dmitry Miller
I am using Eclipse plugin. I have started as a Flex SDK project
originally. Now I am using FDS and compile everything on the server. I
can't get code hints for FDS stuff (such as DataService,
ItemReference, etc) to work. All the code hints for standard SDK stuff
work great.

Any ideas?





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




[flexcoders] Re: Hand Cursor - please, help

2006-07-26 Thread Dmitry Miller
That worked. Thanks a lot, Doug!

--- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote:

 Hi Dmitry,
 
 Try setting these properties:
 
 mx:Label text=hello
  useHandCursor=true
  buttonMode=true
  mouseChildren=false /
 
 From the thread
 http://groups.yahoo.com/group/flexcoders/message/39025
 
 --- In flexcoders@yahoogroups.com, Dmitry Miller goblin77@ wrote:
 
  Hello, 
  
  I am trying to create a custom component that would consist of a
  Canvas inside of which there is going to be a single label. On mouse
  over the cursor should change to a hand cursor (just like over HTML
  link in a browser). However, the mx:Label or mx:Text do not support
  hand cursors although they have buttonMode and useHandCursor
  properties. Please, let me know if I am missing something
  
  Thanks, 
  
  --- DMitry
 








 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/WktRrD/lOaOAA/yQLSAA/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/
 





[flexcoders] Resource Bundle hell

2006-07-26 Thread Dmitry Miller
Hi, I am trying to localize my application. 

I am running FDS and compiling everything on the server. 
1. I have created the locale/en_US directory in my app root where I
have put my .properties file
2. I have uncommented localeen_US/locale segment in flex-config.xml

Yet, I still get Unable to resolve a class for ResourceBundle:
message when I try to reference it via @Resource directive

Please, help

--- Dmitry







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




[flexcoders] Hand Cursor - please, help

2006-07-25 Thread Dmitry Miller
Hello, 

I am trying to create a custom component that would consist of a
Canvas inside of which there is going to be a single label. On mouse
over the cursor should change to a hand cursor (just like over HTML
link in a browser). However, the mx:Label or mx:Text do not support
hand cursors although they have buttonMode and useHandCursor
properties. Please, let me know if I am missing something

Thanks, 

--- DMitry





 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/7EuRwD/fOaOAA/yQLSAA/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/
 




[flexcoders] Cryptology libraries for Flex

2006-07-20 Thread Dmitry Miller
Hello, everyone

Does anyone know if there is an implementation of tripple DES
algorithm for ActionScript 3.0? 

Thanks,

--- Dmitry





 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/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/
 




[flexcoders] Re: Cryptology libraries for Flex

2006-07-20 Thread Dmitry Miller
This is great. I am actually in no rush. So, if you are willing to
share the code, please, let me know when you are finished.

Thanks, 

--- Dmitry 

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

  Does anyone know if there is an implementation of tripple DES
  algorithm for ActionScript 3.0?
 
 I have an AS2.0 one almost finished, as part of a toolset that
should be 
 available in the next couple months. Shouldn't take much to port up
to AS3. 
 But if you need it today I can't help, because it's still not
working quite 
 right.
 
 ryanm








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/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/
 




[flexcoders] Our company is looking for a Flex 2.0 Developer

2006-07-13 Thread Dmitry Miller
I normally don't do this but, our company is looking for Flex
Developer in SF Bay Area. We need a person proficient in Flex 2.0.
Ideally, we would like to have someone full-time, but we would
definately consider part-time candidates as well. 

If you are interested you can either reply to this post or send a
resume to [EMAIL PROTECTED]

Thanks, 

--- Dmitry





 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/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/
 





[flexcoders] Re: Authentication - please help

2006-07-12 Thread Dmitry Miller
Thanks a lot, Tom. This is what I will end up doing.



--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Wednesday 12 July 2006 03:46, Dmitry Miller wrote:
  The only question that I have about your approach is how do I show the
  u/p form without leaving the page when my session expires? Also, it
 
 You could have the app call a 'ping' method on the server to stop
the session 
 timing out.
 
  would be great if I could silently reauthenticate.
 
 Which would have this same effect.
 
 -- 
 Tom Chiverton
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.







 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/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/
 





[flexcoders] Re: Authentication - please help

2006-07-11 Thread Dmitry Miller
Tom, hi

First of all, thanks a bunch for your response. Are you planning to
implement session management yourself or are you planning to reuse
FlexSession? If you are choosing 1st route, would you be able to make
your home brewed session repository work in a clustered environment?
Or if you are going with a 2nd approach, would you be able to access
FlexSession from other non-Flex front end components like JSP page?

Thanks, 

--- Dmitry

--- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED]
wrote:

 On Tuesday 11 July 2006 05:54, Dmitry Miller wrote:
  1. Custom authentication
  2. Working with Flex sessions
 
 I'm planing to have a 'login' service, and all other service layer
calls take 
 a session key as an argument, and check it logged in recently.
Probably bind 
 the session key to an IP to.
 
  3. How to throw authentication failed error from back end
 
 Just throw the error as normal.
 It's a non-recoverable error, and either a user mucking about or you
getting 
 it wrong :-)
 
 -- 
 Tom Chiverton
 
 
 
 This email is sent for and on behalf of Halliwells LLP.
 
 Halliwells LLP is a limited liability partnership registered in
England and Wales under registered number OC307980 whose registered
office address is at St James's Court Brown Street Manchester M2 2JF.
 A list of members is available for inspection at the registered
office. Any reference to a partner in relation to Halliwells LLP means
a member of Halliwells LLP. Regulated by the Law Society.
 
 CONFIDENTIALITY
 
 This email is intended only for the use of the addressee named above
and may be confidential or legally privileged.  If you are not the
addressee you must not read it and must not use any information
contained in nor copy it nor inform any person other than Halliwells
LLP or the addressee of its existence or contents.  If you have
received this email in error please delete it and notify Halliwells
LLP IT Department on 0870 365 8008.
 
 For more information about Halliwells LLP visit www.halliwells.com.







 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/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/
 





[flexcoders] throwing exceptions from FDS fill() method

2006-07-11 Thread Dmitry Miller
Is there a way to throw custom exception from Assembler.fill() method?
For now I have managed to throw only RuntimeException. Is this intended?






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





[flexcoders] Re: Authentication - please help

2006-07-11 Thread Dmitry Miller
Toku.

The only question that I have about your approach is how do I show the
u/p form without leaving the page when my session expires? Also, it
would be great if I could silently reauthenticate.

Any thoughts?

--- Dmitry

--- In flexcoders@yahoogroups.com, Toku Mitzurugi [EMAIL PROTECTED] wrote:

 I've been looking for some pre-written samples to work with but haven't 
 found any.  I'm using CFMX on the back end and am working on a session 
 system to work with my flex objects.
 
 In summary this is how it will work.
 
 1 - Flex App displays u/p form to user
 2 - Flex sends u/p data via SSL to CF authentication service
(webservice, 
 etc)
 3 - CF authenticates the user and inserts a row with metadata into a
session 
 table on the server with a GUID key.
 4 - CF returns the GUID key (token) back to the Flex App.
 5 - All subsequent calls to CF services will have the token as a
parameter. 
 (CF will pull this data from the data store with each request)
 
 See any problems with this?
 
 
 
 
 From: Allen Riddle [EMAIL PROTECTED]
 Reply-To: flexcoders@yahoogroups.com
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Authentication - please help
 Date: Tue, 11 Jul 2006 08:35:40 -0500
 
 Are you wanting authentication for your Flex views? If you need
 authentication for services you are trying to access over http, there
 are a couple good ones. If you have a Java back end, check out the open
 source project Acegi. It is a very fast growing open source project
that
 has authentication, authorization, role based, etc. If you have a .NET
 back end, Google forms authentication, it's built in. Hope that
helps.
 
 
 
 
 
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Monday, July 10, 2006 11:55 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Authentication - please help
 
 
 
 I need to implement an authentication mechanism that would store user
 metadata in some sort of session. I have read some stuff on custom
 authentication but the information I found is rather vague. Can anyone
 clue me in or point to a good article on
 
 1. Custom authentication
 2. Working with Flex sessions
 3. How to throw authentication failed error from back end
 
 Thanks a lot,
 
 --- Dmitry
 
 
 







 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/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/
 




[flexcoders] Authentication

2006-07-10 Thread Dmitry Miller
Does anyone know what would be the best practice for authentication of
FDS? I am planning to store some stuff on the back-end, so some sort
of session notion should exist. Any suggestions?

Thanks, 

--- Dmitry






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





[flexcoders] RIA docs - Any suggestions?

2006-07-10 Thread Dmitry Miller
I am looking for a good diagram tool to document RIA design. Also, I
did not find any articles or information on what should be documented
when Flex app is being designed. Any suggestions?

Thanks, 

--- Dmitry






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/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/
 




[flexcoders] Authentication - please help

2006-07-10 Thread Dmitry Miller
I need to implement an authentication mechanism that would store user
metadata in some sort of session. I have read some stuff on custom
authentication but the information I found is rather vague. Can anyone
clue me in or point to a good article on

1. Custom authentication
2. Working with Flex sessions
3. How to throw authentication failed error from back end

Thanks a lot,

--- Dmitry





 Yahoo! Groups Sponsor ~-- 
Check out the new improvements in Yahoo! Groups email.
http://us.click.yahoo.com/6pRQfA/fOaOAA/yQLSAA/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/
 




[flexcoders] RPC result paging - please, help

2006-07-06 Thread Dmitry Miller
Is there a way to do paging of RPC results? Is there a good example
for that?

Thanks, 

--- Dmitry





 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/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/
 





[flexcoders] Re: RPC result paging - please, help

2006-07-06 Thread Dmitry Miller
David, 

Thank you for your response. In the article that you have 
recommended Data Services were used. I was wondering if there is a 
way to create my own implementation of FDS using just RPC


--- In flexcoders@yahoogroups.com, David Mendels [EMAIL PROTECTED] 
wrote:

 Hello,
 
 Have you read this in the docs: http://snipurl.com/Flex_Paging
 
 -David
 Adobe 
 
  -Original Message-
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller
  Sent: Thursday, July 06, 2006 9:56 PM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] RPC result paging - please, help
  
  Is there a way to do paging of RPC results? Is there a good 
  example for that?
  
  Thanks, 
  
  --- Dmitry
  
  
  
  
  
   Yahoo! Groups Sponsor 
  ~-- Great things are happening at Yahoo! 
  Groups.  See the new email design.
  http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/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
  
  
  
   
  
  
  
 







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





[flexcoders] Re: Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-30 Thread Dmitry Miller
I am using Java. I was whitelisting my services before, so, I guess I
was using a proxy. So, my question is the following - if I put
flashgateway.jar into WEB-INF/lib directory of my Flex 2.0 web app,
would I be able to use RemoteObjects with that?

Thanks, 

--- Dmitry


--- In flexcoders@yahoogroups.com, Renaun Erickson [EMAIL PROTECTED] wrote:

 You have two things here.
 
 Are you just implementing AMF with Java or ColdFusion?
 Are you using the Flex1.5 proxy?
 
 Flex1.5 it self doesn't do AMF per say, but it provide a proxy method
 so you could whitelist your RemoteObjects in the flex-config.xml.
 
 I do know if you are not using the proxy and want to connection to
 AMF0 type AMF gateways you need to use the NetConnection directly.
 
 AMF0 in Flex2
 http://renaun.com/flex2/  (Custom RemoteObjectAMF0)
 http://www.code4net.com/archives/000119.html
 
 Renaun
 
 
 
 --- In flexcoders@yahoogroups.com, Dmitry Miller goblin77@ wrote:
 
  Hello,
  
  I have full commercial licence for Flex 1.5. Now we are migrating to
  Flex 2.0 and I 've been wondering if my new implementation would work
  with existing AMFGateway for Flex 1.5? 
  
  Thanks
 








 Yahoo! Groups Sponsor ~-- 
Great things are happening at Yahoo! Groups.  See the new email design.
http://us.click.yahoo.com/TISQkA/hOaOAA/yQLSAA/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/
 





[flexcoders] Would Flex 2.0 RemoteObject work with Flex 1.5 AMFGateway?

2006-06-29 Thread Dmitry Miller
Hello,

I have full commercial licence for Flex 1.5. Now we are migrating to
Flex 2.0 and I 've been wondering if my new implementation would work
with existing AMFGateway for Flex 1.5? 

Thanks






 Yahoo! Groups Sponsor ~-- 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/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/
 




[flexcoders] Capturing ESCAPE key in IE

2006-06-14 Thread Dmitry Miller
Hello all

I am trying to capture ESCAPE key press by TextInput control in Flex 1.5.

mx:TextInput keyDown=handleKeyDown(event) ... 

and later inside mx:Script tag I have the following implementation 


private function handleKeyDown(event:Object):Void
  {
if(event.code == Key.ESCAPE)
  { 
//do smth
  }
if(event.code == Key.ENTER)
  {
//do smth else
  }
  }



The above code works great in Firefox but doesn't work in IE. Also, to
make the matter worse, the code for capturing Key.ENTER works in both
browsers. Any suggestions?

Thanks






 Yahoo! Groups Sponsor ~-- 
Something is new at Yahoo! Groups.  Check out the enhanced email design.
http://us.click.yahoo.com/SISQkA/gOaOAA/yQLSAA/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/
 





[flexcoders] Migrating to Flex 2.0 - need a good place to start

2006-06-13 Thread Dmitry Miller
Hello everyone. We have a rather large app written in Flex 1.5.
However, since Flex 2.0 is out we would like to reengineer the whole
front-end so that would employ best traditions of Flex 2.0. Is there a
resource online somewhere that would outline do's and don'ts of
developing apps using Flex 2.0? 

Thanks





 Yahoo! Groups Sponsor ~-- 
Home is just a click away.  Make Yahoo! your home page now.
http://us.click.yahoo.com/DHchtC/3FxNAA/yQLSAA/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/
 




[flexcoders] Re: Flex 1.5

2006-05-23 Thread Dmitry Miller



James, hi

Flex 1.5 comes with mxmlc tool which would compile your app into a
SWF. Please, look up the documentation on mxmlc tool. 

--- Dmitry

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

 Is there a way to get a complete compile and be able to move it from
dev to
 production?
 
 Thanks
 James











--
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] Loading GIF Images dynamically. Please, help

2006-05-22 Thread Dmitry Miller



I am using Flex 1.5 an trying to load GIF images dynamically via
plaing with LibLoader and external SWF. However, this has been
unsuccessful. If I launch coolImage.swf as standalone in browser then
the image loads successfully. lib is not null or undefined when I
trace it. Any suggestions?


MXML file:

?xml version=1.0 encoding=utf-8?
mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml xmlns=*
width=100 height=100
 LibLoader source=clientLib/coolImage.swf 
 libLoaded=registerLib(event) width=100 height=100 /
 
 mx:Script
 ![CDATA[
 
 private function registerLib(event):Void
 { 
 var lib = event.handle;
 //loading of the gif is implemented insde
of coolImage.swf
 }
 
 
 ]]
 /mx:Script
/mx:Canvas

=
coolImage.fla action script

stop();

var mc:MovieClip = createEmptyMovieClip(mc, 30);
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.loadClip(../bitmaps/add.gif, mc);











--
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] RE: Loading GIFs dynamically, please, help

2006-05-19 Thread Dmitry Miller



I am using Flex 1.5 an trying to load GIF images dynamically via
plaing with LibLoader and external SWF. However, this has been
unsuccessful. If I launch coolImage.swf as standalone in browser then
the image loads successfully. lib is not null or undefined when I
trace it. Any suggestions?


MXML file:

?xml version=1.0 encoding=utf-8?
mx:Canvas xmlns:mx=http://www.macromedia.com/2003/mxml xmlns=*
width=100 height=100
 LibLoader source=clientLib/coolImage.swf 
 libLoaded=registerLib(event) width=100 height=100 /
 
 mx:Script
 ![CDATA[
  
  private function registerLib(event):Void
   { 
 var lib = event.handle;
 //loading of the gif is implemented insde
of coolImage.swf
   }
  
   
 ]]
 /mx:Script
/mx:Canvas

=
coolImage.fla action script

stop();

var mc:MovieClip = createEmptyMovieClip(mc, 30);
var mcLoader:MovieClipLoader = new MovieClipLoader();
mcLoader.loadClip(../bitmaps/add.gif, mc);











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

2006-04-28 Thread Dmitry Miller



Hello, 

I am working with dynamic images. The problem is that these images are
in GIF format. Right now I am converting them into JPEGs but since the
images I work with are rather big in size (300-400k) I am loosing a
lot of time on conversion. Is there a way to load GIFs dynamically in
Flex 1.5? Thanks a lot 

--- Dmitry 










--
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] Re: Dynamic GIFs

2006-04-28 Thread Dmitry Miller



So, if I create my own Image control using Flash 8, have it stored as
 a separate SWF and link it to Flex via mx:Loader, that should work,
right?

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

 If the SWF runs in the Flash Player 8, yes. Loading GIF's
dynamically is 
 only supported in Flash Player 8 and above.
 
 - Original Message - 
 From: Dmitry Miller [EMAIL PROTECTED]
 To: flexcoders@yahoogroups.com
 Sent: Friday, April 28, 2006 2:07 PM
 Subject: [flexcoders] Dynamic GIFs
 
 
 Hello,
 
 I am working with dynamic images. The problem is that these images are
 in GIF format. Right now I am converting them into JPEGs but since the
 images I work with are rather big in size (300-400k) I am loosing a
 lot of time on conversion. Is there a way to load GIFs dynamically in
 Flex 1.5? Thanks a lot
 
 --- Dmitry
 
 
 
 
 
 
 --
 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












--
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] Eclipse Plugin for Flex 1.5?

2006-04-25 Thread Dmitry Miller



Gentlemen, 

Forgive my possibly naive question. But is there an Eclipse plugin for
Flex 1.5 and AS 2? And if not, would I be able to use the plugin for
Flex 2.0 for development in Flex 1.5 and AS2?

Cheers,

Dmitry









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



  











[flexcoders] Re: Flex 1.5 Box container component that wraps?

2006-04-24 Thread Dmitry Miller



Andrew, hi

You would have to implement your own class that would extend
mx.containers.Container class. You would need to implement measure()
and layoutChildren() methods. 

Dmitry


--- In flexcoders@yahoogroups.com, Andrew D. Goodfellow
[EMAIL PROTECTED] wrote:

 We're all super familiar with the HBox and VBox containers. Has anyone
 extended one of these to get a wrapping behavior? Almost like an
 HVBox? :) I want to create a tag cloud using Link components to look
 like: http://www.flickr.com/photos/tags/ I don't think Grid or Tile
 will give me the functionality I'm looking for because it will be
 really hard to cluster them up together when they have differing
 heights and widths.
 
 I guess I'm looking for some suggestions for the best way to tackle
 it. Anyone have any? Thanks in advance...
 
 -Andy












--
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] Re: Problem with AMFGateway and Sessions - please help

2006-04-20 Thread Dmitry Miller



I assume so. The event handler class's methods are all static. This is
also unnamed service.

Thanks, 

--- Dmitry

--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote:

 Did the request come through the gateway servlet? 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Wednesday, April 19, 2006 8:18 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Problem with AMFGateway and Sessions - please help
 
 trying to retrieve session in my request handler class via
 
 flashgateway.Gateway.getHttpRequest().getSession(true);
 
 The problem is that flashgateway.Gateway.getHttpRequest() returns null
 
 I am using Flex 1.5
 Any suggestions?
 
 Thanks
 
 
 
 
 
 
 --
 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











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



  











[flexcoders] Flex app URL

2006-04-19 Thread Dmitry Miller



Does anyone know how to retrieve url of the Flex app from within the
application?









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



  











[flexcoders] Re: Flex app URL

2006-04-19 Thread Dmitry Miller



Thanks a lot, Tom


--- In flexcoders@yahoogroups.com, Tom Ortega [EMAIL PROTECTED] wrote:

 Funny you ask that, I just found an old flexcoders message from Matt
Chotin
 yesterday that said:
 
 Application.application.url will give you the url to the main SWF.
 
 Matt
 
 
 
 On 4/19/06, Dmitry Miller [EMAIL PROTECTED] wrote:
 
  Does anyone know how to retrieve url of the Flex app from within the
  application?
 
 
 
 
 
  --
  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
flexcodershttp://groups.yahoo.com/group/flexcoders
  on the web.
 
  - To unsubscribe from this group, send an email to:
  
[EMAIL PROTECTED][EMAIL PROTECTED]
 
  - Your use of Yahoo! Groups is subject to the Yahoo! Terms of
  Service http://docs.yahoo.com/info/terms/.
 
 
  --
 












--
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] Problem with AMFGateway and Sessions - please help

2006-04-19 Thread Dmitry Miller



trying to retrieve session in my request handler class via

flashgateway.Gateway.getHttpRequest().getSession(true);

The problem is that flashgateway.Gateway.getHttpRequest() returns null

I am using Flex 1.5
Any suggestions?

Thanks










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



  











[flexcoders] AMF and J2EE sessions

2006-04-18 Thread Dmitry Miller
Hello, 

I am wondering if I would be able to access JRun session from my java
class that is used by AMF gateway. I am trying to use clustered
environment with shareable j2ee sessions. 

Thanks for your help in advance





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




[flexcoders] mx:RemoteObject question

2006-04-06 Thread Dmitry Miller
Does Remote Object handle all the server requests synchronously. If
yes, then would I acheive assynchronous communication by adding more
mx:RemoteObject components and some sort of request scheduling
mechanism? I am using Flex 1.5

Thanks a lot for your help






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




[flexcoders] Re: mx:RemoteObject question

2006-04-06 Thread Dmitry Miller
Thanks a lot Doug, you are the man 

--- In flexcoders@yahoogroups.com, Doug Lowder [EMAIL PROTECTED] wrote:

 
 I think this might answer your question:
 
 http://weblogs.macromedia.com/pent/archives/2005/02/operating_in_pa.cfm

http://weblogs.macromedia.com/pent/archives/2005/02/operating_in_pa.cfm\
 
 
 
 --- In flexcoders@yahoogroups.com, Dmitry Miller goblin77@ wrote:
 
  Does Remote Object handle all the server requests synchronously. If
  yes, then would I acheive assynchronous communication by adding more
  mx:RemoteObject components and some sort of request scheduling
  mechanism? I am using Flex 1.5
 
  Thanks a lot for your help
 








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




[flexcoders] Re: TileList ItemRenderer question - please help

2006-03-18 Thread Dmitry Miller
Matt, hi

I do want to extent SelectableItem since I want to introduce a new
TileList cell state and I want to change the appearance for default
itemRenderer as well. Please, let me know how would I be able to do that


Thanks,

--- Dmitry

 



--- In flexcoders@yahoogroups.com, Matt Chotin [EMAIL PROTECTED] wrote:

 I don't think you want to extend SelectableItem, that's our own class.
 SelectableItem will hold onto your instance of the cellRenderer
 internally.  Take a look at the photoviewer samples (assuming 1.5).
 
 Matt
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dmitry Miller
 Sent: Friday, March 17, 2006 2:03 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] TileList ItemRenderer question - please help
 
 I need to make custom ItemRenderer in TileList. I create a class that
 extends mx.controls.listclasses.SelectableItem and specify this class
 name for itemRenderer in my TileList. As the result I get an empty
 TileList. Can anyone point me to an example of how to create and
 assign a custom cell renderer for a TileList?
 
 Thanks, 
 
 --- Dmitry
 
 
 
 
 
 
 
 --
 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







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




[flexcoders] TileList ItemRenderer question - please help

2006-03-17 Thread Dmitry Miller
I need to make custom ItemRenderer in TileList. I create a class that
extends mx.controls.listclasses.SelectableItem and specify this class
name for itemRenderer in my TileList. As the result I get an empty
TileList. Can anyone point me to an example of how to create and
assign a custom cell renderer for a TileList?

Thanks, 

--- Dmitry







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





[flexcoders] How to access rendered item in TileList (Flex 1.5)

2006-03-16 Thread Dmitry Miller
Does anyone know how to set propeties of rendered items in TileList
given dataProvider index? I tried setPropertiesAt but this only lets
me manipulate cell wrapperObject properties.

Thanks, 

--- Dmitry





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




[flexcoders] Re: Understanding UIComponent

2006-03-03 Thread Dmitry Miller
Bill, hi

You have mentioned a diagram for AS2. Do you happen to have a link to
this diagram?

Thanks, 

--- Dmitry





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




[flexcoders] Re: how to use MovieClip / swc in flex???

2006-02-25 Thread Dmitry Miller
Jignesh, hi

you can use mx:Loader
e.g.
mx:Loader source=yourswif.swc id=linkageName ...

Hope it helps,

--- Dmitry


--- In flexcoders@yahoogroups.com, Jignesh Dodiya [EMAIL PROTECTED] wrote:

 the codes [Embed(source=your.swf#LinkageName)] just don't work
 its work if i remove LinkageNamecan u give more detail
how to
 combile the linkage name.its clear the linkage name is the Linkage
 Identifier of the symbol in the Library of Flash..
 but it not work in above format
 
 any idea..
 
 
 
 
 
 
 On 1/8/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:
 
  thanx JesterXL again,
 
  let me follow ur suggestions
 
   jignesh
 
  On 1/8/06, JesterXL [EMAIL PROTECTED] wrote:
  
   SWC's are to Flex as JAR's are to Java.  You can place code, visual
   assets, and/or components, just like in Flash.  You can place
them in
   user_classes on the server, but Iike to put them next to my main
   application.mxml file, the main Flex file that starts with the
   mx:Application tag, since that's your root.  You can import
your classes
   normally, and if it's in the SWC, Flex'll find it.
  
   To create them:
   http://www.jessewarden.com/archives/2005/12/automating_swc.html
  
   You use them just like you use Yahoo maps:
   - drop SWC next to app
   - use tag
   mx:YahooMaps /
  
   or, import:
  
   import mx.controls.etc
  
  
   - Original Message - *From:* Jignesh Dodiya [EMAIL PROTECTED]
   *To:* flexcoders@yahoogroups.com
*Sent:* Sunday, January 08, 2006 5:15 AM
   *Subject:* Re: [flexcoders] how to use MovieClip / swc in flex???
  
  
   thanx JesterXL,
  
   but still I am confusing regarding SWC...where to place  how to
   link it in coding.
  
   jignesh.
  
  
   On 1/8/06, JesterXL [EMAIL PROTECTED]  wrote:
   
To utilize MovieClips, embed in SWF's.  Give it a linkage name
and:
   
Flex 1.5:
[Embed(source= your.swf, symbol=LinkageName)]
var yourSymbol:String;
   
attachMovie(yourSymbol, mc, 0);
   
Flex 2:
[Embed(source=your.swf#LinkageName)]
var yourSymbol:Class;
var a:Class = new yourSymbol();
addChild(a);
   
To utilize SWC's, just place next to your Application.mxml file.
   
To import a class, treat like any class; import it.
   
- Original Message -
From: Jignesh M. Dodiya [EMAIL PROTECTED]
To:  flexcoders@yahoogroups.com
Sent: Saturday, January 07, 2006 6:50 PM
Subject: [flexcoders] how to use MovieClip / swc in flex???
   
   
Hi All,
   
how to use a movie clip in flex as we use in flash(like,
keeping movie
   
clip in library  doing attachMovie() function).i got to know that
this can be done by converting movieclip in to swc.. but i m
really
confused how should i use swc in my flex application
   
Another thing is that how can i use the class in flex as we use in
flash...i have my class to handle the movie clip , but not
sure
how to include or import the class in flexas what do in flash
   
hope for co-operation
   
thanx
   
jignesh
   
   
   
   
   
   
   
--
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
   
   
   
   
   
   
   
--
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
flexcodershttp://groups.yahoo.com/group/flexcoders
   on the web.
   
   -  To unsubscribe from this group, send an email to:

[EMAIL PROTECTED][EMAIL PROTECTED]
   
   -  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
   Service http://docs.yahoo.com/info/terms/.
   
   
 --
   
  
  
  
   --
   jignesh dodiya
  
   --
   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
developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
Computer
   software
developmenthttp://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
Software
   design and

[flexcoders] layout question

2006-02-14 Thread Dmitry Miller
Hello, everyone

I am creating a custom layout container. This container would always
be wrapped by VBox. i.e. mx:VBoxcustom:Container //mx:VBox. This
custom container extends mx.containers.Container

Question: when at some point I need to invalidate size and I call the
invalidateSize() method the parent component doesn't get measured and
its size invalidated. Is there some other method that I need to call?

Another question: does anyone have or can anyone point me to a good
example of custom container that extends mx.containersContainer

Thanks,

--- Dmitry









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




[flexcoders] Re: Array serialization for Webservice

2006-02-09 Thread Dmitry Miller
I am not sure if you can customize Flex serialization. I assume you
are using Axis. If that's the case, you need to go and modify your
service descriptor in services.wsdd (Don't remember on top of my
header where it is located in JRun) file where you explicitly map your
ranges  member of the return Object to type Array. Please, visit
http://ws.apache.org/axis/java/index.html on how to do that. 

Good luck, 

--- Dmitry






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





[flexcoders] Re: Array serialization for Webservice

2006-02-09 Thread Dmitry Miller
Hmmm... I have noticed that WebService Tag has a wsdl attribute. You
try specifying [web service URL]?wsdl for this attribute

ie. mx:WebService wsdl=[your WS URL ]?wsdl ...

Let me know if that works

--- Dmitry


--- In flexcoders@yahoogroups.com, Pablo Apanasionek
[EMAIL PROTECTED] wrote:

 Is there a way to change the item label of the resultant serialized
 items of the array? Or add more than one instance of an object with the
 same name to the main parameter object?
 
 Thanks,
 Pablo Apanasionek
 
 
 
 -Mensaje original-
 De: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] En
 nombre de Dmitry Miller
 Enviado el: Jueves, 09 de Febrero de 2006 16:50
 Para: flexcoders@yahoogroups.com
 Asunto: [flexcoders] Re: Array serialization for Webservice
 
 I am not sure if you can customize Flex serialization. I assume you are
 using Axis. If that's the case, you need to go and modify your service
 descriptor in services.wsdd (Don't remember on top of my header where
 it is located in JRun) file where you explicitly map your ranges 
 member of the return Object to type Array. Please, visit
 http://ws.apache.org/axis/java/index.ht



ml on how to do that. 
 
 Good luck, 
 
 --- Dmitry
 
 
 
 
 
 
 --
 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








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




[flexcoders] Re: how to improve performance when calling a Java remoteobject?

2006-02-07 Thread Dmitry Miller
Oscar, hi

I don't think that you can improve RemoteObject performance. I had a
similar problem and I ended up paginating the data. i.e. return the
following object

{
 items:Array;
 hasMoreRecords:Boolean;
}
Hopefully this helps

--- Dmitry



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

 
  We are doing some searches using a RemoteObject and displaying the
result
 on a grid.  We noticed that when getting more than 2000 records
aprox, it
 was taking some time( between 10 and 15 seconds)  before they were
 displayed . At the beginning we thought that it was the Grid which was
 slowing down the process. We thought that because after making the
call the
 busy cursor ( clock) would stop, but would not go away for another 10-15
 seconds, when we finally were able to see the results in the Grid.
 
  However, we made another test. We simply made the call to the
RemoteObject
 and did not bind it to any component. We found that the 10-15
seconds were
 still there, so we are wondering what exactly Flex is doing that is
taking
 that time. We also debugged our backend at we saw that the busy cursor
 stops exactly when the server sends back the results to the client.
So what
 is happening in between?
 
 Is this something related to serialization?   Our RemoteOject
returns a VO,
 but we are only interested in one of the attributes that holds an
Array. So
 we do something like this...
 
 
 var myDataProvider:Array = new Array();
 
Onresult ( result )
 {
 
   myDataProvider = result.myArrayAttribute;
 
 }
 
 
 myDatagrid.dataProvider ={myDataProvider}
 
 Any ideas on how we can improve performance?
 
 Thanks
 

---
 This e-mail message (including attachments, if any) is intended for
the use
 of the individual or entity to which it is addressed and may contain
 information that is privileged, proprietary , confidential and
exempt from
 disclosure.  If you are not the intended recipient, you are notified
that
 any dissemination, distribution or copying of this communication is
 strictly prohibited.  If you have received this communication in error,
 please notify the sender and erase this e-mail message immediately.

---







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





[flexcoders] setMask

2006-02-04 Thread Dmitry Miller
Working on a component with a custom shaped border. I thnk this can be
accomplished by setMask method. I could not find any good
documentation on how exactly masking works in Flex/Flash. Could
someone provide an example or point to a good documentation, please? 

Dmitry





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




[flexcoders] Custom Panel

2006-02-03 Thread Dmitry Miller
I am trying to create a custom Panel with a custom shaped bar. I am
currently working on bar having the top corners rounded. I think I
should use setMask method however I could not find any documentation
how  masking works in Flash. Can anyone,please, point me to a good example

Thanks





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





[flexcoders] Re: Flex in a java wrapper- any guides

2006-02-03 Thread Dmitry Miller
Mani, hi

By Java App do you mean Java Applet? If that's the case, you can glue
the 2 tagather with Java Script. Of course you would have to watch out
for cross-browser issues

Dmitry


--- In flexcoders@yahoogroups.com, Manuel Saint-Victor
[EMAIL PROTECTED] wrote:

 Can anyone point me in the direction of some use of external
interface to
 talk to Java- I wanted to try some experimentation with using a Flex
app to
 call some methods within my Java app and am looking for a good place to
 start.
 
 Any pointers would be a great help-
 
 Mani







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