Re: [flexcoders] Where art thou Margins?

2006-03-25 Thread Sreejith Unnikrishnan





Obviously you missed the padding-top and padding 
bottom.

:-)

  - Original Message - 
  From: 
  Brendan 
  Meutzner 
  To: flexcoders@yahoogroups.com 
  Sent: Saturday, March 25, 2006 12:30 
  PM
  Subject: [flexcoders] Where art thou 
  Margins?
  Hi,Can't find anything to replace the 
  marginTop/marginBottom styles... it appears that paddingLeft/paddingRight will 
  satisfy horizontal requirements, but what about vertical? I'm obviously 
  missing something...Thanks,Brendan





--
Flexcoders Mailing 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] Flex2: version control plugin

2006-03-25 Thread Daniel Nelson



I use http://sourceforge.net/projects/vssplugin/for eclipse. It works pretty good.
On 3/24/06, dos dedos [EMAIL PROTECTED] wrote:

Is there the eclipse plugin for single-user version control (with diff, label, branch, merge, etc)?


New Yahoo! Messenger with Voice. 
Call regular phones from your PC and save big. 
--Flexcoders Mailing ListFAQ: 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] Inter - component communication

2006-03-25 Thread snail
hello,Robs

perhaps you can use the absolute path.  for example,assume Comp3 is a 
dataGrid,and Comp6 is a dataGrid,you can use _root,_root reference the 
deepest compenent.you can use like this in Comp6:mx:DataGrid 
dataProvider={_root.yourViewStackID.Comp1.Comp2.Comp3.dataProvider}._root 
is a word import from Flash. Good luck!

=== 2006-03-25 14:59:27 您在来信中写道:===


Hi everyone,
I have 2 groups of nested components put in 2 separate containers in a 
ViewStack. The containers themselves are components too. The nesting 
structure is as shown:
(Comp1--Comp2--Comp3) -- This group goes in container 1.
(Comp4--Comp5--Comp6) -- This group goes in container 2.

Container 1 is initially displayed by default. There is a datagrid 
residing in Comp3. Upon clicking on one of the rows, I need to display 
Container 2, pass some info from the grid to Comp6 in Container 2  
display the relevant details within Comp6. As far as displaying the 
second container is concerned, its done. But passing data to the nested 
component is getting difficult.
How do I handle the above situation. Will event dispatching  listening 
help? Can someone please give me some idea or code snippets?

Thanks...
Robi





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



 





= = = = = = = = = = = = = = = = = = = =



 
 
snail in China
[EMAIL PROTECTED]
  2006-03-25



--
Flexcoders Mailing 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: Format of UIDUtils.createUid() string is incorrect

2006-03-25 Thread Tobias Patton
That should work, since the fourth grouping represents two different
bytes. If it represented a short word, then there would be endian issues
to consider.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Doug Lowder
Sent: Friday, March 24, 2006 4:30 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Format of UIDUtils.createUid() string is
incorrect

I also had to do conversion between UUIDs in 8-4-4-4-12 and 8-4-4-16 
formats.  The workaround is trivial: since these are strings, I just 
removed or inserted the final dash character as needed.

Doug

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

 Hello list;
 
  
 
 My application makes a web-service call to a .NET server that 
requires a
 UUID parameter which the client must generate. The call was 
failing and
 I was at a loss to figure out why until I looked in the WSDL and 
noticed
 that the GUID is defined a string of hex digits in groups of 8, 4, 
4, 4,
 and 12.
 
  
 
 However, the GUID generated by UIDUtils has groupings of 8, 4, 4, 
and 16
 (e.g. DC3ADAA2-5E84-9977-33BDDC55). I don't think this is
 correct. In fact, the documentation for the createUid function 
claims: 
 
 The UID has the form ---- where 
X is a
 hexadecimal digit (0-9, A-F).
 
 Does anyone from Adobe know if this will be fixed in subsequent 
version
 of the framework?
 
  
 
 Creo Inc., a subsidiary of Kodak
 
 Tobias Patton | Software Developer | Tel: +1.604.451.2700 ext: 
5148 |
 mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED]  |
 http://www.creo.com http://www.creo.com







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



 






--
Flexcoders Mailing 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: Tomcat and Flex 2 beta 2

2006-03-25 Thread Dave Wolf
Well.  Yes and no.

Tomcat is indeed nothing more then a J2EE 1.4 compliant servlet
container.  

However, several groups have written JMS compliant messaging
substrates that run as servlets and hence can run inside of Tomcat. 
You might check out the ActiveMQ product at

http://activemq.codehaus.org/Home

One really important distinction to remember when we talk about JMS is
that effectively JMS is nothing more then a standard API used from
Java to talk to messaging systems, often refered to as a substrate.
 Most all major messaging substrates now support the JMS API.  

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY






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

 what are you using for the app server? tomcat is just a servlet
container,
 so you still need a app server for jms, which the collabation
sampless run
 on.
 
 On 3/24/06, sof4real03 [EMAIL PROTECTED] wrote:
 
  Has anyone gotten Flex 2 beta 2 configured correctly on tomcat 5, JDK
  1.5? I followed the directions on labs, but no luck. I'm having
  NoClassDefFound error when trying to run the collaboration sample
  apps. Any insight?
  Thanks,
  Sof
 
 
 
 
 
  --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
  Yahoo! Groups Links
 
 
 
 
 
 
 
 
 
 --
 j:pn
 http://www.lennel.org








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

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

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

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




[flexcoders] Flex 2 Beta 2 - Bug with mx.controls.TextInput restrict Property

2006-03-25 Thread Harald Dehn










Hello



I try to restrict the input of a TextInput Control
with the following line:



TextInput.restrict
= 0-9 ,.\- + _CurrencySymbol;



Unfortuneally I cant enter negative numbers in
the box (it dont accept the minus character). This example worked fine
with the alpha version of Flex, I already reported the bug for the beta 1
version.



