[flexcoders] Issues with Scroll!

2005-09-28 Thread Sreejith Unnikrishnan
Can someone help me with this problem.

In the following sample, the scroll appears on the whole application.
What is the correct/suggested way to avoid that. The scroll should be 
applied on the Panel and not the Application here.

I tried many things such as appliying creationComplete, creationIndex 
and creationPolicy. This has not had good results.
I had some success with createCompletion. But I really dont think that 
is a scalable solution!

Any pointers would help.

Regards
Sree

PS: In an earlier post, I had mentioned the same result in the Flex 
Style Explorer 
(http://www.mail-archive.com/flexcoders@yahoogroups.com/msg12582.html).



http://www.macromedia.com/2003/mxml";
width="100%" height="100%" creationIndex="0">









 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] flex and third party search engines[john dowdell.. anybody...]

2005-09-28 Thread Matt Chotin










Nithya,

 

Your example is generally more about
backend logic to find your data rather than searching incorporated with Flex. 
If your products are stored in a database, you’ll need to use the
database’s query capabilities to find the right products.  You kept
asking about mondosearch so maybe you’re already using that to search all
of the data?  In this case they have a web service API that you would use: http://www.mondosoft.com/webservicesearchkit.asp.
 You would install the webservice kit somewhere, then connect to it with your
Flex app.  There are plenty of docs and examples for using web services from
Flex.  The big thing here is really this is not a Flex issue, it’s how
you get your data into your Flex app.  And the answer is through whatever mechanisms
your search engine provides.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Nithya R
Sent: Wednesday, September 28,
2005 9:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] flex and
third party search engines[john dowdell.. anybody...]



 



hai john





    say i have a flex site for online shopping... i need
a search feature for the products... say i type the product name and it should
fetch me the details about the product and all the links associated to it... so
for this i need a search engine to be integrated with the flex site... how can
i do this?

John Dowdell
<[EMAIL PROTECTED]> wrote:





Nithya R wrote:
> i would like to know if flex supports any
third party search engines like mondosearch etc... .net supports mondosearch ,
likewise what are the search engines that flex supports...

When you say "support", what do you
mean?

I think Matt may have read this as "is static
text in a Flex SWF read by 
search engines", and results are mixed
here... some engines definitely 
read it, as you can prove at Google by searching
on "checkout 
filetype:swf" or similar terms.

But if you're looking to offer local search within
your own work, then a 
lot depends on whether your text is stored in the
SWF or in a database 
or web service, what type of interface you'd like
to display results in, 
etc.

Or if you're looking to issue a standard web
search from within a Flex 
presentation, then that can be as easy as
constructing an URL.

When you say "support", what do you
mean? If you'd like to offer a 
search form within your presentation, then what
would you like it to 
search...?

jd





-- 
John Dowdell . Macromedia Developer Support . San Francisco CA
 USA
Weblog: http://www.macromedia.com/go/blog_jd
Aggregator: http://www.macromedia.com/go/weblogs
Technotes: http://www.macromedia.com/support/
Spam killed my private email -- public record is
best, thanks.



Send instant messages to your online friends
http://uk.messenger.yahoo.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
  
  
  

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

2005-09-28 Thread Ghislain Simard
2 things that I am trying to set with the DateField tag...but no 
success:

script:
function formatDate(date:Date):String{
return dateFormatter.format(date);
}

code:



1 - How to get selected a date by default in  the TextInput field.  
If I use the attribute "text", I have no display.

2- If I select a date using the datechooser (using French months and 
days), the selected date shows an English date in the textinput. How 
to get it in French?





 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] flex and third party search engines[john dowdell.. anybody...]

2005-09-28 Thread Nithya R



hai john
    say i have a flex site for online shopping... i need a search feature for the products... say i type the product name and it should fetch me the details about the product and all the links associated to it... so for this i need a search engine to be integrated with the flex site... how can i do this?John Dowdell <[EMAIL PROTECTED]> wrote:
Nithya R wrote:> i would like to know if flex supports any third party search engines like mondosearch etc... .net supports mondosearch , likewise what are the search engines that flex supports...When you say "support", what do you mean?I think Matt may have read this as "is static text in a Flex SWF read by search engines", and results are mixed here... some engines definitely read it, as you can prove at Google by searching on "checkout filetype:swf" or similar terms.But if you're looking to offer local search within your own work, then a lot depends on whether your text is stored in the SWF or in a database or web service, what type of interface you'd like to display results in, etc.Or if you're looking to issue a standard web search from within a Flex presentation, then that can be as easy as constructing an
 URL.When you say "support", what do you mean? If you'd like to offer a search form within your presentation, then what would you like it to search...?jd-- John Dowdell . Macromedia Developer Support . San Francisco CA USAWeblog: http://www.macromedia.com/go/blog_jdAggregator: http://www.macromedia.com/go/weblogsTechnotes: http://www.macromedia.com/support/Spam killed my private email -- public record is best, thanks.Send instant messages to your online friends http://uk.messenger.yahoo.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
  
  
  

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-28 Thread Scott Barnes



On 9/29/05, Tariq Ahmed <[EMAIL PROTECTED]> wrote:



  




Well I don't know if I would venture to "dirt cheap". What other
systems are you referring to?
See SAP for starters, then once you jump that hurdle, now look at anything with the word "ORACLE" in it.


If you're enterprise, and building mission critical apps, and
especially if it affects financial performance and need to be SOX
compliant you're basic setup is:
- 1 Development WS
- 1 QA Server
- High Availability Setup (at least 2 load balanced machines).
- Disaster Recovery Site (min 1 web server).

If you're using decent hardware with 4CPU Xeons, you've got 5 machines
* 4 cpus/ea = 20 CPUs * $15K/cpu = $300 000.

You would have to REALLY boost automation, workflow efficiency, etc...
to recuperate the cost of Flex licensing and Flex application
development (not everyone is Scott Barnes level super coder) vs a
CF/Whatever based solution. Not to say that it can't be done, and I'm
You'd still outlay the same costs if not more with a HTML based
solution such as CFMX. Furthermore, if you are to comply with SOX you
have to jump through a bit more hurdles in authenticating the HTML
solution is immune to various DOS attacks (injection attacks, packet
sniffing the works). Then you have resources and costs associated to
building a HTML application. If you are going down the path of the AJAX
momentum, good luck in comparing the two.

I'm also talking about systems which have a status "Please turn off in
1 year, no ifs, no but's". These do exist in enterprise, whereby a
legacy green system is currently turned on and there is about a handful
of people left in the world who know what it does, its that system the
IT Director is scared off the most and nearly faints when the LED's on
the outer box suddenly goes out... Point is, something has to replace
it and typically the cowboy approach is lock one self into a
proprietary solution. Salvaging existing systems is extremely delicate
and at times hard, and the main trip up is simply that whatever gets
put in its place isn't agile enough to cope with not only "replacement"
but growth. Some do, some cope really well and some praise technologies
like .NET for salvation.

Other times its just this mutated be-spoked solution comprising of part
HTML and part other that realistically is hopeless at best in terms of
getting data in and out.

We at omniEffect specialise in using FLEX to reach out and touch
existing backend systems but provide a uniform view. If you think about
a users daily routine how many UI's do they go in and out of just for
farming data. How peoples perception of how data can be accessed is
simply due to whats been handed down to them by someone who probably
should never of had the job of deciding how UI works. In stead, if you
provide a uniform view that reaches out and touches multiple assets
within an Enterprise, you now stand a better chance of circumventing a
lot of issues. Through FLEX you could also provide a much easier and
accessible way to improve on Business Processes in general? does that
save money? most of the time its a tick for yes. In some Ent Solutions
its extremely hard to get a simple report, and to do so its this
monolithic task, which can be at times put into the "too hard basket"
(thus we see these faction(s) of MS Access databases, excel
spreadsheets existing..all open to screw ups, resulting in say, a
general ledger being slightly inaccurate!)... 

FLEX provides a visual input into business intelligence and it may not
be profitable, it just maybe enough to break even on. Yet, it can allow
folks the ability to move forward, to treat their backend as "content"
instead of this mutated ball of part UI part Logic.

The main problem with FLEX today, is its not really being pushed as
much as it should. There are too many "Kiosk" style applications
floating around the net as "look here, this is a great example of
flex"... which is great...yet if you put these examples into
perspective and outlay say 300k as Tariq put it, it starts looking like
probably a bad ROI. 

To me FLEX so far is this powerful tool that every ones too scared to
use. Mission critical systems? hmm, I'm a realist in saying that the
chances of FLEX getting that much prime time within a company this
early in the game, is probably a risk unto itself. There isn't a lot of
skillbase in the market yet to drive home its power as so far we have
seen probably a lot of backend developers suddenly become "Flex
developers" which is scary..not because they are dumb, far from it, it
takes a whole new mindset to play in the RIA world as we are stuck
between half-website and half-thickware application.

FLEX is dirt cheap to someone who's staring at a huge backend system
that's been told in order to upgrade, you must implement this weird
HTML/JS based solution... 

In my opinion, FLEX 2.0 will give us a better stance in "FLEX goes Prime Time", but that's another discussion.



If all we are using FLEX for is a simple replacemen

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

2005-09-28 Thread tcarsonhager
I was getting the exact same behavior as you were seeing until I 
changed that setting on the server.  Have you verified that the app is 
using the Flash 8 player?

Have you changed this setting on your local server and possibly not 
the remote server?


Carson



--- In flexcoders@yahoogroups.com, "Stacy Young" <[EMAIL PROTECTED]> 
wrote:
> Yep, not the issue I'm having. Everything works fine when running
> against my local app server. The exact same application deployed on
> another box is what's causing the issue. Same browser, same
> code...different host...weird






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Stacy Young










Yep, not the issue I’m having.
Everything works fine when running against my local app server. The exact same
application deployed on another box is what’s causing the issue. Same
browser, same code…different host…weird

 









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?

I’m using the sample code from
mm.com site…No 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 problem…wonder if
there’s some security limitation at play here…when 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 client…I 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] Flex Server Alternatives

2005-09-28 Thread James










I’ll have to say I do agree with
Scott, I’ve seen any number of companies out there that haven’t got
a clue as to what they currently have, let alone try to bring them into the
same realm. However, I will have to admit, when I started this contract, it was
with the intent of having more hardware, budget has been affected with Flex,
but I’m not sure how much yet. I won’t have a lot of users on the
entire system. I currently have them going into the web server, which connects
to the Flex/J2EE server and a MS SQL Server. I use the MS SQL server as the
back end, the Web server (running .NET) as the middle tier, and the Flex for
UI. With less then 200 users tops on the system, do you think I should buy more
lic. And upgrade to multiple CPU’s? Please tell me how to justify the
expense if this  setup isn’t going to work, or is going to be
unsatisfactory. The current footprint on the client is 50K so I’m really
trying to get this thing done ( I hate programs that take more then 64k) Lets get
this thing so that everybody can use it.

 

James

http://www.24x7-systems.com

 









From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Scott Barnes
Sent: Wednesday, September 28,
2005 6:19 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex
Server Alternatives



 

To be blunt, FLEX was
never built for Web Application Developers in the mainstream "web"
environment. Its purpose was to take existing backend systems and provide a
unified view infront of the user, allowing all disparate systems to some how come
together as one, bringing balance to the force so to speak.

