RE: [flexcoders] Flex 1.5 for PDAs Mobiles ??

2005-12-14 Thread Philippe Maegerman
I think the latest flash player you can find is version 6 (mx).  It integrates 
in IE so you can play swf files in the browser.
It's available here : 
http://www.macromedia.com/software/flashplayer/pocketpc/2002.html
Since flex 1.5 is version 7 swf files and flex 2 version 8.5, I think you are 
gonna have to wait a bit.
 
Philippe
 



From: flexcoders@yahoogroups.com on behalf of Mark Wales
Sent: Tue 13/12/2005 14:56
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Flex 1.5 for PDAs  Mobiles ??



Jesse made the comment that the PocketPC is different and able to run a
regular Flash Player. Has anyone successfully installed and run an 8.5
Flash Player on a PocketPC? If so, which one?

-Mark

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Andrew Muller
Sent: Monday, December 12, 2005 10:05 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex 1.5 for PDAs  Mobiles ??

Clint

It's like Jessie said, the power of the processer in your average is
the problem, hey consider Palm - there's no Flash player there at all.
AFAIK it's up to the hardware manufacturer to make their device work
with the Flash player, not the reverse...

Andrew

On 12/13/05, Clint Modien [EMAIL PROTECTED] wrote:
  Is there even a flex compatible player for a pda?  Flex requires
7.0... i'm
 pretty sure this wouldn't work.  I know when I code a small flex app
it
 takes up 20 megs in my browser.  I also can't imagine rendering on a
400Mhz
 cpu.

 I remembered reading about this a while back so I ran a search...

 Here's the official word from Lucian.
 http://www.mail-archive.com/flexcoders@yahoogroups.com/msg04309.html




 On 12/12/05, Aldo Bucchi [EMAIL PROTECTED] wrote:
 
  Hi Clint,
 
  Man, I was definitely expecting more interest in this one!!
  so... should I simply presume that Flex is not yet ready to go
mobile?
 
  Note that I have full control over the version of the installed
player
  in the PDAs ( it is for use within a company ).
 
 
  Looks like I might be going back to good old Flash RIAs :(
  I will try to get something new into the menu to make things more
  interesting... perhaps actionstep.
 
  Best,
  Aldo
 
  On 12/12/05, Clint Modien [EMAIL PROTECTED] wrote:
Your worried with good cause.
  
I think that for handhelds flash mx has scaled down versions of
their
   components to account for the processing diff.
  
Really interested to know how this turns out for you.
  
Hope you get a chance to post your results.
  
  
   On 12/12/05, Aldo Bucchi  [EMAIL PROTECTED] wrote:
   
Hi all,
   
Anyone had any experience in building Flex apps for PDAs and
Mobiles?
I haven't done any work in the field so far.
Only flash lite.
   
Any comments / expriences / resouces?
   
I am a little worried about performance... :P
   
   
--
: Aldo Bucchi :
mobile (56) 8 429 8300
   
   
   
--
Flexcoders Mailing List
FAQ:
  
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
  
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
   
   
   
   
   
   
   
   
  
  
  
--
Flexcoders Mailing List
FAQ:
  
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
  
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
  
  
  

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

  
 
 
  --
  : Aldo Bucchi :
  mobile (56) 8 429 8300
 
 
 
  --
  Flexcoders Mailing List
  FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 



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




  
  YAHOO! GROUPS LINKS


  Visit your group flexcoders on the web.

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

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

  



--

---
Andrew Muller
Mentor | Trainer | Developer | Consultant

tel: 02-9792-7464 ~ mob: 0407-886-122 ~ fax: 02-9792-8151



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

RE: [flexcoders] Modifying Scroll Bars

2005-12-14 Thread Philippe Maegerman
You can play with the scrollbar styles here:
http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html
 
Philippe



From: flexcoders@yahoogroups.com on behalf of Sreenivas R
Sent: Wed 14/12/2005 6:06
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Modifying Scroll Bars


Hi Jeff,
 
From what I know there are two ways to do this.
 
You can set the several styles available for the ScrollBar. Take a look at the 
default.css file which lists many of the styles. Using a Style tag for 
ScrollBar you can change the look at feel of all the scroll bars in your 
application or you can set it on individual controls. 
 
Or you can set the vScrollBarStyleName or hScrollBarStyleName of any control to 
change only horizontal or vertical scroll bar styles.
 
-Sreenivas

 
On 12/13/05, ffej1138 [EMAIL PROTECTED] wrote: 

I searched the forums here but could not find an answer to this
question, so I appologize if this is perhaps already answered 
somewhere else.

I am new to Flex and am having a difficult bout figuring out how to
modify the look of the horizontal scrollbars.

I want to completly change how the horizontal scroll bars look in my
window. It's okay if all the scrollbars within my page end up looking
like these as thats kind of the end goal.

I think I need to modify a scoll bar component? Perhaps change some
Assets? not sure where to start. Anyone out there have an idea on how 
I would go about doing this?

Thanks

Jeff






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











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




SPONSORED LINKS 
Web site design development 
http://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ
 Computer software development 
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw
 Software design and development 
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ
 
Macromedia flex 
http://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw
 Software development best practice 
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developmentw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw
   



YAHOO! GROUPS LINKS 



*Visit your group flexcoders 
http://groups.yahoo.com/group/flexcoders  on the web.
  
*To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] 
  
*Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service 
http://docs.yahoo.com/info/terms/ . 






--
**STATEMENT OF CONFIDENTIALITY** 

This e-mail and any attached files are confidential and intended solely for the 
use of the individual to whom it is addressed. If you have received this email 
in error please send it back to the person that sent it to you. Any views or 
opinions presented are solely those of author and do not necessarily represent 
those the Emakina Company. Unauthorized publication, use, dissemination, 
forwarding, printing or copying of this email and its associated attachments is 
strictly prohibited.

We also inform you that we have checked that this message does not contain any 
virus but we decline any responsability in case of any damage caused by an a 
non detected virus.
--



 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are 

[flexcoders] html link in text

2005-12-14 Thread Nithya R



hi, i want to have a text with a html link in between.. like"click HERE for more details" .. in this sentence HERE alone should be a link... how to do thisthanks,  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








  
  
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] html link in text

2005-12-14 Thread Abdul Qabiz





Please see the code below:

mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml" 
creationComplete="initApp()"mx:Script![CDATA[import 
mx.controls.Alert;function 
openLink(){Alert.show("Link 
Clicked");}function 
initApp(){

txt.htmlText = "Click a 
href=''font 
color='#FF'uhere/u/font/a for more 
details.";}]]/mx:Scriptmx:TextArea 
id="txt" //mx:Application



You can also use _javascript_: in a / tag or you 
can put a url there...

-abdul


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Nithya RSent: 
Wednesday, December 14, 2005 4:08 PMTo: flexcodersSubject: 
[flexcoders] html link in text

hi,

 i want to have a text with a html link in between.. like

"click HERE for more details" .. in this 
sentence HERE alone should be a link... how to do this

thanks,
nithya
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] Re: Packages must not be nested

2005-12-14 Thread rishikeshshetty
Make the interface public.


package org.jivesoftware.xiff.data {
public interface IExtension
{
function getNS():String;
function getElementName():String;
}

}
--- In flexcoders@yahoogroups.com, João Fernandes [EMAIL PROTECTED]
wrote:

 Indeed it worked but I'm having a weird behavior with interfaces.
 
 FB Alpha 1 says :  
 A file found in an actionscript-classpath must have an externally
visible definition. If a definition in the file is meant to be
externally visible, please put the definition in a package. IExtension.as
 
 This file is an interface 
 interface org.jivesoftware.xiff.data.IExtension
 {
   function getNS():String;
   function getElementName():String;
 }
 And I have some classes implementing them, but when I try to put the
interface definition inside a package to correct the error that FB
throws, classes seem not be able to find them.
 
 Error:
 Interface IExtension not found
 
 Package trying to import the interface
 !---
 package org.jivesoftware.xiff.data.auth{
 import org.jivesoftware.xiff.data.IExtension;
 import org.jivesoftware.xiff.data.ISerializable;
 
 import org.jivesoftware.xiff.data.Extension;
 import org.jivesoftware.xiff.data.ExtensionClassRegistry;
 import org.jivesoftware.xiff.data.auth.SHA1;
 
 /**
  * Implements a
href=http://www.jabber.org/jeps/jep-0078.html;JEP-0078a for non
SASL authentication.
  *
  * @author Sean Treadway
  * @since 2.0.0
  * @param parent The extension's parent node
  * @availability Flash Player 7
  * @toc-path Extensions/Authentication
  * @toc-sort 1/2
  */
 public class AuthExtension extends Extension implements IExtension,
ISerializable
 {
 }
 }
 !---
 
 
 João Fernandes
 Secção de Desenvolvimento
 Departamento de Informática
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On Behalf Of Jeff Tapper
 Sent: terça-feira, 13 de Dezembro de 2005 19:01
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Packages must not be nested
 
 chances are you have something like this:
 
 package myPackage{
class myPackage.myClass{
}
 
 }
 
 you no longer declare the package name as part of the class,
instead, try this:
 
 package myPackage{
class myClass{
}
 
 }
 At 01:12 PM 12/13/2005, you wrote:
 Hi there,
 
 does anyone know what does this mean? I'm trying to convert XIFF AS2 
 classes into AS3 and I had to set those inside packages but Flex 
 Builder is throwing me this error.
 
 Thanks,
 
 João Fernandes
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txthttp:
 //groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.comhttp://www.ma
 il-archive.com/flexcoders%40yahoogroups.com
 
 
 
 
 --
 YAHOO! GROUPS LINKS
 
 *  Visit your group
  http://groups.yahoo.com/group/flexcodersflexcoders on the web.
 *
 *  To unsubscribe from this group, send an email to:
 *
  mailto:[EMAIL PROTECTED]fle
  [EMAIL PROTECTED]
 
 *
 *  Your use of Yahoo! Groups is subject to the 
  http://docs.yahoo.com/info/terms/Yahoo! Terms of Service.
 
 
 --
 
 
 
 
  Yahoo! Groups Sponsor
~-- Most low income homes are not online. Make a
difference this holiday season!
 http://us.click.yahoo.com/5UeCyC/BWHMAA/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 ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/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] Menu Bar Killing me. Can someone help.

2005-12-14 Thread Sreenivas R



Hi Jeremy,

I tried using the code on cflex.net. It works fine for me.

What is the problem you are facing ?

-Sreenivas
On 12/8/05, Jeremy Rottman [EMAIL PROTECTED] wrote:
I have a menu bar that I have written in flex 2.0, that I would liketo use to control a view stack. I have tried using the 
1.5 method thatis posted on cflex.net, but it does not work with flex 2.0.Does anyone have a clue on how I can do this, I have been fightingwith this for almost a week.
 Yahoo! Groups Sponsor ~--Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/nhFolB/TM~---Flexcoders Mailing 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/







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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] Re: html link in text

2005-12-14 Thread edeustace
--- In flexcoders@yahoogroups.com, Nithya R [EMAIL PROTECTED] wrote:

 hi,

 i want to have a text with a html link in between.. like

   click HERE for more details .. in this sentence HERE alone
should be a link... how to do this

   thanks,
   nithya
 
 Send instant messages to your online friends
http://uk.messenger.yahoo.com

hi,
try this..
mx:Script
![CDATA[
var myLink = click for a href='http://www.digg.com' /digg.com/a
]]
/mx:Script
mx:Text htmlText={myLink}/

ed






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

2005-12-14 Thread weeksie31
Hi all,

I need to evaluate the ability of a flex app to read from xml files 
stored locally (local disk/network).

Is this at all possible?  Anyone know of any blog entries etc that 
discuss offline flex usage?

Thanks,

Nick






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

2005-12-14 Thread Mink, Joseph





As far as I know, this can not be done in Flex 1.5, but can 
be done in Flex 2.0 (now in beta). I'm sure I'll be corrected if I'm 
wrong, though : )


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of 
weeksie31Sent: Wednesday, December 14, 2005 8:11 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Local data access in 
Flex
Hi all,I need to evaluate the ability of a flex app to 
read from xml files stored locally (local disk/network).Is this at 
all possible? Anyone know of any blog entries etc that discuss offline 
flex usage?Thanks,Nick





--
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] Introspection and ASSetPropFlags ()

2005-12-14 Thread Mink, Joseph





Hi 
all,

I'm trying to 
introspect an object in Flex 1.5, and I'm trying to use ASSetPropFlags to do 
it...but I'm getting an error saying that the method doesn't 
exist:

Error /ROTest.as:7 
There is no method with the name 'ASSetPropFlags'.

Should 
that method work in Flex? Has any one had experience using it? 
Here's my usage:

function gimmeBackResultHandler (result:Object){trace 
("Begin gimmeBackResultHandler ()");ASSetPropFlags 
(result,null,//Make all properties 
viewable1,//Linux-like bitwise 
permissionstrue//Whether these permissions can be 
hidden again 
later);for(prop in 
result){ trace 
(prop);}trace ("End gimmeBackResultHandler 
()");}
Thanks...

Joey Mink
[Software Engineer @ Solers, 
Inc.]
Voice: 703 480 2450
Fax: 703 263 2663
[EMAIL PROTECTED]






--
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 2.0) interacting with SWF files

2005-12-14 Thread Mark Wales










Check out the presentation materials that
Waldo provided in support of his Max session:



http://www.waldosmeets.com/index.cfm?entryID=596







-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of Michael Hansen
Sent: Tuesday, December 13, 2005
8:21 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] (Flex
2.0) interacting with SWF files



Not exactly what you are looking for, but perhaps it
may help you anyway...

http://www.helpqlodhelp.com/blog/archives/000141.html

http://www.livejournal.com/users/mannu/305284.html

cheers

-michael





On 12/13/05, Darin Kohles [EMAIL PROTECTED] wrote:

I was wondering if anyone can point me to some good
documentation for
interacting with Flash generated SWF files in Flex
2.0. At present I'm
trying to re-skin some components with dynamic
content (small event
triggerd animations) but so far to no avail.

Any help would be appreciated.

Thanks





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










YAHOO! GROUPS LINKS 




Visit your group flexcoders on
the web.



To unsubscribe from
this group, send an email to:

[EMAIL PROTECTED]



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




















--
Flexcoders 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] Introspection and ASSetPropFlags ()