Harry











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



  









BEGIN:VCARD
VERSION:2.1
N:Dehn;Harald
FN:Harald Dehn ([EMAIL PROTECTED])
TEL;HOME;VOICE:+49 (69) 61002712
TEL;CELL;VOICE:+49 (151) 17887510
TEL;WORK;FAX:+49 (69) 15049656
ADR;WORK:;;Gutzkowstraße 27;Frankfurt;;60594;Deutschland
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:Gutzkowstra=DFe 27=0D=0AFrankfurt 60594=0D=0ADeutschland
ADR;HOME:;;Gutzkowstraße 27;Frankfurt;;60594;Deutschland
LABEL;HOME;ENCODING=QUOTED-PRINTABLE:Gutzkowstra=DFe 27=0D=0AFrankfurt 60594=0D=0ADeutschland
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20060302T091719Z
END:VCARD


Main.mxml
Description: Main.mxml


Re: [flexcoders] Flex 2: can you play audio asynchronously?

2006-03-25 Thread dos dedos



Thank you snail, this is exactly what I was looking for :)snail [EMAIL PROTECTED] wrote:  hello,dos dedos   ����Perhaps you can use the "mx.effects.Parallel()".this  method can mix many effect and play them asynchronously.for examplefunction mixEffect(){ var  e1 = new  mx.effects.Fade(hideObj);  e1.duration=500;  e1.alphaTo = 0;   var e2  = new  mx.effects.Fade(showObj);  e2.duration=500;  e2.alphaTo = 100;  var mixEffect = new 
 mx.effects.Parallel();  mixEffect.addChild(e1);  mixEffect.addChild(e2); mixEffect.playEffect(); } this script mix to effect. Good Luck!!   Snail in China
  ����������������������������  2006-03-2510:12:11�����������   Let's  say you had 8 or 16 "Wav" files that you wanted to play at the same time  (e.g. for special sound effects in games) then one way woudl be to issue  async calls to play each file in sequence, so that all of them would  start at approx the same time.Is that possible in  Flex?I've seen games and demos in
 Shockwave where multiple audio  channels are mixed.. Not sure if it's possible in Flash and  Flex?   New Yahoo!  Messenger with Voice. Call regular phones from your PC for low, low  rates. 
		Blab-away for as little as 1¢/min. Make  PC-to-Phone Calls using Yahoo! Messenger with Voice.





--
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] Where art thou Margins?

2006-03-25 Thread Brendan Meutzner



Sreejith,Thanks... don't I feel silly... I see them now on Box, but when I'd looked on the parent Container class, I only saw left and right.Mmmm... humble pie...Thanks,Brendan
On 3/25/06, Sreejith Unnikrishnan [EMAIL PROTECTED] wrote:









Obviously you missed the padding-top and padding 
bottom.

:-)

  - Original Message - 

  
From: 
  Brendan 
  Meutzner 
  To: 
flexcoders@yahoogroups.com 
  Sent: Saturday, March 25, 2006 12:30 
  PM
  Subject: [flexcoders] Where art thou 
  Margins?
  Hi,Can't find anything to replace the 
  marginTop/marginBottom styles... it appears that paddingLeft/paddingRight will 
  satisfy horizontal requirements, but what about vertical? I'm obviously 
  missing something...Thanks,Brendan





--
Flexcoders Mailing 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] [Flex2 B2] Bug in Stage?

2006-03-25 Thread Carlos Rovira



Hi, I was playing with States and modified the search example from the docs a bit so the application notice browser size changes and I think there's some strange issues with resizing behaviour in IE6 and Firefox1.5.0.1
.I only add to mx:Application the following: width=100% height=100% layout=verticalAnd it seems that when I resize the Firefox window in results state to a size below the original Firefox width, the panel don't resize to that position.
In IE6 there's no problem with the width, but I notice that resizeEffect is not playing and the panel 'jumps' from one size to the new one.---search code with modifications:
?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.adobe.com/2006/mxml implements=mx.core.IHistoryState
  creationComplete=initApp() width=100% height=100% layout=vertical mx:Script import mx.managers.HistoryManager; import 
flash.display.Stage;  / // IHistoryState methods / // Restore the state and searchString value. public function loadState(state:Object):void {
 if (state) { currentState = state.currentState; searchString = searchInput.text = state.searchString; } else { currentState = '';
 } } // Save the current state and the searchString value public function saveState():Object { var state:Object = {}; state.currentState = currentState;
 state.searchString = searchString; return state; }   / // App-specific scripts /
 // The search string value. [Bindable] public var searchString:String;  // Register the application with the history manager // when the application is created.
 public function initApp():void { HistoryManager.register(this); }  // The method for doing the search. // For the sake of simplicity it doesn't do any searching.
 // It does change the state to display the results box,  // and save the new state in the history manager. public function doSearch():void { currentState = results;
 searchString = searchInput.text; HistoryManager.save(); } // Method to revert the state to the base state. // Saves the new state in the history manager.
 public function reset():void { currentState = ''; searchInput.text = ; searchString = ; HistoryManager.save(); } /mx:Script
  mx:states !-- The state for displaying the search results. -- mx:State name=results mx:SetProperty target={p} name=width value=100% /
 mx:SetProperty target={p} name=height value=100% / mx:SetProperty target={p} name=title value=Results /
 mx:AddChild target={searchFields} mx:Button label=Reset click=reset() / /mx:AddChild mx:AddChild target={p}
 mx:Label text=Search results for {searchString} / /mx:AddChild /mx:State /mx:states !-- In the base state, just show a panel with a search text input and button.--
 mx:Panel id=p title=Search resizeEffect=Resize   paddingLeft=5 paddingTop=5 paddingRight=5 paddingBottom=5 mx:HBox id=searchFields defaultButton={b}
 mx:TextInput id=searchInput / mx:Button id=b label=Go click=doSearch(); / /mx:HBox /mx:Panel