Yet, post-release people started to see a lot of potential surrounding FLEX and
its ability to deliver to a much wider audience. That being said, Macromedia
aren't dumb and they do listen to the fact that price is still a sore point for
the web-agency-world and hopefully with Zorn this will also bring a new lease
on life for Flash Platform.
`
I've been absolutely [EMAIL PROTECTED] off with the price when it first hit us, that being
said i've now truly seen what FLEX does in terms of cost savings in much larger
"Enterprise Service" orientated systems, and i'm now retracting my
position, simply put, FLEX is dirt cheap compared to some other systems being
sold on the market today that have less capabilities.

Through FLEX you can spend about $50k USD all up (seems like a lot), yet it
gives you the ability shift perception on how content has been displayed to how
it can be displayed, resulting in a point of difference that most
"competitors" for commercial-grade systems suddenly dont have. On top
of that, it can now allow folks to upgrade mainframes UI that have signs
"Do not Touch" on them (ie they are so old that its hard to find
folks to develop UI enhancments to them, so why not instead employ some java guys
to write an api for it, then use FLEX as your UI?computer FLEX against the
entire workload ahead of you, and you start seeing its really the smallest
piece in the puzzle).

Point is this, FLEX price model is out of reach for mainstream web, its sad
atm, but it wasn't done for a dastardly reason...it was probably done because
Macromedia didn't want to spread itself too thin amongst the different markets
and needed to keep the eye on the ball (Enterprise would probably generate more
revenue/profits).

Zorn by all appearance is going to shift that, its going to give folks like
yourself the ability to bite into the forbidden fruit. It just requires
patience for its release now :)



On 9/29/05, Anupam
<[EMAIL PROTECTED]> wrote:

My issue is with the
deployment cost. So the only alternative for small-time Web application
developers is to have their own servers for deployment.
I am surprised that not many people are talking about it. It seems people are
happy with the 
status-quo, ie. paying huge amounts to MM.
I am also disappointed that there aren't many more 3rd party providers of Flex
servers.

Anupam.


--- 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
>
> -Original Message- 
> From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
> Behalf Of Anupam
> Sent: Tuesday, September 27, 2005 10:32 PM 
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex Server Alternatives
>
> Hi all,
>   Is there any alternative to Flex server, except the (very
expensive) 
> one provided by MM?
>   Are there any other options? Have all the members of this
group who
> are using Flex bought
> it/evaluating it? Or is there any other option like a compatible
> freeware? 
>
>   I know freeware versions of Flash Remoting do exist, is there
anything
> for Flex?
>
> Than

[flexcoders] Validating input on a datagrid

2005-09-28 Thread David Harris
Has anyone done validation on a datagrid cell?

What I am after this something like this:

A user enters the cell, and edits it's contents.
They are able to enter waht they like.
They leave the cell, and the validation fires.
If the cell content is invalid, an Alert is displayed with a message
telling the user what is wrong is displayed, and then the user is
forced back in to that cell to correct their input.

The problem I am having is when the "tab" key is used to move to the next cell.
The original cell fires the "cellFocusOut", but the next cell gets focus.
If the data is in-valid, the alert shows, but when you click on it,
the validation is fired again on the second cell and if it's content
is in-valid, the alert shows again.

If a mouse click is used, it seems to work *better*

...AND I can't seem to change the focus in the "cellFocusOut", but
only on the "cellFocusIn" event...

Has any one else succeeded at this?

Example Code:



http://www.macromedia.com/2003/mxml";
backgroundColor="#FF">







 

  







Pavement
9.99
Slanted and Enchanted
Slanted and Enchanted
Slanted and Enchanted
Slanted and Enchanted








 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/
 




RE: [flexcoders] Webservices and pre-compiled SWFs

2005-09-28 Thread Matt Chotin










Yep, you just need to make sure the proxy
server location is compiled into the SWF or at least done with a good relative
url.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Bob Remeika
Sent: Wednesday, September 28,
2005 5:12 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Webservices
and pre-compiled SWFs



 

Is it possible to continue to
use the Flex proxy server if you are
precompiling your Flex SWFs?











--
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] Webservices and pre-compiled SWFs

2005-09-28 Thread Bob Remeika
Is it possible to continue to use the Flex proxy server if you are
precompiling your Flex SWFs?





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Flex Server Alternatives

2005-09-28 Thread Tariq Ahmed
Check out this article:

http://www.lukew.com/resources/WebApplicationSolutions.pdf

If you search long enough you'll find some slides from a presentation 
some guy did which I wish I bookmarked which talks about all the 
offerings and their strengths and weaknesses (it's fairly neutral).



Anupam wrote:

>Tariq,
>  Thanks for the long list of alternatives. Some of them actually look 
> promising. Which one in
>your view comes closest to the gizzmos provided by Flex?
>
>  My point is, I didn't see this group talk about alternatives. One way to put 
> pressure on MM is
>to support an open source/3rd party version that is equivalent in 
>functionality. I am not
>necessarily looking for a branded product, I just want to get the job done.
>
>Anupam.
>
> 
>
>--- Tariq Ahmed <[EMAIL PROTECTED]> wrote:
>
>  
>
>>Yo. Well as mentioned there was HUGE sticker shock when MM doubled the 
>>price, and a lot of complaining. But MM is aiming at large Enterprises 
>>that can afford it. Similarly you can complain to Ferrari to drop the 
>>prices of their cars... but if you wanna role with the high end you 
>>gotta shell out the dough.
>>
>>There is a slew of alternatives out there too (Droplets, 
>>Xamalon/XAML/Sparkle, Laszlo, JSF, XUI, XUL based stuff, SwixML, 
>>Thinlets, XSWT,Luxor,Keystone,Jazilla,Vexi,Ajax,etc). As a consumer 
>>of course I want cheaper prices, and hopefully stiff competion will 
>>pressure MM to drop the price of Flex. And hopefully with the next 
>>version of Flex we'll see some FLEXible pricing options (eg serverless 
>>solution via Zorn, etc...). 
>>
>>
>>
>>




 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/
 




Re: [flexcoders] Flex Server Alternatives

2005-09-28 Thread Tariq Ahmed






Well I don't know if I would venture to "dirt cheap". What other
systems are you referring to?

If you're enterprise, and building mission critical apps, and
especially if it affects financial performance and need to be SOX
compliant you're basic setup is:
- 1 Development WS
- 1 QA Server
- High Availability Setup (at least 2 load balanced machines).
- Disaster Recovery Site (min 1 web server).

If you're using decent hardware with 4CPU Xeons, you've got 5 machines
* 4 cpus/ea = 20 CPUs * $15K/cpu = $300 000.

You would have to REALLY boost automation, workflow efficiency, etc...
to recuperate the cost of Flex licensing and Flex application
development (not everyone is Scott Barnes level super coder) vs a
CF/Whatever based solution. Not to say that it can't be done, and I'm
sure it can (reminder: I am a huge Flex proponent); but looking at
things from a business sense it has to be measureable and provable. Eg
I made one Flex app that compared to what was there before saves about
$200K/yr, but how much more it would save over a CF based solution is
hard to measure.

So when trying to sell to management the sexy $300K Flex solution vs
the not as sexy $15K CF solution which gets the job done - you have to
account for at least a
$285Kdifference. Because the opportunity cost is that $285K could have
bought you 3 or 4 more developers for that year and double your
development capacity which could have resulted in a bunch more apps
that save or make money that aren't addressed for that year.

Bla bla Bla... $300K is a TOUGH sell even for Enterprises with the
deepest of pockets, and it can be done obviously, but 'dirt cheap' in
my humble opinion is understanding it a we bit. :)



Scott Barnes wrote:
I've been absolutely [EMAIL PROTECTED] off with the price when it
first hit us,
that being said i've now truly seen what FLEX does in terms of cost
savings in much larger "Enterprise Service" orientated systems, and i'm
now retracting my position, simply put, FLEX is dirt cheap compared to
some other systems being sold on the market today that have less
capabilities.








--
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: custom preloader

2005-09-28 Thread Scott Barnes



Heya,

I thought i would reply in here vs to your private email about my "Preloader" on Mossyblog.com (hope you don't mind).

You can use your own home-grown preloader for the initial application
"asset" loading via mx:Application (ie simply slot in your own
preloader.swc into the 'preloader' slot. You'll have to make it act
like mx.preloaders.DownloadProgressBar (see documentation).

That's ok, for asset loading. Yet, for application initialization you kind of need to grow your own custom routine.

In my example: http://www.spidaweb.com/mossyblogfiles/ITWDemo.htm i
basically created a "Splash" screen approach. I needed to kind of fire
off a bunch of server-side events (initGateway, initSecurity,
Authenticate, Log Details, Get Data for the next screen etc) and these
needed to be fired before i let the user interact with the form. 

How I did that was simple. Using the ModelLocator within the Cairngorm
framework, i had a static property which kept "wf_initState:Number" .
Then inside my SplashHelper i essentially broadcasted various commands
to be fired, and as one came back with a result, i updated the
wf_initState, which essentially then triggered a method within the
SplashHelper to then fire off a bunch of other commands etc until the
life cycle died of natural causes. Then once the last command fired and
I received a success result, I'd simply show the user the appropriate
screen.

I did this for two reasons:

1) I wanted to show off, that and I wanted to prevent users from acting
like crying children the moment their precious data isn't on screen
(heh). As sometimes the Network can kind of "Stall", in that I've
noticed that CFMX can sometimes just seem like it "gave up". It could
be network related.

2) I need to know what didn't fail. Nothing worse then getting a call
about a bug, you going around to the workstation and asking that person
to replicate it again and without a screen like this its hard to
isolate whats going on. An example for me was "initGateway". On my
Coldfusion side of things i had a method which simply put, initializes
the CFC with some defaults and return a boolean on success. If this
method fails, then straight away i know its something on coldfusions
end (server down, cfc has errors etc). Then if say initSecurity fails,
then ok again coldfusion dropped the ball as its not highlighted as
"tick, yes complete". 

So yeah, that's how i did the "preloader". Its more of a "prelude-loader" heh.


On 9/29/05, Jeremy Rottman <[EMAIL PROTECTED]> wrote:
I guess I should have been more specific I have apreloader that I have made in flash. That I would liketo use in my test app.It calls the functions qiAgentView, qiAgentFaq,qiAgentDownloads, and qiAgentMarketing.
the functions are called from a cfc that I havewritten. 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 ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/-- Regards,Scott Barneshttp://www.mossyblog.com







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

2005-09-28 Thread Aly Sidi



Hi All
I have a combobox that i wisth to apply a 
    formObjects.CanPlay" required="true"  requiredFieldError="booboo"  validate="" 
 />

   1. I do not know what the function signature is for validate
   2. How to get that nice red error tooltip to show up if its not valid
   3. Does fieldRequiredError do a popup or tooltip

all i want to do is check that the index of the combobox is not equal to -1 or that the string is not equal to XXX

this is my validation code
  temp= mx.validators.Validator.isStructureValid(this,'formObjects');









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

2005-09-28 Thread JesterXL
Join OS Flash, (osflash.org, they have a mailing list).  They are working on 
some good alternatives.

- Original Message - 
From: "Anupam" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 5:09 PM
Subject: Re: [flexcoders] Flex Server Alternatives


Tariq,
  Thanks for the long list of alternatives. Some of them actually look 
promising. Which one in
your view comes closest to the gizzmos provided by Flex?

  My point is, I didn't see this group talk about alternatives. One way to 
put pressure on MM is
to support an open source/3rd party version that is equivalent in 
functionality. I am not
necessarily looking for a branded product, I just want to get the job done.

Anupam.



--- Tariq Ahmed <[EMAIL PROTECTED]> wrote:

> Yo. Well as mentioned there was HUGE sticker shock when MM doubled the
> price, and a lot of complaining. But MM is aiming at large Enterprises
> that can afford it. Similarly you can complain to Ferrari to drop the
> prices of their cars... but if you wanna role with the high end you
> gotta shell out the dough.
>
> There is a slew of alternatives out there too (Droplets,
> Xamalon/XAML/Sparkle, Laszlo, JSF, XUI, XUL based stuff, SwixML,
> Thinlets, XSWT,Luxor,Keystone,Jazilla,Vexi,Ajax,etc). As a consumer
> of course I want cheaper prices, and hopefully stiff competion will
> pressure MM to drop the price of Flex. And hopefully with the next
> version of Flex we'll see some FLEXible pricing options (eg serverless
> solution via Zorn, etc...). 
>
>
>
>
>
>
>
> Anupam wrote:
>
> >My issue is with the deployment cost. So the only alternative for 
> >small-time Web application
> >developers is to have their own servers for deployment.
> >I am surprised that not many people are talking about it. It seems people 
> >are happy with the
> >status-quo, ie. paying huge amounts to MM.
> >I am also disappointed that there aren't many more 3rd party providers of 
> >Flex servers.
> >
> >Anupam.
> >
> >
> >--- 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
> >>
> >>-Original Message-
> >>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> >>Behalf Of Anupam
> >>Sent: Tuesday, September 27, 2005 10:32 PM
> >>To: flexcoders@yahoogroups.com
> >>Subject: [flexcoders] Flex Server Alternatives
> >>
> >>Hi all,
> >>  Is there any alternative to Flex server, except the (very expensive)
> >>one provided by MM?
> >>  Are there any other options? Have all the members of this group who
> >>are using Flex bought
> >>it/evaluating it? Or is there any other option like a compatible
> >>freeware?
> >>
> >>  I know freeware versions of Flash Remoting do exist, is there anything
> >>for Flex?
> >>
> >>Thanks,
> >>Anupam.
> >>
> >>
> >>
>
>
>
>





__
Yahoo! for Good
Donate to the Hurricane Katrina relief effort.
http://store.yahoo.com/redcross-donate3/




--
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 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] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Carson Hager





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 HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 1.703.489.6466     
 


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


I’m using the sample 
code from mm.com site…No 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 HagerSent: Tuesday, September 27, 2005 8:11 
PMTo: 
flexcoders@yahoogroups.comSubject: 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 
HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  
Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 
1.703.489.6466   Take PowerBuilder to 
the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
  
  


 
 



From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy YoungSent: Tuesday, September 27, 2005 11:13 
AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] File upload: 'Browse' 
only working on localhost?
 
Strange problem…wonder 
if there’s some security limitation at play here…when 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 client…I 
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





  




  
  
  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-28 Thread Scott Barnes



To be blunt, FLEX was never built for Web Application Developers in the
mainstream "web" environment. Its purpose was to take existing backend
systems and provide a unified view infront of the user, allowing all
disparate systems to some how come together as one, bringing balance to
the force so to speak.

Yet, post-release people started to see a lot of potential surrounding
FLEX and its ability to deliver to a much wider audience. That being
said, Macromedia aren't dumb and they do listen to the fact that price
is still a sore point for the web-agency-world and hopefully with Zorn
this will also bring a new lease on life for Flash Platform.
`
I've been absolutely [EMAIL PROTECTED] off with the price when it first hit us,
that being said i've now truly seen what FLEX does in terms of cost
savings in much larger "Enterprise Service" orientated systems, and i'm
now retracting my position, simply put, FLEX is dirt cheap compared to
some other systems being sold on the market today that have less
capabilities.

Through FLEX you can spend about $50k USD all up (seems like a lot),
yet it gives you the ability shift perception on how content has been
displayed to how it can be displayed, resulting in a point of
difference that most "competitors" for commercial-grade systems
suddenly dont have. On top of that, it can now allow folks to upgrade
mainframes UI that have signs "Do not Touch" on them (ie they are so
old that its hard to find folks to develop UI enhancments to them, so
why not instead employ some java guys to write an api for it, then use
FLEX as your UI?computer FLEX against the entire workload ahead of
you, and you start seeing its really the smallest piece in the puzzle).