2005-12-14 Thread Mink, Joseph





Thanks, Dirk.

I ended up not using ASSetPropFlags because it seems that 
you can't have a Java Remote Object call return atype that doesn't already 
have a AS equivalent class defined.

Joey


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Dirk 
EismannSent: Tuesday, December 13, 2005 8:58 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Introspection and 
ASSetPropFlags ()

The trick is to use _global.ASSetPropsFlags() - should 
work.

Dirk.

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Mink, 
  JosephSent: Tuesday, December 13, 2005 1:59 PMTo: 
  flexcoders@yahoogroups.comSubject: [flexcoders] Introspection and 
  ASSetPropFlags ()
  
  My apologies if this is a repeat...my last post 
  didn't go through:
  
  
  Hi 
  all,
  
  I'm trying to 
  introspect an object in Flex 1.5, and I'm trying to use ASSetPropFlags to do 
  it...but I'm getting an error saying that the method doesn't 
  exist:
  
  Error /ROTest.as:7 
  There is no method with the name 'ASSetPropFlags'.
  
  Should that method work in Flex? Has any one had experience using 
  it? Here's my usage:
  
  function gimmeBackResultHandler (result:Object){trace 
  ("Begin gimmeBackResultHandler ()");ASSetPropFlags 
  (result,null,//Make all properties 
  viewable1,//Linux-like bitwise 
  permissionstrue//Whether these permissions can be 
  hidden again 
  later);for(prop in 
  result){ trace 
  (prop);}trace ("End gimmeBackResultHandler 
  ()");}
  Thanks...
  
  Joey Mink
  [Software Engineer @ Solers, 
  Inc.]
  Voice: 703 480 2450
  Fax: 703 263 2663
  [EMAIL PROTECTED]
  





--
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] Datagrid CellRenderer doesn't fill entire cell

2005-12-14 Thread stepanhil
Hi,

I'm customizing background color of cells based on the value in cell.
I got that working, the problem is that I get 1px spacing between the
cell and vertical grid (not always on all sides though). It seems to
have something to do with styles, but I can't find a way to get rid of it.

In comparison, setting a cell background on column has the desired
effect (no spacing between bg color and border)

I've tried to base the renderer on Box, Canvas and modifying margins
and vertical gaps but without success.

Thanks, Stepan







 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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: HTTPService Fault...???

2005-12-14 Thread martinator
--- In flexcoders@yahoogroups.com, Dave Wolf [EMAIL PROTECTED] wrote:


Thaks Dave,

I mucked around that flex-config.mxml file.

I wound up setting the location for the external-proxy.  I pointed it 
towards on of my companies proxy servers.

That seemed to do the trick.

I did a number of other things which may have helped (or hurt, but 
I'll probably discover 'how' later)

Again, thanks for pointing me in the right direction...

Marty

 
 There  is a file in your installation called flex-config.xml  which
 includes some initial configurations you will need to setup to get
 past this issue.  
 
 By default Flex controls send their data access requests through a
 proxy that runs on the server.  That proxy also by default only will
 allow clients to connect if they are listed in a whitelist
 configured in that file.  
 
 The other fix (dependant on the data acess service and topology) is
 that you could simply bypass the proxy.  In many cases it is simply
 overhead.
 
 -- 
 Dave Wolf
 Cynergy Systems, Inc.
 Macromedia Flex Alliance Partner
 http://www.cynergysystems.com
 
 Email: [EMAIL PROTECTED]
 Office: 866-CYNERGY
 
 --- In flexcoders@yahoogroups.com, martinator [EMAIL PROTECTED] wrote:
 
  I picked up the book by Steven Webster and Alistar 
  McLeod, Developing Rich Clients With Macromedia FLEX.  I 
downloaded 
  the source 
  code, [http://www.iterationtwo.com/flexbook/source.html], off of 
  their site.
  
  I try running the 'BlogReader.mxml' example from Chapter 2 and I 
  cannot get it to work.  When I click on just 
  about anything that tries to get external data I get:
  
  
  Error
  
  HTTPService Fault:
  java.lang.RuntimeException: Your are not allowed to access the 
URL 
  ##insert URL here## via this proxy.  The URL is not in the 
proxy's 
  whitelist.
  
  
  It is very frustrating when the first sample in the book throws 
an 
  error like this. (all the other errors it throws I can deal with, 
  i.e. 'widthFlex is depreciated', yada yada yada...)
  
  Can anybody help me out?
  
  Marty M
  
  PS - I am running the Macromedia Integrated Flex Server (w/ 
jrun4) on 
  an XP box.
 










 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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 Builder 2 for flex1.5

2005-12-14 Thread Tom Ortega



Espanol:
Si, puedes crear codigo de Flex 1.5 en FB2 pero necesitas Flex Server 1.5 para compliar el codigo MXML en el servidor.

English:
Yes, you can use Flex Builder 2 to edit you MXML, but you'll need a Flex 1.5 Server running somewhere to dish it up.

-Tom(as)
On 12/13/05, Fernando Lobos [EMAIL PROTECTED] wrote:
somewhere using Flex Builder 2 to developed in flex 1.5 , do can? --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



  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: columnCount prop doesn't work in TileList(Flex2.0)

2005-12-14 Thread keishichi2001
--- In flexcoders@yahoogroups.com, keishichi2001
[EMAIL PROTECTED] wrote:

 any info?
 
In case if you guys are confused with my explanation, i would explain
it more simply

mx:TileList id=tl_month width=100% height=100% columnCount=7 ...
/mx:TileList

With above code, the TileList should have 7 columns, but 4 columns...

Is it a bug on Flex2?


-k


 -k
 
 --- In flexcoders@yahoogroups.com, keishichi2001
 [EMAIL PROTECTED] wrote:
 
  My application has a TileList as following.
  
  mx:TileList id=tl_month width=100% height=100% columnCount=7
  borderStyle=none dataProvider={myService.getData.result}
  listItemRenderer=myCellRenderer showEffect=Dissolve 
  
  myCellRenders is a custom component based on Canvas, and it has no
  definition both on height and width.
  
  The problem is, the TileList displays only 4 columns and 5th element
  is displayed in next row.
  I want that to be showed as 7 x N.
  
  Note that the TileList shows a monthly calendar.
  
  
  Thanks,
  Keishichi
 









 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/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: Web services: Question about array serialization

2005-12-14 Thread fc989898
Matt, thanks for pointing me in the right direction. Anyway, I tried 
everything but couldn't make the array serialize as MyClass, it 
always serializes as item elements.

Can you please provide an example on how to make an array be 
serialized using a custom name?

Also, I couldn't find docs or samples regarding mx:request 
format=xml.

Thanks a lot








 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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: CF adapter and Flex 2

2005-12-14 Thread Jeremy Tooley






Hi all,

I am having some difficulties using RemoteObject. I was wondering how
you test when the swf is running locally and the cf page is on another
server.

I have

mx:RemoteObject id="TestFunction"
 destination="TestReport"
  showBusyCursor="true"
mx:method name="getHits" result="getHits_result(event)"/
mx:method name="getSpeed" result="Speed_result(event)"/
/mx:RemoteObject

But I really dont know where I set my gateway url. And is it possible
to use the adapter with coldfusion 6.

Thanks
Jeremy



-- 

Untitled Document
Jeremy Tooley
Interactive Director / Partner 
We Made That Design Group Inc.
p:403.668.0857
p:604.628.1682
c:403.836.3048
www.wemadethat.com
[EMAIL PROTECTED]








--
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] Local data access in Flex

2005-12-14 Thread Sreejith Unnikrishnan






Correction. For XML, check out "Embedding static XML document".

Sree

PS: When you say offline, are u saying u do not run the app off a
server or is it that you do not access data over the server?
In the first case, Nick is right, you cannot do it in 1.5, it is
possible in 2.0.


Sreejith Unnikrishnan wrote:

  
  
Check the samples that come with Flex 1.5.
For XML read, check XML over HTTP
For offline access, check "Occassionaly Connected Client."
  
Sree
  
weeksie31 wrote:
  Hi all,

I need to evaluate the ability of a flex app to read from xml files 
stored locally (local disk/network).

Is this at all possible? Anyone know of any blog entries etc that 
discuss offline flex usage?

Thanks,

Nick





  









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





  




  
  
  YAHOO! GROUPS LINKS



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



  













[flexcoders] Re: Local data access in Flex

2005-12-14 Thread Brendan Meutzner

mx:Model source=employees.xml id=employee1/


This one comes from the Flex Explorer samples under Embedding Data...




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

 Hi all,
 
 I need to evaluate the ability of a flex app to read from xml files 
 stored locally (local disk/network).
 
 Is this at all possible?  Anyone know of any blog entries etc that 
 discuss offline flex usage?
 
 Thanks,
 
 Nick








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

2005-12-14 Thread fc989898
Some more details: it's a .NET web service which expects a DataSet as 
input parameter. 

Since the array of MyClass objects is serialized by Flex as item 
elements, the resulting DataSet contains a DataTable named item, 
whereas it should be named MyClass.

Any help is much appreciated





 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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: Local data access in Flex

2005-12-14 Thread weeksie31
Sree,

By offline I mean the data is not on the web server running the flex 
app.

Is it still possible to use the embedding xml approach, with remote 
flex app and local data?  

PS The flex app doesn't have to execute on a web server for my 
requirements, is it possible to run v2.0 as a local flash projector 
type app?

Cheers,

Nick





 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Local data access in Flex

2005-12-14 Thread Clint Modien



The answer is no. The only disk access you have on the client side in Flex 1.5 is local shared objects.



http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htm



If the xml was served up on the client side via http then yes you could access
it through an http call. You would have to add a crossdomain.xml file
on the server to allow your flash movie to access it directly though.



Hope that helps.
On 12/14/05, weeksie31 [EMAIL PROTECTED] wrote:
Hi all,I need to evaluate the ability of a flex app to read from xml filesstored locally (local disk/network).Is this at all possible?Anyone know of any blog entries etc thatdiscuss offline flex usage?
Thanks,Nick Yahoo! Groups Sponsor ~--Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/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/







--
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 2 print problem

2005-12-14 Thread dimasbc
Hi everybody!
  
   Does anyone know how to print images with flex 2? It only prints 
text and other vectors but not bitmaps. Please help





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

2005-12-14 Thread Nick Weekes





I found something that might shed some light on this, part 
of Stephen Webster's MAX2005 presentation, specifically "Offline RIA with 
Central".

Did his Breeze presentations make it into the public domain 
yet?



From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Clint 
ModienSent: 14 December 2005 14:21To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Local data access 
in Flex
The answer is no. The only disk access you have on the client 
side in Flex 1.5 is local shared objects.http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htmIf 
the xml was served up on the client side via http then yes you could access it 
through an http call. You would have to add a crossdomain.xml file on the server 
to allow your flash movie to access it directly though.Hope that 
helps.
On 12/14/05, weeksie31 [EMAIL PROTECTED] wrote:
Hi 
  all,I need to evaluate the ability of a flex app to read from xml 
  filesstored locally (local disk/network).Is this at all 
  possible?Anyone know of any blog entries etc thatdiscuss 
  offline flex usage? 
  Thanks,Nick 
  Yahoo! Groups Sponsor ~--Get Bzzzy! (real tools to 
  help you find a job). Welcome to the Sweet Life.http://us.click.yahoo.com/KIlPFB/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/ 
  





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Re: Web services: Question about array serialization

2005-12-14 Thread Steve Cox










Flex wont really allow you to send
anything that .NET will accept as a dataset. Information can be sent from .NET
TO flex as a dataset, and flex get the info out, but not the other way around Im
afraid. 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of fc989898
Sent: 14 December 2005 14:16
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Web
services: Question about array serialization



Some more details: it's a
.NET web service which expects a DataSet as 
input parameter. 

Since the array of MyClass objects is serialized
by Flex as item 
elements, the resulting DataSet contains a
DataTable named item, 
whereas it should be named MyClass.

Any help is much appreciated











--
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] Local data access in Flex

2005-12-14 Thread Clint Modien



Can anyone from Macromedia comment on the integration of flex 2.0 with Central? Is it better?
On 12/14/05, Nick Weekes [EMAIL PROTECTED] wrote:







I found something that might shed some light on this, part 
of Stephen Webster's MAX2005 presentation, specifically Offline RIA with 
Central.

Did his Breeze presentations make it into the public domain 
yet?



From: flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] On Behalf Of Clint 
ModienSent: 14 December 2005 14:21To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Local data access 
in Flex
The answer is no. The only disk access you have on the client 
side in Flex 1.5 is local shared objects.http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htm
If 
the xml was served up on the client side via http then yes you could access it 
through an http call. You would have to add a crossdomain.xml file on the server 
to allow your flash movie to access it directly though.Hope that 
helps.
On 12/14/05, weeksie31 [EMAIL PROTECTED] wrote:

