RE: [flexcoders] FLV Duration

2006-12-04 Thread Stacy Young
I'm curious to know myself, I will poke around. In the meantime ...I'd
also post this to flashcoders. Since we're talking Actionscript
specifically, there's a much higher percentage of folks on there that
work with video.

 

http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 

Cheers,

Stace

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of john_69_11
Sent: Monday, December 04, 2006 4:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] FLV Duration

 

Is there an easy way to figure out the duration of an FLV thati s
being played? I have been looking at the NetStream object and the
onMetaData event, but it seems like the FLV does not always have the
metadata set. The FLVs I want to play are created my other people, so
there is no way to force them to add the metadata. is there any way
to easily get around this?

 

Messages in this topic
http://groups.yahoo.com/group/flexcoders/message/57942;_ylc=X3oDMTM3ZG1
yb2NnBF9TAzk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRtc2d
JZAM1Nzk0MgRzZWMDZnRyBHNsawN2dHBjBHN0aW1lAzExNjUyNjgyMTcEdHBjSWQDNTc5NDI
- (1) Reply (via web post)
http://groups.yahoo.com/group/flexcoders/post;_ylc=X3oDMTJyc2psZG8yBF9T
Azk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRtc2dJZAM1Nzk0
MgRzZWMDZnRyBHNsawNycGx5BHN0aW1lAzExNjUyNjgyMTc-?act=replymessageNum=57
942 | Start a new topic
http://groups.yahoo.com/group/flexcoders/post;_ylc=X3oDMTJma2NoMnJwBF9T
Azk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRyBHNs
awNudHBjBHN0aW1lAzExNjUyNjgyMTc- 

Messages
http://groups.yahoo.com/group/flexcoders/messages;_ylc=X3oDMTJmbHQzdm9x
BF9TAzk3MzU5NzE0BGdycElkAzEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRy
BHNsawNtc2dzBHN0aW1lAzExNjUyNjgyMTc-  

--
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
http://groups.yahoo.com/;_ylc=X3oDMTJlYmw5N2NlBF9TAzk3MzU5NzE0BGdycElkA
zEyMjg2MTY3BGdycHNwSWQDMTcwNTAwNzIwNwRzZWMDZnRyBHNsawNnZnAEc3RpbWUDMTE2N
TI2ODIxNw-- 





RE: [flexcoders] EventDispatching Listening

2006-11-28 Thread Stacy Young
I believe only DisplayObjects have a bubbling phase. Does you component
extend Sprite or UIComponent?

 

-Stace

 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of patricklemiuex
Sent: Monday, November 27, 2006 7:05 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] EventDispatching  Listening

 

I'm using bubbling, or at least i think i am to capture an event...
I've extended the event class to make my own event mechanism. the
events are being dispatched, however the problem is, that
I'm adding an event listener to my custom mxml component to receive
the events and nothing happens. I've probably got something
backwards... Doesn't bubbling set to true allow the event
to be captured by any component in the order that they are created?

my code is as follows:

var evt:MeEvent = new MeEvent(MeEvent.REMOTE,true);
dispatchEvent(evt);

---

package com.me
{
import flash.events.Event;

public class MeEvent extends Event
{


public static const REMOTE:String = remote;

public var realTarget:*;

public function MeEvent(type:String, bubbles:Boolean=true,
cancelable:Boolean=false)
{
super(type, bubbles, cancelable);
}
}
}

--
And inside my custom component this is the event listener.

private function init():void{
this.addEventListener(MeEvent.REMOTE, handleEvent); 
}

Thanks for your time,
Patrick

 



RE: [flexcoders] how to learn file upload result

2006-11-06 Thread Stacy Young












At this time the flash player only returns
a status code. I was stuck on this myself I got around it by storing the
result in a session variable and retrieving it via separate remote call to the
server. Caution: this workaround will only function in IE.



Please submit an enhancement request via
this form:

http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform



I will do my best to lobby for this in-house! 
;-)



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Yiðit Boyar
Sent: Monday, November 06, 2006
5:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] how to learn
file upload result















i use file IO example class of adobe to upload files to my server (to a
php file).
i added a URLVariables object to the URLRequest to send additional variables
with the file,
but i could not find a way to get the result of my php.
i mean, my php file outputs an xml (giving the result of move_upload and some
additional values)
but how can i read what my URLRequested php file returns?

thanks...

Yigit Boyar
Middle East Technical University
/ Undergraduate year 2












__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] Uploading

2006-11-03 Thread Stacy Young












Any more details and/or code you can show?




Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of kumar
Sent: Friday, November 03, 2006
8:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Uploading











I am using flex2.0 trial, i have designed the page and
upload the 
files i cant see the picture images, what is the problem. send my mail 
id. 






__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] 2 questions

2006-11-03 Thread Stacy Young












The only time Ive used states is
transitioning from two different contexts specifically from a login screen to
the initial state of the application after login. (I wanted to animate the
transition)



As for components, my approach is to black
box them and leverage the event model for communicating. As soon as one
component knows about another, re-use is pretty much compromised. Your app
itself can use listeners to catch and respond to these events and orchestrate
things between components. 



HTH,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Igor Costa
Sent: Thursday, November 02, 2006
1:12 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] 2
questions











better uses of viewStack



On 11/2/06, DJ Lift
[EMAIL PROTECTED]net wrote:









Hi there,

Have some questions about the best practice way of designing apps.

I'm building a simple email server preferences application. And I've created
two 
components. One for handling the login (which hits amfphp and ldap on the
backend) and 
one for loading and changing/saving the user prefs (which also hits amfphp and
ldap on 
the backend).

There are really only two states, login handilng, and prefs
changing.

Question 1: Is it best to use States or ViewStacks to deal with changing app
states?

on to my second question...

The login component is sorta self sufficient. It can handle good logins and bad
ones. and 
if it's a good login can switch the current state to the preferences state (as
viewstates are 
what i'm currently working with.) But when i get to the email preferences
state, it wants to 
know things from the login component, like email and password. 

Question 2: Is it good practice to have components be able to talk and share
information 
with one another? And if so, how do you keep them around and reference them if
you're 
using viewstates?

Thanks,
mark














-- 

Igor Costa
www.igorcosta.com 






__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] Experience with the Adobe Developer Support Program

2006-11-02 Thread Stacy Young












Ive only joined Adobe recently so
perhaps my opinion is not as
biased. ;-)



As a customer Ive had great
experiences with Flex support. Although I should note my previous employer had
top level support so keep in mind your mileage may vary depending on the
support program.



Essentially any time we were stuck
on a project, whether it be configuring RTMPS, clustering FDS or trying to
figure out FileReference limitations a simple phone call to support got
the ball rolling on a solution. If first level support cant supply an
answer they pursue the matter up the chain until they find someone that can.
Every issue was solved within a few hours.



For larger installations Id highly recommend
support at least for the first year as your company learns and adopts
the technology as there are always growing pains. I believe you can ask what
specific services are included with each level of support.



HTH,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Iko Knyphausen
Sent: Thursday, November 02, 2006
2:17 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Experience with the Adobe Developer Support Program















Ok, will send
money tomorrow ;-)

Seriously, I think
Flex is a winner, just requires hard work from you guys on an ongoing basis.
Quite frankly, Flex is the only truly integrated RIA platform 
everything else pieced together and it shows.







From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of Matt Chotin
Sent: Wednesday, November 01, 2006
10:54 PM
To: [EMAIL PROTECTED]ups.com
Subject: RE: [flexcoders]
Experience with the Adobe Developer Support Program













I think were an important share. Lots of existing and
new products are using Flex for various pieces, its been exciting to see
so many folks internally using Flex, not just on the outside J













From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of Iko Knyphausen
Sent: Wednesday, November 01, 2006
10:33 PM
To: [EMAIL PROTECTED]ups.com
Subject: RE: [flexcoders]
Experience with the Adobe Developer Support Program













Thanks for your answer. One of the reasons why I am considering the
dev support program is that I have been on the flexcoder list for a while now
and many of my posts remained unanswered. I am not blaming the list 
its just the nature of the biest: some problems are complex and require
work to reproduce  you cannot expect your peers to invest that kind of
time. Unless someone has already been there and experienced the same issue or
challenge, chances you get an answer are slim...understandably. Speaking
of shareholder  I was considering investing into your
companys stock. I think that Flex has all the right ingredients for a
disruptive technology (=revolution) and I like the grassroots approach 
thats how good things are made  but I am wondering how important
a share this has in the overall Adobe portfolio. If Flex Inc. was
traded on NASDAQ I would bet on it big time. ;-)









I believe that the enterprise developer support is not going to
provide coaching. It should provide bug support though (the turnaround is
approximately 1 business day). I think it could be a good thing, but you
may want to keep an eye on flexcoders and the Adobe forums for a while and see
how youre doing after a week or two and if this might be
sufficient. Of course as an Adobe shareholder/employee I of course
recommend you buying support J 













From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On Behalf Of iko_knyphausen
Sent: Monday, October 30, 2006
11:16 PM
To: [EMAIL PROTECTED]ups.com
Subject: [flexcoders] Experience
with the Adobe Developer Support Program











I am
considering signing up for the Adobe Developer Support program. I think it's
about 1500$ per year, if I remember correctly. Before I do spend that kind of
money though, I want to know whether it will do for me what I hope it
does.Does anyone on this list have experience with the program? Of course,
Adobe people are more than invited to answer my questions below too ... ;-)

I have a
big project ahead of me, and I can already tell, there will be 


 Issuesrelating tobugs -for
 whichI would need confirmation that they are in fact bugs so I can
 stop wondering and get busy with work-arounds
 Issues withproficiency - meaning: my own
 lack of experience with Flex, AS, and Flash. Does the supportprogram
 providecoaching ? In other words, can I send
 indescriptionsof specific problems and expect some kind
 of how-to response?Not necessarily code, but steps to
 understake?


Maybe, I
should also ask the other way around: What will I not get from the Dev Support
program? 

I am very
excited about Flex, but I don't want to be blind-sighted about the process of
building real-life applications. So all advise is welcome.

Thanks. 








































__._,_.___





--

[flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young

Has anyone setup asdoc to run inside eclipse? Have a project where I
can't include it in the build process.
Looking to have the docs dumped inside my project.

Cheers,
Stace


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

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

* Your email settings:
Individual Email | Traditional

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

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

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

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



RE: [flexcoders] ASDoc Generation inside Flexbuilder?

2006-11-01 Thread Stacy Young












Ah, will just use local build file. Just
FYI for anyone looking for specifics on authoring the required ANT tasks, heres
a good link. I must be blind but I couldnt see the authors name 



http://blog.bittube.com/2006/08/15/ant-buildxml-for-asdocs-generation/



Stace











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young
Sent: Wednesday, November 01, 2006
2:01 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] ASDoc
Generation inside Flexbuilder?












Has anyone setup asdoc to run inside eclipse? Have a project where I
can't include it in the build process.
Looking to have the docs dumped inside my project.

Cheers,
Stace










__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] Questions about RTMP ports and channel definitions

2006-10-22 Thread Stacy Young












To answer # 1: trying to have two
instances of FDS bind to the same port is the same as trying to run two web
servers on the same machine and bind them both to port 80. Its not a
matter of message routing the port is already in use so the second
instance will fail since it can not bind to that same port number on startup.



-Stace











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Douglas McCarroll
Sent: Sunday, October 22, 2006
1:44 PM
To: flexcoders post
Subject: [flexcoders] Questions
about RTMP ports and channel definitions











Hi All,

I recently wrote a post on my blog 
http://www.brightworks.com/flex_ability/?p=17
about an error I was 
encountering. A kind commenter explained that my problem was caused by 
the fact that I had two different webApps running that were both 
configured - in their services-config.xml files - so that their RTMP 
channels used the same port.

I want to revise my post to explain this, but want to make sure that I 
understand how things work first.

So I'd welcome any feedback on the following explanations  questions:

1. Obviously it is bad to have two different webApps use the same RTMP 
port. I assume that webApps can't share the same port because, well, how 
would they know which webApp a particular message is being sent to? I 
suppose that this could be resolved by giving different destination 
names to the different webApp's RTMP destinations, but I can imagine how 
this approach could create problems. Anyway, I'm wondering if anyone 
here can explain the crux of the problem more clearly or succinctly...

2. I assume that configuring a channel with a specific port number (e.g. 
uri=rtmp://{server.name}:2038) does two things:
a. It tells the FDS server-side code to listen to that port for that 
channel.
b. It tells clients to connect to that port if they're using that 
channel. I assume that there's some mechanism whereby clients say, hey 
webApp, what port do I use for this RTMP channel? 

Am I understanding correctly here?

3. I'm guessing that sharing ports between webApps isn't a problem for 
HTTP and AMF channels. The reason I think this is that they are 
configured in channel definitions with URIs like this: 
uri=http://{server.name}:{server.port}/{context.root}/messagebroker/amfpolling

... as opposed to specifying a specific port, as we do in RTMP channel 
defs.

Do I understand this correctly?

4. I'm guessing that the reason why this isn't a problem is that they 
don't use a sustained connection, as RTMP channels do. Is this correct?

Thanks in advance for any input! :-)

Douglas McCarroll






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






  
  Your email settings: Individual Email|Traditional 
  Change settings via 

RE: [flexcoders] Uploads Needed Greater than 100 MB

2006-10-19 Thread Stacy Young












I dont believe this limit is
enforced just that its been tested up to 100mb.  I *believe* this is the case 



Stace











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wwwpl
Sent: Thursday, October 19, 2006
12:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Uploads
Needed Greater than 100 MB











In the FileReference documentation, it says that the
file upload limit
is 100 Megabytes. I am curious why the developers chose this value
and why it is not configurable. Maybe it is configurable and I don't
know it yet. If anyone could enlighten me on this subject, I would
appreciate it. We have a Flex application that uploads large files. 
The restrictions on FileReference are a pain. I would also like to
see other file upload options, like ftp etc. Right now it is just http.






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] New Autocomplete component (free)...feedback?

2006-09-28 Thread Stacy Young












I think the concept itself is right on the
money. Kind of applying the Adobe Labs concept to component
development. Kudos!



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels
Sent: Thursday, September 28, 2006
12:19 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] New
Autocomplete component (free)...feedback?











Hi,

It works for me. Here is a shorter URL (no wordwrap) that might work
better:

http://snipurl.com/autocomplete

-David

-Original Message-
From: [EMAIL PROTECTED]ups.com
[mailto:[EMAIL PROTECTED]ups.com]
On
Behalf Of hank williams
Sent: Thursday, September 28, 2006 12:05 AM
To: [EMAIL PROTECTED]ups.com
Subject: Re: [flexcoders] New Autocomplete component (free)...feedback?

Are you sure this is the right url? nothing at weblogs.macromedia.com
seems to respond at all. I also tried at weblogs.adobe.com.

Hank

On 9/27/06, David Mendels [EMAIL PROTECTED]com
wrote:
 Hi all,

 FYI:

http://weblogs.macromedia.com/flexteam/archives/2006/09/component_autoc.
cfm

 We'd be interested in feedback.

 Thanks,
 David
 Adobe


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






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] Flex 2.0 unkown issue

2006-09-27 Thread Stacy Young












Sorry if I’m misunderstanding what you’re
suggestion but if you’re specifying a style for “Button” it *should* apply to all instances.



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Igor Costa
Sent: Wednesday, September 27,
2006 11:41 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2.0
unkown issue