/mx:Application-- ::| Carlos Rovira::| http://www.carlosrovira.com






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









[flexcoders] [FlashPlayer 8.5 public beta] browser crash (IE and Firefox)

2006-03-25 Thread Carlos Rovira



Hi,I was browsing through the excelent Grant Skinner's Incomplet:  http://incomplet.gskinner.com/ that makes use of almost all new features in Flash 8 intensively and notice a few times that my Firefox and my IE crash. The problem is when playing the VidPong video (
2006.02.22) and I close the video (click in the X).Maybe someone could test it and see if the same happens.-- ::| Carlos Rovira::| http://www.carlosrovira.com







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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] FB2 :: Flex printing

2006-03-25 Thread Carlos Rovira



Hi,Printing in Flash is a little pain and should be revisited by the Flash Player team before others in the Flex team do something else because I my opinion the problem is in the plataform and not in the framework. Is great to have nowadays a framework like flex that saves tons of time but when we reach printing, there's no time calculations and only experience would help you.
I experience a lot of problems sometime ago and I assume that the problem when we try to print vectors and bitmaps borns of the different display engines in Flash Player 8. It seems Flash Player has a engine for vectors and other one for bitmaps so printing is affected of this dual display nature. Hope this issue will enhanced in the future because could be a frustration for people coming to the Flash Platform in the future
On 3/23/06, Dima Ulich [EMAIL PROTECTED] wrote:



Hi

I have used the package you are pointing at. To
reproduce the bug try to print out a page with text
and bitmap image (do not embed image load it
dynamically).
 
When you use FlexPrintJob package, you'll get bitmap
quality printing which is not good at all for use in
reports.
 
When you use flash.print.PrintJob package you will get
vector printing, but you won't get the image printed. 

My question was would there be an option to print
images and text on one page in good vector printing
quality? 
Is there a way to set FlexPrintJob to print in vector
format?

Dima Ulich

--- David Mendels [EMAIL PROTECTED] wrote:

 Hi,
 
 a) Check out

http://livedocs.macromedia.com/labs/1/flex/langref/mx/print/package-deta

 il.html
 b) Please be specific and give us reproducible bugs
 so we can address as
 many issues as possible and/or log ECRs for future! 
 
 -David
 Adobe
 
 
 
 
  From: flexcoders@yahoogroups.com
 [mailto:flexcoders@yahoogroups.com] On Behalf Of
 Phil Marston
  Sent: Wednesday, March 22, 2006 9:26 AM
  To: flexcoders@yahoogroups.com
  Subject: Re: [flexcoders] FB2 :: Flex printing
  
  
  I haven't used this yet, but our University
 teaching apps would 
  certainly need good functionality here so hope
 there isn't a
 problem 
  like there's been with the implementation of
 printing in Flash
 in the past.
  
  As far back as a Flash 5 project we hit a bug in
 the Flash
 player to do 
  with printing nested movieClips - after months of
 trying to fix
 it 
  someone from Macromedia eventually let us know that
 it was a
 known issue 
  but they didn't think anyone would notice - as far
 as I'm aware
 it's 
  never been fixed.
  
  Compared to all the other features in Flash,
 printing always
 seems to be 
  a bit of a poor cousin sort of implementation. 
 Maybe with
 Adobe's print 
  heritage that will change . . . :-)
  
  Phil
  
  Dima Ulich wrote:
   I would like to ask adobe team. 
   Do you guys have any plans on making printing
 from
   flex a bit easier? 
  
   I think it is very important for RIAs to have
 very
   flexible printing feateres so users and devs
 wouldn't
   have problems creating different kind of reports.
 
   For now it is not event possible to print bitmap
   images aloing with vector graphics. 
   To print images you need to have them embeded or
 use
   printAsBitmap feature, but printAsBitmap makes
 all the
   other things on page look nasty. It won't work
 for
   good reports. 
   In Flex Beta past and new version there was a
   FlexPrintJob package it prints in bitmap format
 which
   makes it impossible for use. And
 flash.print.printJob
   package is pretty hard to use, and it doesn't
 solve
   the problem.
  
   Flexcoders, what do you think about printing in
 flex?
  
   Ulich Dima
  
  
  
 __
   Do You Yahoo!?
   Tired of spam? Yahoo! Mail has the best spam
 protection
 around 
   http://mail.yahoo.com 
  
  
   --
   Flexcoders Mailing List
   FAQ:

http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:

http://www.mail-archive.com/flexcoders%40yahoogroups.com
 
   Yahoo! Groups Links
  
  
  
   
  
  
   
  
  -- 
 

__
 
  Phil Marston 
  Learning Technologist
  Learning Technology Unit 
  Edward Wright G33, University of Aberdeen,
 Aberdeen, AB24 3QY,
 UK
  [EMAIL PROTECTED] Tel: +44(0)1224 273329 /
 +44(0)7798 723660 
  http://www.abdn.ac.uk/diss/ltu/
 

__
  
  
  
  
  
  --
  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+des

ign+and+developmentw4=Macromedia+flexw5=Software+development+best+prac
 ticec=5s=166.sig=L-4QTvxB_quFDtMyhrQaHQ 
 Computer software
 

Re: [flexcoders] [Flex2 B2] Bug in Stage?