Point is this, FLEX price model is out of reach for mainstream web, its
sad atm, but it wasn't done for a dastardly reason...it was probably
done because Macromedia didn't want to spread itself too thin amongst
the different markets and needed to keep the eye on the ball
(Enterprise would probably generate more revenue/profits).

Zorn by all appearance is going to shift that, its going to give folks
like yourself the ability to bite into the forbidden fruit. It just
requires patience for its release now :)On 9/29/05, Anupam <[EMAIL PROTECTED]> wrote:
My issue is with the deployment cost. So the only alternative for small-time Web applicationdevelopers is to have their own servers for deployment.I am surprised that not many people are talking about it. It seems people are happy with the
status-quo, ie. paying huge amounts to MM.I am also disappointed that there aren't many more 3rd party providers of Flex servers.Anupam.--- 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>> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On> Behalf Of Anupam> Sent: Tuesday, September 27, 2005 10:32 PM
> To: flexcoders@yahoogroups.com> Subject: [flexcoders] Flex Server Alternatives>> Hi all,>   Is there any alternative to Flex server, except the (very expensive)
> one provided by MM?>   Are there any other options? Have all the members of this group who> are using Flex bought> it/evaluating it? Or is there any other option like a compatible> freeware?
>>   I know freeware versions of Flash Remoting do exist, is there anything> for Flex?>> Thanks,> Anupam.>>> __
> Do You Yahoo!?> Tired of spam?  Yahoo! Mail has the best spam protection around> http://mail.yahoo.com --> 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! Mail - PC Magazine Editors' Choice 2005http://mail.yahoo.com 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 ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! 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/-- Regards,Scott Barneshttp://www.mossyblog.com







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: h

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

2005-09-28 Thread Carson Hager





Now that I've said that, I realize that this shouldn't be 
that much of an issue provided it follows the rules for file access which are 
basically that the access has to be user driven rather than script driven. More 
to come.
 
Carson
   Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 1.703.489.6466     
 


From: Carson Hager Sent: Wednesday, 
September 28, 2005 3:14 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] File upload: 
'Browse' only working on localhost?

Stacy,
 
I'm getting a production example of this set up now.  
Given the sandbox that the flash player runs in, I'm surprised that this would 
work out of the box.  We need this functionality for several things so I'll 
be working through. I'll post back here with what I find.
 
 
Carson
   Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 1.703.489.6466     
 


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


I’m using the sample 
code from mm.com site…No 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 HagerSent: Tuesday, September 27, 2005 8:11 
PMTo: 
flexcoders@yahoogroups.comSubject: 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 
HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  
Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 
1.703.489.6466   Take PowerBuilder to 
the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
  
  


 
 



From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy YoungSent: Tuesday, September 27, 2005 11:13 
AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] File upload: 'Browse' 
only working on localhost?
 
Strange problem…wonder 
if there’s some security limitation at play here…when 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 client…I 
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





  




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





Stacy,
 
I'm getting a production example of this set up now.  
Given the sandbox that the flash player runs in, I'm surprised that this would 
work out of the box.  We need this functionality for several things so I'll 
be working through. I'll post back here with what I find.
 
 
Carson
   Carson HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 1.703.489.6466     
 


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


I’m using the sample 
code from mm.com site…No 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 HagerSent: Tuesday, September 27, 2005 8:11 
PMTo: 
flexcoders@yahoogroups.comSubject: 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 
HagerCynergy Systems, Inc.http://www.cynergysystems.com 
  
Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 
89Mobile: 
1.703.489.6466   Take PowerBuilder to 
the Web with EAF 4.0http://www.cynergysystems.com/public/products/eaf 
  
  


 
 



From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Stacy YoungSent: Tuesday, September 27, 2005 11:13 
AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] File upload: 'Browse' 
only working on localhost?
 
Strange problem…wonder 
if there’s some security limitation at play here…when 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 client…I 
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] Flex Server Alternatives

2005-09-28 Thread Anupam
Tariq,
  Thanks for the long list of alternatives. Some of them actually look 
promising. Which one in
your view comes closest to the gizzmos provided by Flex?

  My point is, I didn't see this group talk about alternatives. One way to put 
pressure on MM is
to support an open source/3rd party version that is equivalent in 
functionality. I am not
necessarily looking for a branded product, I just want to get the job done.

Anupam.

 

--- Tariq Ahmed <[EMAIL PROTECTED]> wrote:

> Yo. Well as mentioned there was HUGE sticker shock when MM doubled the 
> price, and a lot of complaining. But MM is aiming at large Enterprises 
> that can afford it. Similarly you can complain to Ferrari to drop the 
> prices of their cars... but if you wanna role with the high end you 
> gotta shell out the dough.
> 
> There is a slew of alternatives out there too (Droplets, 
> Xamalon/XAML/Sparkle, Laszlo, JSF, XUI, XUL based stuff, SwixML, 
> Thinlets, XSWT,Luxor,Keystone,Jazilla,Vexi,Ajax,etc). As a consumer 
> of course I want cheaper prices, and hopefully stiff competion will 
> pressure MM to drop the price of Flex. And hopefully with the next 
> version of Flex we'll see some FLEXible pricing options (eg serverless 
> solution via Zorn, etc...). 
> 
> 
> 
> 
> 
> 
> 
> Anupam wrote:
> 
> >My issue is with the deployment cost. So the only alternative for small-time 
> >Web application
> >developers is to have their own servers for deployment. 
> >I am surprised that not many people are talking about it. It seems people 
> >are happy with the
> >status-quo, ie. paying huge amounts to MM.
> >I am also disappointed that there aren't many more 3rd party providers of 
> >Flex servers.
> >
> >Anupam.
> >
> >
> >--- 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
> >>
> >>-Original Message-
> >>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> >>Behalf Of Anupam
> >>Sent: Tuesday, September 27, 2005 10:32 PM
> >>To: flexcoders@yahoogroups.com
> >>Subject: [flexcoders] Flex Server Alternatives
> >>
> >>Hi all,
> >>  Is there any alternative to Flex server, except the (very expensive)
> >>one provided by MM?
> >>  Are there any other options? Have all the members of this group who
> >>are using Flex bought
> >>it/evaluating it? Or is there any other option like a compatible
> >>freeware? 
> >>
> >>  I know freeware versions of Flash Remoting do exist, is there anything
> >>for Flex?
> >>
> >>Thanks,
> >>Anupam.
> >>
> >>
> >>
> 
> 
> 
> 





__ 
Yahoo! for Good 
Donate to the Hurricane Katrina relief effort. 
http://store.yahoo.com/redcross-donate3/ 



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Confusing error message

2005-09-28 Thread David Harris
I just talked to the guy here who had the problem, and it was just one
function he had to re-factor...in to the same file even.

Do you have a big function? If so, try making it smaller

On 9/29/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>  I read the faq thanks I have more than one .as file but as of yet only one
> mxml file perhaps I need to work on making another one to fix the 32k error?
> Do you all think that would 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.
>
>  
>


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Help with using embeded symbols in a class

2005-09-28 Thread Rick Schmitty



Say I have this localhost/foo.mxml in with a  localhost/bar.as skin style and the code looks like this:


http://www.macromedia.com/2003/mxml>
 
   [Embed(symbol='bar')]
   var simpleSquare:String = "bar";
 



How would I set this up putting these into 2 files user_classes?
user_classes/com/test/foo.as
user_classes/com/test/skins/bar.as
localhost/new.mxml

class com.test.foo {
import com.test.skins.*
[Embed(symbol='bar')]
    var simpleSquare:String = "bar";
// make this class do something cool
}

class com.test.skins.bar {
// do something pretty
}



http://www.macromedia.com/2003/mxml xmlns:test="com.test.*">











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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Flex production env using mxmlc

2005-09-28 Thread superabe
Say I have a dev flex server with all the mxml files, the src files, assets, 
fonts etc.

Now I use mxmlc to compile my main Index.mxml into Index.swf

I'd like to move this over to the production flex sever.

My question is, what are the bare minimum files(specifically within the 
WEB-INF folder), that I need on the production server, if I am deploying the 
Index.swf directly.

Thanks,

- superabe





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Force initialization of ViewStack children?

2005-09-28 Thread Gordon Smith










OK, but that still isn't optimal. Why
initialize a control at startup that the user can't see until she navigates?
Did my suggestions not work, or do you simply prefer to write all
initialization code on the top level tag (i.e., )?

 

- Gordon

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Noah Hoffman
Sent: Wednesday, September 28,
2005 9:47 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Force
initialization of ViewStack children?



 

The creationPolicy all method indeed
resulted in extremely slow startup time.   In the end, in the
initialize method of the  I explicitly called
createComponent(0, true) on the parent of the component I wanted to force
initialization on and it works like a charm.

 

Thanks for the help.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith
Sent: Wednesday, September 28,
2005 9:42 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Force initialization
of ViewStack children?



 

That's the brute force way. It causes all
controls in all panes of the ViewStack to get created at startup, and so will
cause your app to start up slower.

 

A better way is to initialize the control
would be in the childrenCreationComplete event on the pane of the ViewStack
where it lives. That event is dispatched when the user navigates to that pane,
after the controls on it have undergone deferred instantiation.

 

You could also try simply writing a
creationComplete handler for the control itself.

 

- Gordon

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Wednesday, September 28,
2005 6:26 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Force
initialization of ViewStack children?



 



Make the ViewStac's creationPolicy="all".





 





- Original Message - 



From: Noah
Hoffman 





To: flexcoders@yahoogroups.com






Sent: Tuesday, September
27, 2005 8:20 PM





Subject: [flexcoders] Force
initialization of ViewStack children?







 



I’ve got a component that’s not the first
component my View Stack and I need it to initialize on launch.  Does
anyone know how to force this?

 

Thanks,

Noah











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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Re: custom preloader

2005-09-28 Thread Jeremy Rottman
I guess I should have been more specific I have a
preloader that I have made in flash. That I would like
to use in my test app. 

It calls the functions qiAgentView, qiAgentFaq,
qiAgentDownloads, and qiAgentMarketing.

the functions are called from a cfc that I have
written.




 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] Re: Webservice - Unable to connect to endpoint ...

2005-09-28 Thread Matt Chotin










I use Ethereal for all my packet-sniffing
needs.  It’s pretty good, doesn’t usually work with a wireless card
though.

 

.NET services usually can be consumed by
Flex, the case that tends to have problems is fault handling when running
proxyless.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of joe92121
Sent: Wednesday, September 28,
2005 12:57 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re:
Webservice - Unable to connect to endpoint ...



 

Unfortunatly, HttpWatch only works in IE but maybe I can find 
something that works in FireFox.

I am able to call BableFish and other web services
proxy-less.  I 
created a one method .Net webservice that returns
"Hello World" and I 
get the same error when I bypass the proxy.

Has anyone been able to create and consume a .Net
web service in Flex?

--- In flexcoders@yahoogroups.com,
"Matt Chotin" <[EMAIL PROTECTED]> wrote:
> Have you diffed what the successful request
in Firefox looked like 
using
> HttpWatch?  Does your GetForums method
expect any parameters?
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com

[mailto:flexcoders@yahoogroups.com]
On
> Behalf Of joe92121
> Sent: Thursday, September 22, 2005 12:35 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Webservice - Unable
to connect to 
endpoint ...
> 
>  
> 
> Here's more info
> 
> I am using 
> url/directory set for anonymous access. I am
able to get http 
> services to work through
useProxy="false" on same and remote 
machines.
> 
> I actually want to compile to swf and deploy
to server without flex 
> server installed (but licensed). This works
with http services with 
> useProxy=false for both local and remote
services. I get the same 
> error "Unable to connect to
endpoint" when I run the mxml from the 
> dev flex server or run the swf from a
different server .
> 
> The deployed swf works in FireFox with both
http services and web 
> services. 
> 
> 
> 
> using HttpWatch, I was able to find out that
my web service returns 
a 
> HTTP/1.1 500 Internal Server Error.. Here are
the details:
> 
> Post:
> 
> http://www.w3.org/2001/XMLSchema-
> instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:SOAP-
> ENV="http://schemas.xmlsoap.org/soap/envelope/">
> ENV:Body>http://jnj.com/" />
ENV:Body>
> ENV:Envelope>
> 
> Return:
> 
> 
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"

> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

> xmlns:xsd="http://www.w3.org/2001/XMLSchema">
> 
> 
>
soap:Server
> Server was unable to
process request. --> The root 
> element is missing.
> 
> 
> 
>  
> 
> 
> 
> 
> 
> --
> 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 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] Calls to CFCs

2005-09-28 Thread David Harris
Did you test every thing from the CFC side of things to?
Making sure the CFC is getting the correct arguments?

I would put some code like this at the beginning of your function in the CFC...

{all cfarguments and vared variables here}







{rest of function here}

This will let you know if the function is being called the same way
both times

Your code looks OK at first look BTW.
I am presuming the CFFunction is returning a Query?

A way to see what you get back is
in the "doResultGetTechEvents" function

for(var i in result){
trace("i = " + i);
for(var o in result[i]){
trace("o = " + o + " :: result[i][o] = " + result[i][o]);
}
}


About now I can hear the question I asked when I first started with
flex (about 4 months ago...) "How do you see the trace statement
results?"
You can down load a version of flashplayer that writes the traces to a
file called "flashlog.txt"
The MM site has instructions on this...
you can then see what the Flex app is getting back...

HTH