Hi 
  all,I need to evaluate the ability of a flex app to read from xml 
  filesstored locally (local disk/network).Is this at all 
  possible?Anyone know of any blog entries etc thatdiscuss 
  offline flex usage? 
  Thanks,Nick 
  Yahoo! Groups Sponsor ~--Get Bzzzy! (real tools to 
  help you find a job). Welcome to the Sweet Life.http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM
~---Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
  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/ 
  





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



  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: Web services: Question about array serialization

2005-12-14 Thread bhaq1972
I should be looking at Flex 2 migration issues (but i'll take a 
break).

You can have a flex datagrid be populated by a .net dataset
my .net webservice looks like this
[Webmethod]
public DataSet GetDataSet()
{
//code here
}

flex 1.5
mx:WebService id=service1 

in as code
function getdataset(){
 var call = service1.GetDataSet(); 
 call.onResult = mx.utils.Delegate.create(this, returnWebService);
}

function returnWebService(result){
 dg.dataProvider = result.diffgram.NewDataSet.Table;
}

i'm still playing around with passing a DataSet back not sure if its 
possible.

oh and flashorb works (its very good).if you like amf.

regards 
bod




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

 DataSets won't work... even typed ones.  Actionscript won't know 
how to
 translate your DataSet into an actionscript object.
 I recommend creating a class based object model on the .net side.  
That will
 serialize back and forth properly between .net and flex.
 
 I do remember reading about a product called flashorb (since 
rebranded as
 weborb) which is a flash remoting product that has support for .net
 datasets.  Might work.
 
 If you do get datasets to work with flex you should post it back 
to this
 group.  The problem has come up a few times.  With no solution.
 
 p.s. Macromedia had told me they would have a .NET solution for 
flex data
 services over a year ago.  Strategic on there part that they 
havn't built
 one yet.  If I were them... I wouldn't support Microsoft either.  
*Cuz i
 know... given the opportunity... MS wouldn't support them*.  All's 
fair in
 love and war i guess.
 
 
 On 12/14/05, fc989898 [EMAIL PROTECTED] wrote:
 
  Some more details: it's a .NET web service which expects a 
DataSet as
  input parameter.
 
  Since the array of MyClass objects is serialized by Flex as 
item
  elements, the resulting DataSet contains a DataTable 
named item,
  whereas it should be named MyClass.
 
  Any help is much appreciated
 
 
 
 
 
 
  --
  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/KIlPFB/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] gathering ActionScript object references

2005-12-14 Thread Jim Laing
Hello all,

If someone can figure this out, it'd make my day. Here's what we'd like to do:

We have an object A, which is an ActionScript object created on the
client. In our application, we have at least two references to object
A. Using one of the references, we send object A back to the middle
tier, where it is serialized into a Java object, some operations are
done (persistence related, like inserting into a DB and assigning a
primary key), and object A is sent back to the client as object B,
possibly with updates. When we receive it, we'd like to replace object
A with object B. That is, we'd like to have all the former references
to object A now point to object B. Since we only know about one of the
references to object A, we want to use that reference to get all the
references to object A and update them accordingly. So, in made up
code, that would look something like this:

function updateReferences( refToA : Object, refToB : Object) {
 var allRefsToA  : Array = refToA.getAllReferencesToObject(); 
// made-up part
 for(var i = 0; i  allRefsToA.length; i++) {
   allRefsToA[i] = refToB;
 }
}

Does that make sense? Is there anything which we can do to simulate
the imaginary getAllReferencesToObject function?

---

(The rest is just explanation as to why we're not taking an
alternative approach)

The reason why we want to do this, instead of simply copy all the
attributes out of object B and into object A, is because the object
heirarchy contains internal references back to the object which are
necessary for our persistence layer to figure our the proper
relationships. That is, our object A represents the parent in a
parent-child relationship and each child contains a references back to
the parent. Here's an ASCII representation (omitting the
non-problematic attributes of A):

 A
  |
anArrayOfAChildren
| | |
cA1   cA2   cA3
| | |
A   AA

And object B is essentially a copy of this object model, but with B's
instead of A's. What we have done in the past (and recently discovered
to be incorrect) is something like

function mergePersistenceChanges ( refToA : Object, refToB : Object) {
  for(var i in refToB) {
refToA[i] = refToB[i];
  }
}

Which produces mostly what we want (all of the updated information is
copied correctly), but in the case of our back-references, it produces
an incorrect result like this:

 A
  |
anArrayOfBChildren
| | |
cB1  cB2cB3
| | |
B   BB

This causes future updates of attributes in object A not to be
reflected in the childrean objects  which is our problem. Is
someone is able to suggest a solution, or a way to implement the
proposed solution above? Thanks so much.

Jim


 Yahoo! Groups Sponsor ~-- 
AIDS in India: A lurking bomb. Click and help stop AIDS now.
http://us.click.yahoo.com/9QUssC/lzNLAA/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] Cairngorm Question about the Store Example

2005-12-14 Thread Libby
In GraphicalProductListViewHelper.as, there is this line:
view.dispatchEvent( { type:select } );

In the view, which is GraphicalProductList.mxml, it advertises that it
broadcasts this event: 
mx:Metadata
 [Event(select)]
/mx:Metadata

Where is this event actually caught or handled? I have read thru all
the files several times and cannot find it.

The reason I am looking is that in my Master/Detail screen, when
Master updates the Model, the Detail, that is bound to the model,
doesn't notice it. I think I need to broadcast that a change has
occurred, they way they did.

thanks,
Libby





 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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] Local data access in Flex

2005-12-14 Thread Nick Weekes





As well as info on Central + Flex 2 for Offline RIA's, Id 
like to hear from the Adobe ppl on Apollo + Flex integration. Is this 
going to replace Central, or co-exist? 

The main reason for asking is to answer this 
question: If I want desktop data integration into Flex now (i.e. 
pre-Apollo), do I have to build Java/NET wrappers to the flex 
app?