2006-03-25 Thread Chris Scott
I thoroughly have this same issue, but I've noticed it with all layout settings in mx:Application. Is this a bug in Flex 2 Beta 2? Chris Scott[EMAIL PROTECTED]http://cdscott.blogspot.com/http://www.coldspringframework.org/On Mar 25, 2006, at 2:22 PM, Carlos Rovira wrote:  Hi, I was playing with States and modified the search example from the docs a bit so the application notice browser size changes and I think there's some strange issues with resizing behaviour in IE6 and Firefox1.5.0.1 .I only add to mx:Application the following:    width="100%" height="100%" layout="vertical"And it seems that when I resize the Firefox window in "results" state to a size below the original Firefox width, the panel don't resize to that position. In IE6 there's no problem with the width, but I notice that resizeEffect is not playing and the panel 'jumps' from one size to the new one.---search code with modifications: ?xml version="1.0" encoding="utf-8"?mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" implements="mx.core.IHistoryState "     creationComplete="initApp()" width="100%" height="100%" layout="vertical"    mx:Script    import mx.managers.HistoryManager;    import flash.display.Stage;        /    // IHistoryState methods    /    // Restore the state and searchString value.    public function loadState(state:Object):void {     if (state) {    currentState = state.currentState;    searchString = searchInput.text = state.searchString;    }    else {    currentState = '';     }    }    // Save the current state and the searchString value    public function saveState():Object {    var state:Object = {};    state.currentState = currentState;     state.searchString = searchString;    return state;    }            /    // App-specific scripts    /     // The search string value.    [Bindable]    public var searchString:String;        // Register the application with the history manager    // when the application is created.     public function initApp():void {    HistoryManager.register(this);    }        // The method for doing the search.    // For the sake of simplicity it doesn't do any searching.     // It does change the state to display the results box,     // and save the new state in the history manager.    public function doSearch():void {    currentState = "results";     searchString = searchInput.text;    HistoryManager.save();    }    // Method to revert the state to the base state.    // Saves the new state in the history manager.     public function reset():void {    currentState = '';    searchInput.text = "";    searchString = "";    HistoryManager.save();    }    /mx:Script         mx:states    !-- The state for displaying the search results. --    mx:State name="results"    mx:SetProperty target="{p}" name="width" value="100%" /     mx:SetProperty target="{p}" name="height" value="100%" /    mx:SetProperty target="{p}" name="title" value="Results" /     mx:AddChild target="{searchFields}"    mx:Button label="Reset" click="reset()" /    /mx:AddChild    mx:AddChild target="{p}"     mx:Label text="Search results for {searchString}" /    /mx:AddChild    /mx:State    /mx:states !--  In the base state, just show a panel with a search text input and button.--     mx:Panel id="p" title="Search" resizeEffect="Resize"         paddingLeft="5" paddingTop="5" paddingRight="5" paddingBottom="5"    mx:HBox id="searchFields" defaultButton="{b}"     mx:TextInput id="searchInput" /    mx:Button id="b" label="Go" click="doSearch();" /    /mx:HBox    /mx:Panel /mx:Application-- ::| Carlos Rovira::| http://www.carlosrovira.com -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.comYAHOO! GROUPS LINKS  Visit your group "flexcoders" on the web.    To unsubscribe from this group, send an email to: [EMAIL PROTECTED]    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 

Re: [flexcoders] [Flex2 B2] Bug in Stage?

2006-03-25 Thread Jignesh Dodiya



i have posted a thread 2 days back, regarding that my application developed with flex-2 beta1 is not running properly with flex-2 beta-2...especially with states , transition effects are not working.

still no sollution

jignesh






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





  




  
  
  YAHOO! GROUPS LINKS



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



  









Re: [flexcoders] Flex2: version control plugin

2006-03-25 Thread Douglas Knudsen
CVS client is bult into Eclipse.

DK

On 3/24/06, dos dedos [EMAIL PROTECTED] wrote:

 Is there the eclipse plugin for single-user version control (with diff,
 label, branch, merge, etc)?






  
 New Yahoo! Messenger with Voice. Call regular phones from your PC and save
 big.



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

  



--
Douglas Knudsen
http://www.cubicleman.com
this is my signature, like it?


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

* 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] Flex2: version control plugin

2006-03-25 Thread dos dedos



I use JBuilder for Java which comes with CVS, too, but I had no idea it was also built into Eclipse .. It looks like Flex will make Java developers migrate from other IDEs to Eclipse .. I see no reason to have two IDEs for Java and Flex :)thanks... I guess I'll have to install Flexbuilder B2 again   Douglas Knudsen [EMAIL PROTECTED] wrote:CVS client is bult into Eclipse.  DK  On 3/24/06, dos dedos [EMAIL PROTECTED] wrote:   Is there the eclipse plugin for single-user version control (with diff,  label, branch, merge, etc)?  New Yahoo! Messenger with Voice. Call regular phones from your PC and save  big.   
  --  Flexcoders Mailing List  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt  Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com   YAHOO! GROUPS LINKSVisit 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.   -- Douglas Knudsen http://www.cubicleman.com this is my signature, like it?
 
		Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ countries) for 2¢/min or less.





--
Flexcoders Mailing 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: Remote Access to DataService in Flex2B2

2006-03-25 Thread jeffrey_lage
For anyone else that may run into this, I had set the url for the chaneel to be 
my machine 
name and had set the webapp contect root to its actual value.  I changed it to 
use variables 
like {context.root} and then it worked.

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

 I have created a simple java-dao based adapter on an data-service. This 
 service is 
configured 
 with a RTMP channel as the default channel. In my main mxml application file, 
 I am using 
the 
 creationComplete event on the application to to call a fill method on the 
 dataserive and 
 populate a ListCollectionView object. I have a datagrid bound to that object. 
 If I browse my 
 application from localhost, I see the data in the grid. If I browse it from 
 another machine, I 
do 
 not, but I am not getting any errors on the remote machine. Is there 
 something that I need 
to 
 do?  I have checked the logs (as I inserted some prtinln()s in my java-dao) 
 and the data 
 service is never being called.  There is no firewall on either the local or 
 remote host.







--
Flexcoders Mailing 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: Unable to connect to RemoteObject