On 9/29/05, Muzak <[EMAIL PROTECTED]> wrote:
>  A wild guess: try adding a "/" at the end of the gateway url.
>
> endpoint="http://cfxtest.research.unc.edu/flashservices/gateway/";
>
>  I've seen USERID and alike being added to the gateway url when making
> remote calls.
>  In that case, without the ending '/', the gateway url gets messed up.
>
>  Might not be the case here, but it's the first thing I'd check ;-)
>
>  regards,
>  Muzak
>
>  - Original Message -
>  From: "Greg Johnson" <[EMAIL PROTECTED]>
>  To: 
>  Sent: Wednesday, September 28, 2005 2:28 PM
>  Subject: Re: [flexcoders] Calls to CFCs
>
>
>  > Here is where the connection is setup in the main file:
>  >
> 
>  >
>  >   >
> endpoint="http://cfxtest.research.unc.edu/flashservices/gateway";
>  > source="mr.mr_cfc"
>  > fault="mx.controls.Alert.show(event.fault.faultstring)"
>  > showBusyCursor="true" >
>
>
>
>
>  --
>  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.
>
>  
>


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Re: Webservice - Unable to connect to endpoint ...

2005-09-28 Thread joe92121
Unfortunatly, HttpWatch only works in IE but maybe I can find 
something that works in FireFox.

I am able to call BableFish and other web services proxy-less.  I 
created a one method .Net webservice that returns "Hello World" and I 
get the same error when I bypass the proxy.

Has anyone been able to create and consume a .Net web service in Flex?

--- In flexcoders@yahoogroups.com, "Matt Chotin" <[EMAIL PROTECTED]> wrote:
> Have you diffed what the successful request in Firefox looked like 
using
> HttpWatch?  Does your GetForums method expect any parameters?
> 
>  
> 
> 
> 
> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
> Behalf Of joe92121
> Sent: Thursday, September 22, 2005 12:35 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Re: Webservice - Unable to connect to 
endpoint ...
> 
>  
> 
> Here's more info
> 
> I am using  url/directory set for anonymous access. I am able to get http 
> services to work through useProxy="false" on same and remote 
machines.
> 
> I actually want to compile to swf and deploy to server without flex 
> server installed (but licensed). This works with http services with 
> useProxy=false for both local and remote services. I get the same 
> error "Unable to connect to endpoint" when I run the mxml from the 
> dev flex server or run the swf from a different server .
> 
> The deployed swf works in FireFox with both http services and web 
> services. 
> 
> 
> 
> using HttpWatch, I was able to find out that my web service returns 
a 
> HTTP/1.1 500 Internal Server Error.. Here are the details:
> 
> Post:
> 
> http://www.w3.org/2001/XMLSchema-
> instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:SOAP-
> ENV="http://schemas.xmlsoap.org/soap/envelope/";> ENV:Body>http://jnj.com/"; /> ENV:Envelope>
> 
> Return:
> 
> http://schemas.xmlsoap.org/soap/envelope/"; 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";>
> 
> 
> soap:Server
> Server was unable to process request. --> The root 
> element is missing.
> 
> 
> 
>  
> 
> 
> 
> 
> 
> --
> 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  . 
> 
>  
> 
> 




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] custom preloader

2005-09-28 Thread Jeremy Rottman
I am working on a custom preloader that will show the user how much of
the service has been loaded. Does anyone know where I can see an
example of something like this that shows the amount of data loaded or
being loaded.




 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] Flex Server Alternatives

2005-09-28 Thread Tariq Ahmed
Yo. Well as mentioned there was HUGE sticker shock when MM doubled the 
price, and a lot of complaining. But MM is aiming at large Enterprises 
that can afford it. Similarly you can complain to Ferrari to drop the 
prices of their cars... but if you wanna role with the high end you 
gotta shell out the dough.

There is a slew of alternatives out there too (Droplets, 
Xamalon/XAML/Sparkle, Laszlo, JSF, XUI, XUL based stuff, SwixML, 
Thinlets, XSWT,Luxor,Keystone,Jazilla,Vexi,Ajax,etc). As a consumer 
of course I want cheaper prices, and hopefully stiff competion will 
pressure MM to drop the price of Flex. And hopefully with the next 
version of Flex we'll see some FLEXible pricing options (eg serverless 
solution via Zorn, etc...). 







Anupam wrote:

>My issue is with the deployment cost. So the only alternative for small-time 
>Web application
>developers is to have their own servers for deployment. 
>I am surprised that not many people are talking about it. It seems people are 
>happy with the
>status-quo, ie. paying huge amounts to MM.
>I am also disappointed that there aren't many more 3rd party providers of Flex 
>servers.
>
>Anupam.
>
>
>--- 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
>>
>>-Original Message-
>>From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
>>Behalf Of Anupam
>>Sent: Tuesday, September 27, 2005 10:32 PM
>>To: flexcoders@yahoogroups.com
>>Subject: [flexcoders] Flex Server Alternatives
>>
>>Hi all,
>>  Is there any alternative to Flex server, except the (very expensive)
>>one provided by MM?
>>  Are there any other options? Have all the members of this group who
>>are using Flex bought
>>it/evaluating it? Or is there any other option like a compatible
>>freeware? 
>>
>>  I know freeware versions of Flash Remoting do exist, is there anything
>>for Flex?
>>
>>Thanks,
>>Anupam.
>>
>>
>>





 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Confusing error message

2005-09-28 Thread Tracy Spratt










The FAQ explains how to try the debug mode
test.

 

This problem and its workarounds are not
related in any way to the kind of license you have.

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 28,
2005 1:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Confusing error message



 



No I have not tried debug mode I do not have the full
software only the trial software is there a way to do this with the trial
software?





 











--
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 much does the upgraded software cost

2005-09-28 Thread Carson Hager





This is a discussion that 
should always be had with your rep as things can always change but the gist of 
it is that the startup package is about USD 30K.
 
 
Carson
 
  Carson HagerCynergy 
Systems, Inc.http://www.cynergysystems.com 
  Email:  [EMAIL PROTECTED]Office:  866-CYNERGY ext. 89Mobile: 
1.703.489.6466     
 


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
[EMAIL PROTECTED]Sent: Wednesday, September 28, 2005 11:04 
AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] How 
much does the upgraded software cost
I know when you first download the software it first runs as a trial 
software then it reverts to a local software or something like that after the 
trial period. How much does it cost to actually purchase this software? 





--
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 much does the upgraded software cost

2005-09-28 Thread nostra72



I know when you first download the software it first runs as a trial software then it reverts to a local software or something like that after the trial period. How much does it cost to actually purchase this software?





--
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-28 Thread Carson Hager
On the contrary, this was a serious issue for a lot of people but that
has since calmed down.  You might want to look at technologies like Zorn
that are based on Flex and aimed at lower end needs.


Carson 



 
Carson Hager
Cynergy Systems, Inc.
http://www.cynergysystems.com
 
Email:  [EMAIL PROTECTED]
Office:  866-CYNERGY ext. 89
Mobile: 1.703.489.6466
 
 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Anupam
Sent: Wednesday, September 28, 2005 10:55 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex Server Alternatives

My issue is with the deployment cost. So the only alternative for
small-time Web application developers is to have their own servers for
deployment. 
I am surprised that not many people are talking about it. It seems
people are happy with the status-quo, ie. paying huge amounts to MM.
I am also disappointed that there aren't many more 3rd party providers
of Flex servers.

Anupam.


--- 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
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On Behalf Of Anupam
> Sent: Tuesday, September 27, 2005 10:32 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex Server Alternatives
> 
> Hi all,
>   Is there any alternative to Flex server, except the (very expensive)

> one provided by MM?
>   Are there any other options? Have all the members of this group who 
> are using Flex bought it/evaluating it? Or is there any other option 
> like a compatible freeware?
> 
>   I know freeware versions of Flash Remoting do exist, is there 
> anything for Flex?
> 
> Thanks,
> Anupam.
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com
> 
> 
> 
> --
> 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! Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com


 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



 




 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] Flex Server Alternatives

2005-09-28 Thread Mink, Joseph





Out of curiosity, what is it that Flex would provide you 
with that you couldn't use Flash to achieve?  I mean, in your particular 
case?


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of AnupamSent: 
Wednesday, September 28, 2005 1:55 PMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Flex Server 
Alternatives
My issue is with the deployment cost. So the only alternative for 
small-time Web applicationdevelopers is to have their own servers for 
deployment. I am surprised that not many people are talking about it. It 
seems people are happy with thestatus-quo, ie. paying huge amounts to 
MM.I am also disappointed that there aren't many more 3rd party providers of 
Flex servers.Anupam.--- 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> > 
-Original Message-> From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On> Behalf Of Anupam> Sent: 
Tuesday, September 27, 2005 10:32 PM> To: 
flexcoders@yahoogroups.com> Subject: [flexcoders] Flex Server 
Alternatives> > Hi all,>   Is there any 
alternative to Flex server, except the (very expensive)> one provided by 
MM?>   Are there any other options? Have all the members of 
this group who> are using Flex bought> it/evaluating it? Or is 
there any other option like a compatible> freeware? > 
>   I know freeware versions of Flash Remoting do exist, is 
there anything> for Flex?> > Thanks,> 
Anupam.> > > 
__> Do You 
Yahoo!?> Tired of spam?  Yahoo! Mail has the best spam protection 
around > http://mail.yahoo.com 
> > > > --> 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! 
Mail - PC Magazine Editors' Choice 2005 http://mail.yahoo.com





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

2005-09-28 Thread Anupam
My issue is with the deployment cost. So the only alternative for small-time 
Web application
developers is to have their own servers for deployment. 
I am surprised that not many people are talking about it. It seems people are 
happy with the
status-quo, ie. paying huge amounts to MM.
I am also disappointed that there aren't many more 3rd party providers of Flex 
servers.

Anupam.


--- 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
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Anupam
> Sent: Tuesday, September 27, 2005 10:32 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Flex Server Alternatives
> 
> Hi all,
>   Is there any alternative to Flex server, except the (very expensive)
> one provided by MM?
>   Are there any other options? Have all the members of this group who
> are using Flex bought
> it/evaluating it? Or is there any other option like a compatible
> freeware? 
> 
>   I know freeware versions of Flash Remoting do exist, is there anything
> for Flex?
> 
> Thanks,
> Anupam.
> 
> 
> __
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam protection around 
> http://mail.yahoo.com 
> 
> 
> 
> --
> 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! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com


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

2005-09-28 Thread Tracy Spratt










Ok, problems when using ViewStack are
often related to the “deferred instantiation” behavior of the
Viewstack.

 

Do you understand that, by default, the
contents of non-visible views in a viewstack DO NOT EXIST until the user has
navigated to that view?

 

If your remote object declaration, or some
control that the data call depends on, is in a non-visible view, search the
archives (or just look about 5 messaged down) for “creationPolicy”

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain Kitabi
Sent: Wednesday, September 28,
2005 12:17 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
remoteobjects



 



For single page applications my remoteObjects work well.. My problems
come when I use viewstacks.





I am not sure if I am declaring my remoteservices in the right place.
At the mo, i do it in the canvas where my form is.





 





Regards







Tracy
 Spratt <[EMAIL PROTECTED]> wrote:





Perhaps this example, based on the
examples in Flex Explorer, will help.

http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=18

 

Tracy

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain Kitabi
Sent: Tuesday, September 27, 2005
7:15 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders]
remoteobjects



 



Hi





What is the best way to create a remote object in an application. My
application has viewstacks/accordions. And how to call that remoteobject in my
delegate actionscript.





 





Regards





Husain 



__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 





hussain







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







--
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] Confusing error message

2005-09-28 Thread nostra72




No I have not tried debug mode I do not have the full software only the trial software is there a way to do this with the trial software?
 





--
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] Confusing error message

2005-09-28 Thread Tracy Spratt










Have you tried the debug mode or bogus
code tricks?

 

If that works, and your app is already
well-architected, don’t split up the file.

 

If componentizing the app will improve its
maintainability, then do it.

 

Tracy

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 28,
2005 12:23 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Confusing error message



 

I read the faq thanks I have more than one .as file but as
of yet only one mxml file perhaps I need to work on making another one to fix
the 32k error? Do you all think that would 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.



  











RE: [flexcoders] remoteobjects

2005-09-28 Thread Husain Kitabi



For single page applications my remoteObjects work well.. My problems come when I use viewstacks.
I am not sure if I am declaring my remoteservices in the right place. At the mo, i do it in the canvas where my form is.
 
Regards
Tracy Spratt <[EMAIL PROTECTED]> wrote:









Perhaps this example, based on the examples in Flex Explorer, will help.
http://www.cflex.net/showfiledetails.cfm?ChannelID=1&Object=File&objectID=18
 
Tracy
 




From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Husain KitabiSent: Tuesday, September 27, 2005 7:15 AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] remoteobjects
 

Hi

What is the best way to create a remote object in an application. My application has viewstacks/accordions. And how to call that remoteobject in my delegate actionscript.

 

Regards

Husain 
__Do You Yahoo!?Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com hussain
		Yahoo! for Good 
Click here to donate to the Hurricane Katrina relief effort. 






--
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] Force initialization of ViewStack children?

2005-09-28 Thread Noah Hoffman










The creationPolicy all method indeed
resulted in extremely slow startup time.   In the end, in the initialize method
of the  I explicitly called createComponent(0, true) on the
parent of the component I wanted to force initialization on and it works like a
charm.

 

Thanks for the help.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Gordon Smith
Sent: Wednesday, September 28,
2005 9:42 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Force
initialization of ViewStack children?



 

That's the brute force way. It causes all
controls in all panes of the ViewStack to get created at startup, and so will
cause your app to start up slower.

 

A better way is to initialize the control
would be in the childrenCreationComplete event on the pane of the ViewStack
where it lives. That event is dispatched when the user navigates to that pane,
after the controls on it have undergone deferred instantiation.

 