Hi Guys


I was trying to apply some CSS on application at my development cycle and
discovered a new unknown issue for Flex 2.0

Here we go.

When I create a new Style tag at the root of my Application.mxml here we
have

mx:Style
 .MyCostumButton { 

icon:Embed(source=icon.png);
 }
/mx:Style

So applying directly to my button by attribute
styleName=MyCostumButton does properly works. 

mx:Button styleName=MyCostumButton label=Costum icon by
CSS/

But in when we try to apply directly to a Button tag in CSS tag style doesn't
really work perfectly due to If I add a new component like RichTextEditor every
single button or any one who also has an costum Button wrote by Actionscript
our even MXML will appear the Icon in each of them. 

Here we have, take a try

mx:Style
 Button {

icon:Embed(source=icon.png);
/mx:Style

!-- Now add whatever component you want that has some nativly events like
DateChooser, RichTextEditor, colorChooser, comboBox. ... -- 

mx:RichTextEditor
/mx:RichTextEditor
mx:Button/
mx:DateChooser
/mx:Datechooser


So, please Adobe Flex team fix this dude.


Regards


-- 

Igor Costa
www.igorcosta.com 






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L’expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s’il est retransmis sans son autorisation.  Si vous n’êtes pas le destinataire visé du présent message ou si vous l’avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l’expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] Flex 2.0 unkown issue

2006-09-27 Thread Stacy Young












One option you could do is set the style
inside your custom component. That way wherever it’s used afterwards that style
will apply.

Alternatively you *can* do the following as well …and should
work:



mx:Application 

xmlns:mx=http://www.adobe.com/2006/mxml


xmlns:custom=* 

layout=absolute



mx:Style

MyButton {
font-size: 30; }

/mx:Style



custom:MyButton /



/mx:Application



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kevin Newman
Sent: Wednesday, September 27,
2006 2:08 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 2.0
unkown issue











It sounds like you are looking for a CSS Selector that
will not apply to 
every Button instance, but only vanilla ones. Is there a selector that 
does that?

Alternatively, can you make your own custom Button Element (MyButton), 
by extending (inheriting from) the base Button class, then apply the CSS 
rule to your own custom Button?

I'm actually very interested in the answers to these questions, since I 
haven't had the time to play much with Flex 2.0 yet :-)

Example of what I'm saying:
mx:Style
MyButton {
icon:Embed(source=icon.png);
}
/mx:Style
mx:MyButton /

or is something like this possible to set up?

mx:Style
MyNS|Button {
icon:Embed(source=icon.png);
}
/mx:Style
MyNS:Button /

Thanks,

Kevin N.

Igor Costa wrote:
 Hi Guys


 I was trying to apply some CSS on application at my development cycle 
 and discovered a new unknown issue for Flex 2.0

 Here we go.

 When I create a new Style tag at the root of my Application.mxml here

 we have

 mx:Style
 .MyCostumButton { 
 icon:Embed(source=icon.png);
 }
 /mx:Style

 So applying directly to my button by attribute 
 styleName=MyCostumButton does properly works.

 mx:Button styleName=MyCostumButton label=Costum
icon by CSS/

 But in when we try to apply directly to a Button tag in CSS tag style 
 doesn't really work perfectly due to If I add a new component like 
 RichTextEditor every single button or any one who also has an costum 
 Button wrote by Actionscript our even MXML will appear the Icon in 
 each of them.

 Here we have, take a try

 mx:Style
 Button {
 icon:Embed(source=icon.png);
 /mx:Style

 !-- Now add whatever component you want that has some nativly events 
 like DateChooser, RichTextEditor, colorChooser, comboBox. ... --

 mx:RichTextEditor
 /mx:RichTextEditor
 mx:Button/
 mx:DateChooser
 /mx:Datechooser


 So, please Adobe Flex team fix this dude.


 Regards


 -- 
 
 Igor Costa
 www.igorcosta.com http://www.igorcosta.com








 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L’expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s’il est retransmis sans son autorisation.  Si vous n’êtes pas le destinataire visé du présent message ou si vous l’avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l’expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  
   

RE: [flexcoders] Run ppt file in flex

2006-09-21 Thread Stacy Young












Not directly but perhaps with Adobe
Connect (Breeze) youd be able to automate the export of PPT to flash
paper or swf. Quite possible their PDF generator products can also handle this
but Im not 100%.



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of KP
Sent: Thursday, September 21, 2006
2:41 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Run ppt file
in flex













Can we some
how run a PPT (Power Point) file in flex.

If yes
Please suggest.



Thanks

Kumar.








 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] FileReference (upload) session cookie problems

2006-09-17 Thread Stacy Young

Yep, trouble is it's a player issue, not Flex, and involves changing some low 
level machinery in the mozilla plugin. :(

Stace


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Dimitrios Gianninas
Sent: Sunday, September 17, 2006 9:17 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FileReference (upload) session cookie problems


Hi Jason,

It is a bug, the file upload feature with FireFox behaves differently than 
under IE. My colleague Stacy Young discovered this a month or so ago and 
submitted and bug and many enhancement requests regarding file upload. I think 
this is an area that needs improvement.

I'm not quite sure of the top of my head what Stacy did to resolve this 
problem, but I'll make sure he replies on Monday with any suggestions.

Jimmy Gianninas
Optimal Payments Inc

-Original Message-
From: flexcoders@yahoogroups.com on behalf of Jason McWilliams
Sent: Sat 9/16/2006 6:41 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] FileReference (upload) session cookie problems
 
I am getting this exact same behavior.   Does anyone have an answer for
this?

 

It seems that the Flex app within Firefox will maintain one session for an
Upload request and a different session for a get request back to the server.
Within the same application you can do multiple posts/gets and uploads and
it keeps the same session, but a different one for posts/gets and uploads.
It is as if the browser has two session going on.

 

The bad thing here is that it practically makes an upload application
useless if a person has logged in via the web site.   When they do an
upload, the web site will not recognize the sessionid as logged in and it
will not work.

 

Also, adding a session id like jsessionid to the URL of the upload most
likely will not work if the server thinks the browser is accepting cookies,
which it is.

 

Any ideas here?  If this is a bug that can't be worked around, it is a real
problem for us.   We can't make our users only use Internet Explorer.

 

Thanks,

Jason

 

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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

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

* Your email settings:
Individual Email | Traditional

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

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

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

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




RE: [flexcoders] FileReference (upload) session cookie problems

2006-09-17 Thread Stacy Young












A long way around would be to store the
items in a database then retrieve back into the users session on the next RPC
call. This may not be feasible in some cases but thats the best idea I
can offer at this time. I ran into this exact problem a couple of months back.
If you could please submit this issue via support it may help garner
momentum in getting us a fix sooner rather than later. J



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jason McWilliams
Sent: Saturday, September 16, 2006
6:42 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
FileReference (upload) session cookie problems













I am getting this exact same behavior. Does anyone have
an answer for this?



It seems that the Flex app within Firefox will maintain one session
for an Upload request and a different session for a get request back to the
server. Within the same application you can do multiple posts/gets and
uploads and it keeps the same session, but a different one for posts/gets and
uploads. It is as if the browser has two session going on.



The bad thing here is that it practically makes an upload
application useless if a person has logged in via the web site.
When they do an upload, the web site will not recognize the sessionid as logged
in and it will not work.



Also, adding a session id like jsessionid to the URL of the upload
most likely will not work if the server thinks the browser is accepting
cookies, which it is.



Any ideas here? If this is a bug that cant be worked
around, it is a real problem for us. We cant make our users
only use Internet Explorer.



Thanks,

Jason











From: [EMAIL PROTECTED]ups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Richard Druce
Sent: Wednesday, August 30, 2006
10:13 PM
To: [EMAIL PROTECTED]ups.com
Subject: [flexcoders]
FileReference (upload) session cookie problems











Hi, 

I've been playing around with Flex 2 to upload images to my web application.
I'm using a cookie to maintain a session (it contains a session_id) and when I
upload the file, it is behaving strangely using Flash player 9. In Internet
Explorer 6.0, a new session will be created, meaning that the cookie wasn't
passed with the POST and this session will be used for future GET
requests. In Mozilla Firefox 1.5, a new session will be created that will be
used for future file uploads, but the GET requests will use the old session
still, so it looks like two client cookies are being maintained. Any help or
tips to get around this problem would be greatly appreciated, I'm using ruby on
rails on the server side so cookies are my preferred option for maintaining
session state - passing it as a URL parameter is a little messy. 

thanks,
Richard.
contactdick@yahoo.co.uk

 







On Yahoo!7
Photos:
Unlimited free storage  keep all your photos in one place!
















 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  
   

[flexcoders] Flex position open @ Optimal Payments in Montreal, Canada

2006-09-14 Thread Stacy Young

Hello all!

Optimal Payments is looking for a Flex developer with complementary skills in 
Coldfusion and/or Java. Be part of a dynamic team building state-of-the-art 
applications using the latest technologies. We're open to new ideas that push 
the envelope and help us deliver the best possible products and services to our 
clients. Our developers are heavy participants in online development 
communities. In fact, our projects are often detailed in technical journals and 
publications!

Please forward your resume and sample portfolio (if possible) to Stacy Young 
[EMAIL PROTECTED] and/or Jimmy Gianninas [EMAIL PROTECTED]

Cheers,
Stace

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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

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

* Your email settings:
Individual Email | Traditional

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

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

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

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





RE: [flexcoders] Handling Login

2006-09-10 Thread Stacy Young












Once all browser instances are closed youre
pretty much stuck. (as with other web technologies)



Without a session identifier to match up
with on the server, theres no way to access that session data. You *could* store session data in a local shared
object (flash cookie) and have your application read from that on startup to
determine whether or not the user needs to be brought to a login page. Then
when the user explicitly logs off you can nuke that shared object. Not the most
secure approach though.



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Daniel
Sent: Sunday, September 10, 2006
4:26 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Handling
Login











Im trying to create a Login screen where I can save a
user's session
information, so I can retrieve that later and use it for some validations.
Is there a way that I can save this info as a session that last even
when the user closes the browser, and until he signs out?

How would you recommend it should be handled? I'd love to see some
examples if you have any.

Thanks in advance!






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young












Hi Michael, I’m not sure I follow …any
chance you could provide some additional detail?

I was thinking of trying a setInterval
function while the client awaits download …not sure yet if that would fool the
player into thinking its not hung.



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle
Sent: Thursday, September 07, 2006
10:04 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] File
Download: Can scriptTimeLimit only be set globally?











Hi,

There is a work around with using the timer in a queue to give back cpu cycles
to the cpu and trick the flash player that it is not locking up.

I have a documenter that can easily do the flex framework, that takes 5 minutes
from loading files, analyzing and rendering to server. 

Nothing locks up and you can actually move the cursor and semi use the app
while it's doing it.

Peace, Mike



On 9/7/06, Stacy
Young 
stacy.young@optimalpayments.com wrote:













60 seconds ??? Uh oh …I
missed that, thanks for heads up.



Stace
























 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L’expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s’il est retransmis sans son autorisation.  Si vous n’êtes pas le destinataire visé du présent message ou si vous l’avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l’expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young













 I’m
 using FileReference to initiate a file download from a servlet.
 Server-side
 in some cases may take 15+ mins to construct the file/report
 After
 a certain amount of secs (I think 30) flash player throws an exception
 that a script timeout has occurred
 Process
 is terminated




-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle
Sent: Friday, September 08, 2006
10:48 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] File
Download: Can scriptTimeLimit only be set globally?











Ok,

Before I go into detail, I use it for actual procssesing in the player.

I am a bit confused on what you would use the setInterval() for.

How about you just describe what exactly your program flow is so I can see if
what I am saying applies to your situation. 

Peace, Mike



On 9/8/06, Stacy
Young stacy.young@optimalpayments.com
wrote:













Hi Michael, I'm not sure
I follow …any chance you could provide some additional detail?

I was thinking of trying
a setInterval function while the client awaits download …not sure yet if that
would fool the player into thinking its not hung.



Stace


























 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L’expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s’il est retransmis sans son autorisation.  Si vous n’êtes pas le destinataire visé du présent message ou si vous l’avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l’expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-08 Thread Stacy Young












To be honest at the moment I’m not sure
what caused the script timeout exception …my last test actually worked (5 min
download)

Going to experiment some more and see if
this was user error ;-)



I appreciate the help!

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Schmalle
Sent: Friday, September 08, 2006
11:26 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] File
Download: Can scriptTimeLimit only be set globally?











Ah, 

I see, so you are waiting for a result handler right?

Well, I don't think this would help becasue I was using proccessing in the
player, like cutting loops into sectors.

What exact part of the app is hanging Flash?, I am playing dumb here, is it the
result handler? 

Peace, Mike



On 9/8/06, Stacy
Young stacy.young@optimalpayments.com
wrote:














 I'm using
 FileReference to initiate a file download from a servlet.
 Server-side in
 some cases may take 15+ mins to construct the file/report
 After a
 certain amount of secs (I think 30) flash player throws an exception that
 a script timeout has occurred
 Process is
 terminated




-Stace











From:
[EMAIL PROTECTED] ups.com
[mailto:[EMAIL PROTECTED] ups.com] On Behalf Of Michael Schmalle
Sent: Friday, September 08, 2006
10:48 AM






To: [EMAIL PROTECTED]ups.com
Subject: Re:
[flexcoders] File Download: Can scriptTimeLimit only be set globally?











Ok,

Before I go into detail, I use it for actual procssesing in the player.

I am a bit confused on what you would use the setInterval() for.

How about you just describe what exactly your program flow is so I can see if
what I am saying applies to your situation. 

Peace, Mike



On 9/8/06, Stacy
Young stacy.young@optimalpayments.com wrote:













Hi Michael, I'm not sure
I follow …any chance you could provide some additional detail?

I was thinking of trying
a setInterval function while the client awaits download …not sure yet if that
would fool the player into thinking its not hung.



Stace


























 
  
  AVIS IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes
  peuvent contenir des renseignements confidentiels, exclusifs ou légalement
  privilégiés destinés au seul usage du destinataire visé. L'expéditeur
  original ne renonce à aucun privilège ou à aucun autre droit si le présent
  message a été transmis involontairement ou s'il est retransmis sans son
  autorisation. Si vous n'êtes pas le destinataire visé du présent message ou
  si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et
  le supprimer, ainsi que toutes ses pièces jointes, de votre système. La
  lecture, la distribution, la copie ou tout autre usage du présent message ou
  de ses pièces jointes par des personnes autres que le destinataire visé ne
  sont pas autorisés et pourraient être illégaux. Si vous avez reçu ce courrier
  électronique par erreur, veuillez en aviser l'expéditeur. 
  
  
  This electronic message and its attachments
  may contain confidential, proprietary or legally privileged information,
  which is solely for the use of the intended recipient. No privilege or other
  rights are waived by any unintended transmission or unauthorized
  retransmission of this message. If you are not the intended recipient of this
  message, or if you have received it in error, you should immediately stop
  reading this message and delete it and all attachments from your system. The
  reading, distribution, copying or other use of this message or its
  attachments by unintended recipients is unauthorized and may be unlawful. If
  you have received this e-mail in error, please notify the sender. 
  
 

















-- 
What goes up, does come down. 






__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






[flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young
 
I've got a flex UI driving a reporting tool in which some reports can take as 
long as 30 mins. Flash times out at 15 seconds by default. I can set the 
scriptTimeLimit in the application tag but that will apply to the whole app 
...which I'm not very keen on. Anyone know of another solution?

I will be at MAX and will pay for the answer in cold beers.

Cheers,
Stace

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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

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

* Your email settings:
Individual Email | Traditional

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

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

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

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





RE: [flexcoders] File Download: Can scriptTimeLimit only be set globally?

2006-09-07 Thread Stacy Young












60 seconds ??? Uh oh I missed that,
thanks for heads up.



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: Thursday, September 07, 2006
4:53 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] File
Download: Can scriptTimeLimit only be set globally?













I am pretty sure this can only be set globally. Possibly you
could set/reset it in code before/after your long process.



You are probably going to also be unhappy to hear that as of FP 8,
the scriptTimeLimit can only be set for a maximum of 60 seconds. This is
per the docs (Application) and I have verified it directly.



I am very unhappy about this, as it has frozen one of my apps into
using FP 7. I also have a very long running process that can take many
minutes. I am going to have to port this process to the server before I
can move this app to Flex 2, FP 9.





Tracy 












 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  






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

  




__,_._,___






RE: [flexcoders] Re: Unable to get trace to work...

2006-09-01 Thread Stacy Young












mm.cfg will output to a file (specified in
the cfg file)

I normally open a DOS window and just tail
 flexlog.txt



You can get tail command for windows from
this resource kit

http://www.microsoft.com/downloads/details.aspx?familyid=9d467a69-57ff-4ae7-96ee-b18c4790cffddisplaylang=en



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Kyle
Sent: Thursday, August 31, 2006
4:48 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Unable
to get trace to work...











Hi Deepa, 
I went step by step through the entire process again, as well as
trying a few other methods and am still unable to get any tracing to
work in flex 2. Has anyone been able to get trace statements to output
to the console window? If so, do you have any pointers?

Thanks,

Kyle






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] Pre-compiled applications unable to access FDS based message queues

2006-09-01 Thread Stacy Young












Wondering if perhaps the precompile is not
picking up your services-config file? (and using the sdk which is empty)

What do your compile arguments look like?



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Dunphy
Sent: Friday, September 01, 2006
2:52 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Pre-compiled
applications unable to access FDS based message queues











All of
the documentation I've read thus far indicates that you do not need to use the
web-tier compiler, even when using FDS. If this is true, can anybody point me
in the right direction on the following:

When I pre-compile (either via Flex builder or via mxmlc on the command line),
my application isn't aware of the queue destinations in messaging-config.xml.
Is there something I'm missing? When I just drop our WAR file in to the
tomcat/webapps folder, and access the mxml files directly, there is no issue.

Any help would be appreciated.

Thanks, 

Brian Dunphy 






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Software development tool
  
  
Software development
  
  
Software development services
  
  


Home design software
  
  
Software development company
  

   
  







  
  
  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] SecureAMF: SSL Handshake Prob

2006-08-24 Thread Stacy Young

Hi all,

Anyone run into this when using AMF over SSL?

...
08/24 13:47:37 DEBUG Optimizing... 960ms
08/24 13:47:37 DEBUG Total time: 11864ms
08/24 13:47:38 DEBUG SWF Encoding... 420ms
Aug 24, 2006 1:47:39 PM EDT Warning Security BEA-090476 
Invalid/unknown SSL header was received from peer localhost - 127.0.0.1 during 
SSL handshake.
...

Running locally with self-signed cert for testing ...everything else seems to 
be fine. The movie loads, just hangs on first remote call.

Cheers,
Stace

-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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





RE: [flexcoders] SecureAMF: SSL Handshake Prob

2006-08-24 Thread Stacy Young

p.s. my cert has been imported into the JVM



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy 
Young
Sent: Thursday, August 24, 2006 1:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SecureAMF: SSL Handshake Prob


Hi all,

Anyone run into this when using AMF over SSL?

...
08/24 13:47:37 DEBUG Optimizing... 960ms
08/24 13:47:37 DEBUG Total time: 11864ms
08/24 13:47:38 DEBUG SWF Encoding... 420ms
Aug 24, 2006 1:47:39 PM EDT Warning Security BEA-090476 
Invalid/unknown SSL header was received from peer localhost - 127.0.0.1 during 
SSL handshake.
...

Running locally with self-signed cert for testing ...everything else seems to 
be fine. The movie loads, just hangs on first remote call.

Cheers,
Stace


-- 
WARNING
---
This electronic message and its attachments may contain confidential, 
proprietary or legally privileged information, which is solely for the use of 
the intended recipient.  No privilege or other rights are waived by any 
unintended transmission or unauthorized retransmission of this message.  If you 
are not the intended recipient of this message, or if you have received it in 
error, you should immediately stop reading this message and delete it and all 
attachments from your system.  The reading, distribution, copying or other use 
of this message or its attachments by unintended recipients is unauthorized and 
may be unlawful.  If you have received this e-mail in error, please notify the 
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des 
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au 
seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun 
privilège ou à aucun autre droit si le présent message a été transmis 
involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes 
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, 
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses 
pièces jointes, de votre système.  La lecture, la distribution, la copie ou 
tout autre usage du présent message ou de ses pièces jointes par des personnes 
autres que le destinataire visé ne sont pas autorisés et pourraient être 
illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en 
aviser l'expéditeur.



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




RE: [flexcoders] SecureAMF: SSL Handshake Prob

2006-08-24 Thread Stacy Young












Just FYi in case anyone sees this I
believe the problem was related to using a bad cert on the server that used a
previous computer name (i.e. domain) 



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Thursday, August 24, 2006
1:58 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] SecureAMF:
SSL Handshake Prob












Hi all,

Anyone run into this when using AMF over SSL?

...
08/24 13:47:37 DEBUG Optimizing... 960ms
08/24 13:47:37 DEBUG Total time: 11864ms
08/24 13:47:38 DEBUG SWF Encoding... 420ms
Aug 24, 2006 1:47:39 PM EDT Warning Security
BEA-090476 Invalid/unknown SSL header was received from peer
localhost - 127.0.0.1 during SSL handshake.
...

Running locally with self-signed cert for testing ...everything else seems to
be fine. The movie loads, just hangs on first remote call.

Cheers,
Stace

-- 
WARNING
---
This electronic message and its attachments may contain confidential,
proprietary or legally privileged information, which is solely for the use of
the intended recipient. No privilege or other rights are waived by any
unintended transmission or unauthorized retransmission of this message. If you
are not the intended recipient of this message, or if you have received it in
error, you should immediately stop reading this message and delete it and all
attachments from your system. The reading, distribution, copying or other use
of this message or its attachments by unintended recipients is unauthorized and
may be unlawful. If you have received this e-mail in error, please notify the
sender.

AVIS IMPORTANT
--
Ce message électronique et ses pièces jointes peuvent contenir des
renseignements confidentiels, exclusifs ou légalement privilégiés destinés au
seul usage du destinataire visé. L'expéditeur original ne renonce à aucun
privilège ou à aucun autre droit si le présent message a été transmis
involontairement ou s'il est retransmis sans son autorisation. Si vous n'êtes
pas le destinataire visé du présent message ou si vous l'avez reçu par erreur,
veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses
pièces jointes, de votre système. La lecture, la distribution, la copie ou tout
autre usage du présent message ou de ses pièces jointes par des personnes autres
que le destinataire visé ne sont pas autorisés et pourraient être illégaux. Si
vous avez reçu ce courrier électronique par erreur, veuillez en aviser
l'expéditeur.






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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

[flexcoders] Chart highlights when hovering

2006-08-03 Thread Stacy Young












Is there an easy way to get highlights on
mouseover on a pie chart without writing a renderer?



Thx 

Stace




 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] [Flex2 final] Application look blury when using FlashType

2006-07-25 Thread Stacy Young












Yes, few known problems with FlashType in
Flex L

Blurry, offset a few pixels 



Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Carlos Rovira
Sent: Tuesday, July 25, 2006 4:49
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [Flex2
final] Application look blury when using FlashType











Hi,

I create an Arial font face with Flash 8 to use the new FlashType with
antialias advanced. It was all ok for a while, and fonts look so good, but now
I'm starting to experience that controls and containers in the application
looks a little blured and even I can see a strange grey lines as tooltips
renders or list in comboboxes pops. If I remove the FlashType font all loks
good. 

Someone notice something like that? there's a know bug out there?

-- 
::| Carlos Rovira
::| http://www.carlosrovira.com 






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] Flex Pricing question

2006-07-22 Thread Stacy Young












Yes.



-Stace











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Paul Andrews
Sent: Saturday, July 22, 2006
12:35 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex
Pricing question













So does an intel two-in-one processor still
count as a single CPU?











Paul







- Original Message - 





From: Nick Collins 





To: flexcoders@yahoogroups.com






Sent: Saturday, July 22,
2006 5:30 PM





Subject: Re: [flexcoders]
Flex Pricing question









One application means one
flex application. So if you develop something in Flex 2, once you compile it it
becomes a Flex application. One application means you can have one such
application running FDS.

However you can still have as many applications on a server as you want if
they're not using FDS. 



On 7/22/06, Jorge
Tejada  [EMAIL PROTECTED] wrote:












What One application means?, Does it means
that I will only can use FDS from a Flex Builder 2 Project?





















 




 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] So? What are folks here actually building...?

2006-07-20 Thread Stacy Young












Latest project Im engineering is a
real-time monitoring/administrative console for an in-house CF reporting
system. Managing report threads in CF clusters, alarms and some very custom
functionality to manage reporting workload around our system upgrades which may
involve downtime etc. Technologies involved: Flex 2, Java, CF, JMS and
eventually ESB (servicemix)



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels
Sent: Thursday, July 20, 2006 1:23
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] So? What are
folks here actually building...?













 





Hello,











It has been less than a month since we
shipped Flex, but I know many folks on this list had projects they started back
in the public beta time. I know in many cases you may not be able to talk
about what projects you are working on, but for those who can I'd love to get a
view onto what folks are building. We spent a long time (almost two
years) on all the parts of the Flex 2 product line (and the Flash Player 9) and
it is very cool to see the traffic here, the emergence of third party conferences
like www.flexseminar.com, the books
coming out on Flex, the 60K plus downloads of the IDE in the public beta, but
we'd love to get a sense of what real applications people are starting to
build. The team is already working on plans for mid-term and longer term
upgrades to Flex, and it helps us to really understand what people are
building. So, if you are able to talk about what you are building please
do share--I think it would be very interesting for the community and very
valuable for us on the Flex team at Adobe.











--David





Adobe








 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] [Flex2] FDS as Windows system service?

2006-07-05 Thread Stacy Young












Youd have to look to your app
server for this for instance, with jrun you can use the  {jrun
root}/bin/jrunsvc.exe to create a windows service to startup a particular jrun
instance. From the docs:



Using
the jrunsvc tool 

Use the jrunsvc tool to execute command on a JRun
server that is a Windows service. With this tool, you can install, remove,
start, and stop the JRun server's Windows service. 

To install a JRun server as a Windows service, use the
following syntax from the jrun_root/bin directory: 

% jrunsvc -install jrun_server [service_name [service_display_name [service_description]]]

To remove, start or stop a JRun server that is
currently a Windows service, use the following syntax from the jrun_root/bin
directory: 

% jrunsvc -[remove|start|stop service_name]

















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Thomas Rühl -akitogo-
Sent: Wednesday, July 05, 2006
5:53 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [Flex2] FDS
as Windows system service?












Hello folks,

how can I set up a standalove installation of FDS to run as a Windows 
service? For J2EE (JRun) installations, there exists an entry for each 
of the servers in the Services panel, but I'd like to use the standalone 
version. However, always starting via console goes somewhat on my nerves

Cheers, Thomas



Thomas Rühl
Design, Programming  Concepts

akitogo OHG
Hanauer Landstrasse 188
60314 Frankfurt

Telefon +49 (0) 69 800 69 445
Fax +49 (0) 69 800 69 449
Mobil +49 (0) 179 750 75 87
E-Mail thomas.ruehl@akitogo.com
Web http://www.akitogo.com








 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] Flex and commercial use

2006-07-04 Thread Stacy Young












Flex apps can be developed and deployed
for free. If you wish to *also*
use Flex Data Services, yes, its free for single CPU use How far
you can take that will of course depend on the hardware for that one box!



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of eduardopichler
Sent: Tuesday, July 04, 2006 12:51
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex and
commercial use











Is Flex free for commercial use on a single cpu?






 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] embeded FlashType fonts look bad

2006-07-04 Thread Stacy Young












They are offset a few pixels but I also
found the default sharpness level was way too low.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Vinny Timmermans
Sent: Tuesday, July 04, 2006 1:14
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] embeded
FlashType fonts look bad











BTW. They should not look
muddy, but Flex moves them a few pixels.?



Vinny









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of hank williams
Sent: dinsdag 4 juli 2006 18:58
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] embeded
FlashType fonts look bad



Oh, thanks much Vinny. now I wont bang my head against
the wall!

Hank



On 7/4/06, Vinny
Timmermans 
[EMAIL PROTECTED] wrote: 





Hank,



This is a known issue. A
number of people have brought these issues with FlashTypeto the attention
of the Flex team. I assume/hope it gets fixed when Flex 2.0.1 arrives.



Vinny









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com]
On Behalf Of hank williams
Sent: dinsdag 4 juli 2006 17:24
To: flexcoders@yahoogroups.com
Subject: [flexcoders] embeded
FlashType fonts look bad







I am
trying to use flashtype fonts, which involves embedding the font in a swf and
then importing the font from a swf into flex. The problem is that flex seems to
be rendering these fonts much less well than flash does.

As a test, I have text in the swf that I am embedding. The text looks fine when
displayed in this swf. When I import the font and display it in my app, the
font looks really muddy. It looks as if it is not using all that cool font
rendering stuff that is in flash 8. The edges are extremely soft. 

I am wondering if anyone has had any experience in getting crisp embedded
fonts. By the way I have been playing with fontAntiAliasType, fontGridType, and
fontSharpness with the idea that adjusting these might fix the problem, thought
nothing has had any effect. 

Hank


















 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   



  




  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] Flex and commercial use

2006-07-04 Thread Stacy Young












$6K per CPU for 100 simultaneous users
(total). No CPU or clustering limit.

$20K per CPU for unlimited everything.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ville Walveranta
Sent: Tuesday, July 04, 2006 1:20
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex and
commercial use













No. Its free for the 30 days trial. Then the cost is $499
per developer license as shown here:

https://store1.adobe.com/cfusion/store/index.cfm?store=OLS-USview=ols_prodcategory=/Applications/FlexBuilderNR=0



You can use ColdFusion, PHP, ASP.NET, or Flex Data Services 2
(free for single-CPU setup, even for commercial use) as the back-end. 



But does someone know how much does FDS multi-CPU or multi-app
license cost? I couldnt find it on Adobe site.



Ville











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of eduardopichler
Sent: Tuesday, July 04, 2006 11:51
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex and
commercial use











Is Flex
free for commercial use on a single cpu?














 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  






__,_._,___






RE: [flexcoders] file upload

2006-06-02 Thread Stacy Young










Checkout:

Programming
ActionScript 3.0  Flash
Player APIs  Networking
and Communication 



In the Flex Builder help, fully documented
examples.



As for the JSP side, its business
as usual you have to handle a multi-part form submission and process as
if it were a html form.



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sreedhar reddy
Sent: Friday, June 02, 2006 10:32
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] file upload