From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Clint 
ModienSent: 14 December 2005 16:25To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Local data access 
in Flex
Can anyone from Macromedia comment on the integration of flex 2.0 
with Central? Is it better?
On 12/14/05, Nick 
Weekes [EMAIL PROTECTED] 
wrote:

  I 
  found something that might shed some light on this, part of Stephen Webster's 
  MAX2005 presentation, specifically "Offline RIA with Central".
  
  Did his Breeze presentations make it into the public domain 
  yet?
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint 
  ModienSent: 14 December 2005 14:21To: flexcoders@yahoogroups.comSubject: Re: 
  [flexcoders] Local data access in Flex
  
  The answer is no. The only disk access you have on the client 
  side in Flex 1.5 is local shared objects.http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htm 
  If the xml was served up on the client side via http then yes you 
  could access it through an http call. You would have to add a crossdomain.xml 
  file on the server to allow your flash movie to access it directly 
  though.Hope that helps.
  On 12/14/05, weeksie31 [EMAIL PROTECTED] 
  wrote: 
  Hi 
all,I need to evaluate the ability of a flex app to read from xml 
filesstored locally (local disk/network).Is this at all 
possible?Anyone know of any blog entries etc thatdiscuss 
offline flex usage? 
Thanks,Nick 
Yahoo! Groups Sponsor ~--Get Bzzzy! (real tools 
to help you find a job). Welcome to the Sweet Life.http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM 
~---Flexcoders 
Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
Search 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/ 
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  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] gathering ActionScript object references

2005-12-14 Thread Martin Wood
One approach would be to use a proxy for the actual object and only use 
references to that on the client side, basically adding a layer in front 
of the object itself.

The other code that references the object will only ever deal with the 
proxy which can delegate calls to the real object.

You can use the __resolve method to trap any method calls or property 
accesses to the object and pass them along automatically, or you could 
of course implement the interface of Object A in the proxy explicitly.

Heres the doc reference for __resolve

http://livedocs.macromedia.com/flash/mx2004/main_7_2/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Flash_MX_2004file=1622.html

hope that gives you an avenue of hope :)

thanks,

Martin


Jim Laing wrote:
 Hello all,
 
 If someone can figure this out, it'd make my day. Here's what we'd like to do:
 
 We have an object A, which is an ActionScript object created on the
 client. In our application, we have at least two references to object
 A. Using one of the references, we send object A back to the middle
 tier, where it is serialized into a Java object, some operations are
 done (persistence related, like inserting into a DB and assigning a
 primary key), and object A is sent back to the client as object B,
 possibly with updates. When we receive it, we'd like to replace object
 A with object B. That is, we'd like to have all the former references
 to object A now point to object B. Since we only know about one of the
 references to object A, we want to use that reference to get all the
 references to object A and update them accordingly. So, in made up
 code, that would look something like this:
 
 function updateReferences( refToA : Object, refToB : Object) {
  var allRefsToA  : Array = refToA.getAllReferencesToObject(); 
 // made-up part
  for(var i = 0; i  allRefsToA.length; i++) {
allRefsToA[i] = refToB;
  }
 }
 
 Does that make sense? Is there anything which we can do to simulate
 the imaginary getAllReferencesToObject function?
 
 ---
 
 (The rest is just explanation as to why we're not taking an
 alternative approach)
 
 The reason why we want to do this, instead of simply copy all the
 attributes out of object B and into object A, is because the object
 heirarchy contains internal references back to the object which are
 necessary for our persistence layer to figure our the proper
 relationships. That is, our object A represents the parent in a
 parent-child relationship and each child contains a references back to
 the parent. Here's an ASCII representation (omitting the
 non-problematic attributes of A):
 
  A
   |
 anArrayOfAChildren
 | | |
 cA1   cA2   cA3
 | | |
 A   AA
 
 And object B is essentially a copy of this object model, but with B's
 instead of A's. What we have done in the past (and recently discovered
 to be incorrect) is something like
 
 function mergePersistenceChanges ( refToA : Object, refToB : Object) {
   for(var i in refToB) {
 refToA[i] = refToB[i];
   }
 }
 
 Which produces mostly what we want (all of the updated information is
 copied correctly), but in the case of our back-references, it produces
 an incorrect result like this:
 
  A
   |
 anArrayOfBChildren
 | | |
 cB1  cB2cB3
 | | |
 B   BB
 
 This causes future updates of attributes in object A not to be
 reflected in the childrean objects  which is our problem. Is
 someone is able to suggest a solution, or a way to implement the
 proposed solution above? Thanks so much.
 
 Jim
 
 
 
 --
 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
 
 
 
  
 
 
 

-- 
Martin Wood

http://relivethefuture.com/choronzon


 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] Empty Arrays Returned from CFC

2005-12-14 Thread bsd












I have a CFC that calls a complex query, one that in Cold
Fusion I would parse through using grouping in my cfoutput. When
Ive tried passing this query back into Flex, Im getting less than
desirable results. I can pass the query back, but AS doesnt have a
neat way to parse through the results as I would do with grouped query outputs
in CF. Ive tried putting the results of the query into a structure
and passing that back, either as a structure or as an array of
structures. When I do this, all I get are empty arrays.. no data
whatsoever, even though when I use dumpToFile to view the actual data
structures, all the data is there.



Any ideas? Suggestions? 



Any help is appreciated.




Thanks,
Brad

















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Re: Web services: Question about array serialization

2005-12-14 Thread Matt Chotin










Ill get a bug filed on DataSet
support and see if we have some time to try to improve things in 2.0. No
guarantees











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Steve Cox
Sent: Wednesday, December 14, 2005
6:49 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Re: Web
services: Question about array serialization





Flex wont really allow you to send
anything that .NET will accept as a dataset. Information can be sent from .NET
TO flex as a dataset, and flex get the info out, but not the other way around
Im afraid. 



-Original Message-
From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf
Of fc989898
Sent: 14 December 2005 14:16
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Web
services: Question about array serialization



Some more details: it's a .NET web service which
expects a DataSet as 
input parameter. 

Since the array of MyClass objects is serialized
by Flex as item 
elements, the resulting DataSet contains a
DataTable named item, 
whereas it should be named MyClass.

Any help is much appreciated












--
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] Local data access in Flex

2005-12-14 Thread Matt Chotin










I cant imagine it will work,
Central is not going to be running 8.5



You will be able to work with local data
if the SWF is local and is compiled to not try to access the network (see the
usenetwork compilation option). The security sandbox does not allow a SWF to work
with local data and talk to the network unless it has been specifically
trusted. Trusting a SWF is configured via the settings manager which I think
you can access in the right-click menu.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien
Sent: Wednesday, December 14, 2005
8:25 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Local
data access in Flex





Can anyone from
Macromedia comment on the integration of flex 2.0 with Central? Is it
better?





On 12/14/05, Nick
Weekes [EMAIL PROTECTED]
wrote:

I found
something that might shed some light on this, part of Stephen Webster's MAX2005
presentation, specifically Offline RIA with Central.



Did his Breeze
presentations make it into the public domain yet?











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Clint Modien
Sent: 14 December 2005 14:21
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Local
data access in Flex



The answer is no.
The only disk access you have on the client side in Flex 1.5 is local shared
objects.

http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htm


If the xml was served up on the client side via http then yes you
could access it through an http call. You would have to add a crossdomain.xml
file on the server to allow your flash movie to access it directly though.

Hope that helps.





On 12/14/05, weeksie31
[EMAIL PROTECTED]
wrote: 

Hi all,

I need to evaluate the ability of a flex app to read from xml files
stored locally (local disk/network).

Is this at all possible?Anyone know of any blog entries etc that
discuss offline flex usage? 

Thanks,

Nick






 Yahoo! Groups Sponsor ~--
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/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 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] Re: Flex Builder 2 and CFEclipse

2005-12-14 Thread Tom Ortega



Alright, not a good idea.

I didn't switch workbenches before disabling. When it restarted itself, it crashed really bad because it couldn't find the workbench. It must've not been happy about that.

After restarting a second time, I went to create a new project. It took awhile to load because background tasks were running, which I'm sure was the refresh. I ran out of memory and asked if I wanted to close the app. I said no, and tried again. This time it worked fine and asked me if I wanted to switch to the Flex Perspective (or whatever its called).


I was about to map the drive again, but decided to do a properties on it. Since it seems that FB2/Eclipse likes to check every file, not just the current directory level, I think I found the problem. It's over 100 gigs. =) Didn't quite realize that when I mapped it. I really only need 2 directories from there, but was too lazy to map each directory separately. Guess I gotta get unlazy! =)


Thanks,
Tom
On 12/13/05, Larry McLister [EMAIL PROTECTED] wrote:
Hi Tom,Could you give me a bit more information about your set up? What version of Eclipse are you using? Do you simply have a Flex project 
that contains a linked network folder that points to a mapped network drive? What does the linked folder contain?What happens when you disable the CFEclipse plug in (in Help  Manage configuration), create a new Flex project and add a linked folder 
pointing to the mapped network. Do you see the same issue?Thanks!Larry McListerFlex Builder Team--- In 
flexcoders@yahoogroups.com, Tom Ortega [EMAIL PROTECTED] wrote: Sounds good. Thanks for checking for me! =)  Has Macromedia stated whether they would upgrade the underlying 
eclipse build with each iteration of the Flex Builder standalone?  Thanks, Tom  
 On 12/12/05, sn197412 [EMAIL PROTECTED] wrote:   Hi there.   I think it must be cause by Flex Builder alpha1.
  Because I tried Eclipse3.1 with CFEclipse, but cpu was calm.   Thanks.   --- In 
flexcoders@yahoogroups.com, Tom Ortega [EMAIL PROTECTED] wrote: Hello, I'm using the two together. I have a project folder that's linked
  to a   mapped drive. The folder keeps hanging on 99% when refreshing. Is  this a   Flex Builder 2 bug or a CFEclipse bug? Just wondering if anyone had the
   same problems and if they knew of a fix. 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 developmenthttp://groups.yahoo.com/gads?t=msk=Web+site+design+developmentw1=Web+site+design+developmentw2=
Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ Computer  software development
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=Web+site+design+developmentw
2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=lvQjSRfQDfWudJSe1lLjHw Software  design and development
http://groups.yahoo.com/gads?t=msk=Software+design+and+developmentw1=Web+site+design+development
w2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=1pMBCdo3DsJbuU9AEmO1oQ Macromedia
  flexhttp://groups.yahoo.com/gads?t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZI36cYzBjw Software  development best practice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practicew1=Web+site+design+developm
entw2=Computer+software+developmentw3=Software+design+and+developmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=166.sig=f89quyyulIDsnABLD6IXIw  --
  YAHOO! GROUPS LINKS- Visit your group flexcoders
http://groups.yahoo.com/group/flexcoders  on the web.   - To unsubscribe from this group, send an email to:  
[EMAIL PROTECTED]flexcoders-[EMAIL PROTECTED]
   - Your use of Yahoo! Groups is subject to the Yahoo! Terms of  Service 
http://docs.yahoo.com/info/terms/.-- --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, 

Re: [flexcoders] Re: Local data access in Flex

2005-12-14 Thread Sreejith Unnikrishnan






Nick,

Yes, you can take the XML embed approach.
Yes, you can create a projector. You have to be just careful about the
dependant resources including the XML.
You might have some issues. I have not been able to move the exe to a
different folder and succesfully run it.

Tip: right-click and select play from the contect menu. For some reason
it does not initialize on its own!

Check out the \Flex Builder 2 Alpha 1\samples\flexstore\flexstore.swf
This uses a \Flex Builder 2 Alpha 1\samples\flexstore\data\catlog.xml
file.

You will have a better idea how this works!