You could also try simply writing a creationComplete
handler for the control itself.

 

- Gordon

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Wednesday, September 28,
2005 6:26 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Force initialization
of ViewStack children?



 



Make the ViewStac's creationPolicy="all".





 





- Original Message - 



From: Noah
Hoffman 





To: flexcoders@yahoogroups.com






Sent: Tuesday, September
27, 2005 8:20 PM





Subject: [flexcoders] Force
initialization of ViewStack children?







 



I’ve got a component that’s not the first
component my View Stack and I need it to initialize on launch.  Does
anyone know how to force this?

 

Thanks,

Noah










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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Dynamically created children don't respect properties?

2005-09-28 Thread Noah Hoffman










Yep, it was the quotes around the numeric
values (width and height) that caused the problem.  Thanks for the help.

 

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin
Sent: Tuesday, September 27, 2005
11:05 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders]
Dynamically created children don't respect properties?



 

I think you may need to separate out your
styles and properties.  For example width and height should be in that
object and done as numbers (you have them in quotes which means strings). 
But the margins and borderStyles and colors are all styles and need to be
applied using setStyle I believe.

 

Matt

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Noah Hoffman
Sent: Tuesday, September 27, 2005
10:53 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Dynamically created
children don't respect properties?



 

Hello,

 

I’ve got some code
that’s creating a bunch of nested tags based on the results of a
RemoteObject call.  The problem is, none of the width or height settings
are working (or I’m missing something else).  Does anyone have any
ideas?  When the code below gets rendered, I’d expect a bunch of
repeating HBox’s to appear in the VBox “vbDynamicStudies
“.  What I get instead is a huge blank panel with hscroll and
vscroll bars that are almost infinitely long.  In order to debug
I’ve tried setting explicit widths (like 100) and heights and have proven
that the nested tags are created properly, it’s just the layout
that’s messed up.  Any one have any ideas?

 

Thanks,

Noah

 

 



   
xmlns:mx="http://www.macromedia.com/2003/mxml"

   
xmlns:comp="components.*"  

   
initialize="initComponent()"

   
marginTop="3"

   
marginLeft="5" 

   
marginRight="5"  creationPolicy="all"

   
creationComplete="creationComplete()"

   
>

 

   


  
 

   



 

 



   


 



 

 

 










--
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] tree plus datagrid

2005-09-28 Thread Tracy Spratt
Notice the Note at the bottom of this page, which I think shows the same
grid:
http://www.cayambe.com/plog/index.php?op=ViewArticle&articleId=5&blogId=
1

It discusses the flickering and a hint on how to correct it.

Here is the text:
" setValue is creating too many objects. Every time it is called it is
creating the disclosure icon and the label when in reality it should
only create those once and then subsequently change those properties as
appropriate. There is probably a memory leak as the old versions aren't
being destroyed and the flicker is because you're seeing the new objects
get created (you'll notice that the normal cells on the right don't
flicker). setValue gets called a ton (every time the mouse enters and
exits) so it needs to be more efficient.


Posted by Matt 02 Mar 2005, 03:55 "

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Tom Fitzpatrick
Sent: Wednesday, September 28, 2005 10:33 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] tree plus datagrid

At 09:34 AM 9/28/2005, you wrote:
>You can find a sample at
>http://flexauthority.com/samplesIndex.cfm
>
>Look for the Flex TreeGrid under the advanced samples tab.
>
>Sree

Thanks, Sree - that looks like a good start. I did notice, however, that

there is an odd flicker in the tree on rollover, either in the tree or
the 
grid.

Anyone have any idea why that could be happening?

- Tom


>Tom Fitzpatrick wrote:
>
> > I'd like to constuct a datagrid whose display is controlled by a
tree.
> > Nodes in the tree correspond to rows in the datagrid, which are
hidden
> > and
> > revealed as their associated nodes open and close.
> >
> > Seems to me there were some postings here about such a combination,
but a
> > quick search doesn't give me anything. Anyone have any tips,
pointers,
> > suggestions?
> >
> > Thanks.
> >
> > - Tom
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> >
> > SPONSORED LINKS
> > Web site design development
> > 
>
 
>
> >   Computer software development
> > 
>
 
>
> >   Software design and development
> > 
>
 
>
> >
> > Macromedia flex
> > 
>
 
>
> >   Software development best practice
> > 
>
 
>
> >
> >
> >
> >

> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   " on the web.
> >
> > *  To unsubscribe from this group, send an email to:
> >[EMAIL PROTECTED]
> >

> >
> > *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >   Service .
> >
> >
> >

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







--
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 ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM
~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/gr

RE: [flexcoders] Re: Tween classes

2005-09-28 Thread Alex Uhlmann
and by the way in the newest 1.07 beta release, there's a SWC component
you can just drop into user_classes.

Best,
Alex

-- 
Alex Uhlmann 
Software Consultant 
iteration::two 


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
Behalf Of Philippe Maegerman
Sent: 27 September 2005 08:34
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Tween classes


It's not included in Flex
http://www.alex-uhlmann.de/flash/animationpackage/

Philippe Maegerman



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Marcin Glowacki
Sent: lundi 26 septembre 2005 19:30
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Tween classes


Where is that package and class?
I was looking in Flex docs and i could not find
Thanks

--- In flexcoders@yahoogroups.com, "Philippe Maegerman" <[EMAIL PROTECTED]>
wrote:
> Sorry, I was looking at the wrong class, I found the onUpdate event
> ;
> AnimationPackage rocks !!
>  
> Philippe Maegerman
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Philippe Maegerman
> Sent: lundi 26 septembre 2005 11:57
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Tween classes
> 
> 
> 
> Thank you Alex, I was looking first for a standard (built-in) way.
> I looked into the Animation Class, I can see onStart and onEnd events
> but I don't see something similar to onTweenUpdate. 
> 
> Philippe Maegerman
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Alex Uhlmann
> Sent: lundi 26 septembre 2005 11:51
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Tween classes
> 
> Hey Philippe,
> 
> if that's not sufficient for what you want to achieve, maybe the
> Animator class in AnimationPackage works for you? It uses
> mx.effects.Tween by default.
> 
> Best,
> Alex
> 
> --
> Alex Uhlmann
> Software Consultant
> iteration::two
> 
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
> Behalf Of Philippe Maegerman
> Sent: 26 September 2005 09:59
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Tween classes
> 
> 
> Ok I found by digging the FlexForFlash package.
> Flex doesn't seem to include the mx.transitions.Tween class but
> mx.effects.Tween.
> This class is more basic but allows to input several values in the
same
> Tween ;))
> 
> It still would have been nice to have the basic Tween class + easing
> equations
> 
> 
> http://www.macromedia.com/2003/mxml";
> creationComplete="doTween()">  
>  
> 
> 
> 
> Philippe Maegerman
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Philippe Maegerman
> Sent: vendredi 23 septembre 2005 16:05
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Tween classes
> 
> 
> No idea why Tween classes are not working?
> 
> Philippe Maegerman
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Philippe Maegerman
> Sent: mercredi 21 septembre 2005 14:26
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Tween classes
> 
> 
> Sorry for the delay, I have tried your suggestions and other things
but
> can't make it happen.
> It seems ok to import the transitions package, no error pops up, I
can't
> declare var new my_tween = new Tween() but it allows me to do var
> my_tween = new mx.transitions.Tween() which seems quite strange to me,
> because I import mx.transitions.* As it fails silently I have no clue
on
> what's going on here :(
> 
> Here's my code with trace actions:
> 
> 
> http://www.macromedia.com/2003/mxml";
> creationComplete="myTween()">  
> 
> 
> 
> Philippe Maegerman
> PS: I have tested this in flashMX2004 (except for the trace
statements)
> and it works perfectly well
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Matt Chotin
> Sent: dimanche 11 septembre 2005 6:13
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Tween classes
> 
> 
> Try not using _level0, go through Application.application.  And see if
> you should be using Delegates too J
> 
> Matt
> 
> 
> 
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
> Behalf Of Philippe Maegerman
> Sent: Friday, September 09, 2005 9:56 AM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Tween classes
> 
> I think the mx.transitions.Tween and mx.transitions.easing.* classes
are
> not present in Flex, is there a way to use them?
> I tried the following that works in Flash but not Flex:
> 
> var dummy = {val:''};
> var my_tween:Object = new mx.transitions.Tween(dummy, 'val', null, 0,
> 100, 1, true);  my_tween.onMotionChanged = function(obj){
>   _level0.infos_txt.text += dummy.val ;
> }
> my_tween.onMotionFinished = function() {
>  _level0.infos_txt.text = 'finished';  };
> 
> Regards,
> 
> Philippe Maegerman
> 
> 
> 
> --
> **STA

RE: [flexcoders] Focus on row of DataGrid

2005-09-28 Thread Tracy Spratt
Set the DataGrid selectedIndex to the index of the row you want to
select (duh)

If the row may not be visible, also set the vPosition = selectedIndex

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of manish
Sent: Wednesday, September 28, 2005 2:33 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Focus on row of DataGrid

Hi all,
This is first mail to this group and I am very new to the
flex. I am working on a project in which i need that if i click a
button focus should set on the particulat row of the datagrid. Is it
possible. Do we have some focus property for the datagrid. I will
really appreciate if someone will help me in this regard.

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



 






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Flex Server Alternatives

2005-09-28 Thread Tracy Spratt
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

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Anupam
Sent: Tuesday, September 27, 2005 10:32 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex Server Alternatives

Hi all,
  Is there any alternative to Flex server, except the (very expensive)
one provided by MM?
  Are there any other options? Have all the members of this group who
are using Flex bought
it/evaluating it? Or is there any other option like a compatible
freeware? 

  I know freeware versions of Flash Remoting do exist, is there anything
for Flex?

Thanks,
Anupam.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



--
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 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] Force initialization of ViewStack children?

2005-09-28 Thread Gordon Smith










That's the brute force way. It causes all
controls in all panes of the ViewStack to get created at startup, and so will
cause your app to start up slower.

 

A better way is to initialize the control would
be in the childrenCreationComplete event on the pane of the ViewStack where it
lives. That event is dispatched when the user navigates to that pane, after the
controls on it have undergone deferred instantiation.

 

You could also try simply writing a
creationComplete handler for the control itself.

 

- Gordon

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Wednesday, September 28,
2005 6:26 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Force
initialization of ViewStack children?



 



Make the ViewStac's creationPolicy="all".





 





- Original Message - 



From: Noah
Hoffman 





To: flexcoders@yahoogroups.com






Sent: Tuesday, September
27, 2005 8:20 PM





Subject: [flexcoders] Force
initialization of ViewStack children?







 



I’ve got a component that’s not the first
component my View Stack and I need it to initialize on launch.  Does
anyone know how to force this?

 

Thanks,

Noah









--
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] Confusing error message

2005-09-28 Thread Mercer, Dustin










I have also heard adding more code can
help…  Strange but true.  If adding more code does not work, then yes,
refactoring your mxml file should solve the problem.

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, September 28,
2005 9:23 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders]
Confusing error message



 

I read the faq thanks I have more than one .as file but as
of yet only one mxml file perhaps I need to work on making another one to fix
the 32k error? Do you all think that would 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.



  











RE: [flexcoders] Flex with EJB3

2005-09-28 Thread Mercer, Dustin










This almost sounds like it could be related
to actionscript not having the correct Java mappings.  This can cause these
types of headaches.

 

Try creating dummy variables for all the
classes used in the transaction at Flex application layer. I.E. var dummyObject
: DummyObject (Where DummyObject is your actual ActionScript class)

 

Here’s why:

 

Let’s say you have a one-to-many
relationship with 2 objects.  If Object1 has many Object2s, then Object1 should
have an array containing multiple Object2s.  If Object2 has never been declared
in actionscript yet, then Object2 will be undefined (Yet you will be able to trace
it’s properties…)

 

Make sure Object1 is registered with
actionscript (Object.registerClass) and Object2 is also registered with
Actionscript (Try making dummy variables for each of these).  Since the
Object.registerClass is in the AS class, it will only be executed if the class
has been declared in your application somewhere.  Complex objects will come
back as undefined if they don’t have mapped AS counterparts.

 

The reason there may not be a pattern to
this is because certain objects will be declared in certain methods only, and
those methods may not be executed yet.  Object Casting can also be enough to
kick in the object mappings.  That’s why you usually don’t have to
declare any dummy variables.

 

Dustin Mercer

 









From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Wednesday, September 28,
2005 8:23 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex
with EJB3



 

...hey, I'm with you about breaking the elegance, but if I as a
developer 
can create ActionScript objects, and you as the
Java developer can 
understand them, who cares if the underpinnings
aren't elegant, it works.

Still, it'd be nice to know what is going on...

- Original Message - 
From: "Björn Abt"
<[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 10:30 AM
Subject: AW: [flexcoders] Flex with EJB3


Hi!

Thanks for the quick answer. Well, the EJB3
EntityBeans are basically 
POJO's.
The Beans get deserialized and reach the
Flash-App. It fails only when a 
ManyToMany
Relationship exists, but not all the time.
Sometimes they get deserialzed 
and sometimes not.
There isn't really a pattern, or at least none
that i can see. Maybe i have 
to rebuild the Model
with plain POJO's, but this would in a way break
the elegance of the 
system...

Thanks Bjoern









--
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: TextArea hit-testing

2005-09-28 Thread Tracy Spratt
Yeah, sorry. You need the pixel position of a character, and I have not
seen anything that would return this.  

Maybe the Flash guys will have an idea.  I am not confident, but they
have amazed me before.

Tracy

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of pkleppner
Sent: Tuesday, September 27, 2005 11:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: TextArea hit-testing

Tracy, thanks but that article doesn't seem to address my question. I 
understand how to get a mouse position; the tricky part is, given a 
mouse position, determining exactly which character in the text field 
is at a given mouse pixel position.






--
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 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] Confusing error message