Hi friends,

I am using Flex Builder2Beta3 and Java Server Pages and SQLServer 2005 for my
project development. I have to provide file upload functionality to
upload a file in to sql database..

If anybody knows the File Upload code using actionscript3.0 and
JSP, please send that code.





Thanks  Regards,
Sreedhar

 Send instant messages to your online friends
http://in.messenger.yahoo.com 

Stay connected with your friends even when away from PC. Link:
http://in.mobile.yahoo.com/new/messenger/ 


 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other rights are waived by any unintended transmission or unauthorized retransmission of this message.  If you are not the intended recipient of this message, or if you have received it in error, you should immediately stop reading this message and delete it and all attachments from your system.  The reading, distribution, copying or other use of this message or its attachments by unintended recipients is unauthorized and may be unlawful.  If you have received this e-mail in error, please notify the sender.
  
 






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] AJAX versus Flex

2006-05-25 Thread Stacy Young












Personally Im not expecting flex to
overcome ajax
in terms of market share for one simple reason. Ajax can accommodate a large proportion of
developers needs. Thats not a bad thing, just a reality. Not everyone
will need the kind of firepower that flex can deliver. I do believe though that
well see solid penetration into the enterprise scene.



We should also be aware of the impact of
flash video. Its use is skyrocketing right now and anywhere you have the
flash player for video you open a door to flex technologies. With this in mind
Im thinking the second segment well see penetration is in public
commerce sites. Look at Nike for example, heavy reliance on flash and
now theyre moving into application development with the new deal with
Apple and the ipod. Adoption here may take some time as flash player
penetration is a factor.



Apple may have 5% share but if you
purchased stock a few years back youd be doing quite well today.
Secondly theres plenty of room for them to grow one could argue
thats a safer position then having to defend an already existing empire.



Lastly, growth of Ajax will have a residual positive effect for
flex technologies as it validates the idea that we need to make more
experience-centric applications.



Cheers,

Stace 













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jwc_wensan
Sent: Thursday, May 25, 2006 11:47
AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] AJAX versus Flex





To all:

Got this email today, http://ajax.sys-con.com/
and it got me to
thinking.

I may get blasted for this, but here goes . . . just my .0199 cents.

Let me first say I believe 100% that the Flex platform is a 
better mousetrap. I am currently developing applications with

Flex. I prefer Flex.

However, you can not open a software magazine, newsletter, journal, 
article, etc. that doesn't reference something about AJAX. It's 
everywhere. Adobe's Flex gets an honorable mention.

I have been in the software business for over 27 years. I have seen 
many companies come and go that had a better mousetrap. I
also 
realize that most end users do not care if a desktop app is 
developed with Visual C++ or Visual Basic. So why would they care 
what a RIA app is developed with. Probably not.

In the end it is the application not the engine.

There seems to be a parallel between PCs with Windows and 
Apple/Macs. Many believe that the Mac is better, but Apple/Mac has 
less the 5% of the market.

Can Adobe accept 5% market share?

You also can not under estimate the impact when Microsoft releases 
Atlas. And no Robert I don't want to hear about how you hate MS or 
the evil empire. Fact is, tens of thousands of developers will and 
I say will use their product.

What this also does is make it more difficult for developers to 
convince management that the Flex product is better. Especially 
when all they hear is AJAX this and AJAX that.

AJAX is getting
all the hype. Right or wrong these are the facts. 
They have essentially taken over the RIA landscape and claimed it as 
their own.

My point . . . . Adobe you need to step up to the plate. If you 
think you can wait, then by the time you start you will be too far 
behind. You will be left behind always playing catch-up. If 
you want to reach that 1 million developer goal, it needs to start 
now.

To be better and say you are better is not enough. If the industry 
has already declared AJAX
as the RIA industry leader then it becomes 
too late.

>From a market perception, look how AJAX
has evolved in the last 
year. Compare that to Adobe Flex. Adobe you are asking developers 
to make a commitment to you, well I think you need to increase your 
commitment to us.

Now is the time to promote to the industry and the general public as 
a whole about the value of Flex.

Again, just my opinion.

Sincerely,

Jack







 
  
  AVIS
  IMPORTANT
  
  
  WARNING
  
 
 
  
  Ce message électronique et ses pièces jointes peuvent contenir des renseignements confidentiels, exclusifs ou légalement privilégiés destinés au seul usage du destinataire visé.  L'expéditeur original ne renonce à aucun privilège ou à aucun autre droit si le présent message a été transmis involontairement ou s'il est retransmis sans son autorisation.  Si vous n'êtes pas le destinataire visé du présent message ou si vous l'avez reçu par erreur, veuillez cesser immédiatement de le lire et le supprimer, ainsi que toutes ses pièces jointes, de votre système.  La lecture, la distribution, la copie ou tout autre usage du présent message ou de ses pièces jointes par des personnes autres que le destinataire visé ne sont pas autorisés et pourraient être illégaux.  Si vous avez reçu ce courrier électronique par erreur, veuillez en aviser l'expéditeur.
  
  
  This electronic message and its attachments may contain confidential, proprietary or legally privileged information, which is solely for the use of the intended recipient.  No privilege or other 

RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Stacy Young










Its already in there , Im
using it !



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen
Sent: Friday, May 19, 2006 5:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [Flex2] File
upload using HTTP PUT ?





This one is for the Adobe
guys...

Any chance we'll see Flex2 implement file uploading using HTTP PUT ? I sense
that your're going to see a demand for this in the near future. (I could use it
right now! :) 

Cheers 

-michael









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] [Flex2] File upload using HTTP PUT ?

2006-05-19 Thread Stacy Young










Sorry, misread your post scratch
what I said   ;-)

I thought post











From: Stacy Young 
Sent: Friday, May 19, 2006 5:29 PM
To: 'flexcoders@yahoogroups.com'
Subject: RE: [flexcoders] [Flex2]
File upload using HTTP PUT ?





Its already in there , Im
using it !



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Michael Hansen
Sent: Friday, May 19, 2006 5:09 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] [Flex2] File
upload using HTTP PUT ?





This one is for the Adobe
guys...

Any chance we'll see Flex2 implement file uploading using HTTP PUT ? I sense
that your're going to see a demand for this in the near future. (I could use it
right now! :) 

Cheers 

-michael










--
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] Test pls Ignore

2006-05-09 Thread Stacy Young



eom








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Server-Side Architecture for Flex App

2006-05-02 Thread Stacy Young










You will only need the event gateway in CF
for leveraging Flex DataServices, not remoting.



Cheers,

Stace











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Tuesday, May 02, 2006 2:37
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Server-Side Architecture for Flex App





I would add that this can
be seen in terms of portability, performance and
how much knowledge exist in your company in certain technology. Java will
give the greatest portability, it would run seemly in Windows shops as in
Unix shops. The same is true for ColdFusion and PHP. However, this does not
hold true for .Net which only runs in Windows.

As for performance, I would actually analyze what the requirements are for
your application and develop a proof of concept or test unit, to see the
performance in each of them. You should also consider here that
RemoteObject in Flex will only work for Java, for ColdFusion you need the
Event Gateway Adapter. For any others such as .Net and PHP you will need to
use HTTPService or WebService. Consider that your choice might run slower
than others.

Lastly, I think it is highly important to consider if your company is
heading to an specific technology and how many knowledgeable people you
have on the technology of your choice. We are familiar with antagonisms
like Unix vs Windows or SQL Server vs Oracle, and how people go on how one
is better than the other. However, I truly believe that if you have a good
understanding of a technology you can make it work for you independently of
any drawbacks it might have.





|-+-
|
|
|
| | Kelly @ Dekayd
Media Inc.|
| |
dekayd
|
| | Sent
by:
|
| |
flexcoders@yahoogroups.com |
| | 05/02/2006 01:05
PM |
| | Please respond
to |
| |
flexcoders
|
|
|
|
|-+-
 -|

|
|
 | To:
flexcoders@yahoogroups.com
|
 |
cc:
|
 | Subject: RE: [flexcoders]
Server-Side Architecture for Flex
App
|

-|




The Flex server is built on Java and I think that Flex was originally
developed to integrate the most efficiently with Java.

That would be my choice.



--Kelly






From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Clarke Bishop
Sent: Tuesday, May 02, 2006 8:30 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Server-Side Architecture for Flex App

I am in the process of choosing a server-side technology for a Flex App I'm
building, and I'd like to get ideas from the experts on this list. Right
now, my candidates are:

- ColdFusion
- Java
- PHP
- .Net

I'll probably use AMF rather than web services for transfering data back
and forth to the server.

ColdFusion may always offer very tight integration with Flex and it offers
high developer productivity, but there's also the cost of the server
license. The others are free or cheap.

So, my questions are:

- Is there any compelling reason to pick one of these backends --
Especially considering Flex will be on the client-side?

- Is there another backend technology I should be considering?

Thanks,

 Clarke



--
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 Computer
software Software design and 
development
development
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.





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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and 

RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young










I was going to ask about this as well 
We can not run apps on non-standard ports (without a damn good reason ;-)
How does the AMF port relate to what the client actually uses to make the
remote call? If Ive got apache in front of WebLogic and apache is
configured for port 80 and the connector is plugged into the WL app
server  would the AMF gateway need to be set to 80 as well ? And how
does this play out with Enterprise data service ports?



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Deitte
Sent: Thursday, March 09, 2006
1:26 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Firewall
ports for Enterprise Services with Java RemoteObject





Note that JRun does have
webserver connectors which allow it to run on
top of your existing http server and port.
I'm not an expert on the
current workings of RemoteObject, but unless
something has changed
drastically from 1.5, you should just need this
one port for the AMF
channel to work. -Brian

 -Original Message-
 From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for
Enterprise Services 
 with Java RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out
flex app (2.0 Beta1)
 through our firewall, and have opened port
8700 (the default http port
 for JRUN). We are using Java RemoteObjects in
JRUN over the default
 AMF channel (also configured to use port 8700
from what I can tell)
 
 With just port 8700 open, we get the initial
screen, but it appears
 the remote object calls cannot connect. 
 
 Are there any other ports that need to be
opened up for this
 configuration? I could not find any
documentation discussing firewalls
 and ports for Flex.
 
 thanks,
 Thunder
 
 
 
 
 
 
 --
 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.



  











RE: RE: [flexcoders] Firewall ports for Enterprise Services with Java RemoteObject

2006-03-09 Thread Stacy Young










Perfect, was my suspicion but Ive
been feeling a little lost from my 1.5 days ;-)

Thanks very much!











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Farland
Sent: Thursday, March 09, 2006
2:18 PM
To: flexcoders@yahoogroups.com
Subject:  RE: [flexcoders]
Firewall ports for Enterprise Services with Java RemoteObject





Note inFlex 2 there isn'tthe
concept of anAMF port... in fact, there's not even an AMF
gateway any more. And RemoteObject isn't tied to AMF. There are numerous
channels that have endpoint URIs.Each destination can pick a set of
channels to connect to the server.All of the HTTP based endpoints
(including the AMFChannel, which uses AMF over HTTP POST) can be processed by
one servlet, the message broker servlet. RTMP based communications use a
separate endpoint, but all of the messages end up at the same message broker.









So, you can have the message broker
servlet be on any port you like. Just update the flex-enterprise-services.xml
file with the correct information, or leave a {server.port} token in there and
ensure that the web server that hosts your SWF is the same as the location of
the endpoint.





















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy
 Young
Sent: Thursday, March 09, 2006 2:10
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Firewall
ports for Enterprise Services with Java RemoteObject

I was going to ask about this as well
 We can not run apps on non-standard ports (without a damn good reason
;-) How does the AMF port relate to what the client actually uses to
make the remote call? If Ive got apache in front of WebLogic and apache
is configured for port 80 and the connector is plugged into the WL app
server  would the AMF gateway need to be set to 80 as well ? And
how does this play out with Enterprise
data service ports?



Cheers,

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian Deitte
Sent: Thursday, March 09, 2006
1:26 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Firewall
ports for Enterprise Services with Java RemoteObject





Note that JRun does have
webserver connectors which allow it to run on
top of your existing http server and port.
I'm not an expert on the
current workings of RemoteObject, but unless
something has changed
drastically from 1.5, you should just need this
one port for the AMF
channel to work. -Brian

 -Original Message-
 From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On Behalf Of thunderstumpgesatwork
 Sent: Thursday, March 09, 2006 1:16 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Firewall ports for
Enterprise Services 
 with Java RemoteObject
 
 Hi guys
 
 we have attempted to provide access to out
flex app (2.0 Beta1)
 through our firewall, and have opened port
8700 (the default http port
 for JRUN). We are using Java RemoteObjects in
JRUN over the default
 AMF channel (also configured to use port 8700
from what I can tell)
 
 With just port 8700 open, we get the initial
screen, but it appears
 the remote object calls cannot connect. 
 
 Are there any other ports that need to be
opened up for this
 configuration? I could not find any
documentation discussing firewalls
 and ports for Flex.
 
 thanks,
 Thunder
 
 
 
 
 
 
 --
 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.



  











RE: [flexcoders] My Flex 1.5 project went live at TWELVE Hotel in Atlanta on Sunday!

2006-02-14 Thread Stacy Young
Title: My Flex 1.5 project went live at TWELVE Hotel in Atlanta on Sunday!










Congrats! Sounds like a fun project!











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: Monday, February 13, 2006
5:39 PM
To: flexcoders@yahoogroups.com
Subject:  [flexcoders] My
Flex 1.5 project went live at TWELVE Hotel in Atlanta on Sunday!





Ive
been quiet for the last few weeks because I was in
super-production mode to finish this project.

At
the TWELVE Hotel in Atlantic Station in Atlanta, we put a thin
client running a Flex kiosk
application. The app provides guests with general hotel information, like floor maps and safety
information, plus Atlantic Station
information like stores, restaurants and an interactive
jogging map, and provides general
web
access.

But
most important, we provide access to hotel services such as room service, gift
shop, housekeeping, maintenance, car valet, guest bill
status and in-room check-out. Changes to the
status of any guest request is automatically displayed to that guest, for
example, Your car is ready,
come down anytime.

The
app
knows the name of the guest and their zipcode, and displays the current weather
at their home, as well as the local Atlanta weather, and they can request
weather for anywhere.

The
backend is an ASP.NET application that integrates with the hotel services
vendors (Itendant) system and with the PMS vendors (Micros Opera)
system.

Communication
between the backend and the in-room clients uses a combination of
HTTPService and XMLSockets.

The
grand opening went great, definitely the best day of my
year! Sure, there are still a few problems, but no sweat.

Thanks
to all of you flexcoders. I couldnt have done the same job without
you.

Come
to Atlanta,
stay at the TWELVE (I understand it is reasonable for business travelers), let
me know what you think.

Tract
Spratt

Lariat
Technology, Inc.









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Job: Flash Developer/Programmer

2006-02-14 Thread Stacy Young










I think non-agency postings are fine on
the main listjust my 2 cents!



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Alistair McLeod
Sent: Tuesday, February 14, 2006
4:58 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Job:
Flash Developer/Programmer





Hi,

This post shouldn't have gotten through as its nothing to do
withFlex- apoligies for that. We do think that allowing companies
(not agencies) to advertise the fact that they have open *Flex* positions is a
good thing for the Flex community. However, the number of postings is
increasing (and will do moreso in the future) on what is already a busy list.