Sree

weeksie31 wrote:

Sree,
  
By offline I mean the data is not on the web server running the flex 
app.
  
Is it still possible to use the embedding xml approach, with remote 
flex app and local data? 
  
PS The flex app doesn't have to execute on a web server for my 
requirements, is it possible to run v2.0 as a local flash projector 
type app?
  
Cheers,
  
Nick
  
  
  
  









--
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] Required Asterisk(*) Color with CSS

2005-12-14 Thread sir_janksalot
Guys and Gals,

Is is possible to change the color of the required asterisk in CSS?
The red is too hard to see on my background.

Thanks

sj





 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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: Local data access in Flex

2005-12-14 Thread Nick Weekes





Thanks for the info Sree, very 
useful.


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On Behalf Of Sreejith 
UnnikrishnanSent: 14 December 2005 17:37To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Re: Local data 
access in Flex
Nick,Yes, you can take the XML embed approach.Yes, you 
can create a projector. You have to be just careful about the dependant 
resources including the XML.You might have some issues. I have not been able 
to move the exe to a different folder and succesfully run it.Tip: 
right-click and select play from the contect menu. For some reason it does not 
initialize on its own!Check out the \Flex Builder 2 Alpha 
1\samples\flexstore\flexstore.swfThis uses a \Flex Builder 2 Alpha 
1\samples\flexstore\data\catlog.xml file.You will have a better idea how 
this works!Sreeweeksie31 wrote: 
Sree,By 
  offline I mean the data is not on the web server running the flex 
  app.Is it still possible to use the embedding xml approach, with 
  remote flex app and local data? PS The flex app doesn't have 
  to execute on a web server for my requirements, is it possible to run v2.0 
  as a local flash projector type 
  app?Cheers,Nick





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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Re: Web services: Question about array serialization

2005-12-14 Thread Ralf Rottmann
Title: Re: [flexcoders] Re: Web services: Question about array serialization








You could however send XML and use .NET to easily populate a DataSet...





-Original Message-
From: flexcoders@yahoogroups.com flexcoders@yahoogroups.com
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com
Sent: Wed Dec 14 15:49:25 2005
Subject: RE: [flexcoders] Re: Web services: Question about array serialization

Flex wont really allow you to send anything that .NET will accept as a dataset. Information can be sent from .NET TO flex as a dataset, and flex get the info out, but not the other way around Im afraid.



-Original Message-
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of fc989898
Sent: 14 December 2005 14:16
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Web services: Question about array serialization



Some more details: it's a .NET web service which expects a DataSet as
input parameter.

Since the array of MyClass objects is serialized by Flex as item
elements, the resulting DataSet contains a DataTable named item,
whereas it should be named MyClass.

Any help is much appreciated






--
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 http://groups.yahoo.com/group/flexcoders  on the web.
 
* To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]
 
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service http://docs.yahoo.com/info/terms/ .













--
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] gathering ActionScript object references

2005-12-14 Thread Rishikesh Shetty



To add to what Martin said, __resolve doesnt work in as3, The Proxy class in a replacement for __resolve.http://livedocs.macromedia.com/labs/1/flex/langref/flash/util/Proxy.html
-rishi






--
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] Drag Box around a container

2005-12-14 Thread Sreejith Unnikrishnan






Depends on what the container is:
If you are using a canvas or other absolute position container, the
top-left corner of the box is the box.x and box.y values.

It can get tricky if you are using any other container such as HBox,
Form etc.

Brian McPheeters wrote:

  
  I am trying to
figure out the drag/drop controls so I can let the user move the Box
control or something similiar around a container. I have the drag/drop
portions working but I am unable to figure out the correct coordinates
to give to the Box.move() method. I guess what I am looking for is the
top left of where the Box was dragged to. Any suggestions on how to go
about doing this? I have seen similar messages about this but the links
they reference are now dead http://www.mail-archive.com/flexcoders@yahoogroups.com/msg03724.html.
  
  Thanks
  Brian









--
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] selecting items in a listbox based on a query result

2005-12-14 Thread gotjosh819i
I am having some issues selecting the items in a listbox based on a 
selection return result from a GRID.

I basically run a function pageListChanged() when someone selects an 
item in a grid.

That functions gets some data from a Coldfusion CFC and returns the 
result.

I then want to select items in a listbox based on that result so the 
user can make changes if they want to.

heres how I am trying to select the items in the listbox, but its 
not selecting it.  (note i hard coded in the results so u can see 
what I am returning from my CFC) sooo what am i doing wrong here?

Listbox code:


!--- helper function to select items in a list ---
public function selectList(select: mx.controls.List, 
optionsToSelect:Array):Void{

//go through every record to find the right 
one
for (var i:Number = 0; i  select.length; 
i++) {
if (select.getItemAt([i]).data == 
optionsToSelect[i]){
select.selectedIndices = i;
break;
}
}
}

Heres the code calling the function above and passing data:

var Roles:Array = Array(4000, 4001, 4002);


!--- Listbox --note using helper function 
from below to select right options---
_root.selectList(_root.edit_Roles, Roles);


***THIS CODE WORKS FINE BELOW***
Code I used for combobox (works great)
function:

!--- helper function to select items in a dropdown -
--
public function selectOption(select: 
mx.controls.ComboBox, optionToSelect:String):Void{

//go through every record to find the right 
one
for (var i:Number = 0; i  select.length; 
i++) {
if (select.getItemAt([i]).data == 
optionToSelect){
select.selectedIndex = i;
break;
}
}
}


calling function code:

 var subjectID:Number = 7000;

!--- ComboBox -- note using helper function 
from below to select right options---
_root.selectOption(_root.edit_navSubject, 
subjectID);






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

2005-12-14 Thread Jim Laing
Thanks Martin. I think I see what you're saying, but unfortunately, I
don't think proxying is a viable option: we have somewhere in the
neighborhood of 50 model classes (many of which have this type of
cyclic relationship) and we're trying to implement a generic solution,
so we'd have to implement a proxy for each of these model classes.
Even if we can up with a generic ModelProxy class, we'd have to
refactor all of the model touchpoints in our application  which
would essentially amount to a rewrite.

If we can't come up with a solution, what we'll have to end up doing
is actually requerying all of the data after we save it in order to
repopulate the model with the sequence-based primary keys and such.
However, this is an ugly solution, and I'd like to be to update the
model when we save.

Thanks again, but any other suggestions?

Jim

On 12/14/05, Rishikesh Shetty [EMAIL PROTECTED] wrote:
  To add to what Martin said, __resolve doesnt work in as3, The Proxy class
 in a replacement for __resolve.
 http://livedocs.macromedia.com/labs/1/flex/langref/flash/util/Proxy.html

 -rishi



  --
  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 ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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: SOAP error

2005-12-14 Thread Dave Wolf
What are you passing an array of?  Strings?  WSDL would be helpful as
well.

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

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY

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

 I am trying to pass an array to a CFC using web services. I am getting
 a SOAP error stating that there is no deserializer for type of
 anytype even though I am specifying that the type is Array. I have
 also tried Struct. Does anyone know what types there are
 deserializers for? Flex 1.5 CFMX 7








 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Drag Box around a container

2005-12-14 Thread Sreejith Unnikrishnan






Here is a working sample for you!

?xml
version="1.0" encoding="utf-8"?
mx:Application xmlns:mx="http://www.macromedia.com/2005/mxml"
xmlns="*" mouseMove="doMouseMove()"
mx:Script
 ![CDATA[
  private var bIsDown:Boolean = false;
 private var lastX:Number;
 private var lastY:Number;

 private function doMouseDown() {
 bIsDown = true;
 lastX = mouseX;
 lastY = mouseY;
 }

 private function doMouseUp() {
 bIsDown = false;
 }

 private function doMouseMove() {
 if (bIsDown) {
 var deltaX:Number = mouseX - lastX;
 var deltaY:Number = mouseY - lastY;

 selector.x += deltaX;
 selector.y += deltaY;

 lastX = mouseX;
 lastY = mouseY;
 }
 }
 ]]
/mx:Script
 
 mx:Box id="selector" width="200" height="200"
backgroundColor="#FFCC00" mouseDown="doMouseDown()"
mouseUp="doMouseUp()"
  mx:Text text="{selector.x}" /
  mx:Text text="{selector.y}" /
 /mx:Box
/mx:Application

Just change the xmlns if u want to use Flex 1.5!

Regards
Sree

Brian McPheeters wrote:

  
  
  box.x and
box.y will give me the new top-left corner that the box was dragged to?
>From my testing it seemed to just give me the starting x,y the object
was at.
  
  Brian
  
  
  
  From: flexcoders@yahoogroups.com
on behalf of Sreejith Unnikrishnan
  Sent: Wed 12/14/2005 10:22 AM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] Drag Box around a container
  
  
  Depends on what the container is:
If you are using a canvas or other absolute position container, the
top-left corner of the box is the box.x and box.y values.
  
It can get tricky if you are using any other container such as HBox,
Form etc.
  
Brian McPheeters wrote:
  
I am trying to
figure out the drag/drop controls so I can let the user move the Box
control or something similiar around a container. I have the drag/drop
portions working but I am unable to figure out the correct coordinates
to give to the Box.move() method. I guess what I am looking for is the
top left of where the Box was dragged to. Any suggestions on how to go
about doing this? I have seen similar messages about this but the links
they reference are now dead http://www.mail-archive.com/flexcoders@yahoogroups.com/msg03724.html.

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



  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] Local data access in Flex

2005-12-14 Thread Matt Chotin










Details on Apollo are not going to be that
forthcoming because its in the early throes of development, though Ethan
Malasky who wrote a lot of Central is guiding Apollo on our end. I would work
under the assumption that Apollo will be new, dont expect a lot of
backwards compatibility to Central (though as we get closer who knows).



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick Weekes
Sent: Wednesday, December 14, 2005
8:44 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Local
data access in Flex





As well as info
on Central + Flex 2 for Offline RIA's, Id like to hear from the Adobe ppl on
Apollo + Flex integration. Is this going to replace Central, or
co-exist? 









The main reason
for asking is to answer this question: If I want desktop data integration
into Flex now (i.e. pre-Apollo), do I have to build Java/NET wrappers to the
flex app?





















From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien
Sent: 14 December 2005 16:25
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Local
data access in Flex

Can anyone from
Macromedia comment on the integration of flex 2.0 with Central? Is it
better?





On 12/14/05, Nick
Weekes [EMAIL PROTECTED]
wrote: 

I found
something that might shed some light on this, part of Stephen Webster's MAX2005
presentation, specifically Offline RIA with Central.



Did his Breeze
presentations make it into the public domain yet?











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Clint Modien
Sent: 14 December 2005 14:21
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Local
data access in Flex



The answer is no.
The only disk access you have on the client side in Flex 1.5 is local shared
objects.

http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htm


If the xml was served up on the client side via http then yes you
could access it through an http call. You would have to add a crossdomain.xml
file on the server to allow your flash movie to access it directly though.

Hope that helps.





On 12/14/05, weeksie31
[EMAIL PROTECTED]
wrote: 

Hi all,

I need to evaluate the ability of a flex app to read from xml files
stored locally (local disk/network).