2005-09-28 Thread nostra72



I read the faq thanks I have more than one .as file but as of yet only one mxml file perhaps I need to work on making another one to fix the 32k error? Do you all think that would 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.



  









Re: [flexcoders] Confusing error message

2005-09-28 Thread nostra72



I found something about an out of memory error with tomcat however I am pretty sure I am not using tomcat. I had no idea there were more than one type of out of memory error message?





--
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] Compiling a Flex app using mxmlc

2005-09-28 Thread John Larson
I have a Flex app that's been running fine for some time. We recently 
decided to try pre-compiling the app using mxmlc.
Within the app are several references to @ContextRoot() in the url for 
HTTP services. When I perform a "standard" compile, meaning I use the 
same flex-config.xml, and use no other command line options for mxmlc, 
the compiler gives me an error, saying I must define contextroot. 
When I provide a value for the contextroot command line option, the 
app compiles, but the application will not run properly. My tcp trace 
utility shows that the URL to the HTTP service call gets "mangled" by 
the contextroot parameter provided, resulting in an incorrect url for 
the service.
Has anyone encountered something similar?

Thanks,

John




 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/
 




[flexcoders] Re: Changing a modal popup to non-modal

2005-09-28 Thread fowleryj
Just a thank you-- Peter's solution solved my problem (I had the same
problem as Kim). =)

--- In flexcoders@yahoogroups.com, "Peter Watson" <[EMAIL PROTECTED]> wrote:
> Try using something like this in the script block of the popup.mxml
> 
>   import mx.managers.SystemManager;
>   var myPop;
> 
> function createPop(){
>   myPop = mx.managers.PopUpManager.createPopUp(this, Pop1, true);
> doLater(this, "fixfocus");
> }
> 
> function fixfocus(){
>   SystemManager.activate(myPop);
> }
> 
> - peter
> 
> -Original Message-
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of kreddington1
> Sent: Thursday, August 11, 2005 1:34 PM
> To: flexcoders@yahoogroups.com
> Subject: RE: [flexcoders] Changing a modal popup to non-modal
> 
> Unfortunately, I am already using "this".  Here is a copy of the 
> code:
> 
> var addressPop:TitleWindow = TitleWindow(PopUpManager.createPopUp
> (this, newAddress, true, initObj));
> 
> What happens is this:
> The first window popsup, the user clicks on a link which pulls up a 
> second window.  The user can enter data in this second window and 
> have it returned to the first window.  This all works fine.  The 
> only problem I have is the tabbing.  When the user presses the tab 
> while the second window is up, the focus returns to the first 
> window, even though the second window is on top and is modal.
> 
> Does anyone have any other ideas?
>   
> 
> --- In flexcoders@yahoogroups.com, "Mercer, Dustin" 
> <[EMAIL PROTECTED]> wrote:
> Kim,
> 
>  
> 
> Just curious, when you are creating the popup, what are you using as 
> the
> first param to the createPopUp method?  This is what defines the 
> parent
> of the window being created.  If you are passing application or 
> _root,
> you may run into some of these focusing issues.  Try passing "this" 
> as
> the first parameter to the createPopUp method (this being the first
> TitleWindow).  I.E.  createPopUp( this, MyPopUpWindow.mxml, true ).  
> I
> am not sure if that is the exact syntax, but this should give you 
> enough
> of an idea.  
> 
>  
> 
> What this does is actually make the second TitleWindow a Modal 
> window of
> the first TitleWindow, not a second modal window to the 
> application.  I
> have also had this problem before and that seem to fix me.
> 
>  
> 
>   _  
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
> On
> Behalf Of Kim Reddington
> Sent: Wednesday, August 10, 2005 7:58 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Changing a modal popup to non-modal
> 
>  
> 
> I have a TitleWindow that pops up a second TitleWindow.  Both are 
> modal.
> I want the user to be able to tab through the fields in the second
> window. The tab works fine, if the 1st window is non-modal, but if 
> the
> first window is modal, then the tab brings the user back to the first
> window instead of staying in the second window.
> 
>  
> 
> Is there a way to get the tabs to work properly while still keeping 
> both
> windows modal?
> 
>  
> 
> If not, then is there a way to make the first window NON-modal before
> popping up the second window
> 
>  
> 
> for example,
> 
>  
> 
> function openSecondPopUp() {
> 
> this.modal = false;   //obviously I made up this code
> and am looking for the real code to put here
> 
> var secondPopUp = .
> 
> }
> 
>  
> 
>  
> 
> Thank you for your help,
> 
> Kim
> 
> _
> Kim Reddington
> Principal Consultant/Developer
> Deluxe Technologies
> http://www.deluxetechnologies.com 
>  
> 508-231-8744




 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] Calls to CFCs

2005-09-28 Thread Peter Farland
Actually, it's likely that you're getting an AppendToGatewayUrl AMF
Response Header from the server because it detected that while a session
was created during the request, the client didn't inform the server
whether it could accept cookies. 

This AMF Response Header is trying to tell the client NetConnection to
decorate its connection URL with some extra info, for example a
jsessionid for Java or a cfid/cftoken for ColdFusion.

You may then be using IIS... In which case it may be barfing on the
semi-colon in something like the jsessionid token, irrespective of
whether you have a ;.
 
http://cfxtest.research.unc.edu/flashservices/gateway/;jessionid=XYZ123A
BC

I believe CF released a hot fix for this issue, but the work around is
easy... Just add a ? To the gateway URL (or "endpoint" in flex speak) so
that the session information won't annoy IIS.

endpoint="http://cfxtest.research.unc.edu/flashservices/gateway?";


Pete


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Muzak
Sent: Wednesday, September 28, 2005 11:22 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Calls to CFCs

A wild guess: try adding a "/" at the end of the gateway url.

endpoint="http://cfxtest.research.unc.edu/flashservices/gateway/";

I've seen USERID and alike being added to the gateway url when making
remote calls.
In that case, without the ending '/', the gateway url gets messed up.

Might not be the case here, but it's the first thing I'd check ;-)

regards,
Muzak

- Original Message -
From: "Greg Johnson" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 2:28 PM
Subject: Re: [flexcoders] Calls to CFCs


> Here is where the connection is setup in the main file:
>

>
>  endpoint="http://cfxtest.research.unc.edu/flashservices/gateway";
> source="mr.mr_cfc"
> fault="mx.controls.Alert.show(event.fault.faultstring)"
> showBusyCursor="true" >





--
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 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] Flex with EJB3

2005-09-28 Thread JesterXL
...hey, I'm with you about breaking the elegance, but if I as a developer 
can create ActionScript objects, and you as the Java developer can 
understand them, who cares if the underpinnings aren't elegant, it works.

Still, it'd be nice to know what is going on...

- Original Message - 
From: "Björn Abt" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 10:30 AM
Subject: AW: [flexcoders] Flex with EJB3


Hi!

Thanks for the quick answer. Well, the EJB3 EntityBeans are basically 
POJO's.
The Beans get deserialized and reach the Flash-App. It fails only when a 
ManyToMany
Relationship exists, but not all the time. Sometimes they get deserialzed 
and sometimes not.
There isn't really a pattern, or at least none that i can see. Maybe i have 
to rebuild the Model
with plain POJO's, but this would in a way break the elegance of the 
system...

Thanks Bjoern





--
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 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] File upload: 'Browse' only working on localhost?

2005-09-28 Thread Stacy Young










I’m using the sample code from
mm.com site…No 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 problem…wonder if
there’s some security limitation at play here…when 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 client…I 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] Calls to CFCs

2005-09-28 Thread Muzak
A wild guess: try adding a "/" at the end of the gateway url.

endpoint="http://cfxtest.research.unc.edu/flashservices/gateway/";

I've seen USERID and alike being added to the gateway url when making remote 
calls.
In that case, without the ending '/', the gateway url gets messed up.

Might not be the case here, but it's the first thing I'd check ;-)

regards,
Muzak

- Original Message - 
From: "Greg Johnson" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 2:28 PM
Subject: Re: [flexcoders] Calls to CFCs


> Here is where the connection is setup in the main file:
> 
>
>  endpoint="http://cfxtest.research.unc.edu/flashservices/gateway";
> source="mr.mr_cfc"
> fault="mx.controls.Alert.show(event.fault.faultstring)"
> showBusyCursor="true" >




 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/
 




[flexcoders] test!

2005-09-28 Thread Stacy Young



 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] How to open attachment window like yahoo or rediffmail in Flex

2005-09-28 Thread sandip_patil01
HI All,

I want to open attachment window like we have in Yahoo/Rediff where if 
we want to send a file we click on attachment button & then attchment 
window opens from where we can attach files.
lly,I want to do this in Flex.
I tried with 
http://www.macromedia.com/devnet/flex/articles/fp8_features.html this 
URL but with the help of this only I am able to open window only but 
when I select a file from that window that selected file path is not 
displaying in text box.
So can anybody help me out in this.

Thx in advance,
Sandip Patil






 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] tree plus datagrid

2005-09-28 Thread Tom Fitzpatrick
At 09:34 AM 9/28/2005, you wrote:
>You can find a sample at
>http://flexauthority.com/samplesIndex.cfm
>
>Look for the Flex TreeGrid under the advanced samples tab.
>
>Sree

Thanks, Sree - that looks like a good start. I did notice, however, that 
there is an odd flicker in the tree on rollover, either in the tree or the 
grid.

Anyone have any idea why that could be happening?

- Tom


>Tom Fitzpatrick wrote:
>
> > I'd like to constuct a datagrid whose display is controlled by a tree.
> > Nodes in the tree correspond to rows in the datagrid, which are hidden
> > and
> > revealed as their associated nodes open and close.
> >
> > Seems to me there were some postings here about such a combination, but a
> > quick search doesn't give me anything. Anyone have any tips, pointers,
> > suggestions?
> >
> > Thanks.
> >
> > - Tom
> >
> >
> >
> >
> >
> >
> > --
> > Flexcoders Mailing List
> > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> > Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> >
> >
> >
> > SPONSORED LINKS
> > Web site design development
> > 
> 
>  
>
> >   Computer software development
> > 
> 
>  
>
> >   Software design and development
> > 
> 
>  
>
> >
> > Macromedia flex
> > 
> 
>  
>
> >   Software development best practice
> > 
> 
>  
>
> >
> >
> >
> > 
> > YAHOO! GROUPS LINKS
> >
> > *  Visit your group "flexcoders
> >   " on the web.
> >
> > *  To unsubscribe from this group, send an email to:
> >[EMAIL PROTECTED]
> >   
> >
> > *  Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> >   Service .
> >
> >
> > 
> >
>
>
>
>
>
>--
>Flexcoders Mailing List
>FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
>Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
>Yahoo! Groups Links
>
>
>
>






 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/
 




AW: [flexcoders] Flex with EJB3

2005-09-28 Thread Björn Abt
Hi!

Thanks for the quick answer. Well, the EJB3 EntityBeans are basically POJO's.
The Beans get deserialized and reach the Flash-App. It fails only when a 
ManyToMany 
Relationship exists, but not all the time. Sometimes they get deserialzed and 
sometimes not.
There isn't really a pattern, or at least none that i can see. Maybe i have to 
rebuild the Model
with plain POJO's, but this would in a way break the elegance of the system... 

Thanks Bjoern




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Flex with EJB3

2005-09-28 Thread JesterXL
One other thing; are you SURE they are undefined?  Sometimes, OpenAMF is 
notorious for wiping out the toString() method that comes with extending 
Object, so a trace outputs "undefined" or "null", but it really is an object 
with valid properties.

- Original Message - 
From: "JesterXL" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 10:11 AM
Subject: Re: [flexcoders] Flex with EJB3


Guessing that the AMF deserializer on the client can't rebuild the classes
to ActionScript equivalent objects.  Can you make a POJO, copy the
properties, and put those new objects back in the Array (or Object slots)?
Maybe if you put in a basic object that the AMF deserializer understands,
you won't get undefined?

- Original Message - 
From: "flowbacktome" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 9:34 AM
Subject: [flexcoders] Flex with EJB3


Hi there,

having a strange Problem here:

I started using EJB3 and thought that this is a very good choice for
middleware coding. So i built my model with it and tested it with
Swingclients and it worked out well. So i tried to use Flex1.5 to
build a Client. I used the RemoteObject tag and tried to call the
amfgateway that comes with Flex - no possibility to call an EJB3,
though EJB2 is working. After this experience I installed openamf -
with the same result. But having the sourcecode I managed that
openamf now is able to call EJB3 after a recompile of the openamf-
sources. That worked very well but now I experience a problem when I
receive EntityBeans with a ManyToMany relationship: suddenly Objects
get transformed to undefined, not all but some.

I debugged that on the serverside inside the EJB's, in the openamf-
gateway and on the client with no irregularities that caught my eye.

So now I am clueless about what causes Objects to get rendered
undefined and would appreciate every clue that might help me to deal
with this situation.

Greetings Bjoern





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







 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Re: Flex compilation bug

2005-09-28 Thread superabe
Thanks for the taking the time to detail out the issue.
Going to try the workaround mentioned and see if that helps.

- superabe


- Original Message - 
From: "Eric Raymond" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, September 27, 2005 8:33 PM
Subject: [flexcoders] Re: Flex compilation bug