So, I was wondering whether we should have a flexjobs mailing list, where
people who are looking for Flex work can subscribe to, and we can direct
employers to - would that be better than the jobs being posted to flexcoders,
or would people rather they still came here?

Cheers,

Ali


 
  
  
   






Alistair McLeod
Practice Director (Rich Internet Applications)
Adobe Consulting
Westpoint, 4 Redheughs Rigg, South Gyle, Edinburgh, EH12 9DQ,
 UK
p: +44 (0) 131 338 6108 

[EMAIL PROTECTED]





   
  
  
  
 









Position Responsibilities:
 Work with project managers to implement features that enhance the
overall user experience  Design code modules that scale well under heavy
load  Interface with Graphic Designers for look and feel 
Interface with back-end Engineers for client-server interaction  Work
with QA analysts to resolve issues before going live


Desired Qualifications/Skills:
 3+ years as an Interactive/Flash Developer
 ActionScript 2.0
 Experience with dynamic, interactive content in Flash  FlashMX
Experience with Flash remoting, Flash Components, and Flash Comm Servers
 A hungry design mind who wants to push the envelope with Flash
technology  Self-motivated problem solver  Excellent written and
oral communication skills








--
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 Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can someone explain this to me

2006-02-08 Thread Stacy Young










Have you installed the 8.5 flash player ?



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, February 08, 2006
10:14 PM
To: flexcoders@yahoogroups.com
Subject:  [flexcoders] Can
someone explain this to me







Ok I downloaded and installed the Adbote FlexBuilder 2 beta
then I made a project with the following code when I run it all I see is a
blank screen no label why is this?





?xml version=1.0
encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
xmlns=* layout=absolute












mx:Label text=Welcome to Flex!
mouseDownEffect=WipeRight x=20 y=20 /
/mx:Application











--
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] Can not find named service

2006-02-07 Thread Stacy Young
Just started a new project, app server is Weblogic and application is
deployed as an EAR. Trying to get a simple remote call working and I'm
getting an exception:

No service named serviceSystem is known to Flash

1. Named service is configured in flex-config.xml
2. The class it points to exists

named
  object name=serviceSystem
 
use-custom-authenticationfalse/use-custom-authentication
 
sourcecom.sfcommerce.chargeback.client.SystemServiceClient/source
  typestateless-class/type
  allow-unnamed-accessfalse/allow-unnamed-access
  /object
/named

I'm stumped. It has to be something simple but the exception details are
vague at best...Appreciate any ideas on additional areas to check!


--
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] Solved: Can not find named service

2006-02-07 Thread Stacy Young










There was an old flash mx gateway jar
being picked up in the build process. Eek













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Tuesday, February 07, 2006
12:36 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can not find
named service





Just started a new project,
app server is Weblogic and application is
deployed as an EAR. Trying to get a simple remote
call working and I'm
getting an exception:

No service named serviceSystem is known to
Flash

1. Named service is configured in flex-config.xml
2. The class it points to exists

 named

object name=serviceSystem

use-custom-authenticationfalse/use-custom-authentication

sourcecom.sfcommerce.chargeback.client.SystemServiceClient/source

typestateless-class/type

allow-unnamed-accessfalse/allow-unnamed-access

/object
 /named

I'm stumped. It has to be something simple but the
exception details are
vague at best...Appreciate any ideas on additional
areas to check!








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Re: Cairngorm and Coldfusion Best Practice

2006-02-06 Thread Stacy Young










I dont have an example as I havent
done the setup myself (yet). But there isnt anything specific you need
to do in Cairngorm. Make sure ur
CF install is working properly by creating a simple mxml with a remote call on
a CFC. If thats ok then you shouldnt have any issues inside a
Cairngorm app!



HTH,
Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of sufibaba
Sent: Monday, February 06, 2006
6:13 PM
To: flexcoders@yahoogroups.com
Subject:  [flexcoders] Re:
Cairngorm and Coldfusion Best Practice





Andrew,

Sorry for not being very clear. Basically, I
need to see an example
of how to setup Cairngorm 2 alpha, Coldfusion and
Flex 2 Beta. I
understand how coldfusion works with flex2.
The only thing I don't
quite get at the moment is how to configure
Cairngorm 2 alpha to work
with coldfusion.

Cheers,

Tim


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

 Hey Tim,
 
 I'm not quite sure what you mean about the
ColdFusion implementation
 outlined for Flex 1.5? 
 
 For Flex 2.0 you might want to take a look at
the new ColdFusion/Flex
 Connector http://labs.macromedia.com/technologies/cf_flexconnectivity/

 
 Andrew
 
 --- In flexcoders@yahoogroups.com,
sufibaba sufibaba@ wrote:
 
  Thanks Andrew,
  
  Would the Coldfusion implementation
outlined for flex 1.5 be
  applicable to Flex2 beta. I just
installed flex2 beta.
  
  Cheers,
  
  Tim
  
  
  --- In flexcoders@yahoogroups.com,
Andrew Spaulding aspauldi@
  wrote:
  
   There are a number of resources
available for Cairngorm and
ColdFusion
   integration. Here are just a few:
   
   This article covers Cairngorm and
Flash, but also get's into a
   discussion of command classes (re:
my post on FlexDaddy) and a
   ColdFusion specific implementation
-
   http://www.richinternetapps.com/archives/000122.html
   
   This is an old code sample which
uses Cairngorm with Flex and a
   ColdFusion backend
  
 

http://www.rocketboots.com.au/blog/index.cfm?mode=entryentry=C6173106-E081-51EF-A73336809276EB7C
   
   This article covers how to Strongly
type a CF return using Cairngorm
  
 

http://www.flexdaddy.info/2005/06/16/strongly-type-a-cf-return-using-cairngorm/
   
   ---
   
   Realistically there are no real
Best Practices as such for using
   Cairngorm and ColdFusion. The
beauty of Flex is that it provides
that
   real distinction between the
presentation tier and your problem
domain
   - so you can go ahead and develop
the ColdFusion side as you would
  prefer.
   
   If you have any more specific
questions, I can answer them in more
  detail.
   
   Thanks,
   
   Andrew Spaulding
   Adobe Systems
   
   
   --- In flexcoders@yahoogroups.com,
sufibaba sufibaba@ wrote:
   
Hi Cairngorm gurus,

I've been looking into
integrating Coldfusion with Cairngorm. Are
there any thoughts in regards
to Best Practices approaches for
combining these two.
Please be specific. Include examples if
  possible.

Thanks for sharing.
   
  
 













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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on remote host

2006-01-30 Thread Stacy Young
Are you deploying on unix? I remember there was a case issue with that
sample download (a while back)...Some places there's reference to
fileio.swf and other places fileIO.swf.

Stace


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Reto M. Kiefer
Sent: Monday, January 30, 2006 5:31 PM
To: flexcoders@yahoogroups.com
Subject:  Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on
remote host

Hello Jesse,

thnak you for your answer!

 Did you upload the File Upload SWF as well?

Yes the installation is the same, local and remote identical... It is
the fileIO.swf drom the example zip from the MM website...

 Is the SWF loaded on the same
 domain your Flex MXML is served from?

We have an Apache-Server in front of a Tomcat-Server.
The Apache uses Proxy-Pass and Proxy-Reverse for tunneling the
requests from the machine in front of the FW to the protected Tomcat
Server. But the SWF is on the same physical machine as the MXML/AS
stuff. It is embedded by mx:Loader alomst identical to the
description in the MM document.

CU

Reto





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




RE: Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on remote host

2006-01-30 Thread Stacy Young

Sorry I should have mentioned that as well...yes we had to revert back to 
8.0.15 player for our user base.

-Stace


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dave 
Wolf
Sent: Monday, January 30, 2006 8:13 PM
To: flexcoders@yahoogroups.com
Subject:  Re: [flexcoders] Flex 1.5 / FlashPlayer 8 Upload problems on remote 
host

Have you checked out this thread?

http://www.mail-archive.com/flexcoders@yahoogroups.com/msg16045.html

-- 
Dave Wolf
Cynergy Systems, Inc.
Macromedia Flex Alliance Partner
http://www.cynergysystems.com

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY





--
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] Can't get rid of warnings when deploying on unix

2006-01-25 Thread Stacy Young










Flex-config is set NOT to display warnings
but it decides on its own to do so anyway. Normally it hasnt been a huge
issue, wed just fix the warningbut in the following case Im
not sure how to do that seeing as the binding is based on an _expression_:



The warning were getting is: Changes
to unknown property, selected, will not be detected.



Its obvious why seeing as the
compiler cant evaluate the _expression_can anyone off an
alternative?



Thanks!



mx:Repeater
id=fieldRepeater


dataProvider={ModelLocator.selectedListItems}

 util:CheckBoxData
id=field


label={fieldRepeater.currentItem.description}


data="">


click=commitSelected(event)


selected={isSelected()}

 tabIndex={fieldRepeater.currentIndex}
/

/mx:Repeater



mx:TextInput
id=fieldText width=100%

 enabled={field[fieldRepeater.count-1].selected} backgroundColor=#EFEEEF


focusOut=commitSelected(event)


tabIndex={fieldRepeater.count} /









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can't get rid of warnings when deploying on unix

2006-01-25 Thread Stacy Young










p.s. the warnings ONLY show once after the
application is first deployed and is compiling. (weblogic 8.1 on solaris) After
that its fine











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young
Sent: Wednesday, January 25, 2006
5:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't get
rid of warnings when deploying on unix





Flex-config is set NOT to display warnings
but it decides on its own to do so anyway. Normally it hasnt been a huge
issue, wed just fix the warningbut in the following case
Im not sure how to do that seeing as the binding is based on an _expression_:



The warning were getting is:
Changes to unknown property, selected, will not be detected.



Its obvious why seeing as the
compiler cant evaluate the _expression_can anyone off an
alternative?



Thanks!



mx:Repeater
id=fieldRepeater


dataProvider={ModelLocator.selectedListItems}


util:CheckBoxData id=field


label={fieldRepeater.currentItem.description}


data="">


click=commitSelected(event)


selected={isSelected()}


tabIndex={fieldRepeater.currentIndex} /

/mx:Repeater



mx:TextInput
id=fieldText width=100%


enabled={field[fieldRepeater.count-1].selected} backgroundColor=#EFEEEF


focusOut=commitSelected(event)


tabIndex={fieldRepeater.count} /









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can't get rid of warnings when deploying on unix

2006-01-25 Thread Stacy Young
Worked, thanks dude!
Stace



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt 
Chotin
Sent: Wednesday, January 25, 2006 5:27 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't get rid of warnings when deploying on unix

Sounds like a compiler bug.  Try wrapping with Object: 
Object(field[FieldRepeater.count-1]).selected


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy 
Young
Sent: Wednesday, January 25, 2006 2:21 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't get rid of warnings when deploying on unix

p.s. the warnings ONLY show once after the application is first deployed and is 
compiling. (weblogic 8.1 on solaris) After that its fine...


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy 
Young
Sent: Wednesday, January 25, 2006 5:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't get rid of warnings when deploying on unix

Flex-config is set NOT to display warnings but it decides on its own to do so 
anyway. Normally it hasn't been a huge issue, we'd just fix the warning...but 
in the following case I'm not sure how to do that seeing as the binding is 
based on an expression:

The warning we're getting is:  Changes to unknown property, selected, will not 
be detected.

It's obvious why seeing as the compiler can't evaluate the expression...can 
anyone off an alternative?

Thanks!

mx:Repeater id=fieldRepeater
    dataProvider={ModelLocator.selectedListItems}
    util:CheckBoxData id=field
    label={fieldRepeater.currentItem.description}
    data={fieldRepeater.currentItem.code}
    click=commitSelected(event)
    selected={isSelected()}
    tabIndex={fieldRepeater.currentIndex} /
/mx:Repeater

mx:TextInput id=fieldText width=100%
    enabled={field[fieldRepeater.count-1].selected} 
backgroundColor=#EFEEEF
    focusOut=commitSelected(event)
    tabIndex={fieldRepeater.count} /






--
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] Possible to use labelFunction and change text color?

2006-01-19 Thread Stacy Young
It's the wee hours of the morning and my brain is fried. Is it possible
to set the text color for the label of an individual node in a tree?

Thanks!
Stace


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




RE: [flexcoders] Flex 1.5 and CPU load

2006-01-09 Thread Stacy Young










Wondering if the flex server is in
production mode? (flex-config)

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen
Sent: Monday, January 09, 2006
6:19 AM
To: flexcoders@yahoogroups.com
Subject:  [flexcoders]
Flex 1.5 and CPU load





Hi,

I have a weird problem with flex 1.5 server. It seems that
when it is running it seems constantly consume CPU load around 20 to 25 percent
(according to task manager). It keeps pumping it up to 25% and then drops back
a little and instantly goes back to 25% and drops again and back up and
What causes this?



This happens all the time, even when no one is using my flex
app. Any ideas? 





-Mika









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Re: (new issue) Using Embed with dynamic values possible?

2005-12-15 Thread Stacy Young










Ya I ditched the repeater approach, the AS
route was more practicaland mouseDownomg I cant believe I
missed an obvious solution like that hehe. There was no click event so I moved
on to Links, where all the trouble started!

Thanks Darin, I should be good to go now



Cheers,

Stace



p.s. that url gave me a blank swf ?











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Darin Kohles
Sent: Thursday, December 15, 2005
11:00 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: (new
issue) Using Embed with dynamic values possible?





I've got dynamically loaded images (as images - not icons) that I then
'simulate' as links by having event listeners take
action on mouse
down and up events - which then call getURL() to
send someone elsewhere.

This should be public soon enough, and I may get
in trouble for
sharing it ;) but check out:

http://d-p.com/ria/amazon/

There are still a few quirks that I'm working out,
so this isn't the
final version.

I don't use repeaters, but generate everything
with AS as I recieve
data from the provider - looping through and
addChild()'ing as I go
(just remember to clear your field before adding
more).

Hope this helps - give it a play.

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

 Took the AS approach and I've got it working
for images ... moving
 beyond my initial tests I realized I actually
need to create a series of
 Links (dynamic image path set as the icon
attribute) rather than Images
 and this approach doesn't work. In
desperation I attempted to create all
 the Image objects (hidden) and tried to
reference them as the source of
 the icon when creating the Links but no
go...is there no such thing as
 Linkage ID in flex? Eek!
 
 
 
 -Stace
 
 
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Stacy Young
 Sent: Tuesday, December 13, 2005 10:39 AM
 To: flexcoders@yahoogroups.com
 Subject: RE: [flexcoders] Re: Using Embed
with dynamic values possible?
 
 
 
 Was taking a similar approach with repeater
and Image tag...thanks for
 the tip!
 
 Stace
 
 
 
 
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of Darin Kohles
 Sent: Tuesday, December 13, 2005 10:32 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Using Embed with
dynamic values possible?
 
 
 
 Stacy, yes and no. Just create a new image
dynamically when your XML
 data is returned (no need to use Embed in
this case):
 
 private function
resultHandler(event:ResultEvent):Void {
 myImage: new Image();

myImage.source=event.result._xml_path_to_image_url;
 

someContainerObjectLikeCanvas.addChild(myImage);
 }
 
 Hope this 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



  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] (new issue) Using Embed with dynamic values possible?

2005-12-14 Thread Stacy Young