2006-03-25 Thread jeffrey_lage
I am compiling in the webtier.  The samples app that comes with flex uses the 
tokens and 
works fine.  It does not seem to have a crossdomain file, but i will try these 
and work 
backward.

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

 This is for Flex 2.0... are you compiling with Flex Builder 2 or the
 webtier compiler in FDS or perhaps even the command line using mxmlc? If
 you're not using the webtier compiler you need to specify the location
 of the flex-enterprise-services.xml file to the mxmlc compiler with the 
 --services option.
  
 Also be careful with using tokens like {server.port} in the
 channel-definition as it requires the swf to be loaded from a browser.
 Try replacing all of the tokens in this file with hard coded defaults
 and work backwards. If you're using the {context.root} token and using
 mxmlc you may also have to provide this on the command line at compile
 time.
 
 Also consider the security sandbox. You may need a crossdomain.xml file
 at the webroot of the j2ee server hosting your message broker servlet,
 and note by default that needs to reside at the real webroot without a
 context root so you may need a web-app deployed with the default context
 root  to place a file here. (There are ways around this, but it's
 simpler to do this).
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of jeffrey_lage
 Sent: Friday, March 24, 2006 5:49 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Unable to connect to RemoteObject
 
  am trying to make a call to a method on a remote object and get the
 following error:
 Error: faultCode:InvokeFailed faultString:'Error: Unknown destination
 'reconResultAssembler'.' faultDetail:'Couldn't establish a connection to
 'reconResultAssembler''
 at
 mx.rpc::AbstractInvoker/http://www.adobe.com/2006/flex/mx/internal::invo
 ke()
 at mx.rpc.remoting.mxml::Operation/http://www.adobe.com/2006/flex/mx/
 internal::invoke()
 at mx.rpc.remoting::Operation/send()
 at mx.rpc.remoting.mxml::Operation/send()
 at rotest/__ok_click()
 
 here is the mx:RemoteObject tag in my .mxml file: 
 mx:RemoteObject destination=reconResultAssembler id=reconRO 
 showBusyCursor=true result=this.handleResult(event)
 mx:method name=getTree /
 /mx:RemoteObject
 
 here is my flex-remoting-service.xml file:
 ?xml version=1.0 encoding=UTF-8?
 service id=remoting-service
 class=flex.messaging.services.RemotingService 
 messageTypes=flex.messaging.messages.RemotingMessage
 destination id=reconResultAssembler
 adapter ref=java-object/
 properties
 sourcecom.dummy.recon.ReconResultAssembler/source
 /properties
 /destination
 
 adapters
 adapter-definition id=java-object 
 class=flex.messaging.services.remoting.adapters.JavaAdapter
 default=true/ /adapters
 
 default-channels
 channel ref=my-amf/
 /default-channels
 /service
 
 and here is my flex-enterprise-services.xml file:
 ?xml version=1.0 encoding=UTF-8?
 services-config
 xmlns=http://www.macromedia.com/2005/flex-service-config;
 services
 service-include file-path=flex-data-service.xml/
 service-include file-path=flex-remoting-service.xml/
 /services
 
 channels
 channel-definition id=my-amf
 class=mx.messaging.channels.AMFChannel
 endpoint
 uri=http://{server.name}:{server.port}/{context.root}/messagebroker/amf
  
 class=flex.messaging.endpoints.AMFEndpoint/
 properties
 polling-enabledtrue/polling-enabled
 /properties
 /channel-definition
 /channels
 /services-config
 
 does anyone see anything wrong? the remote call that is in the samples
 app works just fine. 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 Yahoo! Groups Links








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

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

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

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





[flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread Dave Wolf
There is also a subversion plugin for eclipse, although I havent used
it.  We use Eclipse as the Java editor and compiler, and then checkin
the changes using Tortoise for subversion.

Check out the ANT view in Eclipse as well.  Its pretty slick.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


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

 I use JBuilder for Java which comes with CVS, too, but I had no idea
it was also built into Eclipse .. It looks like Flex will make Java
developers migrate from other IDEs to Eclipse .. I see no reason to
have two IDEs for Java and Flex :)
 
 thanks... I guess I'll have to install Flexbuilder B2 again
 
 Douglas Knudsen [EMAIL PROTECTED] wrote:CVS client is bult
into Eclipse.
  
  DK
  
  On 3/24/06, dos dedos [EMAIL PROTECTED] wrote:
  
   Is there the eclipse plugin for single-user version control (with
diff,
   label, branch, merge, etc)?
  
  
  
  
  
  

   New Yahoo! Messenger with Voice. Call regular phones from your PC
and save
   big.
  
  
  
--
Flexcoders Mailing 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.
  

  
  
  
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
  
 
   --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 

   
 -
YAHOO! GROUPS LINKS 
  
 
 Visit your group flexcoders on the web.
 
 To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
  
 
 -
  
  
  
 
   
 -
 Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and
30+ countries) for 2¢/min or less.







--
Flexcoders Mailing 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: Flex2: version control plugin

2006-03-25 Thread Johannes Nel



a piece of advise, don't install the standalone version of flex
builder, rather intsal the plugin as the standalone is severely
crippeled by defaultOn 3/25/06, Dave Wolf [EMAIL PROTECTED] wrote:
There is also a subversion plugin for eclipse, although I havent usedit.We use Eclipse as the Java editor and compiler, and then checkinthe changes using Tortoise for subversion.Check out the ANT view in Eclipse as well.Its pretty slick.
--Dave WolfCynergy Systems, Inc.Macromedia Flex Alliance Partnerhttp://www.cynergysystems.comEmail:
[EMAIL PROTECTED]Office: 866-CYNERGY--- In flexcoders@yahoogroups.com, dos dedos [EMAIL PROTECTED] wrote: I use JBuilder for Java which comes with CVS, too, but I had no idea
it was also built into Eclipse .. It looks like Flex will make Javadevelopers migrate from other IDEs to Eclipse .. I see no reason tohave two IDEs for Java and Flex :) thanks... I guess I'll have to install Flexbuilder B2 again
 Douglas Knudsen [EMAIL PROTECTED] wrote:CVS client is bultinto Eclipse.DKOn 3/24/06, dos dedos [EMAIL PROTECTED] wrote: Is there the eclipse plugin for single-user version control (with
diff, label, branch, merge, etc)? New Yahoo! Messenger with Voice. Call regular phones from your PC
and save big.--Flexcoders Mailing ListFAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives:http://www.mail-archive.com/flexcoders%40yahoogroups.com
YAHOO! GROUPS LINKSVisit 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.
--Douglas Knudsenhttp://www.cubicleman.comthis is my signature, like it?
 --Flexcoders Mailing ListFAQ: 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 ofService. -
 - Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and30+ countries) for 2¢/min or less.--Flexcoders Mailing List