Is this at all possible?Anyone know of any blog entries etc that
discuss offline flex usage? 

Thanks,

Nick






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



  











[flexcoders] Re: SOAP error

2005-12-14 Thread Jason Doyle
An arrary of objects...


!---
Here is the parameter:

Parameter 1: 
name : aAssignments
type : anyType

value[array] : 

length[Number] : 3

[0][object] : 
NUMASSIGNMENTID[Number] : 2685
NUMLEVELOFEFFORT[Number] : 0
NUMPERSONNELID[Number] : 2563
NUMPROJECTID[Number] : 4
TXTPROJECTNAME[String] : Project01
YNLEAD[Boolean] : false

[1][object] : 
NUMASSIGNMENTID[Number] : 2687
NUMLEVELOFEFFORT[Number] : 0
NUMPERSONNELID[Number] : 2563
NUMPROJECTID[Number] : 3
TXTPROJECTNAME[String] : Project02
YNLEAD[Boolean] : false

[2][object] : 
NUMASSIGNMENTID[Number] : 2689
NUMLEVELOFEFFORT[Number] : 0
NUMPERSONNELID[Number] : 2563
NUMPROJECTID[Number] : 5
TXTPROJECTNAME[String] : Project03
YNLEAD[Boolean] : false


!---
Here is the onStatus error
[object] : 
element[String] :
soapenv:Faultfaultcodesoapenv:Server.generalException/faultcodefaultstring[org.apache.axis.AxisFault
: ; nested exception is: org.xml.sax.SAXException: No deserializer for
{http://www.w3.org/2001/XMLSchema}anyType]; nested exception is:
coldfusion.xml.rpc.CFCInvocationException: [org.apache.axis.AxisFault
: ; nested exception is: org.xml.sax.SAXException: No deserializer for
{http://www.w3.org/2001/XMLSchema}anyType]/faultstring/soapenv:Fault
faultNamespaceURI[undefined] : undefined
faultactor[undefined] : undefined
faultcode[String] : soapenv:Server.generalException


!---
Here is the WSDL

wsdl:definitions
targetNamespace=http://xxx.cfcomponents.globals.sitecomposer;
-
!--
WSDL created by Macromedia ColdFusion MX version 7,0,1,116466
--
-
wsdl:types
-
schema targetNamespace=http://xxx.cfcomponents.globals.sitecomposer;
import namespace=http://rpc.xml.coldfusion/
import namespace=http://schemas.xmlsoap.org/soap/encoding//
-
complexType name=ArrayOf_xsd_anyType
-
complexContent
-
restriction base=soapenc:Array
attribute ref=soapenc:arrayType wsdl:arrayType=xsd:anyType[]/
/restriction
/complexContent
/complexType
-
complexType name=ArrayOf_xsd_string
-
complexContent
-
restriction base=soapenc:Array
attribute ref=soapenc:arrayType wsdl:arrayType=xsd:string[]/
/restriction
/complexContent
/complexType
-
complexType name=ArrayOfArrayOf_xsd_anyType
-
complexContent
-
restriction base=soapenc:Array
attribute ref=soapenc:arrayType wsdl:arrayType=xsd:anyType[][]/
/restriction
/complexContent
/complexType
/schema
-
schema targetNamespace=http://rpc.xml.coldfusion;
import namespace=http://xxx.cfcomponents.globals.sitecomposer/
import namespace=http://schemas.xmlsoap.org/soap/encoding//
-
complexType name=CFCInvocationException
sequence/
/complexType
-
complexType name=QueryBean
-
sequence
element name=columnList nillable=true
type=impl:ArrayOf_xsd_string/
element name=data nillable=true
type=impl:ArrayOfArrayOf_xsd_anyType/
/sequence
/complexType
/schema
/wsdl:types
-
wsdl:message name=remGetRecordsResponse
wsdl:part name=remGetRecordsReturn type=tns1:QueryBean/
/wsdl:message
wsdl:message name=remGetRecordsRequest

   /wsdl:message
-
wsdl:message name=remInsertRecordRequest
wsdl:part name=numProjectID type=xsd:string/
wsdl:part name=numPersonnelID type=xsd:string/
wsdl:part name=ynLead type=xsd:string/
wsdl:part name=numLevelOfEffort type=xsd:string/
wsdl:part name=numPriority type=xsd:string/
/wsdl:message
-
wsdl:message name=remUpdateAssignmentsRequest
wsdl:part name=aAssignments type=impl:ArrayOf_xsd_anyType/
wsdl:part name=numPersonnelID type=xsd:string/
/wsdl:message
-
wsdl:message name=remInsertRecordResponse
wsdl:part name=remInsertRecordReturn type=tns1:QueryBean/
/wsdl:message
-
wsdl:message name=remDeleteRecordResponse
wsdl:part name=remDeleteRecordReturn type=xsd:boolean/
/wsdl:message
-
wsdl:message name=CFCInvocationException
wsdl:part name=fault type=tns1:CFCInvocationException/
/wsdl:message
-
wsdl:message name=remUpdateAssignmentRequest
wsdl:part name=numAssignmentID type=xsd:string/
wsdl:part name=ynLead type=xsd:string/
wsdl:part name=numLevelOfEffort type=xsd:string/
/wsdl:message
-
wsdl:message name=remUpdateRecordResponse
wsdl:part name=remUpdateRecordReturn type=xsd:boolean/
/wsdl:message
-
wsdl:message name=remDeleteRecordByPersonnelIDResponse
wsdl:part name=remDeleteRecordByPersonnelIDReturn type=xsd:boolean/
/wsdl:message
-
wsdl:message name=remSearchRecordsResponse
wsdl:part name=remSearchRecordsReturn type=tns1:QueryBean/
/wsdl:message
-
wsdl:message name=remUpdateAssignmentsResponse
wsdl:part name=remUpdateAssignmentsReturn type=xsd:boolean/
/wsdl:message
-
wsdl:message name=remGetRecordResponse
wsdl:part name=remGetRecordReturn type=tns1:QueryBean/
/wsdl:message
-
wsdl:message name=remUpdateAssignmentResponse
wsdl:part name=remUpdateAssignmentReturn 

[flexcoders] 3d charts with a z axis?

2005-12-14 Thread Clint Modien



Do we have 3d charts in Flex 2.0?

Is there a way to hack it in 1.5?






--
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] mx:Text htmlText...... best practice?

2005-12-14 Thread Ghislain Simard
I need to add some html text in a Panel.
What is the best practice to use and keeping the style working?
The HTML text is changing quite often and I just want to do some cut  
paste from Word or any HTML editor.

Thanks





 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] 3d charts with a z axis?

2005-12-14 Thread Dekayd Media Inc.










How
good are you with vectors?



If
you are good at vector manipulation then you could make a flash component that
would probably work for you.



Or
I guess you could just use the drawing API in Flex.



Probably
a lot of work but you get paid by the hour so





It
could be fun dude.





Hahahaha





Good
luck





--Kelly





















From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Clint Modien
Sent: Wednesday, December 14, 2005 3:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 3d charts with a z axis?





Do we have 3d charts in Flex
2.0?

Is there a way to hack it in 1.5?


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



  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: mx:Text htmlText...... best practice?

2005-12-14 Thread Ghislain Simard
How to get the hyperlinks in color.  How to get h1 or li style 
working? see the following as an example.

mx:Text width=100% height=100%
mx:htmlText
![CDATA[
h1 Étapes pour faire une demande d'aide financière offerte par le 
PEBC /h1
ol
 li Test link a href=http://www.yahoo.com; target=_blank 
/ol
]] 
/mx:htmlText
/mx:Text



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

 I need to add some html text in a Panel.
 What is the best practice to use and keeping the style working?
 The HTML text is changing quite often and I just want to do some 
cut  
 paste from Word or any HTML editor.
 
 Thanks







 Yahoo! Groups Sponsor ~-- 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/2jUsvC/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] Empty Arrays Returned from CFC

2005-12-14 Thread Matt Boles










Brad-

I always have good luck converting the
query into an array of structures. And here is a link to a UDF to do the
work: http://www.cflib.org/udf.cfm?id=10



In Flex you then have an ActionScript
array of objects.

-Matt













From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bsd
Sent: Wednesday, December 14, 2005
11:31 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Empty Arrays
Returned from CFC







I have a CFC that calls a complex query, one that in Cold
Fusion I would parse through using grouping in my cfoutput. When
Ive tried passing this query back into Flex, Im getting less than
desirable results. I can pass the query back, but AS doesnt have a
neat way to parse through the results as I would do with grouped query outputs
in CF. Ive tried putting the results of the query into a structure
and passing that back, either as a structure or as an array of
structures. When I do this, all I get are empty arrays.. no data
whatsoever, even though when I use dumpToFile to view the actual data
structures, all the data is there.



Any ideas? Suggestions? 



Any help is appreciated.




Thanks,
Brad


















--
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] 3d charts with a z axis?

2005-12-14 Thread Clint Modien



Laughs... thanks Kelly. I was afraid of that.. I'll see if someone else has a flash component that these guys can use.On 12/14/05, Dekayd Media Inc. 
[EMAIL PROTECTED] wrote:















How
good are you with vectors?



If
you are good at vector manipulation then you could make a flash component that
would probably work for you.



Or
I guess you could just use the drawing API in Flex.



Probably
a lot of work but you get paid by the hour so…





It
could be fun dude.





Hahahaha





Good
luck





--Kelly





















From: 
flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com] On Behalf Of Clint Modien
Sent: Wednesday, December 14, 2005 3:40 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] 3d charts with a z axis?





Do we have 3d charts in Flex
2.0?

Is there a way to hack it in 1.5?


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



  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



  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] Java to AS conversion with XDoclet2 now available

2005-12-14 Thread Joe Berkovitz
As of today, the 1.0.3 release of XDoclet2 is out, and it contains the 
Java-to-Actionscript plugin I described in my earlier posting quoted 
below.  If you are tired of hand-coding your value objects in both Java 
and ActionScript, this is something you might well want.  Some useful links:

Official plugin distribution:
 http://sourceforge.net/projects/xdoclet-plugins/

Allurent resource page with a few helpful pointers:
 http://www.allurent.com/joeb/xdoclet2/

I expect many people will observe that the plugin could do much more 
than it does today.  This really is a bare-bones release, but I felt it 
was worth getting out there as a starting point, since it does save a 
lot of time and trouble even with its limited capabilities.

In terms of support, well, there's a set of mailing lists for XDoclet2:
 http://xdoclet.codehaus.org/Mailing+lists

Enjoy!  It's the miracle (just plain hard work, actually) of open source.

... .  ..   .j


Joe Berkovitz wrote:
 I recently reviewed the group and saw a thread on automating POJO 
 conversion from Java to AS.  I've just developed an XDoclet2 plugin that 
   does this and will make it available shortly after it gets some testing.
 
 It also converts static final fields from Java into static vars in AS, 
 and works for both AS2 and AS3.  Pretty handy!
 
 ... .  ..   .j
 
 


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

2005-12-14 Thread Dave Wolf
I think the problem is this WSDL is returning a sequence (array) of
ANY types.  ANY is kinda ugly in pretty much every language on earth.
 ANY is effectively the binary stream of a serialized object from the