Took the AS approach and Ive got it
working for images  moving beyond my initial tests I realized I actually
need to create a series of Links (dynamic image path set as the icon attribute)
rather than Images and this approach doesnt work. In desperation I
attempted to create all the Image objects (hidden) and tried to reference them
as the source of the icon when creating the Links but no gois there no
such thing as Linkage ID in flex? Eek!



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Tuesday, December 13, 2005
10:39 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
Using Embed with dynamic values possible?





Was taking a similar approach with
repeater and Image tagthanks for the tip!

Stace













From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Darin Kohles
Sent: Tuesday, December 13, 2005
10:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Using
Embed with dynamic values possible?





Stacy, yes and no. Just create a new image dynamically when your XML
data is returned (no need to use Embed in this
case):

private function
resultHandler(event:ResultEvent):Void {
myImage: new Image();
myImage.source=event.result._xml_path_to_image_url;

someContainerObjectLikeCanvas.addChild(myImage);
}

Hope this help









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Image with transparency in DataGrid

2005-12-14 Thread Stacy Young










PNG w/ transparency in a cell renderer
should work just fine  thats my usual approach. I also usually
size the image to the full row height of the grid. Ive noticed some jumpiness
on rollover when images otherwise.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of P Trisnadi
Sent: Wednesday, December 14, 2005
6:52 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Image with
transparency in DataGrid







Is there ANY way to use
image with transparency (using cellrenderer) in a datagrid? I tried using GIF
and PNG with transparency, but no luck... The reason I want the transparency is
due to the highlight, which will show the rectangle behind the image which I
wish not to show...

TIA,
- ptrisnadi

















--
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] Using Embed with dynamic values possible?

2005-12-13 Thread Stacy Young










Im creating a component that will require a XML
dataprovider in which a number of elements are paths to images. Currently Im
embedding these images statically as follows: 



[Embed(source=/assets/images/menu/menu_inbox_off.png)]

var img_0_off :String;



[Embed(source=/assets/images/menu/menu_inbox.png)]

var img_0_on :String;



Now those image urls are dynamicis there still a way
I can embed these images?



Cheers!

Stace









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Re: Using Embed with dynamic values possible?

2005-12-13 Thread Stacy Young










Was taking a similar approach with
repeater and Image tagthanks for the tip!

Stace













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Darin Kohles
Sent: Tuesday, December 13, 2005
10:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Using
Embed with dynamic values possible?





Stacy, yes and no. Just create a new image dynamically when your XML
data is returned (no need to use Embed in this
case):

private function
resultHandler(event:ResultEvent):Void {
myImage: new Image();
myImage.source=event.result._xml_path_to_image_url;

someContainerObjectLikeCanvas.addChild(myImage);
}

Hope this helps

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

 I'm creating a component that will require a
XML dataprovider in which a
 number of elements are paths to images.
Currently I'm embedding these
 images statically as follows: 
 
 
 
 [Embed(source=/assets/images/menu/menu_inbox_off.png)]
 
 var img_0_off :String;
 
 
 

[Embed(source=/assets/images/menu/menu_inbox.png)]
 
 var img_0_on :String;
 
 
 
 Now those image urls are dynamic...is there
still a way I can embed
 these images?
 
 
 
 Cheers!
 
 Stace














--
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] Comparing complex objects

2005-12-09 Thread Stacy Young
Wondering how others would go about comparing instances of complex
objects while avoiding circular references and having flash explode?

Thx!
Stace


 Yahoo! Groups Sponsor ~-- 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/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/
 




RE: [flexcoders] Remoting Results: Object to Array

2005-11-24 Thread Stacy Young
Not sure what I was smokin' earlier but toArray seems to work just fine
...
Thanks!


From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas Knudsen
Sent: Thursday, November 24, 2005 1:19 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Remoting Results: Object to Array

http://livedocs.macromedia.com/flex/15/asdocs_en/mx/utils/ArrayUtil.html

DK

On 11/24/05, Stacy Young [EMAIL PROTECTED] wrote:

 Been digging around for an answer on how to cast remoting results from
 an Object to an Array type. Have a particular instance where I'm
having
 trouble leaving it as an object. Tried toArray with no luck.

 Gracias!
 Stace



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







 Yahoo! Groups Sponsor ~-- 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/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] Popup window won't....pop

2005-11-03 Thread Stacy Young

Trying to pop open a window, which works initially...but when I attempt
to embed a view (with its own viewhelper) the window no longer
opens...but the screen is locked as if it did open.

var popWindow = PopUpManager.createPopUp( _root,
com.optimal.raven.view.resource.ResourceManager, true );
popWindow.addParent( this );
popWindow.centerPopUp( _root.rootStack.mainView );

Possible has to do with this embedded view initializing?

Any ideas appreciated!
Stace


 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/
 





[flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young

I'm attempting to loop through childNodes on a tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a series of child
elements in which each child may be one level deep.

When I execute the code below on an item off the root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any help would be much
obliged!

In the code snippet below, sections is the array of childnodes off the
root.

// Loop over sections
for(var i:Number=0; isections.length; i++)
{
trace(step2);
var fields = sections[i].childNodes;
if( nodes[x] != sections[i] )
{
trace(step3);
// Loop over fields
for(var y:Number=0; yfields.length; y++)
{
trace(step4);
if( nodes[x] == fields[y] )
{
trace(step6: delete field);
var field :XMLNode = fields[y];
field.removeNode(); // Remove field
break;
}
}
} else {
trace(step5: delete section);
// Delete section
sections[i].removeNode();
break;
}
}


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/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/
 




RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










Tried this variation, same resultremoves
a folders child nodes but leaves the folderdont get it !!



var dp =
view.profileFields.dataProvider;



for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

 if ( locNode.toString() ==
nodes[0].toString() )

 {

  trace(TRUE);

  exclude = true;

 }

 var nextNode = locNode.nextSibling;

 if( exclude )

 { 

 locNode.removeNode();

 }

 locNode = nextNode;

}











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!






I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; isections.length; i++)
{

trace(step2);
 var fields =
sections[i].childNodes;
 if( nodes[x] !=
sections[i] )
 {

 trace(step3);

 // Loop over fields

 for(var y:Number=0; yfields.length; y++)

 {

 
trace(step4);

  if( nodes[x] ==
fields[y] )

  {

 
 trace(step6: delete field);

 
 var field :XMLNode = fields[y];

 
 field.removeNode(); // Remove field

 
 break;
 
 }

 }
 } else {

 trace(step5: delete section);

 // Delete section

 sections[i].removeNode();

 break;
 }
}








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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










One step furtherthat code snippet *is* workingthe dataprovider for the
tree is changedthe nodes *are*
removedI believe its the tree component thats not
refreshing properly. Ive tried redraw and broadcasting modelChanged,
change events to no avail



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!





Tried this variation, same
resultremoves a folders child nodes but leaves the
folderdont get it !!



var dp =
view.profileFields.dataProvider;



for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

 if ( locNode.toString() ==
nodes[0].toString() )

 {


 trace(TRUE);


 exclude = true;

 }

 var nextNode = locNode.nextSibling;

 if( exclude )

 { 


locNode.removeNode();

 }

 locNode =
nextNode;

}











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!






I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; isections.length; i++)
{

trace(step2);
 var fields =
sections[i].childNodes;
 if( nodes[x] !=
sections[i] )
 {

 trace(step3);

 // Loop over fields

 for(var y:Number=0; yfields.length; y++)

 {

 
trace(step4);

  if( nodes[x] ==
fields[y] )

  {

 
 trace(step6: delete field);

 
 var field :XMLNode = fields[y];

 
 field.removeNode(); // Remove field

 
 break;

  }

 }
 } else {

 trace(step5: delete section);

 // Delete section

 sections[i].removeNode();

 break;
 }
}









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










Definitely had to do with an event being
firedbut whats odd was there was still *some* reaction by the componentit just moved the items
to the root of the tree. Anyhow I reset the dataprovider after the XML model
was changed and its working just fine now. Perhaps a more elegant way to
accomplish this but after a couple hours of fiddling..I gotta move on. ;-)



Thanks for the input!

Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jeff Conrad
Sent: Wednesday, October 26, 2005
7:05 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!





Try running .updateControl() on the tree
in question and see if that helps with redrawing. I know that (apparently
undocumented) method worked for me in the MX04 v2 components. I found
that by digging through the MX04 v2 components source.



My guess is itll probably work (at
least in 1.5  2.0 looks like it might be a big rewrite).



Maybe someone else knows a better way to accomplish
that.



Hope that helps/works,



Jeff











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
6:48 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't Seem
to removeNode properly from a Tree!





One step furtherthat code snippet *is* workingthe dataprovider for the
tree is changedthe nodes *are*
removedI believe its the tree component thats not
refreshing properly. Ive tried redraw and broadcasting modelChanged,
change events to no avail



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't Seem
to removeNode properly from a Tree!





Tried this variation, same
resultremoves a folders child nodes but leaves the
folderdont get it !!



var dp =
view.profileFields.dataProvider;



for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

 if ( locNode.toString() ==
nodes[0].toString() )

 {


 trace(TRUE);


 exclude = true;

 }

 var nextNode = locNode.nextSibling;

 if( exclude )

 { 


locNode.removeNode();

 }

 locNode =
nextNode;

}











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem to
removeNode properly from a Tree!






I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; isections.length; i++)
{

trace(step2);
 var fields =
sections[i].childNodes;
 if( nodes[x] !=
sections[i] )
 {

 trace(step3);

 // Loop over fields

 for(var y:Number=0; yfields.length; y++)

 {

 
trace(step4);

  if( nodes[x] ==
fields[y] )

  {

 
 trace(step6: delete field);

 
 var field :XMLNode = fields[y];

 
 field.removeNode(); // Remove field

 
 break;

  }

 }
 } else {

 trace(step5: delete section);

 // Delete section

 sections[i].removeNode();

 break;
 }
}












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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Can't Seem to removeNode properly from a Tree!

2005-10-26 Thread Stacy Young










Omgthat was it. Thanks Tracy.

I saw removeNode used in flexcoders
archiveand didnt verify it in API docs!!



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy Spratt
Sent: Wednesday, October 26, 2005
7:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!





Try removeTreeNode() instead of
removeNode. That is the correct method of the treeDataProvider
API. removeNode may be a low-level method that is not emitting the event.
Where did you find that method anyway?



Tracy











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
6:48 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!





One step furtherthat code snippet *is* workingthe dataprovider for the
tree is changedthe nodes *are*
removedI believe its the tree component thats not
refreshing properly. Ive tried redraw and broadcasting modelChanged,
change events to no avail



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
5:22 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Can't
Seem to removeNode properly from a Tree!





Tried this variation, same resultremoves
a folders child nodes but leaves the folderdont get it !!



var dp =
view.profileFields.dataProvider;



for (var locNode :XMLNode = dp.firstChild;
locNode != null;)

{

var exclude :Boolean = false;

 if ( locNode.toString() == nodes[0].toString()
)

 {


 trace(TRUE);


 exclude = true;

 }

 var nextNode = locNode.nextSibling;

 if( exclude )

 { 


locNode.removeNode();

 }

 locNode =
nextNode;

}











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Wednesday, October 26, 2005
3:29 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Can't Seem
to removeNode properly from a Tree!






I'm attempting to loop through childNodes on a
tree dataprovider and
delete the currently selected node in that tree.

The tree's structure is fixed in that there is a
series of child
elements in which each child may be one level
deep.

When I execute the code below on an item off the
root, its children are
deleted but the folder itself remains ??

Also, if it is a leaf I'm deleting it magically
gets moved to the root
of the tree, yet is not deleted??

I must be missing something obvious here...any
help would be much
obliged!

In the code snippet below, sections is the array
of childnodes off the
root.

// Loop over sections
for(var i:Number=0; isections.length; i++)
{

trace(step2);
 var fields =
sections[i].childNodes;
 if( nodes[x] !=
sections[i] )
 {

 trace(step3);

 // Loop over fields

 for(var y:Number=0; yfields.length; y++)

 {

 
trace(step4);

  if( nodes[x] ==
fields[y] )

  {

 
 trace(step6: delete field);

 
 var field :XMLNode = fields[y];

 
 field.removeNode(); // Remove field

 
 break;

  }

 }
 } else {

 trace(step5: delete section);

 // Delete section

 sections[i].removeNode();

 break;
 }
}











--
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] De-Select on Tree does not fire change event

2005-10-18 Thread Stacy Young










Ive got a button in which its state
depends on a selection in a tree. Seems that when I de-select a node the change
event doesnt fireanyway to get around that?



Thx!

Stace









--
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] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young
How do you cancel a drag 'n drop operation so they object is dragging is
not placed anywhere...and the original is not removed from the source
component?

Thanks!
Stace


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/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/
 





RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young










Its an unusual situationIm
trying to prevent an item from being dropped outside a set of folders (in the
root)so I have completed the logic to detect if this happensand
if so, I can stop the item from being addedbut its still being
removed from the original component via my doDragComplete()











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Tracy Spratt
Sent: Thursday, October 13, 2005
7:08 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Typically we do not
manipulate either the source or target until the
dragDrop event happens over a valid target.

When in the drag operation are you wanting to
cancel?

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
Behalf Of Stacy Young
Sent: Thursday, October 13, 2005 6:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to cancel drag 'n drop
operation?

How do you cancel a drag 'n drop operation so they
object is dragging is
not placed anywhere...and the original is not
removed from the source
component?

Thanks!
Stace



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



  











RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young










Not very elegant but I got around it with
using a boolean variableif the location isnt valid, just sets a
flag that is then checked on doDragComplete











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Stacy Young
Sent: Thursday, October 13, 2005
7:07 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Its an unusual
situationIm trying to prevent an item from being dropped outside
a set of folders (in the root)so I have completed the logic to detect if
this happensand if so, I can stop the item from being addedbut
its still being removed from the original component via my
doDragComplete()











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt
Sent: Thursday, October 13, 2005
7:08 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Typically we do not
manipulate either the source or target until the
dragDrop event happens over a valid target.

When in the drag operation are you wanting to
cancel?

Tracy

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
Behalf Of Stacy Young
Sent: Thursday, October 13, 2005 6:50 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] How to cancel drag 'n drop
operation?

How do you cancel a drag 'n drop operation so they
object is dragging is
not placed anywhere...and the original is not
removed from the source
component?

Thanks!
Stace



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



  











RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young










Yep that works, thx!  any idea if I
can trigger that x icon (shows when hovering over object that
doesnt support drag n drop) to provide additional feedback when
hovering over an invalid position?











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Tracy Spratt
Sent: Thursday, October 13, 2005
8:18 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Could you apply the location checking
logic in the dragOver?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Thursday, October 13, 2005
7:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Not very elegant but I got around it with
using a boolean variableif the location isnt valid, just sets a
flag that is then checked on doDragComplete











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Thursday, October 13, 2005
7:07 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?




















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] How to cancel drag 'n drop operation?

2005-10-13 Thread Stacy Young










Yesif the location is valid, I call
that function











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt
Sent: Thursday, October 13, 2005
8:58 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?






Are you calling:

event.target.showDropFeedback();











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Thursday, October 13, 2005
8:37 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Yep that works, thx!  any idea if I
can trigger that x icon (shows when hovering over object that
doesnt support drag n drop) to provide additional feedback when
hovering over an invalid position?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tracy
 Spratt
Sent: Thursday, October 13, 2005
8:18 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Could you apply the location checking
logic in the dragOver?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Thursday, October 13, 2005
7:43 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to
cancel drag 'n drop operation?