FAQ: 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/-- j:pn http://www.lennel.org







--
Flexcoders Mailing 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] Flex2 - More Scroll Bar problems (DataGrid)

2006-03-25 Thread Manish Jethani
On 3/25/06, thunderstumpgesatwork [EMAIL PROTECTED] wrote:

 How do I get the grid column to be big enough that the scrollbars
 don't appear on individual cells? I am also using a custom cell
 renderer, so I tried setting the hScrollPolicy on it to off but
 they're still there.

Even though your cell renderer has its hScrollPolicy set to off,
you're still getting a horizontal scrollbar on individual cells? 
Interesting.  Could you post an example?  And also, upgrade to Beta 2
(it's horizontalScrollPolicy now).

Manish


--
Flexcoders Mailing 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: Flex2: version control plugin

2006-03-25 Thread Kelly @ Dekayd Media Inc.
Subclipse is a great plugin.

It is definitely a timesaver.


--Kelly






-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Dave Wolf
Sent: Saturday, March 25, 2006 4:06 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex2: version control plugin

There is also a subversion plugin for eclipse, although I havent used
it.  We use Eclipse as the Java editor and compiler, and then checkin
the changes using Tortoise for subversion.

Check out the ANT view in Eclipse as well.  Its pretty slick.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


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

 I use JBuilder for Java which comes with CVS, too, but I had no idea
it was also built into Eclipse .. It looks like Flex will make Java
developers migrate from other IDEs to Eclipse .. I see no reason to
have two IDEs for Java and Flex :)
 
 thanks... I guess I'll have to install Flexbuilder B2 again
 
 Douglas Knudsen [EMAIL PROTECTED] wrote:CVS client is bult
into Eclipse.
  
  DK
  
  On 3/24/06, dos dedos [EMAIL PROTECTED] wrote:
  
   Is there the eclipse plugin for single-user version control (with
diff,
   label, branch, merge, etc)?
  
  
  
  
  
  

   New Yahoo! Messenger with Voice. Call regular phones from your PC
and save
   big.
  
  
  
--
Flexcoders Mailing 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.
  

  
  
  
  --
  Douglas Knudsen
  http://www.cubicleman.com
  this is my signature, like it?
  
 
   --
  Flexcoders Mailing List
  FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
  Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
 

   
 -
YAHOO! GROUPS LINKS 
  
 
 Visit your group flexcoders on the web.
 
 To unsubscribe from this group, send an email to:
  [EMAIL PROTECTED]
 
 Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service. 
  
 
 -
  
  
  
 
   
 -
 Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and
30+ countries) for 2¢/min or less.







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



 




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

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

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

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




Re: [flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread Mike Chambers
Works well with FlexBuilder also.

Info on how to install it here:

http://labs.macromedia.com/wiki/index.php/Flex_Builder:resources:plugins:subversion

mike chambers

[EMAIL PROTECTED]

Kelly @ Dekayd Media Inc. wrote:
 Subclipse is a great plugin.
 
 It is definitely a timesaver.
 
 
 --Kelly
 
 
 
 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Dave Wolf
 Sent: Saturday, March 25, 2006 4:06 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex2: version control plugin
 
 There is also a subversion plugin for eclipse, although I havent used
 it.  We use Eclipse as the Java editor and compiler, and then checkin
 the changes using Tortoise for subversion.
 
 Check out the ANT view in Eclipse as well.  Its pretty slick.
 


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

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

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

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




[flexcoders] Flex 2 and FMS 2 for audio conferencing application

2006-03-25 Thread pk_wasp
I want to build a simple audio conferencing Flex 2 (Beta 2) application 
(just people using their microphone) with Flash Media Server 2

Does anyone have any examples/links/documentation to do this sort of 
thing? (if its possible)

and is the microphone working with this Flash Player 8.5 now?

searching through the archive found this:

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


thanks






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

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

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

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




[flexcoders] Yahoo! Maps API

2006-03-25 Thread lhs_pioneers_86
Hello All,

I'm trying to the Yahoo Maps API sample application up and running but
all I get is an empty pane and two error messages:

The error messages are identical:

Type annotation is not a compile time constant:YahooMap

Here's the code:

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

mx:Script
![CDATA[
import com.yahoo.maps.markers.CustomPOIMarker;
function onInitialize(eventObject) {
 var markerArgs = {
 index:M, title:Macromedia Inc., description:Macromedia
Headquarters, markerColor:0xCC, strokeColor:0xDFDFDF
 };
 myMap.addMarkerByAddress(CustomPOIMarker, 601 Townsend St, San
Francisco, CA 94103, markerArgs);
}
]]
/mx:Script

mx:Panel x=10 y=10 width=692 height=569 layout=absolute

yahoo:YahooMap id=myMap width=950 height=400 
zoomLevel=3
latitude=37.77159 longitude=-122.401714
initialize=onInitialize(event); /

/mx:Panel
/mx:Application


Any suggestions on what I'm doing wrong?

TIA 

Matthew





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

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

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

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




[flexcoders] [Flex 2 beta 2 - Cairngorm 2 - AMFPHP]

2006-03-25 Thread William Lambé










Hello guys, 



Did someone try to use Cairngom (architectural
framework for flex) with AMFPHP?



I ask because I dont see clearly (in the sample
Cairngorm Login) how to change LoginDelegate and Services.mxml to use it with
AMFPHP (for exemple where to introduce the RemotingConnection of
Tweenpix (http://www.tweenpix.net/blog/index.php?2006/01/03/543-hello-world-en-amfphp-avec-flex20
))



If you tried one time, coud you explain us please.



Thank you, 



William.











--
Flexcoders Mailing 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] Flexbuilder 2.0 missing mx:link ?