> It is likely you are experiencing the dreaded "NoChange" Flex compiler
> bug.  It is largely silent and affected by incremental compilation.
>
> It is usually the result of some cyclic dependency between various
> source files ... and the reference is via actionscript (embedded in
> mxml or in a source .as file).
>
> If you configure Flex to leave the generated actionscript files, you
> can search for a listener with "NoChange" (I think?) in the .as files.
>
> If you are using incremental compilation, the order in which you
> change files can make this go away (and come back).  (So one ugly work
> around is to delete and touch files in a certain order each time the
> problem occurs).  The command line compiler always breaks (IMHO this
> is better)  ... albeit silently.
>
> The best way to fix this is to use mxmlc to compile the files and make
> changes to your source until it is gone.  COmment out code until the
> error disappears.
>
> This has been acknowledged by Macromedia and it has been suggested
> that it will be gone in 2.0 (translation: "You are going to have to
> deal with this yourself.").  And because this is really a problem at
> the application level, it's not easy to send support a stripped down
> test case (and once you gotten to that point, you've basically have
> your solution).
>
> Good luck.  This is not fun.
>
>
> P.S.  Joe Berkovitz gave me the following excellent advice (this
> thread is in the archive):
>
> In short, turn on the keep-generated option in flex-config.xml, look in
> the -generated.as files for the string "NoChange".  If you
> find it in the generated code for watcher setup, this is most likely
> the compiler bug.  You could verify that it's the bug by touching the
> affected files and doing an incremental recompile by re-requesting the
> app, then comparing with the updated -generated.as files; they should
> be different.
>
> I worked around the problem by having the AS class which instantiates
> the MXML component X also reference an MXML component (call it
> XWrapper) which *includes* the component X by tag reference, binding
> the broken properties to any value at all.
>
> So, in your .as file (which presumably does createChild(X, ...) at some
> point) you'd do this:
>
>  static var XWrapperRef = XWrapper; //
>
> and in XWrapper.mxml, the root components would be:
>
>  
>
> where X.mxml is the file in which bindings to property1, etc. are
> broken.
>
> Note that XWRapper is only referenced as a class, it is never
> instantiated!  That's enough to change the compiler behavior.
>
>
>
>
> --- In flexcoders@yahoogroups.com, "superabe" <[EMAIL PROTECTED]> wrote:
>> Am facing a mystery bug that I can't seem to fathom. Hoping somebody
> on the
>> list know's of a solution.
>> The flex server is set to debug mode and the app uses the Cairngorm
>> Framework and the FAST toolkit.
>>
>> Basically what seems to happen is every time I restart my flex
> server it
>> fails to recognize updates to certain components/renderers.
>>
>>
>> For E.g.
>>
>> I have a number of custom components extending of the TitleWindow,
> that are
>> instantiated using the PopupManager.
>> These have certain components being used as "renderers" within a reeater
>>
>> >
> repeatEnd="initOptions(ModelLocator.cart.isPlanInCart(planDetail.id))">
>>   > categoryName="{categoriesList.currentItem.categoryName}"
>> options="{categoriesList.currentItem.options}"
>> optionUpdate="updatePlanPrice()">
>>   
>>
>> The popupRenderer namespace is pointed to
>> "com.company.appName.view.productDisplay.renderers.*"
>>
>> When I restart my flex server, the repeater works fine and show "n"
> number
>> of OptionsRenderers, but fails to display the values for
> categoryName and
>> options.
>> Now if I open up the mxml file that contains the Repeater and add a
> dummy
>> line of code, like (Echo.debug()), save it and refresh the browser, the
>> values show up and everything is fine.
>> If I restart my flex server the same problem happens again.
>>
>> I initially thought this might be happening only for Popups or
> Repeaters,
>> but I have seen this also in cases where I have components that are not
>> being used in popups and are not in Repeaters
>>
>> Anybody have any ideas / suggestions?
>> Any help is appreciated as this seems to be a flex bug and am not
> sure how
>> to tackle this.
>>
>> Thanks,
>>
>> - superabe
>
>
>
>
>
> --
> 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 -

Re: [flexcoders] Flex with EJB3

2005-09-28 Thread JesterXL
Guessing that the AMF deserializer on the client can't rebuild the classes 
to ActionScript equivalent objects.  Can you make a POJO, copy the 
properties, and put those new objects back in the Array (or Object slots)? 
Maybe if you put in a basic object that the AMF deserializer understands, 
you won't get undefined?

- Original Message - 
From: "flowbacktome" <[EMAIL PROTECTED]>
To: 
Sent: Wednesday, September 28, 2005 9:34 AM
Subject: [flexcoders] Flex with EJB3


Hi there,

having a strange Problem here:

I started using EJB3 and thought that this is a very good choice for
middleware coding. So i built my model with it and tested it with
Swingclients and it worked out well. So i tried to use Flex1.5 to
build a Client. I used the RemoteObject tag and tried to call the
amfgateway that comes with Flex - no possibility to call an EJB3,
though EJB2 is working. After this experience I installed openamf -
with the same result. But having the sourcecode I managed that
openamf now is able to call EJB3 after a recompile of the openamf-
sources. That worked very well but now I experience a problem when I
receive EntityBeans with a ManyToMany relationship: suddenly Objects
get transformed to undefined, not all but some.

I debugged that on the serverside inside the EJB's, in the openamf-
gateway and on the client with no irregularities that caught my eye.

So now I am clueless about what causes Objects to get rendered
undefined and would appreciate every clue that might help me to deal
with this situation.

Greetings Bjoern





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




Re: [flexcoders] tree plus datagrid

2005-09-28 Thread Sreejith Unnikrishnan
You can find a sample at
http://flexauthority.com/samplesIndex.cfm

Look for the Flex TreeGrid under the advanced samples tab.

Sree

Tom Fitzpatrick wrote:

> I'd like to constuct a datagrid whose display is controlled by a tree.
> Nodes in the tree correspond to rows in the datagrid, which are hidden 
> and
> revealed as their associated nodes open and close.
>
> Seems to me there were some postings here about such a combination, but a
> quick search doesn't give me anything. Anyone have any tips, pointers,
> suggestions?
>
> Thanks.
>
> - Tom
>
>
>
>
>
>
> --
> 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 .
>
>
> 
>




 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] Flex with EJB3

2005-09-28 Thread flowbacktome
Hi there,

having a strange Problem here:

I started using EJB3 and thought that this is a very good choice for 
middleware coding. So i built my model with it and tested it with 
Swingclients and it worked out well. So i tried to use Flex1.5 to 
build a Client. I used the RemoteObject tag and tried to call the 
amfgateway that comes with Flex - no possibility to call an EJB3, 
though EJB2 is working. After this experience I installed openamf - 
with the same result. But having the sourcecode I managed that 
openamf now is able to call EJB3 after a recompile of the openamf-
sources. That worked very well but now I experience a problem when I 
receive EntityBeans with a ManyToMany relationship: suddenly Objects 
get transformed to undefined, not all but some.

I debugged that on the serverside inside the EJB's, in the openamf-
gateway and on the client with no irregularities that caught my eye.

So now I am clueless about what causes Objects to get rendered 
undefined and would appreciate every clue that might help me to deal 
with this situation.

Greetings Bjoern 




 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] Flex Server Alternatives

2005-09-28 Thread JesterXL
Laszlo touts itself as being an alternative, but it's not even in the same 
league.

Not sure what happened to KineticFusion, don't hear about it much.

- Original Message - 
From: "Anupam" <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, September 27, 2005 10:31 PM
Subject: [flexcoders] Flex Server Alternatives


Hi all,
  Is there any alternative to Flex server, except the (very expensive) one 
provided by MM?
  Are there any other options? Have all the members of this group who are 
using Flex bought
it/evaluating it? Or is there any other option like a compatible freeware?

  I know freeware versions of Flash Remoting do exist, is there anything for 
Flex?

Thanks,
Anupam.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com



--
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 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] Force initialization of ViewStack children?

2005-09-28 Thread JesterXL





Make the ViewStac's 
creationPolicy="all".
 
- Original Message - 
From: Noah 
Hoffman 
To: flexcoders@yahoogroups.com 
Sent: Tuesday, September 27, 2005 8:20 PM
Subject: [flexcoders] Force initialization of ViewStack 
children?


I’ve got a component that’s not the 
first component my View Stack and I need it to initialize on launch.  Does 
anyone know how to force this?
 
Thanks,
Noah





--
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] tree plus datagrid

2005-09-28 Thread Tom Fitzpatrick
I'd like to constuct a datagrid whose display is controlled by a tree. 
Nodes in the tree correspond to rows in the datagrid, which are hidden and 
revealed as their associated nodes open and close.

Seems to me there were some postings here about such a combination, but a 
quick search doesn't give me anything. Anyone have any tips, pointers, 
suggestions?

Thanks.

- Tom






 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] Calls to CFCs

2005-09-28 Thread Greg Johnson






Here is where the connection is setup in the main file:

"http://cfxtest.research.unc.edu/flashservices/gateway"
source="mr.mr_cfc"
fault="mx.controls.Alert.show(event.fault.faultstring)"
showBusyCursor="true" >
    
    
    
    
    
    
    
    
    
    
    
    
    
    


Here is some of the .as code

//* Events
*
private function getTechEvents():Void {
    mr_cfc.get_tech_detail(tech_key);
}

private function doResultGetTechEvents(result:Array):Void {
    var TempObject:Object = new Object();
    var TempArray:Array = new Array();
    for(var i=0; i < result.length; i++){
 TempObject = result[i];
 TempArray.push(TempObject);
    }
    otd_tech_events_grid.dataProvider = TempArray;

}


David Harris wrote:

There are a couple of ways I have used to debug calls to CFCs...
  
Create a CFM template and call the methods on the CFC the same way you
want your Flex app to. This will let you know if it is the CFC having
a problem.
  
When you call the method, dump out and write the dump to file using

This way you can see what CF is getting from the Flex app.
  
May be usefull to see your calling Flex code to give us an idea of how
you are calling the cfc.
  
On 9/28/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
>  We are currently running the dev/demo copy of flex to see if it
will do
>  what we need.  Thing is we have ran into a strange bug.
>
>  The code makes a call to a CFC and gets back data fine the first
time,
>  but the second time we make a call it just gets hung up.  Yet I
don't
>  run into the problem when I am on the server itself.  Any ideas?
or
>  questions? :)
>
>  --
>  Greg Johnson
>  Owner & Lead Technician
>  [EMAIL PROTECTED]
>
>  Techno-Fix-It
>  Filling the Gap Between the Store and the Repair Shop
>  --
>  www.technofixit.com
>  Phone:(919)-371-1476
>  Fax:(919)-882-9804
>  P.O. Box 1094
>  Morrisville, N.C. 27560
>
>
>
>  --
>  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.
>
>  
>
  

  
  
  

As
a professional in computers, I personaly recommend Avast Antivirus
avast! Antivirus: Inbound
message clean.

Virus
Database (VPS): 0539-1, 09/27/2005
Tested on: 9/28/2005 8:18:45 AM
avast! - copyright (c) 2000-2004 ALWIL Software.


  
  


-- 
Greg Johnson
Owner & Lead Technician
[EMAIL PROTECTED]

Techno-Fix-It
Filling the Gap Between the Store and the Repair Shop
--
www.technofixit.com
Phone:(919)-371-1476
Fax:(919)-882-9804
P.O. Box 1094
Morrisville, N.C. 27560






--
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] CellRenderer for Datagrid and horizontal alignment

2005-09-28 Thread Aly Sidi



HI I have a datagrid with and ImageCellRender.mxml and it works great
but i cant seem to align the image in teh middle of a DataGridColumn

I have tried :
textAlign="Center" and textIndent="xx" for the DatagridColumn
I have alos tried in teh cellrenderer 
still no luck

any more ideas?








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Flex Server Alternatives

2005-09-28 Thread Anupam
Hi all,
  Is there any alternative to Flex server, except the (very expensive) one 
provided by MM?
  Are there any other options? Have all the members of this group who are using 
Flex bought
it/evaluating it? Or is there any other option like a compatible freeware? 

  I know freeware versions of Flash Remoting do exist, is there anything for 
Flex?

Thanks,
Anupam.


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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

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

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

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

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




[flexcoders] Re: TextArea hit-testing

2005-09-28 Thread pkleppner
Tracy, thanks but that article doesn't seem to address my question. I 
understand how to get a mouse position; the tricky part is, given a 
mouse position, determining exactly which character in the text field 
is at a given mouse pixel position.





 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] Force initialization of ViewStack children?

2005-09-28 Thread Noah Hoffman










I’ve got a component that’s not the first
component my View Stack and I need it to initialize on launch.  Does anyone
know how to force this?

 

Thanks,

Noah









--
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] Focus on row of DataGrid

2005-09-28 Thread manish
Hi all,
This is first mail to this group and I am very new to the
flex. I am working on a project in which i need that if i click a
button focus should set on the particulat row of the datagrid. Is it
possible. Do we have some focus property for the datagrid. I will
really appreciate if someone will help me in this regard.

Thanks
Manish Jain




 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/
 




[flexcoders] Re: CellRenderer for Datagrid and horizontal alignment

2005-09-28 Thread Aly Sidi



i figured it out...just thought id share
this is my cell renderer..note the bold.


http://www.macromedia.com/2003/mxml">

    
        
    [Embed(source="online.png")]
    var trueImage:String;
    [Embed(source="offline.png")]
    var falseImage :String;

    function setValue(str:String, item:Object, sel:Boolean) : Void {
       
       image.x = (layoutWidth/2) - (image.width/2);
            if(item.isAvailable == true)
            {
                image.source = trueImage;
                
            }
            else
            {
                
                image.source = falseImage;
                
            }
            
    }

    

    