original language/platform.  There won't be any way to deserialize
that other then writing your own deserializer to turn this binary
garble into something meaningful.  Not what you want to do.

Is there a way to get this return type to be mapped to a ComplexType
instead of an ANY?  Flex can deserialize most normal ComplexTypes just
fine.

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

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY



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

 An arrary of objects...
 
 
 !---
 Here is the parameter:
 
 Parameter 1: 
 name : aAssignments
 type : anyType
 
 value[array] : 
 
 length[Number] : 3
 
 [0][object] : 
 NUMASSIGNMENTID[Number] : 2685
 NUMLEVELOFEFFORT[Number] : 0
 NUMPERSONNELID[Number] : 2563
 NUMPROJECTID[Number] : 4
 TXTPROJECTNAME[String] : Project01
 YNLEAD[Boolean] : false
 
 [1][object] : 
 NUMASSIGNMENTID[Number] : 2687
 NUMLEVELOFEFFORT[Number] : 0
 NUMPERSONNELID[Number] : 2563
 NUMPROJECTID[Number] : 3
 TXTPROJECTNAME[String] : Project02
 YNLEAD[Boolean] : false
 
 [2][object] : 
 NUMASSIGNMENTID[Number] : 2689
 NUMLEVELOFEFFORT[Number] : 0
 NUMPERSONNELID[Number] : 2563
 NUMPROJECTID[Number] : 5
 TXTPROJECTNAME[String] : Project03
 YNLEAD[Boolean] : false
 
 
 !---
 Here is the onStatus error
 [object] : 
 element[String] :

soapenv:Faultfaultcodesoapenv:Server.generalException/faultcodefaultstring[org.apache.axis.AxisFault
 : ; nested exception is: org.xml.sax.SAXException: No deserializer for
 {http://www.w3.org/2001/XMLSchema}anyType]; nested exception is:
 coldfusion.xml.rpc.CFCInvocationException: [org.apache.axis.AxisFault
 : ; nested exception is: org.xml.sax.SAXException: No deserializer for
 {http://www.w3.org/2001/XMLSchema}anyType]/faultstring/soapenv:Fault
 faultNamespaceURI[undefined] : undefined
 faultactor[undefined] : undefined
 faultcode[String] : soapenv:Server.generalException
 
 
 !---
 Here is the WSDL
 
 wsdl:definitions
 targetNamespace=http://xxx.cfcomponents.globals.sitecomposer;
 -
   !--
 WSDL created by Macromedia ColdFusion MX version 7,0,1,116466
 --
 -
   wsdl:types
 -
   schema targetNamespace=http://xxx.cfcomponents.globals.sitecomposer;
 import namespace=http://rpc.xml.coldfusion/
 import namespace=http://schemas.xmlsoap.org/soap/encoding//
 -
   complexType name=ArrayOf_xsd_anyType
 -
   complexContent
 -
   restriction base=soapenc:Array
 attribute ref=soapenc:arrayType wsdl:arrayType=xsd:anyType[]/
 /restriction
 /complexContent
 /complexType
 -
   complexType name=ArrayOf_xsd_string
 -
   complexContent
 -
   restriction base=soapenc:Array
 attribute ref=soapenc:arrayType wsdl:arrayType=xsd:string[]/
 /restriction
 /complexContent
 /complexType
 -
   complexType name=ArrayOfArrayOf_xsd_anyType
 -
   complexContent
 -
   restriction base=soapenc:Array
 attribute ref=soapenc:arrayType wsdl:arrayType=xsd:anyType[][]/
 /restriction
 /complexContent
 /complexType
 /schema
 -
   schema targetNamespace=http://rpc.xml.coldfusion;
 import namespace=http://xxx.cfcomponents.globals.sitecomposer/
 import namespace=http://schemas.xmlsoap.org/soap/encoding//
 -
   complexType name=CFCInvocationException
 sequence/
 /complexType
 -
   complexType name=QueryBean
 -
   sequence
 element name=columnList nillable=true
 type=impl:ArrayOf_xsd_string/
 element name=data nillable=true
 type=impl:ArrayOfArrayOf_xsd_anyType/
 /sequence
 /complexType
 /schema
 /wsdl:types
 -
   wsdl:message name=remGetRecordsResponse
 wsdl:part name=remGetRecordsReturn type=tns1:QueryBean/
 /wsdl:message
 wsdl:message name=remGetRecordsRequest
 
/wsdl:message
 -
   wsdl:message name=remInsertRecordRequest
 wsdl:part name=numProjectID type=xsd:string/
 wsdl:part name=numPersonnelID type=xsd:string/
 wsdl:part name=ynLead type=xsd:string/
 wsdl:part name=numLevelOfEffort type=xsd:string/
 wsdl:part name=numPriority type=xsd:string/
 /wsdl:message
 -
   wsdl:message name=remUpdateAssignmentsRequest
 wsdl:part name=aAssignments type=impl:ArrayOf_xsd_anyType/
 wsdl:part name=numPersonnelID type=xsd:string/
 /wsdl:message
 -
   wsdl:message name=remInsertRecordResponse
 wsdl:part name=remInsertRecordReturn type=tns1:QueryBean/
 /wsdl:message
 -
   wsdl:message name=remDeleteRecordResponse
 wsdl:part name=remDeleteRecordReturn type=xsd:boolean/
 /wsdl:message
 -
   wsdl:message name=CFCInvocationException
 wsdl:part name=fault type=tns1:CFCInvocationException/
 /wsdl:message
 -
   wsdl:message name=remUpdateAssignmentRequest
 wsdl:part 

RE: [flexcoders] Local data access in Flex

2005-12-14 Thread Steven Webster





Hey guys,

Catching up greatly on emails since the return from the MAX 
conferences; just to pick up on Clint's points - I discussed integration of Flex 
+ Central, not Flex 2.x or Central in particular. It was for a historic 
deployment, not future technology. I did mention in my presentation that 
the annoucements Kevin Lynch made at MAX on Apollo would be interesting for 
those of us that had tied Flex and Central together, but nothing more specific 
than that.

I promised to Breeze record my presentations, and that 
continues to be something high on my todo list. As well as getting you 
guys a build of Cairngorm 2.0 that we're kicking around internally. And 
some other goodness.

I've been travelling a *lot* lately and not getting the 
spare cycles for the above.

Please bear with us, as we try and get this material 
together for everyone,

Best,
Steven

  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of Matt 
  ChotinSent: 14 December 2005 17:14To: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Local data 
  access in Flex
  
  
  Details on Apollo are 
  not going to be that forthcoming because its in the early throes of 
  development, though Ethan Malasky who wrote a lot of Central is guiding Apollo 
  on our end. I would work under the assumption that Apollo will be new, 
  dont expect a lot of backwards compatibility to Central (though as we get 
  closer who knows).
  
  Matt
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Nick WeekesSent: Wednesday, December 14, 2005 8:44 
  AMTo: 
  flexcoders@yahoogroups.comSubject: RE: [flexcoders] Local data 
  access in Flex
  
  As well as 
  info on Central + Flex 2 for Offline RIA's, Id like to hear from the Adobe ppl 
  on Apollo + Flex integration. Is this going to replace Central, or 
  co-exist? 
  
  
  
  The main 
  reason for asking is to answer this question: If I want desktop data 
  integration into Flex now (i.e. pre-Apollo), do I have to build Java/NET 
  wrappers to the flex app?
  
  
  
  
  
  
  
  From: 
  flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Clint ModienSent: 14 December 2005 16:25To: 
  flexcoders@yahoogroups.comSubject: Re: [flexcoders] Local data 
  access in Flex
  Can anyone from Macromedia comment on the 
  integration of flex 2.0 with Central? Is it 
  better?
  
  On 12/14/05, Nick Weekes [EMAIL PROTECTED] 
  wrote: 
  I found 
  something that might shed some light on this, part of Stephen Webster's 
  MAX2005 presentation, specifically "Offline RIA with Central".
  
  Did his 
  Breeze presentations make it into the public domain 
  yet?
  
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Clint ModienSent: 14 December 2005 14:21To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] Local data 
  access in Flex
  
  The answer is 
  no. The only disk access you have on the client side in Flex 1.5 is 
  local shared objects.http://livedocs.macromedia.com/flex/15/flex_docs_en/1664.htm 
  If the xml was served up on the client side 
  via http then yes you could access it through an http call. You would have to 
  add a crossdomain.xml file on the server to allow your flash movie to access 
  it directly though.Hope that 
  helps.
  
  On 12/14/05, weeksie31 [EMAIL PROTECTED] 
  wrote: 
  Hi all,I need to evaluate the 
  ability of a flex app to read from xml filesstored locally (local 
  disk/network).Is this at all possible?Anyone know of any 
  blog entries etc thatdiscuss offline flex usage? 
  Thanks,Nick 
  Yahoo! Groups Sponsor ~--Get Bzzzy! (real tools to 
  help you find a job). Welcome to the Sweet Life.http://us.click.yahoo.com/KIlPFB/vlQLAA/TtwFAA/nhFolB/TM 
  ~---Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt 
  Search 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/ 
  
  --Flexcoders Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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
 

Re: [flexcoders] Local data access in Flex

2005-12-14 Thread John Dowdell
weeksie31 wrote:
 I need to evaluate the ability of a flex app to read from xml files 
 stored locally (local disk/network).
 Is this at all possible?  Anyone know of any blog entries etc that 
 discuss offline flex usage?

Currently, Flex lives on the server, perhaps during authoring, but I 
suspect you're asking about how the Macromedia Flash Player, when it 
plays within a browser, can access the local hard drive. This might be 
possible, depending on where the SWF is at the time, what types of 
permissions you set, etc. Much more info is in the total Player security 
overview:
http://www.macromedia.com/devnet/flash/articles/fplayer8_security.html

Generally, the easiest way is if all your data comes from the same place 
-- if you're only accessing through one of the four sandboxes -- but 
there are ways to handle various types of inter-machine communication 
securely, too.




Clint Modien wrote:
  Can anyone from Macromedia comment on the integration of flex 2.0 with
  Central?  Is it better?

Nick Weekes wrote:
  As well as info on Central + Flex 2 for Offline RIA's, Id like to 
hear from
  the Adobe ppl on Apollo + Flex integration.  Is this going to replace
  Central, or co-exist?

I haven't seen any announcements about Central, particularly since the 
alpha Flex 2.0 announcements were made.

You may have noticed the recent talk about the Apollo project, scant as 
the current data is. Here's an overview of what we know so far:
http://weblogs.macromedia.com/jd/archives/2005/12/cahill_on_apoll.cfm

jd





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


 Yahoo! Groups Sponsor ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Cairngorm Question about the Store Example

2005-12-14 Thread Steven Webster
Libby,

I don't have the source in-front of me, but if you have a
GraphicalProductList component, that is advertising that it broadcasts a
select event, then I'd be looking for the instantation of that component
to find the event being handled, eg:

namespace:GraphicalProductList select=yourOwnHandlerHere() /

The GraphicalProductList will broadcast the event (or use a helper
class, as seems to be the case here, to broadcast the event) but the
parent of that instance of the class will be the place where the event
is handled.

Make sense ?

Steven

--
Steven Webster
Practice Director (Rich Internet Applications)
Adobe Consulting EMEA
 
Office: + 44 (0) 131 338 6108
Mobile: +44 (0) 7917 428 947
 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Libby
 Sent: 14 December 2005 16:40
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Cairngorm Question about the Store Example
 
 In GraphicalProductListViewHelper.as, there is this line:
 view.dispatchEvent( { type:select } );
 
 In the view, which is GraphicalProductList.mxml, it 
 advertises that it broadcasts this event: 
 mx:Metadata
  [Event(select)]
 /mx:Metadata
 
 Where is this event actually caught or handled? I have read 
 thru all the files several times and cannot find it.
 
 The reason I am looking is that in my Master/Detail screen, 
 when Master updates the Model, the Detail, that is bound to 
 the model, doesn't notice it. I think I need to broadcast 
 that a change has occurred, they way they did.
 
 thanks,
 Libby
 
 
 
 
 
  Yahoo! Groups Sponsor 
 ~--
 1.2 million kids a year are victims of human trafficking. 
 Stop slavery.
 http://us.click.yahoo.com/.QUssC/izNLAA/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 ~-- 
Most low income homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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: SOAP error

2005-12-14 Thread Jason Doyle
You are correct in your assessment. My problem is that even though I
explicity set the type of aAssignments to array or struct in the
CFC, it still interprets it as anyType in the WSDl. I am not sure
what other types to try in the CFC.






 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/.QUssC/izNLAA/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 1.5 for PDAs Mobiles ??

2005-12-14 Thread John Dowdell
Aldo Bucchi wrote:
 Man, I was definitely expecting more interest in this one!!
 so... should I simply presume that Flex is not yet ready to go mobile?

Flex (in its various versions) is a way to produce SWF. It can't go 
mobile itself, so I'm not sure what you're exactly asking...?

My best guess is that the actual question is something like I've got to 
  make a data-managing SWF for deployment to a certain class of PocketPC 
devices, and I'd like to use a Flex workflow to do so -- what are my 
options? and (if that's the question) then the Macromedia Flex 1.x 
workflow targets FP7 and above, while PocketPC has FP6, which does not 
leave room for much maneuvering:
http://www.macromedia.com/software/flex/productinfo/systemreqs/
http://www.macromedia.com/shockwave/download/alternates/

But I'm not certain I pulled the complete-yet-concise question from the 
discussion...?

jd





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


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/KIlPFB/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: Datagrid CellRenderer doesn't fill entire cell

2005-12-14 Thread Darin Kohles
You might try playing with some style properties like:

setStyle(borderThinkness,0)
setStyle(focusThinkness,0)
setStyle(marginLeft,0)
setStyle(marginRight,0)

Maybe one of these will do the trick.

Good Luck

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

 Hi,
 
 I'm customizing background color of cells based on the value in cell.
 I got that working, the problem is that I get 1px spacing between the
 cell and vertical grid (not always on all sides though). It seems to
 have something to do with styles, but I can't find a way to get rid
of it.
 
 In comparison, setting a cell background on column has the desired
 effect (no spacing between bg color and border)
 
 I've tried to base the renderer on Box, Canvas and modifying margins
 and vertical gaps but without success.
 
 Thanks, Stepan








 Yahoo! Groups Sponsor ~-- 
1.2 million kids a year are victims of human trafficking. Stop slavery.
http://us.click.yahoo.com/WpTY2A/izNLAA/yQLSAA/nhFolB/TM
~- 

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

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

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

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




[flexcoders] I have a TextArea CSS question

2005-12-14 Thread Dan Plesse
hello flexers, 

  With my flash Jabber app the TextArea has different colors and fonts 
 for each chat user and even the messages where color  coded using a 
 CSS file which looked like this: 

  message {
  color:#FF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
} 

tofrom {
  color:#FF;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  display: block;
  background-color:#FFCCFF;
}

 Could I do something like textArea.message?

 A Jabber message body looks like this: 
 
 textArea.text +=tofrom[+connection.getJID().split(/)[1]+
said:]/tofrommessage+hello2+/message;

I was wondering how this could be done inside a flex textArea GUI. 

Dan 

 






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

2005-12-14 Thread Matt Chotin
Shouldn't your super.setValue call be the first line of the method no
matter what (above the if)?  Also I'm not sure if it would make a
difference to compare if (item != null) instead of if (item !=
undefined).

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Carolyn Cole
Sent: Wednesday, December 14, 2005 7:05 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] rowRenderer

Hello,

I am currently trying to implement the CheckRowRenderer and get it to 
actually work.

I took the code from the tutorial and modified it to be able to show the

open/close icon and the  check box.  I also added some code to destroy
the 
check box in setValue if the item is undefined so you would not get the 
extra boxes on the screen before you rolled over them.

Generally it seemed to work until I tried to modify the data being 
displayed in the Tree.

Once the data is changed some of the old data still displays until it
get 
scrolled off the screen.

I am guessing I need to destroy the check box at another time, but I
can't 
figure out when.

I have attached the mxml and as that I am using.

Any ideas would be appreciated.

Thanks!

-- Carolyn


--
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 homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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: columnCount prop doesn't work in TileList(Flex2.0)

2005-12-14 Thread Matt Chotin
If your test case is that simple it may be that TileList has a bug.  

It mostly worked when I just tested it on a local build now, though I
noticed that it was off by one at first and required a slight resize to
get correct (it showed 6 instead of 7).

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of keishichi2001
Sent: Monday, December 12, 2005 6:02 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: columnCount prop doesn't work in
TileList(Flex2.0)

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

 any info?
 
In case if you guys are confused with my explanation, i would explain
it more simply

mx:TileList id=tl_month width=100% height=100% columnCount=7
...
/mx:TileList

With above code, the TileList should have 7 columns, but 4 columns...

Is it a bug on Flex2?


-k


 -k
 
 --- In flexcoders@yahoogroups.com, keishichi2001
 [EMAIL PROTECTED] wrote:
 
  My application has a TileList as following.
  
  mx:TileList id=tl_month width=100% height=100%
columnCount=7
  borderStyle=none dataProvider={myService.getData.result}
  listItemRenderer=myCellRenderer showEffect=Dissolve 
  
  myCellRenders is a custom component based on Canvas, and it has no
  definition both on height and width.
  
  The problem is, the TileList displays only 4 columns and 5th element
  is displayed in next row.
  I want that to be showed as 7 x N.
  
  Note that the TileList shows a monthly calendar.
  
  
  Thanks,
  Keishichi
 










--
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 homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] Required Asterisk(*) Color with CSS

2005-12-14 Thread Matt Chotin
This is actually an embedded asset.  You would need to create your own
and then set it as the FormItem's requiredIndicatorSymbol (you might
want to create a subclass of FormItem and set this value early).

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of sir_janksalot
Sent: Wednesday, December 14, 2005 9:26 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Required Asterisk(*) Color with CSS

Guys and Gals,

Is is possible to change the color of the required asterisk in CSS?
The red is too hard to see on my background.

Thanks

sj






--
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/KIlPFB/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] selecting items in a listbox based on a query result