Not very elegant but I got around it with
using a boolean variableif the location isnt valid, just sets a
flag that is then checked on doDragComplete











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Thursday, October 13, 2005
7:07 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] How to cancel
drag 'n drop operation?




























--
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] Exception: The named type given in flex-config.xml (stateful-class) does not match the type value received (null)

2005-10-04 Thread Stacy Young

This is a new one for me...anyone have an idea what could cause this?
Nothing obvious in logs...


Info: Processing batch of 1 request(s)
Info: Requesting target 'serviceApplication.getApplicationList'
flashgateway.GatewayException: The named type given in flex-config.xml
(stateful-class) does not match the type value received (null)
at
flashgateway.config.GatewayConfiguration.checkObjectName(GatewayConfigur
ation.java:204)
at
flashgateway.filter.ServiceNameFilter.invoke(ServiceNameFilter.java:76)
at
flashgateway.filter.EnvelopeFilter.invoke(EnvelopeFilter.java:102)
at
flashgateway.filter.SessionFilter.invoke(SessionFilter.java:28)
at
flashgateway.filter.LicenseFilter.invoke(LicenseFilter.java:57)
at flashgateway.filter.ErrorFilter.invoke(ErrorFilter.java:39)


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/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/
 




RE: Re: [flexcoders] File upload: 'Browse' only working on localhost?

2005-10-03 Thread Stacy Young










FYI, our problem was improper case copied
over from example code. Worked on windows but was failing on remote solaris
deployments. ;-)



Stace











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of manishreisha
Sent: Monday, October 03, 2005
11:32 AM
To: flexcoders@yahoogroups.com
Subject: Re: Re: [flexcoders] File
upload: 'Browse' only working on localhost?





hi
sandeep,


Everything is working fine on my side. i just want the JSP code so that i
can use JSP instead of CFM as i am using tomcat and i do not want to use the
cold fusion server. it works fine , it downloads fine if i manually put some
file in upload folder. all i want to use the JSP code instead ofCF file.
If you have that JSP code Please mail me to my ID: [EMAIL PROTECTED]. I
will appreciate this.

Thanks
Manish Jain



flexcoders@yahoogroups.com
wrote: 





The same problem I was getting then I put





FileIO fileinmy root directory.





just check your directory structure

manish
[EMAIL PROTECTED] wrote:





Hi Carson,
 I tried your
URL . It perfectly works well. Can you plz give me
some idea how are you using JSP rather than CFM
file. I really want to
configure everything in tomcat so i want to use
the JSP file not cfm.
Please help me in this regard

Thanks
Manish Jain




--- In flexcoders@yahoogroups.com, Carson
Hager [EMAIL PROTECTED]
wrote:
 See if the following works for you. We
used a JSP rather than a
 CFM...no ColdFusion in these parts. ;)
 
 http://flexdemos.cynergysystems.com/samples/upload/main.mxml
 
 
 Carson
 
  
 
 Carson
Hager
 Cynergy Systems, In! c.! 
 http://www.cynergysystems.com
http://www.cynergysystems.com/

 
 Email: [EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED] 
 Office: 866-CYNERGY ext. 89
 Mobile:
1.703.489.6466 
 
 
 
 
 
 
 
 From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
 Behalf Of manishreisha
 Sent: Thursday, September 29, 2005 6:06 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: RE: [flexcoders] File upload:
'Browse' only working on
 localhost?
 
 
 
 Hi all,
 

I also tried the code for File Upload. Even after downloading
 the flash player 8. I! t ! does not work I am
usind the same file upload.cfm
 to upload the file. What happens it just
freezes on initialization.
 Others applications just work fine.
 
 If anyone of you configured that . please let
me know if I am doing
 something doing something wrong.
 
 Thanks
 
 Manish Jain
 
 
 
 
 
 
 
 
 
 --
 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 
 
 
 ! nb! sp; 
 * Visit your
group flexcoders
 http://groups.yahoo.com/group/flexcoders
 on the web.
   
 * To
unsubscribe from this group, send an email to:
 
[EMAIL PROTECTED]
 mailto:[EMAIL PROTECTED]

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












Yahoo! for Good
Click here to donate to
the Hurricane Katrina relief effort. 









Indiatimes Email now powered by APIC Advantage. Help!


Help










 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Flex Server Alternatives

2005-09-29 Thread Stacy Young










I think flex was targeted as niche
intentionally. Not every product can or should be target for the largest
possibly audience. In this case, a new field of technology with many unknownsat
least until youve banged out a couple of releases to get a handle on the
path you need to follow. Take a look at public info on Zorn and flash platformIm
sure well see a modified approach based on their experience over the
past couple of years. 



-Stace 











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Bezuidenhout
Sent: Thursday, September 29, 2005
12:05 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex
Server Alternatives





It DOES affect the
developer - few companies can afford the high prices and you are out of a job.

I think at the moment pointless for any developer to learn Flex with the few
limited opportunities. The place I am currently working is the only one
in town that does this work. I think if you look on any of the job boards
there will be next to nothing. To them Flex still means a working condition
(i.e. flex hours!)

Unless an open source/hosting environment can be established, I think it is
doomed. So far Flex is far too niche to have any traction. The open
source community/IBM seems to have chosen Laszlo.

Microsoft and Sparkle is on its way. Macromedia has wasted the head-start
they had. Once the Microsoft propaganda machine kicks into gear...

Just having a superior product does not translate into a viable product.

my 2c



On 9/28/05, Tracy
Spratt [EMAIL PROTECTED]
wrote:

The issue of cost doesn't affect the developer since you can get the
perpetual developer license for free.

The cost is a major issue when you go to put a
commercial application in
production, and there is currently no alternative
(if using Flex)

You can apply for a non-commercial license if that
is your situation.

Tracy

















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Stacy Young










Im using the sample code from
mm.com siteNo significant changes.

http://www.macromedia.com/devnet/flex/articles/fp8_features.html




Are there any kind of security
restrictions that would come into effect when deployed to remote domain?















From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Carson Hager
Sent: Tuesday, September 27, 2005
8:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] File
upload: 'Browse' only working on localhost?





What browser?



Can you post the code you're using to open
the window?





Carson



 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:
[EMAIL PROTECTED]
Office:
866-CYNERGY ext. 89
Mobile:
1.703.489.6466 
 
Take
PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf

 
 















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young
Sent: Tuesday, September 27, 2005
11:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] File upload:
'Browse' only working on localhost?



Strange problemwonder if
theres some security limitation at play herewhen deploying my
application locally I can browse and select a file to upload to me local
server. When this application is deployed on a remote server and accessed from
a remote clientI can no longer get flash player to pop the file browser
window. Very odd



Any ideas appreciated!

Stace









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Stacy Young










Yep, not the issue Im having.
Everything works fine when running against my local app server. The exact same
application deployed on another box is whats causing the issue. Same
browser, same codedifferent hostweird











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager
Sent: Wednesday, September 28,
2005 6:53 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] File
upload: 'Browse' only working on localhost?





I got this to work perfectly once I told
Flex to generate an object tag requiring Flash player 8 rather than 7.
You can do this in flex-config.xml.



Thanks to Jason Weiss of Cynergy for that
tip on changing the required version of the Flash player.





Carson



 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:
[EMAIL PROTECTED]
Office:
866-CYNERGY ext. 89
Mobile:
1.703.489.6466 
 
 















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young
Sent: Wednesday, September 28,
2005 8:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] File
upload: 'Browse' only working on localhost?

Im using the sample code from
mm.com siteNo significant changes.

http://www.macromedia.com/devnet/flex/articles/fp8_features.html




Are there any kind of security
restrictions that would come into effect when deployed to remote domain?















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Carson Hager
Sent: Tuesday, September 27, 2005
8:11 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] File
upload: 'Browse' only working on localhost?





What browser?



Can you post the code you're using to open
the window?





Carson



 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com

 
Email:
[EMAIL PROTECTED]
Office:
866-CYNERGY ext. 89
Mobile:
1.703.489.6466 
 
Take
PowerBuilder to the Web with EAF 4.0
http://www.cynergysystems.com/public/products/eaf

 
 















From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Stacy Young
Sent: Tuesday, September 27, 2005
11:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] File upload:
'Browse' only working on localhost?



Strange problemwonder if
theres some security limitation at play herewhen deploying my
application locally I can browse and select a file to upload to me local
server. When this application is deployed on a remote server and accessed from
a remote clientI can no longer get flash player to pop the file browser
window. Very odd



Any ideas appreciated!

Stace











--
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] Mozilla Plugin Finder only sees FP7

2005-09-13 Thread Stacy Young










Seems mm.com is offering FP8 now as the
default download for flash playerbut it seems mozilla plugin finder
still only sees FP7. Were trying to enforce player 8 for our latest Flex
appwas wondering if any macromedians know if this will be addressed in
the near future?



Thanks!

Stace









--
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] File Download Using FP8 Limited?

2005-09-02 Thread Stacy Young










Im in the midst of adding file
download to a current Flex application using an embedded flash 8 swf as per the
article on MM.com. There doesnt seem a way to allow flash to accept a
filename set in the header from the server. For instance a download servlet
that changes the filename based on report type and date range. Seems you either
have to explicitly set the filename on the client or accept the default, which
in my case is the name of the Servlet performing the report generation.



Anyone know a way around this? Seems like
a fairly big limitation



Stace









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Re: Service Call Timeouts in Cairngorm

2005-08-18 Thread Stacy Young










Just picked up this thread in the archivesIm
about to approach this same taskwas wondering if you guys have made progress,
if so, willing to share your wisdom? :)



Cheers,

Stace











From: Steven Webster
[mailto:[EMAIL PROTECTED] 
Sent: Friday, June 10, 2005 4:34 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re:
Service Call Timeouts in Cairngorm





Hi Todd,

Good to see your thinking on this .. thanks for
sharing.

 With all that said, this implementation
forces the developer to change the
way he or she  invokes the remote service.
Instead of service.method(arg1[,
arg2] ...), they need 
 service.invoke(method, arg1[,
arg2] ...); What do you think about this
limitation?

Actually, you've just reminded me what it was
about the FAST implementation
that I didn't like; and that's the idea of the
passing of the method name
and arguments to the invoke() method strategy.

I don't like the idea of compile-time checking
becoming run-time failures;
ie if method does not exist, this will
be caught at run-time not
compile-time. Similarly, passing arguments
as you do, we lose compile-time
type-checking on the argument list. Again,
this is a sacrifice that makes
me think there has to be a better
implementation.

21:30 on a Friday evening is not the time to think
about this; ask me on
Monday :)

What do you think -- you share my concerns ?

Best,

Steven

--
Steven Webster
Technical Director
iteration::two

This e-mail and any associated attachments
transmitted with it may contain
confidential information and must not be copied,
or disclosed, or used by
anyone other than the intended recipient(s). If
you are not the intended
recipient(s) please destroy this e-mail, and any
copies of it, immediately.

Please also note that while software systems have
been used to try to ensure
that this e-mail has been swept for viruses,
iteration::two do not accept
responsibility for any damage or loss caused in
respect of any viruses
transmitted by the e-mail. Please ensure your own
checks are carried out
before any attachments are opened.











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

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  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] SOLVED: Loading MXML via JSP on WebLogic

2005-08-14 Thread Stacy Young










Just thought Id pop this back out
there in case someone else runs into this issueturns out to be a bug in
the taglib. Worked with MM support to resolve the issue and theyre
tracking the bug.



On WebLogic 8.1 SP3 running flex 1.5 on
Solaris we encountered a problem of flex continually recompiling our flex app
every time it was accessed. The solution is to NOT specify the source in the
mxml tag and instead include: yourFileNameHere xmlns=* /



mm:mxml id=raven
border=0

raven
xmlns=* /

 mm:flashvar
name=domainStr value=%= domainStr% /

/mm:mxml



Cheers,

Stace 











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Friday, August 05, 2005 6:10
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic





Yeah, I dont have any info other
than what we put in the docs on this one. You can of course try upping
the cache values and see what happens











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aldo Bucchi
Sent: Friday, August 05, 2005 2:40
PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Loading
MXML via JSP on WebLogic





Yeah, those are the settings.

But knowing the logic that uses them ( and any
other variables it
takes into account ) might help you diagnose the
problem.
Just a thought, I would start there if all else
looks like a dead end.

Best,
A



On 8/5/05, Stacy Young
[EMAIL PROTECTED] wrote:
 
 As far as caching is concerned, the only
parameters I'm aware of are:
 
 cache

cache-swostrue/cache-swos

content-size500/content-size

mxml-size500/mxml-size

http-maximum-age1/http-maximum-age

file-watcher-interval1/file-watcher-interval
 /cache
 
 This is on WebLogic running on Solaris...
 
 Stace
 
 -Original Message-
 From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
 Behalf Of Aldo Bucchi
 Sent: Friday, August 05, 2005 1:49 PM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Loading MXML via
JSP on WebLogic
 
 Matt,
 
 perhaps if you could provide details on the
compiler's cache
 resolution policy...
 what does it take into account to decide if
it should recompile?
 
 ...is there anything that the clustered env
could mess up?
 
 On 8/5/05, Matt Chotin
[EMAIL PROTECTED] wrote:
 
 
 
  Yeah, that does seem safe to me...
Sorry, I got nothing.
 
 
 
  
 
 
 
 
 
 
 --
 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
 
 
 
 
 
 
 


-- 
: Aldo Bucchi :
mobile (56) 8 429 8300









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

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] File Upload

2005-08-12 Thread Stacy Young










Flash 8 supports thisbut I believe
youd have to wait until Studio 8 is released in order to compile flash 8
swfs to get what u want



-Stace











From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Jeremy Rottman
Sent: Friday, August 12, 2005 5:07
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] File Upload





I am working on a backend system, built on flex and cf. And issue that
I have ran into is creating a local file browse so
that users can
upload files from with in the flex app. Does
anyone know if this is
even possible?











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

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Locking down Flex, Accessing Session Data

2005-08-12 Thread Stacy Young










Noticed how the call was made by flex.



8/12 17:26:0 [INFO] RemoteObject_AMF:
/merchantsales.session() returned { }



so I tried the following and it worked:



unnamed

 sourcecom.optimal.raven.client.*/source

 sourcemerchantsales/source

/unnamed



Where the second source listed is the context namestrange
this isnt documented anywhere (form what I could see)  but it
works!



Stace













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young
Sent: Friday, August 12, 2005 5:06
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Locking down
Flex, Accessing Session Data





Locking down my server hereflex
only has access to a collection of client classes. All is well in that regard.
Problem is, what do I need to enter in the whitelist in order to allow the
client to lookup session data? Ive tried this servlet, but to no avail..



servlet


servlet-namesession/servlet-name


display-nameProvides access to the current session; for use with
RemoteObject/display-name


servlet-classflex.bootstrap.BootstrapServlet/servlet-class


init-param


param-nameservlet.class/param-name


param-valueflex.server.j2ee.remote.Session/param-value


/init-param

 /servlet



Any ideas appreciated!

Stace









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

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  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] setFocus on Radio button, not displaying properly

2005-08-09 Thread Stacy Young










Anyone ever seen this? When loading a list
of radio buttons (in which the first one is selected), calling setFocus on the
field creates a weird looking and off-centered ring around the radio button?



-Stace









--
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] How to scroll to bottom of list ?

2005-08-09 Thread Stacy Young