2006-03-25 Thread anonymoth
Hello..I'm completely new at the whole Flex game, so please be gentle :-)

I'm running through the 2.0 tutorial and it asks for a Link component. Well 
there's only a 
LinkButton, and it doesn't have the 'click' property. Am I missing something 
(or is 
Flexbuilder)? 

I tried coding mx:Link but it went unrecognized. 

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

* 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] Saving object graphs 2 (losing backreferences)

2006-03-25 Thread pepe_perez_perez_perez
Hi,

I'm using data services with the JavaAdapter with the hierarchical
values approach and I'm finding that when I invoke commit() from the
client the object graph that I'm receiving in the server after the
unmarshalling to Java is not what I'd expect.

The original object graph that I sent to the client was:

Book -- Chapters

Each Chapter has a backreference to Book in his book property as
you can see below in lines 0010 and 0020 before leaving the server to
the client.

When the client receives the data the book backreference is already
lost and it is being represented in the DataGrid as a 0. The relevant
column in the grid is this:

mx:DataGridColumn headerText='Book' dataField='book' editable='false'/

The only operation in the client is an update of description
in the second book.

On arriving, the response from the client to the server mantains the 0
as you can see in lines 0030 and 0040.

The update through Spring/Hibernate is succesful but the lines lose
the reference to their parent.

Any suggestion?

Thanks in advance,

Pepe.


22:59:55,528 INFO  [STDOUT] [Flex] Serializing AMF/RTMP
response
Version: 3   

  (Command method=_result (0) trxId=6)   