On 9/27/05, Aly Sidi <[EMAIL PROTECTED]> wrote:
HI I have a datagrid with and ImageCellRender.mxml and it works great
but i cant seem to align the image in teh middle of a DataGridColumn

I have tried :
textAlign="Center" and textIndent="xx" for the DatagridColumn
I have alos tried in teh cellrenderer 
still no luck

any more ideas?










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





  




  
  
  YAHOO! GROUPS LINKS



   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] Calls to CFCs

2005-09-28 Thread David Harris
There are a couple of ways I have used to debug calls to CFCs...

Create a CFM template and call the methods on the CFC the same way you
want your Flex app to. This will let you know if it is the CFC having
a problem.

When you call the method, dump out and write the dump to file using

This way you can see what CF is getting from the Flex app.

May be usefull to see your calling Flex code to give us an idea of how
you are calling the cfc.

On 9/28/05, Greg Johnson <[EMAIL PROTECTED]> wrote:
>  We are currently running the dev/demo copy of flex to see if it will do
>  what we need.  Thing is we have ran into a strange bug.
>
>  The code makes a call to a CFC and gets back data fine the first time,
>  but the second time we make a call it just gets hung up.  Yet I don't
>  run into the problem when I am on the server itself.  Any ideas? or
>  questions? :)
>
>  --
>  Greg Johnson
>  Owner & Lead Technician
>  [EMAIL PROTECTED]
>
>  Techno-Fix-It
>  Filling the Gap Between the Store and the Repair Shop
>  --
>  www.technofixit.com
>  Phone:(919)-371-1476
>  Fax:(919)-882-9804
>  P.O. Box 1094
>  Morrisville, N.C. 27560
>
>
>
>  --
>  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.
>
>  
>


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Confusing error message

2005-09-28 Thread David Harris
We had this problem, and I asked Mr Google, and he told em this...
http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=tn_19520

HTH

On 9/28/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> I would post the code on this but as the code is too large I will just post 
> the error. First I want to say I have never seen this error before I mean at 
> least not in this format. Lets say I have a project and I name it play ok and 
> an error message comes up that looks like this
> Error /flexstore/play-generated.as:4641
> Branch between 40937 and 73707 around line 0 exceeds 32K span. If possible, 
> please refactor this component.
>
>
> Error
> Branch between 40937 and 73707 around line 0 exceeds 32K span.
>
>
> What the difference is basicly is I never see the -generated after the 
> project name when I go over 32k? I am wondering if I ran in to something 
> else. I have seen the error just not the -generated after the project 
> name
>
>   --
>  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.
>
>


 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] multiple popups and border color of active popup

2005-09-28 Thread Nithya R



hai all
 
i need to change the border color of the active popup alone incase of multiple popups in a screen... is there any way of achieveing it?
 
any help is welcome..
 
nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com 





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



  









AW: [flexcoders] KeyDown event in mx:Application tag

2005-09-28 Thread Christoph Diefenthal
Hi 


Maybe this helps. It works directly without pressing any Buttons...





http://www.macromedia.com/2003/mxml"; 
xmlns:cm="module.customModules.*"
xmlns:inc="indexIncludes.*"
backgroundColor="#FF"
initialize="initThis()">










Cheers,
Christoph



> -Ursprüngliche Nachricht-
> Von: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Im
> Auftrag von Shanmuga Raja
> Gesendet: Dienstag, 27. September 2005 16:44
> An: flexcoders@yahoogroups.com
> Betreff: Re: [flexcoders] KeyDown event in mx:Application tag
> 
> Hi,
> 
> Any idea why the KeyDown event in the mx:Application Level is not trapped
> properly.
> Here is the code snippet. Please find a detailed explanation of the
> problem in this chain of mails.
> 
> 
> http://www.macromedia.com/2003/mxml";
> keyDown="keyEvt(event)">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Thanks & Warn Regards,
> Raja
> 
> 
> On 9/26/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote:
> 
>   You can not trap all function keys if your flex application is
> running in browser. There are various JavaScript hacks, which can trap
> keyboard shortcuts reserved by various browsers. But it is not pretty
> straight forward.
> 
>   -abdul
> 
> 
> 
>   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
> On Behalf Of Shanmuga Raja
>   Sent: Monday, September 26, 2005 6:41 PM
>   To: flexcoders@yahoogroups.com
>   Subject: [flexcoders] KeyDown event in mx:Application tag
> 
> 
> 
>   Hi,
> 
>   I am trying to use KeyDown event in mx:Application level to trap
> Function Keys (F1,F2,etc.).
>   I have the following 2 problems:
> 
>   1. The KeyDown event does not get triggered the first time page is
> loaded, but after I click on the button the key events are triggered.
>   I have attached event.mxml which has this problem. The same code
> works properly if I use mouseDown instead. The mouse events are triggered
> and trapped properly. Please help me out if I had done something wrong in
> this!
> 
>   2. I want to trap all the Function keys and override the default
> actions of the Browser. For example I want to Set focus to a textinput on
> click of F1 key. I am able to get handle to the function key event in the
> actionscript but the Windows Help page also loads in IE.
>   Is there any way using Actionscripts to override this behaviour?
> 
>   Thanks & Warm Regards,
>   Raja
> 
> 
> 
>   --
>   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]  [EMAIL PROTECTED]>
> 
> 
>   *Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service  .
> 
> 
> 
> 
> 
> 
> 
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
> 
> 
> 
> 
> SPONSORED LINKS
> Web site design development
>  te+design+development&w2=Computer+software+development&w3=Software+design+
> and+development&w4=Macromedia+flex&w5=Software+development+best+practice&c
> =5&s=166&.sig=L-4QTvxB_quFDtMyhrQaHQ> Computer software
development
>  site+design+development&w2=Computer+software+development&w3=Software+desig
> n+and+development&w4=Macromedia+flex&w5=Software+development+best+practice
> &c=5&s=166&.sig=lvQjSRfQDfWudJSe1lLjHw>   Software design and
development
>  b+site+design+development&w2=Computer+software+development&w3=Software+des
> ign+and+development&w4=Macromedia+flex&w5=Software+development+best+practi
> ce&c=5&s=166&.sig=1pMBCdo3DsJbuU9AEmO1oQ>
> Macromedia flex
>  velopment&w2=Computer+software+development&w3=Software+design+and+developm
> ent&w4=Macromedia+flex&w5=Software+development+best+practice&c=5&s=166&.si
> g=OO6nPIrz7_EpZI36cYzBjw> Software development best practice
>  =Web+site+design+development&w2=Computer+software+development&w3=Software+
> design+and+development&w4=Macromedia+flex&w5=Software+development+best+pra
> ctice&c=5&s=166&.sig=f89quyyulIDsnABLD6IXIw>
> 
> _

[flexcoders] Java2AS and constants

2005-09-28 Thread zipo13
Hi,
Did anyone manage to get java2AS of Christophe
Coenraets(http://coenraets.com/index.jsp) to export java constants to
AS files.
I have several java constants (public static final String) that I want
to automatically export to flex but can't find a way to do so,
it seems that the java2as just ignores class memebers altogether.




 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/
 




Re: [flexcoders] Aligning background images

2005-09-28 Thread Lorenzo Benvenuti
Thanks for your suggestion , but I'd prefer to use your fix only as a
last resort, since it shrinks or enlarges the image within its
container.

Thank you,

Lorenzo

On mer, 2005-09-28 at 14:07 +0530, Sreejith Unnikrishnan wrote:
> Try backgroundSize="100%" for each of the areas alongwith the 
> backgroundImage attribute.
> 
> Sree
> 
> Lorenzo Benvenuti wrote:
> 
> > Hi All,
> >
> > I'm in troubles while trying to assign background images to my
> > application. Suppose I have three horizontal areas: a header, a working
> > area and a footer. The header and the footer have fixed height, the
> > working area height should fill the remaining space depending on the
> > browser window size. Widths are not determined. For each area I have a
> > overdimensioned background image which should be anchored to the top
> > left corner when the user resizes the browser window. If I use the
> > backgroundImage attribute I obtain center-aligned images: is there any
> > way to left align a background image? If not, I think I could use
> > canvases to embed images into my applictions, but I cannot make the
> > working area behave in the correct way when resizing the window. Any
> > idea?
> >
> > Regards,
> >
> > Lorenzo
> >
> > -- 
> > Lorenzo Benvenuti
> >
> > Gruppo Servizi Management Systems
> > Via Farnesi, 141
> > 55100 Lucca
> >
> > tel. (+39)058396811
> > fax. (+39)058391199
> >
> > e-mail: [EMAIL PROTECTED]
> > http://www.grupposervizi.it
> >
> >
> >
> > --
> > 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 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
> 
> 
> 
>  
> 
> 
-- 
Lorenzo Benvenuti

Gruppo Servizi Management Systems
Via Farnesi, 141
55100 Lucca

tel. (+39)058396811
fax. (+39)058391199

e-mail: [EMAIL PROTECTED]
http://www.grupposervizi.it



 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] Aligning background images

2005-09-28 Thread Sreejith Unnikrishnan
Try backgroundSize="100%" for each of the areas alongwith the 
backgroundImage attribute.

Sree

Lorenzo Benvenuti wrote:

> Hi All,
>
> I'm in troubles while trying to assign background images to my
> application. Suppose I have three horizontal areas: a header, a working
> area and a footer. The header and the footer have fixed height, the
> working area height should fill the remaining space depending on the
> browser window size. Widths are not determined. For each area I have a
> overdimensioned background image which should be anchored to the top
> left corner when the user resizes the browser window. If I use the
> backgroundImage attribute I obtain center-aligned images: is there any
> way to left align a background image? If not, I think I could use
> canvases to embed images into my applictions, but I cannot make the
> working area behave in the correct way when resizing the window. Any
> idea?
>
> Regards,
>
> Lorenzo
>
> -- 
> Lorenzo Benvenuti
>
> Gruppo Servizi Management Systems
> Via Farnesi, 141
> 55100 Lucca
>
> tel. (+39)058396811
> fax. (+39)058391199
>
> e-mail: [EMAIL PROTECTED]
> http://www.grupposervizi.it
>
>
>
> --
> 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 .
>
>
> 
>




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Re: KeyDown event in mx:Application tag

2005-09-28 Thread bhaq1972
if you mousedown on the button the keydown event gets triggered. 
i dont know why this is the case (had this problem as well),  but a 
workaround do the following




function startUp()
{
  Key.addListener(this);
}

function onKeyDown():Void
{
  alert(Key.getCode());
}




--- In flexcoders@yahoogroups.com, Shanmuga Raja <[EMAIL PROTECTED]> 
wrote:
> Hi,
> 
> Any idea why the KeyDown event in the mx:Application Level is not 
trapped
> properly.
> Here is the code snippet. Please find a detailed explanation of 
the problem
> in this chain of mails.
> 
> 
> http://www.macromedia.com/2003/mxml";
> keyDown="keyEvt(event)">
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> Thanks & Warn Regards,
> Raja
> 
> On 9/26/05, Abdul Qabiz <[EMAIL PROTECTED]> wrote:
> >
> > You can not trap all function keys if your flex application is 
running in
> > browser. There are various JavaScript hacks, which can trap 
keyboard
> > shortcuts reserved by various browsers. But it is not pretty 
straight
> > forward.
> >  -abdul
> >
> >  --
> > *From:* flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] *On
> > Behalf Of *Shanmuga Raja
> > *Sent:* Monday, September 26, 2005 6:41 PM
> > *To:* flexcoders@yahoogroups.com
> > *Subject:* [flexcoders] KeyDown event in mx:Application tag
> >
> > Hi,
> >
> > I am trying to use KeyDown event in mx:Application level to trap 
Function
> > Keys (F1,F2,etc.).
> > I have the following 2 problems:
> >
> > 1. The KeyDown event does not get triggered the first time page 
is loaded,
> > but after I click on the button the key events are triggered.
> > I have attached event.mxml which has this problem. The same code 
works
> > properly if I use mouseDown instead. The mouse events are 
triggered and
> > trapped properly. Please help me out if I had done something 
wrong in this!
> >
> > 2. I want to trap all the Function keys and override the default 
actions
> > of the Browser. For example I want to Set focus to a textinput 
on click of
> > F1 key. I am able to get handle to the function key event in the
> > actionscript but the Windows Help page also loads in IE.
> > Is there any way using Actionscripts to override this behaviour?
> >
> > Thanks & Warm Regards,
> > Raja
> >
> >
> >  --
> > 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 .
> >
> >
> >  --
> >




 Yahoo! Groups Sponsor ~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/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] Aligning background images

2005-09-28 Thread Lorenzo Benvenuti
Hi All,

I'm in troubles while trying to assign background images to my
application. Suppose I have three horizontal areas: a header, a working
area and a footer. The header and the footer have fixed height, the
working area height should fill the remaining space depending on the
browser window size. Widths are not determined. For each area I have a
overdimensioned background image which should be anchored to the top
left corner when the user resizes the browser window. If I use the
backgroundImage attribute I obtain center-aligned images: is there any
way to left align a background image? If not, I think I could use
canvases to embed images into my applictions, but I cannot make the
working area behave in the correct way when resizing the window. Any
idea?

Regards,

Lorenzo

-- 
Lorenzo Benvenuti

Gruppo Servizi Management Systems
Via Farnesi, 141
55100 Lucca

tel. (+39)058396811
fax. (+39)058391199

e-mail: [EMAIL PROTECTED]
http://www.grupposervizi.it



 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/