Cant seem to get a datagrid to
scroll to the very bottom of the list using vPosition. Always leaves last item ½
visible. Any tricks to this?



Thx

Stace









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

Computer software testing
  
  
Macromedia flex
  
  
Development
  
  


Software developer
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] equivalent to cfdump in Flex?

2005-08-05 Thread Stacy Young










This may prove helpful



http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19323



Typically Ill tail this log with
cygwin terminal whiel Im working. ( tail f flexlog.txt )



I also turn on debugging in the gateway-config.xml
file in WEB-INF which dumps objects to my app server console.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Allen Manning
Sent: Friday, August 05, 2005
11:15 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
equivalent to cfdump in Flex?





Ghislain,

There are many AS dump object functions. I
would check out these two
resources as a start:

http://www.macromedia.com/devnet/flex/articles/client_debug_05.html

http://www.richinternet.de/blog/index.cfm?entry=EB3BA9D6-A212-C5FA-A9B1B5DB4
BB7F555

HTH,
Allen
www.prismix.com/


-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
Behalf Of Ghislain Simard
Sent: 05 August 2005 11:11
To: flexcoders@yahoogroups.com
Subject: [flexcoders] equivalent to cfdump in
Flex?

Is there an equivalent to a cfdump in Flex?

I am trying to display the content of an object.

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







-- 
Incoming mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.269 / Virus Database: 267.10.1 -
Release Date: 04/08/2005


-- 
Outgoing mail is certified Virus Free.
Checked by AVG Anti-Virus (http://www.grisoft.com).
Version: 7.0.269 / Virus Database: 267.10.1 -
Release Date: 04/08/2005










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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Stacy Young










Ok weve made some progress. Weve
resolved the warnings that were coming up on the screen (even though all
settings are in production mode)and load time is down to 12 secs. On our
local machines running XP the app loads in just over 4 secs.



It appears its still recompiling on
every request, CPU spikes to about 40% each time we reload.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios
 Gianninas
Sent: Friday, August 05, 2005 8:02
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic





hi Matt,



The Flex
app is not slow, it just takes long to load everytime. It takes about 45 secs
to load everytime and yes CPU usage is high at that time. So it seems to be
re-compiling itself everytime? I have modified several options in the
flex-config but this has not helped, we are continuing to investigate today. If
there is something specific we need to look at, just point it out!



Thanks!







Dimitrios
Jimmy Gianninas

RIADeveloper

Optimal
Payments Inc.















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Thursday, August 04, 2005
12:09 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic

Is the flex app itself slow or does it
just seem like its taking forever to compile? Whats the CPU
like on the WebLogic machine? Maybe the JSP is somehow re-generating each
time and not caching the MXML?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios
 Gianninas
Sent: Wednesday, August 03, 2005
11:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Loading MXML
via JSP on WebLogic







Hi guys,











We are just getting
ready to deploy a new Flex app and we encountered something we did not in our previous
endeavors. This new Flex app is located inside a JSP page and seems to take a
good 45 secs to load, if you access the MXML directly it comes up in 4 secs or
so.











In a previous app,
we had the same setup but it loads quickly. The only difference here is the new
app is running on WebLogic 8.1 SP3 and existing Flex app runs on JRun 4 SP5.
Anyone else encounter this problem? It is a two server cluster.











On local PCs this
works fine... Occurs for both Flash Player 7 and 8 beta.











Thanks for any
help!









Dimitrios
Jimmy Gianninas

RIADeveloper

Optimal
Payments Inc.

















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-05 Thread Stacy Young










I had the same thought, heres how
were loading it :



mm:mxml
id=raven source=raven.mxml border=0

mm:param name=domainStr value=%=
domainStr% /

/mm:mxml



So I had tried removing that variable (although I thought
it would be passed in via flashvars and not force re-compile) and the result
was the same.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Friday, August 05, 2005 1:02
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic





You gotta imagine theres some cache
setting that just isnt up to snuff. Im assuming the JSP
isnt injecting anything into to the MXML file itself. What if you
pre-compiled the JSP maybe (I assume weblogic has a way of letting you do
that)? 











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Friday, August 05, 2005 9:51
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic





Ok weve made some progress.
Weve resolved the warnings that were coming up on the screen (even
though all settings are in production mode)and load time is down to 12
secs. On our local machines running XP the app loads in just over 4 secs.



It appears its still recompiling on
every request, CPU spikes to about 40% each time we reload.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios
 Gianninas
Sent: Friday, August 05, 2005 8:02
AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic





hi Matt,



The Flex
app is not slow, it just takes long to load everytime. It takes about 45 secs
to load everytime and yes CPU usage is high at that time. So it seems to be
re-compiling itself everytime? I have modified several options in the
flex-config but this has not helped, we are continuing to investigate today. If
there is something specific we need to look at, just point it out!



Thanks!







Dimitrios
Jimmy Gianninas

RIADeveloper

Optimal
Payments Inc.















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Thursday, August 04, 2005
12:09 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic

Is the flex app itself slow or does it
just seem like its taking forever to compile? Whats the CPU
like on the WebLogic machine? Maybe the JSP is somehow re-generating each
time and not caching the MXML?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios
 Gianninas
Sent: Wednesday, August 03, 2005
11:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Loading MXML
via JSP on WebLogic







Hi guys,











We are just getting
ready to deploy a new Flex app and we encountered something we did not in our
previous endeavors. This new Flex app is located inside a JSP page and seems to
take a good 45 secs to load, if you access the MXML directly it comes up in 4 secs
or so.











In a previous app,
we had the same setup but it loads quickly. The only difference here is the new
app is running on WebLogic 8.1 SP3 and existing Flex app runs on JRun 4 SP5.
Anyone else encounter this problem? It is a two server cluster.











On local PCs this
works fine... Occurs for both Flash Player 7 and 8 beta.











Thanks for any
help!









Dimitrios
Jimmy Gianninas

RIADeveloper

Optimal
Payments Inc.



















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Loading MXML via JSP on WebLogic

2005-08-03 Thread Stacy Young










Its neither actuallyquite
weird. Every time the JSP is accessed it takes over a minute for the app to
load. Accessing the mxml directly, when app has to compile, takes about 12
secs. Even after the app has compiledJSP still takes over a minute while
the mxml takes about 4 secs. Also, when loading via jsp, some warning show up
at the top of the screen (dont have the specifics handy) with the app
belowand this is with production settings!



This only seems to be happening on Solaris
platform thus far. Development PCs are OK.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Thursday, August 04, 2005
12:09 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Loading
MXML via JSP on WebLogic





Is the flex app itself slow or does it
just seem like its taking forever to compile? Whats the CPU
like on the WebLogic machine? Maybe the JSP is somehow re-generating each
time and not caching the MXML?











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dimitrios Gianninas
Sent: Wednesday, August 03, 2005
11:32 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Loading MXML
via JSP on WebLogic







Hi guys,











We are just getting
ready to deploy a new Flex app and we encountered something we did not in our
previous endeavors. This new Flex app is located inside a JSP page and seems to
take a good 45 secs to load, if you access the MXML directly it comes up in 4
secs or so.











In a previous app,
we had the same setup but it loads quickly. The only difference here is the new
app is running on WebLogic 8.1 SP3 and existing Flex app runs on JRun 4 SP5.
Anyone else encounter this problem? It is a two server cluster.











On local PCs this
works fine... Occurs for both Flash Player 7 and 8 beta.











Thanks for any
help!









Dimitrios
Jimmy Gianninas

RIADeveloper

Optimal
Payments Inc.
















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] setFocus is evil

2005-08-02 Thread Stacy Young
Title: Loading mxml Components










This was first thing I triedit
doesnt work properly because the text length it determines is that of
the previous text. The textinput is bound to a data modelthe model
changes, then setFocus is called. (as well as setSelection or any other things
Ive tried)



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Tuesday, August 02, 2005
12:51 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] setFocus
is evil







Old skool way was to use the text name. You can use
the built in setFocus, which originally was just a wrapper to
Selection.setFocus.











As for setSelection:











Selection.setSelection(0, myText_txt.length);











That always has to occur after setFocus, not before.











- Original Message - 



From: Mercer,
Dustin 





To: flexcoders@yahoogroups.com






Sent: Monday, August 01,
2005 11:03 PM





Subject: RE: [flexcoders]
setFocus is evil











Ok got it. You have to use the
selection object. Here is the code (Straight from Flash MX 204 LiveDocs http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004file=1659.html
) :



this.createTextField(myText_txt,
99, 10, 10, 200, 30);

myText_txt.text =
this is my text;

Selection.setFocus(myText_txt);

Selection.setSelection(0,
3);



Hope this helps J











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mercer, Dustin
Sent: Monday, August 01, 2005 7:54
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] setFocus
is evil





Stacy,



I have had this problem as well L I am sad to say, I
hate the focus manager. Ok that was a little harsh but none the
less, it has its issues. There is a way to set the position of the
caret though (Set the start index of the caret as well as the end, so you can
choose the text you wish to be highlighted). I am going to try to find
that code. In the mean time, you may want to try setFocus in the show
event or childrenCreated event. That may fix your issue. If not,
then the code for setting the caret position may help. I will find that
code and post it. Give me a few



Dustin Mercer











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Stacy Young
Sent: Monday, August 01, 2005 7:03
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] setFocus is
evil





Tiny problem but its still driving
me nuts. Ive got a viewstack thats changed based on a users
selection. Each time a container within that stack is viewed an initialization
script is run to populate form elements. At the end of the process Im
using setFocus to, well, focus on the first textinput field. The problem is the
selection on the textinput field is the length of the previous value for that
field. So if the current value of the textinput is abc and the
model changes to abcdefWhen the setFocus executes
its only highlighting from a to c



Hope that was clear, tis
late



Thx

Stace











--
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] Setting selectedIndex, selection off screen

2005-08-01 Thread Stacy Young

Any tips on auto scrolling a list to show currently selected item? I've
got a long list on which I'm setting the selected index which, at times,
is off the screen.

Thx!
Stace


 Yahoo! Groups Sponsor ~-- 
font face=arial size=-1a 
href=http://us.ard.yahoo.com/SIG=12h7amb76/M=362131.6882499.7825260.1510227/D=groups/S=1705007207:TM/Y=YAHOO/EXP=1122925871/A=2889191/R=0/SIG=10r90krvo/*http://www.thebeehive.org
Get Bzzzy! (real tools to help you find a job) Welcome to the Sweet Life 
- brought to you by One Economy/a./font
~- 

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




RE: [flexcoders] Setting selectedIndex, selection off screen

2005-08-01 Thread Stacy Young










Deepa, u rock as usual. Gracias.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Deepa Subramaniam
Sent: Monday, August 01, 2005 2:00
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Setting
selectedIndex, selection off screen





Set the vPosition property on your List control to the selectedIndex to
have the visible area of the List jump to that particular selection. 

-Original Message-
From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Stacy Young
Sent: Monday, August 01, 2005 10:51 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Setting selectedIndex,
selection off screen


Any tips on auto scrolling a list to show
currently selected item? I've
got a long list on which I'm setting the selected
index which, at times,
is off the screen.

Thx!
Stace



--
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] Binding to properties?

2005-07-30 Thread Stacy Young










Is it not possible to bind the enabled
attribute of a button to a property? As the property changes the state of the
button remains disabled i.e.



mx:Button id=saveButton
label=Create Section height=22 

enabled={ModelLocator.formSection.isValid}

 click=sectionViewHelper.submitForm()
/



FormSection reference:



import
org.nevis.cairngorm.vo.ValueObject;



class com.optimal.raven.vo.FormSection implements ValueObject

{

 public static var regClass = Object.registerClass( com.optimal.raven.application.resource.data.FormSection, com.optimal.raven.vo.FormSection
);

 

 public var code : String  = ;

 public var description : String  = ;

 public var languageDetails : Array  = new Array();

 public var active : Boolean  = true;



 public function FormSection()

 {

 }



//

 

 [ChangeEvent(change)]

 public function get isValid() :Boolean

 {

 if(description.length 
languageDetails.length)

 {

 for(var i:Number=0; i 
languageDetails.length; i++)

 {

 if(!languageDetails[i].isValid){

 trace(FormSection FALSE
DETAIL);


 return false;

 }

 }

 trace(FormSection TRUE);

 return true;

 } else {

 trace(FormSection FALSE);

 return false;

 }

 }



}



Cheers,

Stace









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Binding to properties?

2005-07-30 Thread Stacy Young










Ah, left that meta in there by accident,
was messing around. Its not being dispatched.

As for the ModelLocator, yes, formSection
is typed as a FormSection. IsValid property registers as false
when the view is initialized (as it should) yet when the property changes to true.
Da button, shes broke, wont enable. 



public static var selectedFormSection :FormSection =
new FormSection();











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Chotin
Sent: Saturday, July 30, 2005 9:49
PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Binding
to properties?





Whos dispatching the
change event? And does ModelLocator have formSection typed
as a FormSection? Or is it just a static variable of unknown type?











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy Young
Sent: Saturday, July 30, 2005 6:38
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Binding to
properties?





Is it not possible to bind the enabled
attribute of a button to a property? As the property changes the state of the
button remains disabled i.e.



mx:Button id=saveButton
label=Create Section height=22 

enabled={ModelLocator.formSection.isValid}


click=sectionViewHelper.submitForm() /



FormSection reference:



import
org.nevis.cairngorm.vo.ValueObject;



class com.optimal.raven.vo.FormSection implements ValueObject

{

 public static var regClass = Object.registerClass( com.optimal.raven.application.resource.data.FormSection, com.optimal.raven.vo.FormSection
);

 

 public var code : String
 = ;

 public var description : String
 = ;

 public var languageDetails : Array = new Array();

 public var active : Boolean
 = true;



 public function FormSection()

 {

 }



//

 

 [ChangeEvent(change)]

 public function get isValid() :Boolean

 {


if(description.length 
languageDetails.length)


{


for(var i:Number=0; i 
languageDetails.length; i++)


{


if(!languageDetails[i].isValid){


trace(FormSection
FALSE DETAIL);



return false;


}


}


trace(FormSection
TRUE);


return true;


} else {


trace(FormSection
FALSE);


return false;


}

 }



}



Cheers,

Stace










--
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] Undeliverable Messages ?!

2005-07-26 Thread Stacy Young










Anyone else getting spammed from
undeliverable messages from this list ??



-Stace









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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] TextInput value passed to RemoteObject

2005-07-24 Thread Stacy Young










Use a change or focusOut that calls a
function which in turn makes the remote call. This allows you to manipulate
what youre sending rather than direct data binding between ui component
and the service.



-Stace











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ghislain Simard
Sent: Sunday, July 24, 2005 10:35
PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TextInput
value passed to RemoteObject





When I pass no value coming from a textinput to a CFC called with 
remoteObject and when the CFC is waiting for a
numeric...How do I 
configure the empty value before passing to the
CFC?

CALL:
MethodName: EEwizard3.cf.superficie.sauvegarde
Parameters (object #2)
.[0]: 1
.[1]: 

STATUS:
Status (object #2)
.code: Server.Processing
.description: The argument
SUPERFICIEZONE passed to function 
sauvegarde() is not of type numeric.
.details: 
.level: error
.type: 
.rootcause (object #3)
..code: (undefined) 
..description: The argument
SUPERFICIEZONE passed to 
function sauvegarde() is not of type
numeric.
..details: 
..level: error
..type: 













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



  











  1   2   >