(Typed Object #0 'flex.data.messages.SequencedMessage')  
  sequenceId = 0 
  destination = BookDestination
  headers = (Object #1)  
  dataMessage = null 
  correlationId = 8D5C4E2B-EE28-385B-56C1EEBE  
  messageId = E789E2A9-080F-067D-798D-A5C0CD0B8062 
  timeToLive = 0.0   
  timestamp = 1.143323995528E12  
  clientId = 07C1431D-08AB-044B-7C60A737   
  sequenceProxies = null 
  sequenceSize = 2  
  body = (Array #2)  
[0] = (Typed Object #3 'model.Book') 
  date = 2006-01-20  
  description = ROSA ROSAE 
  library = null 
  Chapters = (Typed Object #5
  'flex.messaging.io.ArrayCollection')  
source = (Array #6)  
  [0] = (Typed Object #7 'model.Chapter')
0010book = (Ref #3)  
description = CAPITULUM III
amount = 3000.0  
id = 3   
  id = 2 
[1] = (Typed Object #8 'model.Book') 
  date = 2006-03-20  
  description = VANITAS VANITATIS  
  library = null 
  Chapters = (Typed Object #10
  'flex.messaging.io.ArrayCollection') 
source = (Array #11) 
  [0] = (Typed Object #12 'model.Chapter')   
0020book = (Ref #8)  
description = CAPITULUM L  
amount = 5.0 
id = 1   
  id = 6 
 
   
 
  
23:02:48,858 INFO  [STDOUT] [Flex] Deserializing AMF/RTMP
request   
Version: 3   
   
  (Command method=null (0) trxId=7.0)
null 
(Typed Object #0 'flex.data.messages.DataMessage')   
  identity = null
  operation = 5  
  body = (Array #1)  
[0] = (Typed Object #2
'flex.data.messages.DataMessage')
   
  identity = (Object #3) 
id = 6   

Re: [flexcoders] Re: Flex2: version control plugin

2006-03-25 Thread dos dedos



CVS is accessible in Flexbuilder (under Window-Show View-Other-add CVS repository) I just never looked under "Other" before.I checked out Eclipse 3.2 and it's looks pretty solid. I'll definitely use the subversion plugin.Anyone working with a Hibrenate plugin for Eclipse? I found this one http://myeclipseide.com .. it may be worth checking out.Thanks for the infoMike Chambers [EMAIL PROTECTED] wrote:Works well with FlexBuilder also.  Info on how to install it here:  http://labs.macromedia.com/wiki/index.php/Flex_Builder:resources:plugins:subversion  mike chambers  [EMAIL PROTECTED]  Kelly @ Dekayd Media Inc. wrote:  Subclipse is a great plugin.
It is definitely a timesaver.  --Kelly  -Original Message-  From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On  Behalf Of Dave Wolf  Sent: Saturday, March 25, 2006 4:06 PM  To: flexcoders@yahoogroups.com  Subject: [flexcoders] Re: Flex2: version control pluginThere is also a subversion plugin for eclipse, although I havent used  it. We use Eclipse as the Java editor and compiler, and then checkin  the changes using Tortoise for subversion.Check out the ANT view in Eclipse as well. Its pretty slick.   
		New Yahoo! Messenger with Voice. Call regular phones from your PC and save big.





--
Flexcoders Mailing 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: Flex2: version control plugin

2006-03-25 Thread Kelly @ Dekayd Media Inc.










I use MyEclipse with Hibernate.



Its lacking some features so I also
use Hibernate Synchronizer.



The combination of the two works pretty
well.





--Kelly















From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dos dedos
Sent: Saturday, March 25, 2006
9:13 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Re:
Flex2: version control plugin






CVS is accessible in Flexbuilder (under
Window-Show View-Other-add CVS repository) I just never
looked under Other before.

I checked out Eclipse 3.2 and it's looks pretty
solid. I'll definitely use the subversion plugin.

Anyone working with a Hibrenate plugin for
Eclipse? I found this one http://myeclipseide.com .. it may be worth checking
out.

Thanks for the info

Mike Chambers [EMAIL PROTECTED] wrote:

Works well with FlexBuilder also.

Info on how to install it here:

http://labs.macromedia.com/wiki/index.php/Flex_Builder:resources:plugins:subversion

mike chambers

[EMAIL PROTECTED]

Kelly @ Dekayd Media Inc. wrote:
 Subclipse is a great plugin.
 
 It is definitely a timesaver.
 
 
 --Kelly
 
 
 
 
 
 
 -Original Message-
 From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On
 Behalf Of Dave Wolf
 Sent: Saturday, March 25, 2006 4:06 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Re: Flex2: version
control plugin
 
 There is also a subversion plugin for
eclipse, although I havent used
 it. We use Eclipse as the Java editor
and compiler, and then checkin
 the changes using Tortoise for subversion.
 
 Check out the ANT view in Eclipse as
well. Its pretty slick.
 









New Yahoo! Messenger with Voice. Call
regular phones from your PC and save big. 







--
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] Yahoo! Maps API

2006-03-25 Thread stacey
didn't see any code posted,however that error suggests that it can't find
the class. clean the project and try again.




 Hello All,

 I'm trying to the Yahoo Maps API sample application up and running but
 all I get is an empty pane and two error messages:

 The error messages are identical:

 Type annotation is not a compile time constant:YahooMap

 Here's the code:

 lt;?xml version=quot;1.0quot; encoding=quot;utf-8quot;?gt;
 lt;mx:Application
 xmlns:mx=quot;http://www.macromedia.com/2005/mxmlquot;
 xmlns:yahoo=quot;com.yahoo.maps.api.flex.*quot;
 xmlns:local=quot;*quot; xmlns=quot;*quot;
 layout=quot;absolutequot;gt;

 lt;mx:Scriptgt;
 lt;![CDATA[
 import com.yahoo.maps.markers.CustomPOIMarker;
 function onInitialize(eventObject) {
 nbsp;nbsp;nbsp;nbsp; var markerArgs = {
 nbsp;nbsp;nbsp;nbsp; index:quot;Mquot;, title:quot;Macromedia
 Inc.quot;, description:quot;Macromedia Headquartersquot;,
 markerColor:0xCC, strokeColor:0xDFDFDF
 nbsp;nbsp;nbsp;nbsp; };
 nbsp;nbsp;nbsp;nbsp; myMap.addMarkerByAddress(CustomPOIMarker,
 quot;601 Townsend St, San Francisco, CA 94103quot;, markerArgs);
 }
 ]]gt;
 lt;/mx:Scriptgt;

 nbsp;nbsp;nbsp;nbsp;nbsp; lt;mx:Panel x=quot;10quot;
 y=quot;10quot; width=quot;692quot; height=quot;569quot;
 layout=quot;absolutequot;gt; nbsp;nbsp;nbsp;nbsp;nbsp;
 nbsp;nbsp;nbsp;nbsp;nbsp; nbsp;nbsp;nbsp;nbsp;nbsp;
 lt;yahoo:YahooMap id=quot;myMapquot; width=quot;950quot;
 height=quot;400quot; zoomLevel=quot;3quot;
 latitude=quot;37.77159quot; longitude=quot;-122.401714quot;
 initialize=quot;onInitialize(event);quot; /gt;
 nbsp;nbsp;nbsp;nbsp;nbsp;
 nbsp;nbsp;nbsp;nbsp;nbsp; lt;/mx:Panelgt;
 lt;/mx:Applicationgt;


 Any suggestions on what I'm doing wrong?

 TIA

 Matthew









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












   YAHOO! GROUPS LINKS



   nbsp;Visit your group flexcoders on the web.nbsp;
   nbsp;To unsubscribe from this group, send an email
 to:nbsp;[EMAIL PROTECTED]nbsp; nbsp;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

* 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] Yahoo! Maps API

2006-03-25 Thread Brendan Meutzner



Hey Matthew,I'm going to go out on a limb here and suggest that the current swc is only compatible with 1.5. When I tried importing the it into a 2.0 project, it threw errors.Someone correct me if I'm wrong.
BrendanOn 3/25/06, lhs_pioneers_86 [EMAIL PROTECTED] wrote:
Hello All,I'm trying to the Yahoo Maps API sample application up and running butall I get is an empty pane and two error messages:The error messages are identical:Type annotation is not a compile time constant:YahooMap
Here's the code:?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
xmlns:yahoo=com.yahoo.maps.api.flex.* xmlns:local=* xmlns=*layout=absolutemx:Script![CDATA[import com.yahoo.maps.markers.CustomPOIMarker
;function onInitialize(eventObject) { var markerArgs = { index:M, title:Macromedia Inc., description:MacromediaHeadquarters, markerColor:0xCC, strokeColor:0xDFDFDF
 }; myMap.addMarkerByAddress(CustomPOIMarker, 601 Townsend St, SanFrancisco, CA 94103, markerArgs);}]]/mx:Scriptmx:Panel x=10 y=10 width=692 height=569 layout=absolute
yahoo:YahooMap id=myMap width=950 height=400 zoomLevel=3latitude=37.77159 longitude=-122.401714initialize=onInitialize(event); /
/mx:Panel/mx:ApplicationAny suggestions on what I'm doing wrong?TIAMatthew--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] Yahoo! Maps API

2006-03-25 Thread Mike Chambers
That is correct.

mike chambers

[EMAIL PROTECTED]

Brendan Meutzner wrote:
 Hey Matthew,
 
 I'm going to go out on a limb here and suggest that the current swc is 
 only compatible with 1.5.  When I tried importing the it into a 2.0 
 project, it threw errors.
 
 Someone correct me if I'm wrong.
 
 Brendan
 


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