2005-12-14 Thread Matt Chotin
You're assigning the index to the selectedIndices variable, you need to
modify the array.

var toSelect:Array = [];
for (...)
  if (...)
toSelect.push(i);

select.selectedIndices = toSelect;

HTH,
Matt


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of gotjosh819i
Sent: Wednesday, December 14, 2005 10:23 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] selecting items in a listbox based on a query
result

I am having some issues selecting the items in a listbox based on a 
selection return result from a GRID.

I basically run a function pageListChanged() when someone selects an 
item in a grid.

That functions gets some data from a Coldfusion CFC and returns the 
result.

I then want to select items in a listbox based on that result so the 
user can make changes if they want to.

heres how I am trying to select the items in the listbox, but its 
not selecting it.  (note i hard coded in the results so u can see 
what I am returning from my CFC) sooo what am i doing wrong here?

Listbox code:


!--- helper function to select items in a list ---
public function selectList(select: mx.controls.List, 
optionsToSelect:Array):Void{

//go through every record to find the right 
one
for (var i:Number = 0; i  select.length; 
i++) {
if (select.getItemAt([i]).data == 
optionsToSelect[i]){
select.selectedIndices = i;
break;
}
}
}

Heres the code calling the function above and passing data:

var Roles:Array = Array(4000, 4001, 4002);


!--- Listbox --note using helper function 
from below to select right options---
_root.selectList(_root.edit_Roles, Roles);


***THIS CODE WORKS FINE BELOW***
Code I used for combobox (works great)
function:

!--- helper function to select items in a dropdown -
--
public function selectOption(select: 
mx.controls.ComboBox, optionToSelect:String):Void{

//go through every record to find the right 
one
for (var i:Number = 0; i  select.length; 
i++) {
if (select.getItemAt([i]).data == 
optionToSelect){
select.selectedIndex = i;
break;
}
}
}


calling function code:

 var subjectID:Number = 7000;

!--- ComboBox -- note using helper function 
from below to select right options---
_root.selectOption(_root.edit_navSubject, 
subjectID);







--
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 homes are not online. Make a difference this holiday season!
http://us.click.yahoo.com/5UeCyC/BWHMAA/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] (new issue) Using Embed with dynamic values possible?

2005-12-14 Thread Stacy Young










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



-Stace











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





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

Stace













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





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

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

someContainerObjectLikeCanvas.addChild(myImage);
}

Hope this help









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











[flexcoders] Image with transparency in DataGrid

2005-12-14 Thread P Trisnadi


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





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





  




  
  
  YAHOO! GROUPS LINKS



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



  








RE: [flexcoders] Image with transparency in DataGrid

2005-12-14 Thread Matt Chotin










Only non-progressive JPG and SWF is
supported for dynamic loading right now, so it isnt going to work for
your cell renderer. Check other FAQ entries for workaround suggestions (like a
servlet to convert the image for you). Flex 2 will support GIF and PNG.











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







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

TIA,
- ptrisnadi

















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





  




  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] Image with transparency in DataGrid

2005-12-14 Thread Stacy Young










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



-Stace











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







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

TIA,
- ptrisnadi

















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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Re: Datagrid CellRenderer doesn't fill entire cell

2005-12-14 Thread P Trisnadi


Also, horizontalGap and verticalGap.- ptrisnadi- Original Message From: Darin Kohles [EMAIL PROTECTED]To: flexcoders@yahoogroups.comSent: Wed Dec 14 16:32:25 2005Subject: [flexcoders] Re: Datagrid CellRenderer doesn't fill entire cellYou might try playing with some style properties like:  setStyle("borderThinkness",0) setStyle("focusThinkness",0) setStyle("marginLeft",0) setStyle("marginRight",0)  Maybe one of these will do the trick.  Good Luck  --- In flexcoders@yahoogroups.com, "stepanhil" [EMAIL PROTECTED] wrote:   Hi,I'm customizing background color of cells based on the value in cell.  I got that working, the problem is that I get 1px spacing between the  cell and vertical grid (not always on all sides though). It seems to  have something to do with styles, but I can't find a way to get rid of it.In comparison, setting a cell background on column has the desired  effect (no spacing between bg color and border)I've tried to base the renderer on Box, Canvas and modifying margins  and vertical gaps but without success.Thanks, Stepan   





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