Re: [flexcoders] Form field direction

2006-03-01 Thread Sreenivas R



You can set the direction property to horizontal.

-Sreenivas
On 2/28/06, Matt Chotin [EMAIL PROTECTED] wrote:


Sorry, you'll just have to put an HBox inside to get that going.

Matt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Pablo ApanasionekSent: Monday, February 27, 2006 6:11 AMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Form field direction



Is there a way to set up the mx:Form tag to place the mx:FormItem childs in a horizontal direction, instead of the default vertical one? O maybe a way to change the focus path to go from left to right, top to bottom?




I.e.:



Field 1 - Field 2

 /

 /

 /

Field 3 - Field 4



Thanks in advance.

---Pablo Gustavo Apanasionek
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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








  
  
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 double showing / resizing . flashing bug?

2006-03-01 Thread moyosaned
I'm using the mx.controls.Image in a cellrenderer for a TileList. But
when I set the source and give the load-call the images seems to be or
loading twice or scaling itself onscreen..

Anybody got the same problems..


Flex 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 
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, custom-auth, and JRun

2006-03-01 Thread Douglas Knudsen
Thanks Matt.  I got Peter Ent looking into it at the moment.  He
suggested the same thing.

Basically, there is no way to turn off logging to servername-err.log
in JRun settings nor servername-out.log either, not that that is a
proper solution mind you.  Looking at the full trace below, seems to
be coming from flashgateway perhaps?


Error: Invalid Credentials header.userid was null.
flashgateway.GatewayException: Invalid Credentials header.userid was
null.
at
flashgateway.filter.MessageSecurityFilter.invoke(MessageSecurityFilter.j
ava:90)
at
flashgateway.filter.ServiceNameFilter.invoke(ServiceNameFilter.java:101)
at
flashgateway.filter.EnvelopeFilter.invoke(EnvelopeFilter.java:102)
at
flashgateway.filter.SessionFilter.invoke(SessionFilter.java:28)
at
flashgateway.filter.LicenseFilter.invoke(LicenseFilter.java:57)
at flashgateway.filter.ErrorFilter.invoke(ErrorFilter.java:39)
at flashgateway.filter.LogFilter.invoke(LogFilter.java:46)
at
flashgateway.filter.BatchProcessFilter.invoke(BatchProcessFilter.java:63
)
at
flashgateway.filter.PacketSecurityFilter.invoke(PacketSecurityFilter.jav
a:68)
at flashgateway.filter.DebugFilter.invoke(DebugFilter.java:38)
at
flashgateway.filter.SerializationFilter.invoke(SerializationFilter.java:
89)
at flashgateway.Gateway.invoke(Gateway.java:217)
at
flashgateway.controller.GatewayServlet.service(GatewayServlet.java:69)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259
)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541
)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
204)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java
:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Error: Invalid Credentials header.userid was null


On 2/28/06, Matt Chotin [EMAIL PROTECTED] wrote:
 Maybe you can edit gateway-config.xml and set the error level on the
 logging up to Fatal?

 I'm not sure who's logging that, I checked the JRun module and I don't
 think it comes from us.

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Douglas Knudsen
 Sent: Tuesday, February 28, 2006 8:44 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] flex 1.5, custom-auth, and JRun

 I have a Flex 1.5 app running on JRun.  I'm using custom-auth to
 secure it.  Each non-authenticated user access is causing an error to
 be logged to my JRun servername-err.log file. that looks like the
 below.  How to turn this off or catch it?  The log file is growing
 VERY fast.

 10/11 21:54:59 error Authentication failed: Login Failure: all modules
 ignored
 jrun.security.JRunSecurityException: Authentication failed: Login
 Failure: all modules ignored
 at
 jrun.security.JRunSecurityManagerService.authenticate(JRunSecurityManage
 rService.java:569)
 at
 jrun.security.JRunSecurityManagerService.isPrincipalInRole(JRunSecurityM
 anagerService.java:495)
 
 ...


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








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









--
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 bug report: TabBar selectedIndex

2006-03-01 Thread Manish Jethani
On 3/1/06, Dion Mendel [EMAIL PROTECTED] wrote:

 The code below should create a TabBar with the 2nd tab selected.  The
 TabBar is created and displayed but no tab is selected.

[snip]

Okay it's not working.  If you set `selectedIndex` to 0, it works. 
There's one more bug: when a tab is selected programmatically, the
text doesn't turn bold.

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] especial caracters on AMFPHP

2006-03-01 Thread Rich Rodecker



there are options to set the character encodings in the gateway.php file.On 2/28/06, jf.saldanha [EMAIL PROTECTED]
 wrote:



Hi

I know that this is not the place certain to make this question but:

Need some help on AMFPHP.

I have everything run Ok with Flex with this last example of Mike 
Potter:

http://blogs.adobe.com/mikepotter/2006/02/flex_and_php_us.html

But AMFPHP dont make array object with especial caracter like we use 
in Portuguese language like (ç ó â à ã).

My question is possible make AMFPHP work with this caracters or not, 
or where I have to make the changes on AMFPHP?

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] especial caracters on AMFPHP

2006-03-01 Thread Rich Rodecker



look for this line in the gateway.php file: //Read above large note for explanation of charset handling
 //The main contributor (Patrick Mineault) is French,  //so don't be afraid if he forgot to turn off iconv by default! //$gateway-setCharsetHandler(utf8_decode, ISO-8859-1, ISO-8859-1);
 $gateway-setCharsetHandler( none, ISO-8859-1, ISO-8859-1 );as it says there, there are notes in there that talk about charset handling.
On 2/28/06, Rich Rodecker [EMAIL PROTECTED] wrote:
there are options to set the character encodings in the gateway.php file.On 2/28/06, jf.saldanha
 [EMAIL PROTECTED]
 wrote:



Hi

I know that this is not the place certain to make this question but:

Need some help on AMFPHP.

I have everything run Ok with Flex with this last example of Mike 
Potter:

http://blogs.adobe.com/mikepotter/2006/02/flex_and_php_us.html

But AMFPHP dont make array object with especial caracter like we use 
in Portuguese language like (ç ó â à ã).

My question is possible make AMFPHP work with this caracters or not, 
or where I have to make the changes on AMFPHP?

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.



  









[flexcoders] Looking for simple working Flex 2.0 remoting examples

2006-03-01 Thread grae_hall
The Flex project I'm working on is up to the stage of commencing 
initial communications from flex swf client to the business logic on 
the backend server. I've got a subcontractor working with me and I've 
handed him the task of getting the remoting functional.

Unfortunately we haven't been able to find any working examples of 
Flex 2.0 remoting.

The backend that we're tying our front end into is running WebOrb - 
we've seen a proof of concept in Flash of the client requesting 
methods on server classes through remoting and recieving objects and 
arrays as results returned from the server.

We're at least sure that we're connecting via AMF through Remoting, 
rather than SOAP, or an HTTP service.

We're just not sure where to start - or where to start researching - 
implementing the remoting functionality in Flex.

Grae







--
Flexcoders Mailing 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] TextEvents

2006-03-01 Thread Andy
Forgive a newbie question, but I'm having some trouble getting my Text
Event listener to work properly.  I want to get a callback whenever
the text changes in any way.  I was trying to add a listener:

myTextField.addEventListener(TextEvent.TEXT_INPUT, textChanged);

and 

public function textChanged(e:Event):void
{
  testLabel.text = myTextField.text;
}
(in reality, I'd want to do something more advanced with the updated
text, but for now, let's stick to this)

Whenever this callback gets called, however, it uses the old text.

That is, if I type 'a' then 'b' in the text field, testLabel will
display just 'a'


Also, the TextEvent.TEXT_INPUT only gets called when text is added,
and I can't find any callback for when text is added, deleted, or
changed in any way.  Does such a thing exist, or do I need a
completely new approach?

thanks,
-andy





--
Flexcoders Mailing 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] Box Shadows above cornerRadius=47

2006-03-01 Thread Jono Spiro
If you use a cornerRadius above 47, the shadow algorithm goes nuts and
draws dark black blocks around boxes where there seems to be overlap
-- the further the shadowDistance, the worse it is.

Of course, radiuses above this number are useful, and can even produce
nearly circular boxes if you size everything nicely. So... ugh. It's
probably a bug, or could be construed as one... Does anyone have any
solutions or workarounds?

Jono :~)


Code
mx:VBox cornerRadius=47 width=100 height=100
borderStyle=solid dropShadow=true shadowDistance=5
shadowDirection=right x=150/
mx:VBox cornerRadius=70 width=100 height=100
borderStyle=solid dropShadow=true shadowDistance=5
shadowDirection=right/
/Code


--
Flexcoders Mailing 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] Text/Label Shadows

2006-03-01 Thread Jono Spiro
Does anyone know of a clean way to get shadows, or other effects drawn
on labels (or any composite object... perhaps)? I'm /not/ looking for
a sharp shadow -- as in compositing two different labels. Ideally, I'd
like to add a shadow with an outer glow (like in Photoshop) -- but I
would settle for a shadow.

Cheers,
Jono


--
Flexcoders Mailing 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: Remote Objects in Flex 1.5 Problem

2006-03-01 Thread allister_dickson
Hi Graham,

Thanks for the reply. It helped solve some follow up issues after I 
overcame the below problem. The cause of this problem was the fact 
that the action script class representing the java object was never 
specifically referenced in the action script code because arrays were 
being passed back and then being set on the Model object (ie no 
casting was needed). Once the VO Action Script class was imported 
into the command class then everything started working as per normal. 
Now in hindsight this makes sense because if there is no direct 
reference to the VO then flash never loads the class, therefore the 
Object.registerClass is never performed meaning no link exists 
between the VO and Java Object. If there is no link then when the 
object gets past back to a Remote Object flex server treats it like a 
ASObject rather than the required Java Object.

This question is related to your reply. Is there some way of telling 
flex server not to pass final Static fields from Java to Flash? I 
have worked out how to do it from flash to Java using 
_global.ASSetPropFlags, but I would prefer that they are not sent to 
flash to start with.

Thanks Again,

Allister

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

 You have something in your class that the serialization layer is 
having
 a problem with.  Make sure in your class you don't have any static 
final
 fields.  This will cause a problem because the serialization layer 
going
 from java to flex sends these fields across, when you send the 
object
 back to java it blows up trying to set those fields.
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] On
 Behalf Of allister_dickson
 Sent: Friday, February 24, 2006 12:16 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Remote Objects in Flex 1.5 Problem
 
 
 I am integrating a Flex frontend with a J2EE backend using 
Cairngorm 
 Framework and RemoteObjects. I am able to successfully retrieve 
 information from my java services, but when they are sent back 
after 
 changes are made to the Java Service doesn't always recognise them 
 as the correct type of Object, therefore causing a cast exception.
 
 After turning on debugging and logging in both the flex client and 
 Java Server I have found the following things.
 
 1) The flex server interprets the objects correctly when passing 
 back the results. All the Typed objects are as expected see log 
 below as an example:
   [0] = (Typed Object 
 #1 'au.com.myplan.domain.financial.FinancialDefaultCategory')
 financialCategoryType = (Typed Object 
 #5 'au.com.myplan.domain.financial.FinancialCategoryType')
   defaultAccountingTypeId = null
   selected = true
   _remoteClass 
 = au.com.myplan.domain.financial.FinancialCategoryType
   description = 
   isNested = true
   new = true
   name = Budget Income
   id = 1.0
 accountingTypeId = null
 _remoteClass 
 = au.com.myplan.domain.financial.FinancialDefaultCategory
 new = true
 name = Dividends
 subDefaultCategories = (Array #6)
 id = 43.0
 
 2) When the object is viewed in the flex debugger only the 
 associated object financialCategoryType has _remoteClass set and 
the 
 parent object (FinancialDefaultCategory).
 
 3) After changes are made and sent back to the Java Service the log 
 only shows that it only understands the associated object and not 
 the parent.
 [0] = (Object #6)
   id = 43.0
   subDefaultCategories = (Array #7)
   name = Dividends Changed
   new = false
   accountingTypeId = null
   financialCategoryType = (Typed Object 
 #8 'au.com.myplan.domain.financial.FinancialCategoryType')
 defaultAccountingTypeId = null
 selected = false
 _remoteClass 
 = au.com.myplan.domain.financial.FinancialCategoryType
 description = 
 isNested = false
 new = false
 name = Budget Income
 id = 1.0
   parentFinancialDefaultCategory = null
   selected = true
 
 4) When the Java Service receives the object it is of type ASObject.
 
 
 I have read and followed any examples I can find on the net, but I 
 haven't found a way of forcing the Flex client to associate the 
 objects recieved as the correct Action Script Class. The java log 
 messages give the impression that it is configured correctly but 
 when the object is in the flex client the _remoteClass is not set 
 for the parent object. I have made sure that the ActionScript 
 Classes have been register correctly (public static var regClass = 
 Object.registerClass
 
(au.com.myplan.domain.financial.FinancialDefaultCategory,au.com.myp
 lan.domain.financial.FinancialDefaultCategory);).
 
 Any help resolving this problem would be 

[flexcoders] Re: 'A flex server couldn’t be found at the url' error

2006-03-01 Thread nntasha1976
Hi Renaun,

Many thanks for your reply. 

I have checked and both are in the WEB-INF folder on the  
{JRUNroot}/servers/flex/flex/WEB-INF/flex-war/frameworks/mx.swc
and
{JRUNroot}/servers/flex/flex/WEB-INF/flex-war/system_classes

Also I have tried putting flex on the JRun default server but still it
doesn't work. The Flex Framework classes are in
{JRUNroot}/servers/default/default-ear/flex-war/WEB-INF/flex-war/frameworks/mx.swc
and
{JRUNroot}/servers/default/default-ear/flex-war/WEB-INF/flex-war/system_classes

It couldn't be installation error (well.. not likely)coz I followed
the step by step instructions and also to date I have uninstalled and
reinstalled flex three times.

It is really frustrating but I shall not be beaten . just yet ;)

Best Regards,
Natz

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

 It can't find your Flex Framework classes.
 
 Usually found at 
 {App_Root}/WEB-INF/flex/flexworks/mx.swc
 Or maybe
 {App_Root}/WEB-INF/flex/system_classes/
 
 Not sure how Flex Builder does the deployments with the internal Jrun.
  But when you install the Flex 1.5 you can find a flex.war that will
 deploy in a Java Servlet container and setup the proper flex app
 structure.
 
 Renaun
 
 
 
 --- In flexcoders@yahoogroups.com, nntasha1976 natasharyl@ wrote:
 
  Hi,
  
  I really do hope that someone could assist me. I have been searching
  for a solution for almost a week now but to no avail. 
  
  I am a newbie, still working on the flex sample tutorial. 
  Followed every single steps without any problem but when I tried to
  test my application (on flex builder) I got the following error 'A
  flex server couldn't be found at the url'.
  
  Also I got these following errors when I went to the localhost
  directly from my browser. 'Compilation Results Errors, warnings or
  exceptions were found while compiling /fbComponents/flexstore.mxml.'  
  
  18 Errors found.
   
  Error /fbComponents/flexstore.mxml:6
  Failed to parse number: 100%
  
  
  Error /WEB-INF/flex/frameworks/mx/core/UIObject.as
  The class 'mx.styles.StyleProtoChain' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/UIObject.as:65
  The class 'mx.core.UIObjectDescriptor' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/UIObject.as:203
  The class 'mx.styles.CSSStyleDeclaration' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/UIComponent.as
  The class 'mx.managers.SystemManager' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/UIComponent.as:48
  There is no class with the name 'mx.core.UIObject'.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/View.as:16
  The class 'mx.skins.RectBorder' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/View.as:28
  The class 'mx.core.UIObject' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/View.as:32
  The class 'mx.core.UIObject' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/View.as:46
  The class 'mx.core.UIObject' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/core/View.as:49
  The class 'mx.core.UIObject' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/containers/Container.as:75
  The class 'mx.controls.VScrollBar' could not be loaded.
  
  
  Error /WEB-INF/flex/frameworks/mx/containers/Container.as:77
  The class 'mx.controls.HScrollBar' could not be loaded.
  
  
  Error /fbComponents/ThumbnailView.mxml:3
  The class 'mx.containers.Tile' could not be loaded.
  
  
  Error /fbComponents/flexstore.mxml:8
  Don't know how to parse element *:ThumbnailView. It is not a known
  type or a property of mx.containers.ViewStack.
  
  
  Error /fbComponents/flexstore.mxml:9
  Don't know how to parse element *:GridView. It is not a known type
  or a property of mx.containers.ViewStack.
  
  
  Error /fbComponents/flexstore.mxml:10
  Don't know how to parse element
  http://www.macromedia.com/2003/mxml:ControlBar;. It is not a known
  type or a property of mx.containers.Panel.
  
  
  Error /fbComponents/flexstore.mxml:17
  Don't know how to parse element
  http://www.macromedia.com/2003/mxml:VBox;. It is not a known type or
  a property of mx.containers.HBox. 
  
  I installed Flex on my system which have a Java Application Server
  already installed. I created a new server on Jrun 4, deployed flex.war
  (localhost:8101/). I have tried reinstalling flex and created a flex
  directory within the JRun default server but still to no avail. 
  
  The http://localhost:8101/samples/ (Macromedia Flex samples) works
  fine but not the flexstore.mxml which I have created. 
  
  Where did I go wrong???
  
  Any assistance will be greatly appreciated.
  
  Best regards,
  Natz
 







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

Re: [flexcoders] Exception using checkbox as cellEditor in DataGrid

2006-03-01 Thread Harish Sivaramakrishnan
Hi,

In addition to setting the isCellEditor=true flag you
also need to set  editorProperty=selected for your
code to function correctly with a
checkBoxCellRenderer. In your code, since the editable
is set to true, clicking on the Datagrid cell tries to
bring the default editor which is the textinput since
the editorproperty is not set. 

There is a known issue about the checkbox selections
getting messed up on scrolling after selecting the
checkboxes, which is currently under investigation.

Please have a look at the code below, This works
without the runtime error:

//
?xml version=1.0 encoding=iso-8859-1?
mx:Application
xmlns:mx=http://www.macromedia.com/2005/mxml;
width=600 height=600 
mx:Script
![CDATA[
import mx.controls.gridclasses.*;
[Bindable]
public var
myarr:Array=[{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true}]
]]
/mx:Script
mx:DataGrid dataProvider={myarr}
id=myDataGrid2 width=100% height=250 
variableRowHeight=true wordWrap=true
editable=false dropEnabled=true
  mx:columns
   mx:Array
mx:DataGridColumn headerText=Column4
columnName=description
cellRenderer=mx.controls.CheckBox editable=true
isCellEditor=true editorProperty=selected/
mx:DataGridColumn headerText=Column5
columnName=product  /
mx:DataGridColumn headerText=Price
visible=true columnName=price /
   /mx:Array
  /mx:columns
  /mx:DataGrid
/mx:Application
//


Hope this helps!

Thanks,
Harish
Flex-QA
Adobe India.




--- thunderstumpgesatwork [EMAIL PROTECTED]
wrote:


-
Hi all, I have set up a selected column in a
datagrid and am using a
checkbox as the cell editor. Clicking around on
different rows of the
datagrid produced this error:

ReferenceError: Error #1069: Property text not found
on
mx.controls.CheckBox and there is no default value
at
mx.controls::DataGrid/mx.controls:DataGrid::cellEditorCellEndEditHandler()[C:\dev\beta1\sdk\frameworks\mx\controls\DataGrid.as:4311]
at flash.events::EventDispatcher/dispatchEvent()
at
mx.controls::DataGrid/endEdit()[C:\dev\beta1\sdk\frameworks\mx\controls\DataGrid.as:3089]
at
mx.controls::DataGrid/mouseDownHandler()[C:\dev\beta1\sdk\frameworks\mx\controls\DataGrid.as:3618]

The column definition is as such:
mx:DataGridColumn width=15 id=MergeItemSel
headerText= 
cellRenderer=mx.controls.CheckBox editable=true
isCellEditor=true columnName=selected /

Any ideas? Is this a known bug?

thanks,
Thunder





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

  

  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.

  
-




__
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

* 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: Webservices swapping parameters

2006-03-01 Thread mvbaffa
Not really when I call makeRemoteCall the way you sugested the first 
parameter (userName) receives nothing, and the second parameter 
recieves the userName and userPassword separated by comma.

Thanks Philippe

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

 because 'args' is typed as an array, shouldn't you have
 loginManager.makeRemoteCall(logIn,loginRetrieved, [userName, 
userPassword])
 instead of
 loginManager.makeRemoteCall(logIn,loginRetrieved, userName, 
userPassword)
  
 Philippe
 
 
 
 From: flexcoders@yahoogroups.com on behalf of mvbaffa
 Sent: Tue 2/28/2006 13:50
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Webservices swapping parameters
 
 
 Hi, everybody
 
 I am experiencing a strange problem with webservices. I am using a 
 class, developed by Jeff Tapper to call my webservice. There is a 
 method difined like that:
 
 public function makeRemoteCall (methodName:String, 
 eventName:String, ...args:Array):void
 
 I have developed a Webservice to authenticate users, that has 2 
 parameters, username and password, that is called like this:
 
   - loginManager.makeRemoteCall(logIn,loginRetrieved, 
userName, 
 userPassword)
 
 Where loginManager is an instance of Jeff's DataManager 
 class, login is my service, loginRetrieved is the event to be 
 called when the service finishes and username and userPassword are 
 obvious.
 
 The problem is that, for some reason, userName and userPassword 
are, 
 sometimes, swapped when the webservice is called. That is the 
 service receives userName as the password and userPassword as
 the user name. There are other times that the service is called 
 correctly.
 
 It seems that a state is reached that makes the parameters to be 
 swapped. I am sure that before the call the parameters are allways 
 ok. They area swapped when they reach the service. The service is 
 logging the parameters in a text file and they are sometimes 
really 
 swapped. 
 
 By the way the Datamanager class seems ok because the service is 
 called and the return reaches the result method. 
 
 The webservice is .NET service that when called by other .NET 
 application works OK.
 
 Can anyone help me 
 
 Thanks in advance
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com 
 
 
 
 
 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=M
acromedia+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
=lvQjSRfQDfWudJSe1lLjHwSoftware 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+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
ig=1pMBCdo3DsJbuU9AEmO1oQ  
 Macromedia flex http://groups.yahoo.com/gads?
t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
I36cYzBjw  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+developme
ntw4=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:flexcoders-
[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 

[flexcoders] Using HTTPService

2006-03-01 Thread cplus_developer
Hello all,I tried to do the restaurant tutorial  located at: 
http://www.macromedia.com/devnet/flex/articles/restaurant_app_03.html
I did all the tutorials says step by step ,but when I run 
restaurant1.mxml ,when I click on the Get Data Button ,it shows me a 
dialbox error:HTTP Service Fault:/restaurantlist.jsp.would you please 
help me.
Sincerely yours Mohsena






--
Flexcoders Mailing 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] Security sandbox violation

2006-03-01 Thread jf.saldanha
Hi

This error is about cross domain files i think?

But today and i put on run the example of Mike Potter

http://blogs.adobe.com/mikepotter/

I put the example run onLine that way give the error
http://www.carlaabreu.com/amfphp2test.html


That way run
http://carlaabreu.com/amfphp2test.html

The all files is in same domain dont have files in diferent domains.

Question, I need a crossdomin file?

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] radio button group inside repeater

2006-03-01 Thread deepu_verma
Hi,
When I create radio buttons inside a repeater control. The UI creats
the all the radio button in a single group.
Following is the code :
mx:Repeater dataProvider={searchControlHelper.repeaterModel}
id=searchControlRepeater recycleChildren=true
mx:VBox
mx:RadioButton id=andRadio 
label=And data=and
selected=true
click={orRadio[event.target.instanceIndices].selected=false}/
mx:RadioButton id=orRadio label=Or 
data=or
click={andRadio[event.target.instanceIndices].selected=false}/
/mx:VBox
/mx:Repeater







--
Flexcoders Mailing 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: Remote Objects in Flex 1.5 Problem

2006-03-01 Thread Dave Wolf
What if you mark them transient?  Does that help?


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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY
--- In flexcoders@yahoogroups.com, allister_dickson
[EMAIL PROTECTED] wrote:

 Hi Graham,
 
 Thanks for the reply. It helped solve some follow up issues after I 
 overcame the below problem. The cause of this problem was the fact 
 that the action script class representing the java object was never 
 specifically referenced in the action script code because arrays were 
 being passed back and then being set on the Model object (ie no 
 casting was needed). Once the VO Action Script class was imported 
 into the command class then everything started working as per normal. 
 Now in hindsight this makes sense because if there is no direct 
 reference to the VO then flash never loads the class, therefore the 
 Object.registerClass is never performed meaning no link exists 
 between the VO and Java Object. If there is no link then when the 
 object gets past back to a Remote Object flex server treats it like a 
 ASObject rather than the required Java Object.
 
 This question is related to your reply. Is there some way of telling 
 flex server not to pass final Static fields from Java to Flash? I 
 have worked out how to do it from flash to Java using 
 _global.ASSetPropFlags, but I would prefer that they are not sent to 
 flash to start with.
 
 Thanks Again,
 
 Allister
 
 --- In flexcoders@yahoogroups.com, Graham, Jason jason_graham@ 
 wrote:
 
  You have something in your class that the serialization layer is 
 having
  a problem with.  Make sure in your class you don't have any static 
 final
  fields.  This will cause a problem because the serialization layer 
 going
  from java to flex sends these fields across, when you send the 
 object
  back to java it blows up trying to set those fields.
  
  -Original Message-
  From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On
  Behalf Of allister_dickson
  Sent: Friday, February 24, 2006 12:16 AM
  To: flexcoders@yahoogroups.com
  Subject: [flexcoders] Remote Objects in Flex 1.5 Problem
  
  
  I am integrating a Flex frontend with a J2EE backend using 
 Cairngorm 
  Framework and RemoteObjects. I am able to successfully retrieve 
  information from my java services, but when they are sent back 
 after 
  changes are made to the Java Service doesn't always recognise them 
  as the correct type of Object, therefore causing a cast exception.
  
  After turning on debugging and logging in both the flex client and 
  Java Server I have found the following things.
  
  1) The flex server interprets the objects correctly when passing 
  back the results. All the Typed objects are as expected see log 
  below as an example:
[0] = (Typed Object 
  #1 'au.com.myplan.domain.financial.FinancialDefaultCategory')
  financialCategoryType = (Typed Object 
  #5 'au.com.myplan.domain.financial.FinancialCategoryType')
defaultAccountingTypeId = null
selected = true
_remoteClass 
  = au.com.myplan.domain.financial.FinancialCategoryType
description = 
isNested = true
new = true
name = Budget Income
id = 1.0
  accountingTypeId = null
  _remoteClass 
  = au.com.myplan.domain.financial.FinancialDefaultCategory
  new = true
  name = Dividends
  subDefaultCategories = (Array #6)
  id = 43.0
  
  2) When the object is viewed in the flex debugger only the 
  associated object financialCategoryType has _remoteClass set and 
 the 
  parent object (FinancialDefaultCategory).
  
  3) After changes are made and sent back to the Java Service the log 
  only shows that it only understands the associated object and not 
  the parent.
  [0] = (Object #6)
id = 43.0
subDefaultCategories = (Array #7)
name = Dividends Changed
new = false
accountingTypeId = null
financialCategoryType = (Typed Object 
  #8 'au.com.myplan.domain.financial.FinancialCategoryType')
  defaultAccountingTypeId = null
  selected = false
  _remoteClass 
  = au.com.myplan.domain.financial.FinancialCategoryType
  description = 
  isNested = false
  new = false
  name = Budget Income
  id = 1.0
parentFinancialDefaultCategory = null
selected = true
  
  4) When the Java Service receives the object it is of type ASObject.
  
  
  I have read and followed any examples I can find on the net, but I 
  haven't found a way of forcing the Flex client to associate the 
  objects recieved as the correct Action Script Class. The java log 
  messages give the impression that it is configured correctly but 
  

Re: [flexcoders] TextEvents

2006-03-01 Thread Manish Jethani
On 3/1/06, Andy [EMAIL PROTECTED] wrote:

 myTextField.addEventListener(TextEvent.TEXT_INPUT, textChanged);

 and

 public function textChanged(e:Event):void
 {
   testLabel.text = myTextField.text;
 }
 (in reality, I'd want to do something more advanced with the updated
 text, but for now, let's stick to this)

 Whenever this callback gets called, however, it uses the old text.

textInput is dispatched *before* the text is changed.  change is
dispatched *after* the text is changed.  So you're looking for
change

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/
 




[flexcoders] Flex 2 - Poor server side documentation.

2006-03-01 Thread javanatic23
Flex 2 server side documentation would be more detailed and extensive.

There are not chapters related to:
Development of Custom adapters.
Configuration in other application servers (Jboss, OC4J, etc).
Hibernate adapter configuration.









--
Flexcoders Mailing 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] IOError: Error #2058: There was an error decompressing the data.

2006-03-01 Thread bhaq1972
Hi 
I'm doing a simple test but get the above error.
what am i doing wrong?
tia

var byteArr:ByteArray = new ByteArray();
byteArr.writeUTF(hello);

byteArr.position = 0;
byteArr.compress();

byteArr.position = 0;
byteArr.uncompress();


out.text += byteArr.readUTF(); //out is a textarea





--
Flexcoders Mailing 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 :: Button :: Getting custom skins to refresh IE getStyle() is used

2006-03-01 Thread Manish Jethani
On 3/1/06, Teoti Graphix [EMAIL PROTECTED] wrote:

  I have a custom skin class that draws all button skins. I am using a 
 parent.swatchColor to get the color of the swatch but, when changing the 
 color through a setter of the subclassed button component, it is not updating 
 all 8 skins of the button.

So you have subclassed Button and swatchColor is your own style?

Try calling super.styleChanged(null) from where you're changing the colour.

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

2006-03-01 Thread Manish Jethani
On 2/28/06, Richard Schutten [EMAIL PROTECTED] wrote:

[snip]

 Now i want to add a bitmap to an VBox in my project.

 function showPic(event:Event) : void {

 var bmp:Bitmap = new Bitmap(pictLdr.content);

 vboxImageContainer.addChild(bmp)
 }

 I can't get it done. I'm getting the runtime error code 1009 (null has no
 properties).

Flex containers (like VBox) can only take objects of type
IUIComponent.  So the best way is to add the Bitmap to a UIComponent
and then add the UIComponent to the VBox.

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/
 





[flexcoders] Re: Chart printing options - how to in Flex 1.5? Thanks!

2006-03-01 Thread wujunjr
Could anybody kindly help me??
Need to show lable on column chart and line chart.
John

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

 I tried again this afternoon but failed :(
 
 --- In flexcoders@yahoogroups.com, wujunjr wujunjr@ wrote:
 
  I have a similar question:
  
  How to print a chart/element without show it in the screen? Since 
 the 
  UI element can be zoom in/out so the printed effect is not so 
good.
  
  I'm using Flex 1.5.
  
  Thanks a lot.
  
  --- In flexcoders@yahoogroups.com, kronos113 kenthaynes@ 
wrote:
  
   Thank you Ely.  I appreciate your help.
   
   I'll play around with this.
   
   -kent
   
   --- In flexcoders@yahoogroups.com, Ely Greenfield 
 [EMAIL PROTECTED] 
  wrote:
   


Right then.  Good answer.  You'll want to write your own 
custom
itemSkin.

1. write a custom class that extends FlexDisplayObject
2. it should optionally implement iDataObject.  If it does, 
it's
dataObject property will be assigned an instance of a 
  ColumnSeriesItem
(or some other type, based on the series type). 
3. override updateDisplayList.  Fill your bounding rectangle
(0,0,unscaledWidth, unscaledHeight) with a nice pattern.
4. assign the 'itemSkin' style of the ColumnSeries to be your 
 new 
  custom
skin class.
5. If you want to get fancy, you could write your skin to 
 define 
  a new
style that controls what pattern it should render, how to 
 render 
  it,
etc. in your updateDisplayList function, if you call getStyle
 (), 
  you'll
get style values defined either on your custom skin class, or 
 on 
  the
enclosing series class.  


I don't remember what part of this is implemented in the 
 currently
public alpha, but I'm sure this will work in the next public 
  release.


Ely.



-Original Message-
From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On
Behalf Of kronos113
Sent: Tuesday, January 24, 2006 12:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Chart printing options

Sorry...using Flex 2.

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

 
 
 Kent -- are you using Flex 1.5 or 2.0?
 
 Ely.
  
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] 
 On Behalf Of kronos113
 Sent: Tuesday, January 24, 2006 10:53 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Chart printing options
 
 I'm creating print views for some online reports we're 
 working 
  on.  In

 the online versions we have some nice colored bars on our 
  charts.
 This looks great online but it isn't an ideal solution for 
  printing. 
 What I'd like to do is create a custom pattern fill to be 
 used 
  in the 
 chart's print view.  Anyone have any ideas how I can do 
this?
 
 I've looked at the IFill interface as it showed promise by 
 it's 
  name 
 but the docs for it are empty.
 
 If anyone has any ideas I'd appreciate it.
 
 Thanks
 Kent
 
 [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







--
Flexcoders Mailing 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] Calling JS from ActionScript and vice versa

2006-03-01 Thread Mike Potter
I'm going through the example here,
http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:FAQ#How_can_I_call_a_JavaScript_function_from_ActionScript.3F
on how to call a JS function from ActionScript.

I have the following MXML:
?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml;
xmlns=* layout=absolute
mx:Script
![CDATA[
import flash.external.ExternalInterface;

public class ExternalInterfaceTest
{
public function ExternalInterfaceTest()
{

ExternalInterface.call(myJavaScriptFunction, Hello World);
}
}
]]
/mx:Script
/mx:Application

Why do I get an error that says Classes must not be nested on the
line for public class ExternalInterfaceTest?

More importantly, what is the correct code for calling a JS function
via AS, and vice versa?  Oh, and I'm happy to edit the wiki when I
find out what's wrong. :)

Mike






--
Flexcoders Mailing 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] Bitmap

2006-03-01 Thread Johannes Nel



something else which should work
vBoxInstance.allChildrenList.addChild(pDisplayObject);

i would go with what manish says simply because the framework will play nicer with itOn 3/1/06, Manish Jethani 
[EMAIL PROTECTED] wrote:On 2/28/06, Richard Schutten 
[EMAIL PROTECTED] wrote:[snip] Now i want to add a bitmap to an VBox in my project. function showPic(event:Event) : void { var bmp:Bitmap = new Bitmap(pictLdr.content
); vboxImageContainer.addChild(bmp) } I can't get it done. I'm getting the runtime error code 1009 (null has no properties).Flex containers (like VBox) can only take objects of type
IUIComponent.So the best way is to add the Bitmap to a UIComponentand then add the UIComponent to the VBox.Manish--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/
-- 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








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

2006-03-01 Thread Manish Jethani
On 3/1/06, Johannes Nel [EMAIL PROTECTED] wrote:
something else which should work
  vBoxInstance.allChildrenList.addChild(pDisplayObject);

Depending on what you want to do, this might be better.  This will add
the Bitmap as a chrome object, so positioning it will be entirely upto
you (which defeats the purpose of putting it in a VBox - might as well
use a UIComponent).

Putting it in a UIComponent wrapper is slightly better but still
requires that the UIComponent be sized explicitly (width=n
height=n).

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] Text/Label Shadows

2006-03-01 Thread JesterXL
Flex 1.5:
- put 2 labels in a canvas
- 1 white, 1 black
- put the white one at x 0, y 0
- put the black one at x 1, y 1

You can then bind it like so:

mx:Label id=main_lbl text=Hello color=#FF x=0 y=0 /
mx:Label text={main_lbl.text} color=#00 x={main_lbl.x + 1} 
y={main_lbl.y + 1} /

Flex 2:

Use the dropshadow effect.

- Original Message - 
From: Jono Spiro [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Tuesday, February 28, 2006 11:42 PM
Subject: [flexcoders] Text/Label Shadows


Does anyone know of a clean way to get shadows, or other effects drawn
on labels (or any composite object... perhaps)? I'm /not/ looking for
a sharp shadow -- as in compositing two different labels. Ideally, I'd
like to add a shadow with an outer glow (like in Photoshop) -- but I
would settle for a shadow.

Cheers,
Jono


--
Flexcoders Mailing 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] Calling JS from ActionScript and vice versa

2006-03-01 Thread Manish Jethani
On 3/1/06, Mike Potter [EMAIL PROTECTED] wrote:
 I'm going through the example here,
 http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:FAQ#How_can_I_call_a_JavaScript_function_from_ActionScript.3F
 on how to call a JS function from ActionScript.

 I have the following MXML:
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml;
 xmlns=* layout=absolute
 mx:Script
 ![CDATA[
 import flash.external.ExternalInterface;

 public class ExternalInterfaceTest
 {
 public function ExternalInterfaceTest()
 {
 
 ExternalInterface.call(myJavaScriptFunction, Hello World);
 }
 }
 ]]
 /mx:Script
 /mx:Application

 Why do I get an error that says Classes must not be nested on the
 line for public class ExternalInterfaceTest?

... because you're declaring ExternalInterfaceTest inside your main
application class.  It should be in a separate file instead, not
nested the way it is here.

 More importantly, what is the correct code for calling a JS function
 via AS, and vice versa?  Oh, and I'm happy to edit the wiki when I
 find out what's wrong. :)

This is the correct way.

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] Calling JS from ActionScript and vice versa

2006-03-01 Thread Matt Horn
Not sure why a new class is being declared inside a script block... You
can try the examples in this section of the Developing Flex Applications
book:

Accessing JavaScript functions from Flex
http://livedocs.macromedia.com/flex/20beta1/docs/1303.html

Hth,

Matt Horn
Flex docs 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Mike Potter
 Sent: Wednesday, March 01, 2006 10:01 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Calling JS from ActionScript and vice versa
 
 I'm going through the example here,
 http://labs.macromedia.com/wiki/index.php/ActionScript_3:resou
rces:FAQ#How_can_I_call_a_JavaScript_function_from_ActionScript. 3F
 on how to call a JS function from ActionScript.
 
 I have the following MXML:
 ?xml version=1.0 encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml;
 xmlns=* layout=absolute
   mx:Script
   ![CDATA[
   import flash.external.ExternalInterface;
   
   public class ExternalInterfaceTest
   {
   public function ExternalInterfaceTest()
   {
   
 ExternalInterface.call(myJavaScriptFunction, Hello World);
   }
 }
   ]]
   /mx:Script
 /mx:Application
 
 Why do I get an error that says Classes must not be nested 
 on the line for public class ExternalInterfaceTest?
 
 More importantly, what is the correct code for calling a JS 
 function via AS, and vice versa?  Oh, and I'm happy to edit 
 the wiki when I find out what's wrong. :)
 
 Mike
 
 
 
 
 
 
 --
 Flexcoders Mailing 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] Calling JS from ActionScript and vice versa

2006-03-01 Thread Jonathan Miranda










Just a random question to extend this, is
there functionality for _javascript_ to call Flex functions?







_

Jonathan Miranda

Flexible Master of the Web

In the
game of chess, it's important to never let your opponent see your pieces.

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Horn
Sent: Wednesday, March 01, 2006
8:50 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Calling
JS from ActionScript and vice versa





Not sure why a new class is
being declared inside a script block... You
can try the examples in this section of the
Developing Flex Applications
book:

Accessing _javascript_ functions from
Flex
http://livedocs.macromedia.com/flex/20beta1/docs/1303.html

Hth,

Matt Horn
Flex docs 

 -Original Message-
 From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On Behalf Of Mike Potter
 Sent: Wednesday, March 01, 2006 10:01 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Calling JS from
ActionScript and vice versa
 
 I'm going through the example here,
 http://labs.macromedia.com/wiki/index.php/ActionScript_3:resou
rces:FAQ#How_can_I_call_a_JavaScript_function_from_ActionScript.
3F
 on how to call a JS function from
ActionScript.
 
 I have the following MXML:
 ?xml version=1.0
encoding=utf-8?
 mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
 xmlns=*
layout=absolute
 
mx:Script
 
 ![CDATA[
 
  import
flash.external.ExternalInterface;
 
  
 
  public class
ExternalInterfaceTest
 
  {
 
 
 public function ExternalInterfaceTest()
 
 
 {
 
 
  
 ExternalInterface.call(myJavaScriptFunction,
Hello World);
 
 
 }
 }
 
 ]]
 
/mx:Script
 /mx:Application
 
 Why do I get an error that says Classes
must not be nested 
 on the line for public class
ExternalInterfaceTest?
 
 More importantly, what is the correct code
for calling a JS 
 function via AS, and vice versa? Oh,
and I'm happy to edit 
 the wiki when I find out what's wrong. :)
 
 Mike
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: 
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links
 
 
 
 
 
 
 








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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











Re: [flexcoders] Calling JS from ActionScript and vice versa

2006-03-01 Thread Manish Jethani
On 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote:

 Just a random question to extend this, is there functionality for javascript 
 to call Flex functions?

Yes:

 ExternalInterface.addCallback(fooFunc);

// from JS
document.getElementById(myFlexApp).fooFunc();

You can also pass parameters, etc.

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/
 





[flexcoders] xpath, xquery, schema in flex 2

2006-03-01 Thread nmsflex
does any one know where is document and tutorial how to use xpath,
validation xml doc in flex 2? i can not find the resources for that.






--
Flexcoders Mailing 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] Calling JS from ActionScript and vice versa

2006-03-01 Thread Matt Horn
Also documented in that same chapter:
Accessing Flex from JavaScript
http://livedocs.macromedia.com/flex/20beta1/docs/1310.html

Hth,

Matt Horn
Flex docs 

 -Original Message-
 From: flexcoders@yahoogroups.com 
 [mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani
 Sent: Wednesday, March 01, 2006 11:11 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Calling JS from ActionScript and vice versa
 
 On 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote:
 
  Just a random question to extend this, is there 
 functionality for javascript to call Flex functions?
 
 Yes:
 
  ExternalInterface.addCallback(fooFunc);
 
 // from JS
 document.getElementById(myFlexApp).fooFunc();
 
 You can also pass parameters, etc.
 
 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
 
 
 
  
 
 
 
 


--
Flexcoders Mailing 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] Calling JS from ActionScript and vice versa

2006-03-01 Thread Jonathan Miranda












The irony that the all-seeing function
returns 42 in the doc example Matt. J

_

Jonathan Miranda

Flexible Master of the Web

In the
game of chess, it's important to never let your opponent see your pieces.

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Horn
Sent: Wednesday, March 01, 2006
9:23 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Calling
JS from ActionScript and vice versa





Also documented in that same
chapter:
Accessing Flex from _javascript_
http://livedocs.macromedia.com/flex/20beta1/docs/1310.html

Hth,

Matt Horn
Flex docs 

 -Original Message-
 From: flexcoders@yahoogroups.com

 [mailto:flexcoders@yahoogroups.com]
On Behalf Of Manish Jethani
 Sent: Wednesday, March 01, 2006 11:11 AM
 To: flexcoders@yahoogroups.com
 Subject: Re: [flexcoders] Calling JS from
ActionScript and vice versa
 
 On 3/1/06, Jonathan Miranda
[EMAIL PROTECTED] wrote:
 
  Just a random question to extend this,
is there 
 functionality for _javascript_ to call Flex
functions?
 
 Yes:
 

ExternalInterface.addCallback(fooFunc);
 
 // from JS

document.getElementById(myFlexApp).fooFunc();
 
 You can also pass parameters, etc.
 
 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
 
 
 
 
 
 
 
 








--
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] Remote Objects and Exceptions

2006-03-01 Thread Shlomi Cohen
Title: Mercury Email Signature





Hi

We are 
working with Remote Objects with Spring (through the SpringBeanAdapter). 

as i understand a GatewayException is thrown at the 
server and somehow translated to the client.

the problem 
is i could not find any public member at the Fault object that could give me 
some details. 
only when i 
referred to private members like __detail , __code 
etc.

i have put 
a breakpoint at the debugger and so there aren't any public members that i could 
query .

another 
thing is that the fault object is not compatible between WebServices and 
RemoteObjects. - isn't that break the concept of "work seamlessly with any 
method you like "
for example 
the Remote Object Fault does not have the member "faultActor" while the WS 
version has it.

any thoughts ?

Shlomi



  
  
___
  
Shlomi Cohen, 
  CCMRD, [EMAIL PROTECTED]direct 
  972.3.5399151mobile 972.52.5697015fax 
  972.3.5331617
  


__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__






--
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] DataService in Flex2 without FES?

2006-03-01 Thread Sönke Rohde
Hi,
In Flash 7/8 there was the DataSet.deltaPacket to handle updates of a
DataSet. In Flex2 it looks like the DataService and the DataStore are the
classes which handle this behaviour.

In the livedocs it is mentioned that The destination must be a reference to
a destination configured in the flex-enterprise-services.xml file. which
would mean this is reserved to FES.

Is there a comparable solution on the Actionscript side which works without
FES?
With Flash 7 using the DataSet and DeltaPacket-stuff I have a working
solution with amfphp where I parsed the deltaPacket-XML ...


Cheers,
Sönke



--
Flexcoders Mailing 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] Xiff and Flex

2006-03-01 Thread Jonathan Miranda










Anyone ever messed around with the Xiff library and Flex? Im
in a tinkering mood and have begun working on a Flex IM client that uses Jabber
 just curious if anyone else has dove into this area before.

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If you
are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











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



  











JSON support and additional libraries now shipping on Adobe labs...(was RE: [flexcoders] Re: JSON support?)

2006-03-01 Thread David Mendels





Hi All,

FYI, this and a lot more is shipping 
now:


This week 
theAdobe Developer Relations teamreleased a set of seven free ActionScript 3.0 
APIs to help developers get started building Flex 2.0 applications on http://labs.adobe.com. 

They are located at 
http://labs.macromedia.com/wiki/index.php/ActionScript_3:resources:apis:libraries 
and you can get to them from the labs homepage.

The projects are 
listed below, along with descriptions and links to source, docs, and zip files 
for each individual project. The ZIP files contain source code, documentation, 
and SWCs (compiled versions of the libraries). 
corelib The corelib 
project consists of several basic utilities for MD5 hashing, JSON serialization, 
advanced string and date parsing, and more. 

FlexUnit FlexUnit is a unit 
testing framework for Flex and ActionScript 3.0 applications. It mimics the 
functionality of JUnit, a Java unit testing framework, and comes with a 
graphical test runner. 

Flickr The Flickr library is 
an ActionScript 3.0 API for the online photo sharing application, Flickr. It 
provides access to the entire Flickr API. 

Mappr Mappr is a service and 
application that combines images from Flickr with geolocational information. The 
Mappr ActionScript 3.0 API gives you access to Mappr's geo-tagged image data. 
RSS and Atom libraries Use the RSS and Atom 
libraries to parse Atom and all versions of RSS easily. These libraries hide the 
differences between the formats so you can parse any type of feed without having 
to know what kind of feed it is. 

Odeo The Odeo API provides an 
ActionScript 3.0 interface for searching and retrieving podcasts from Odeo (http://www.odeo.com). 


YouTube The YouTube API 
provides an ActionScript 3.0 interface to search videos from YouTube (http://www.youtube.com).

Regards,
David


  
  
  From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On Behalf Of 
  adobedeveloperguySent: Tuesday, February 21, 2006 10:45 
  AMTo: flexcoders@yahoogroups.comSubject: [flexcoders] 
  Re: JSON support?
  We will announce the availability of the AS3 libraries 
  atFlashForward. You will be able to get to them from the 
  Flex 2 Betasite at labs.adobe.com.I look forward to hearing how 
  they are being used!Ben





--
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] Xiff and Flex

2006-03-01 Thread João Fernandes










I once did work with it
and it works pretty fine.



Dont forget that
XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for
messaging.





João Fernandes
Sistemas
de Informação

Programador
Informático
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351)
213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda
Sent: quarta-feira, 1 de Março de
2006 17:45
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Xiff and
Flex





Anyone ever messed around with the Xiff library and
Flex? Im in a tinkering mood and have begun working on a Flex IM client
that uses Jabber  just curious if anyone else has dove into this area
before.

_

Jonathan
Miranda

Flexible
Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally
privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











--
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] Xiff and Flex

2006-03-01 Thread Jonathan Miranda












Know if there is any plans to port them to
AS3? Didnt find anything on their forums.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w  (720)
963-3832

c  (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee.  If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of João Fernandes
Sent: Wednesday, March 01, 2006
10:54 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Xiff and
Flex





I once did work with it
and it works pretty fine.



Dont forget that
XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for
messaging.





João Fernandes
Sistemas
de Informação

Programador
Informático
Cofina media

Avenida João
Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: quarta-feira, 1 de Março de
2006 17:45
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Xiff and
Flex





Anyone ever messed around with the Xiff library and Flex?
Im in a tinkering mood and have begun working on a Flex IM client that
uses Jabber  just curious if anyone else has dove into this area before.

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If
you are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information could
be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.












--
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] Xiff and Flex

2006-03-01 Thread João Fernandes










I asked once if they
planned to port it (http://www.jivesoftware.org/community/thread.jspa?threadID=16111tstart=25)
but got no response.







João Fernandes
Sistemas
de Informação

Programador
Informático
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351)
213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda
Sent: quarta-feira, 1 de Março de
2006 17:58
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Xiff and
Flex







Know if there is any
plans to port them to AS3? Didnt find anything on their forums.

_

Jonathan Miranda

Flexible Master of the Web

Try
not to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED]


_

The message contains
confidential and/or legally privileged information and is intended for use only
by the indicated addressee. If you are not the named addressee you should
not disseminate, distribute, or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. E-mail transmissions cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost, destroyed,arrive
late or incomplete, or contain viruses. The sender therefore does not accept
liability for any errors or omissions in the contents of this message which
arise as a result of e-mail transmission. If verification is required please
request a hard-copy version.











From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of João Fernandes
Sent: Wednesday, March 01, 2006
10:54 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Xiff and
Flex





I once did work with it and
it works pretty fine.



Dont forget that
XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for
messaging.





João Fernandes
Sistemas
de Informação

Programador
Informático
Cofina media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370
[EMAIL PROTECTED]











From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: quarta-feira, 1 de Março de
2006 17:45
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Xiff and
Flex





Anyone ever messed around with the Xiff library and
Flex? Im in a tinkering mood and have begun working on a Flex IM client
that uses Jabber  just curious if anyone else has dove into this area
before.

_

Jonathan
Miranda

Flexible
Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally
privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.













--
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] DataService in Flex2 without FES?

2006-03-01 Thread Matt Chotin
No, FES is required for this stuff.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Sönke 
Rohde
Sent: Wednesday, March 01, 2006 9:18 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] DataService in Flex2 without FES?

Hi,
In Flash 7/8 there was the DataSet.deltaPacket to handle updates of a
DataSet. In Flex2 it looks like the DataService and the DataStore are the
classes which handle this behaviour.

In the livedocs it is mentioned that The destination must be a reference to
a destination configured in the flex-enterprise-services.xml file. which
would mean this is reserved to FES.

Is there a comparable solution on the Actionscript side which works without
FES?
With Flash 7 using the DataSet and DeltaPacket-stuff I have a working
solution with amfphp where I parsed the deltaPacket-XML ...


Cheers,
Sönke



--
Flexcoders Mailing 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] Xiff and Flex

2006-03-01 Thread JesterXL





I'd be willing to help if someone could show me to 
a working server. I've got plenty of working Flash  AS2 code, but NO 
working server's. The one at Dreamhost is like... stupid, it comes with 
accounts you can create, but no conference rooms, etc. I know jack about 
Jabber, but I do have enough code that shows me I'm connecting, and the server 
has no support for conferences as far as I can tell.

- Original Message - 
From: Jonathan 
Miranda 
To: flexcoders@yahoogroups.com 
Sent: Wednesday, March 01, 2006 12:58 PM
Subject: RE: [flexcoders] Xiff and Flex



Know if there is any 
plans to port them to AS3? Didn’t find anything on their 
forums.
_
Jonathan 
Miranda
Flexible 
Master of the Web
"Try not to become 
a man of success, but a man of value." - Albert 
Einstein
HealthGrades: Guiding 
America to Better 
Healthcare™
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868
[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of João 
FernandesSent: Wednesday, 
March 01, 2006 10:54 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Xiff and 
Flex

I once did work with it 
and it works pretty fine.

Don’t forget that XIFF 
classes are AS2.0 classes. It could be nice to have a Jabber adapter for 
messaging.


João 
FernandesSistemas 
de Informação
Programador 
InformáticoCofina 
mediaAvenida 
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGALTel 
(+351) 213 185 200 . Fax (+351) 213 540 370[EMAIL PROTECTED]




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan 
MirandaSent: quarta-feira, 1 
de Março de 2006 17:45To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Xiff and 
Flex

Anyone ever messed around with the 
Xiff library and Flex? I’m in a tinkering mood and have begun working on a Flex 
IM client that uses Jabber – just curious if anyone else has dove into this area 
before.
_
Jonathan 
Miranda
Flexible Master 
of the Web
"Try not to become a man of success, but a 
man of value." - Albert Einstein
HealthGrades: Guiding America 
to Better Healthcare™
NASDAQ: 
HGRD
w (720) 
963-3832
c (707) 
761-0868
[EMAIL PROTECTED] 

_
The message contains confidential 
and/or legally privileged information and is intended for use only by the 
indicated addressee. If you are not the named addressee you should not 
disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.







--
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] Box Shadows above cornerRadius=47

2006-03-01 Thread Matt Chotin
I've forwarded the issue on internally.  Maybe you can just lay some
extra pieces with smaller corner radiuses underneath?  I haven't tried
any of this stuff :-)

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Jono Spiro
Sent: Tuesday, February 28, 2006 8:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Box Shadows above cornerRadius=47

If you use a cornerRadius above 47, the shadow algorithm goes nuts and
draws dark black blocks around boxes where there seems to be overlap
-- the further the shadowDistance, the worse it is.

Of course, radiuses above this number are useful, and can even produce
nearly circular boxes if you size everything nicely. So... ugh. It's
probably a bug, or could be construed as one... Does anyone have any
solutions or workarounds?

Jono :~)


Code
mx:VBox cornerRadius=47 width=100 height=100
borderStyle=solid dropShadow=true shadowDistance=5
shadowDirection=right x=150/
mx:VBox cornerRadius=70 width=100 height=100
borderStyle=solid dropShadow=true shadowDistance=5
shadowDirection=right/
/Code


--
Flexcoders Mailing 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] Flex 2: Custom events disappearing

2006-03-01 Thread Scott Langeberg



I've got a component with a button (called dragBar) on it. The listener is set up as:firstComp dragBar.addEventListener(MouseEvent.MOUSE_DOWN, onMouseDown); private function onMouseDown(e:MouseEvent):void {  
  e.stopPropagation();  dispatchEvent(new DragItemEvent(MouseEvent.MOUSE_DOWN, e.stageX, e.stageY)); }/firstCompI'm firing a custom event, as you can see (DragItemEvent). This is caught in a second component using this:
secondComp firstComp.addEventListener(DragItemEvent.MOUSE_DOWN, onMouseDown); private function onMouseDown (e:DragItemEvent):void {  //do stuff.. }/secondComp
package com.imagetrend.events { import flash.events.Event;  public class DragItemEvent extends Event  {  public static const MOUSE_DOWN:String = mouseDown;   
  public var stageX:Number;  public var stageY:Number;public function DragItemEvent(type:String, x:Number, y:Number) {   super(type, true, true);stageX = x;
   stageY = y;  } }}When I add flex buttons to the first component there's no problems. My problem is when I add a UIcomponent such as ControlBar or anything that scrolls, the onMouseDown() still fires in the first, but I'm no longer catching that DragItemEvent in the second component. Any ideas why flex's components would mess up my dispatching or listening?
-- : : ) Scott






--
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] Xiff and Flex

2006-03-01 Thread Scott Langeberg



We're starting work on porting over the Smack library for Jabber into AS3.ScottOn 3/1/06, João Fernandes 
[EMAIL PROTECTED] wrote:


















I asked once if they
planned to port it (http://www.jivesoftware.org/community/thread.jspa?threadID=16111tstart=25
)
but got no response.







João Fernandes

Sistemas
de Informação

Programador
Informático
Cofina
 media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel (+351)
213 185 200 . Fax (+351) 213 540 370

[EMAIL PROTECTED]












From:

flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: quarta-feira, 1 de Março de
2006 17:58
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Xiff and
Flex







Know if there is any
plans to port them to AS3? Didn't find anything on their forums.

_

Jonathan Miranda


Flexible Master of the Web


Try
not to become a man of success, but a man of value. - Albert Einstein


HealthGrades: Guiding America
to Better Healthcare™

NASDAQ: HGRD

w (720) 963-3832


c (707) 761-0868



[EMAIL PROTECTED]


_

The message contains
confidential and/or legally privileged information and is intended for use only
by the indicated addressee. If you are not the named addressee you should
not disseminate, distribute, or copy this e-mail. Please notify the sender
immediately by e-mail if you have received this e-mail by mistake and delete
this e-mail from your system. E-mail transmissions cannot be guaranteed to be
secure or error-free as information could be intercepted, corrupted, lost, destroyed,arrive
late or incomplete, or contain viruses. The sender therefore does not accept
liability for any errors or omissions in the contents of this message which
arise as a result of e-mail transmission. If verification is required please
request a hard-copy version.











From:

flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of João Fernandes
Sent: Wednesday, March 01, 2006
10:54 AM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Xiff and
Flex





I once did work with it and
it works pretty fine.



Don't forget that
XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for
messaging.





João Fernandes

Sistemas
de Informação

Programador
Informático
Cofina
 media

Avenida
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel
(+351) 213 185 200 . Fax (+351) 213 540 370

[EMAIL PROTECTED]












From:

flexcoders@yahoogroups.com [mailto:
flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: quarta-feira, 1 de Março de
2006 17:45
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Xiff and
Flex





Anyone ever messed around with the Xiff library and
Flex? I'm in a tinkering mood and have begun working on a Flex IM client
that uses Jabber – just curious if anyone else has dove into this area
before.

_

Jonathan
Miranda

Flexible
Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein


HealthGrades: Guiding America to Better Healthcare™

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868


[EMAIL PROTECTED] 

_

The message contains confidential and/or legally
privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.













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



  










-- : : ) Scott






--
Flexcoders Mailing List
FAQ: 

RE: [flexcoders] Remote Objects and Exceptions

2006-03-01 Thread Peter Farland
In Flex 1.5 a GatewayException constructs an Object that is based on the
AMF NetStatusEvent's info object. This object has the properties code,
description, details, level, type, rootcause. However, if a
GatewayException itself isn't thrown, then the only information
available is that as returned by Throwable.getMessage(). This should be
available from Fault.faultstring. If the Throwable was something like a
NullPointerException, then unfortunately no message is provided from
Throwable.getMessage().

I suggest turning on debug level logging in the
/WEB-INF/flex/gateway-config.xml file and watching the server logs (or
console if the app server was launched on the command line).

Looking forward, we've refactored a lot of the fault / error handling
and made it consistent in Flex 2. We're also working to get better
support for custom exceptions to make it back to the client (including
exception serialization in a bean like manner of other properties). 

As to your specific point about WebService/RemoteObject and things like
faultActor, this is expected as WebService faults may contain more
information from SOAPFaults. The core properties, however, should still
be there for both services as per the Fault type.

If you're interested in helping us out to test/review any this please
have download and try out the new Flex Enterprise Services (FES) 2 beta.

Regards,
 Pete
 



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Shlomi Cohen
Sent: Wednesday, March 01, 2006 12:29 PM
To: 'flexcoders@yahoogroups.com'
Subject: [flexcoders] Remote Objects and Exceptions



Hi
 
We are working with Remote Objects with Spring (through the
SpringBeanAdapter). 
as i understand a GatewayException is thrown at the server and somehow
translated to the client.
 
the problem is i could not find any public member at the Fault object
that could give me some details. 
only when i referred to private members like __detail , __code etc.
 
i have put a breakpoint at the debugger and so there aren't any public
members that i could query .
 
another thing is that the fault object is not compatible between
WebServices and RemoteObjects.  - isn't that break the concept of work
seamlessly with any method you like 
for example the Remote Object Fault does not have the member
faultActor while the WS version has it.
 
any thoughts ?
 
Shlomi
 


___ 
Shlomi Cohen, CCM RD, [EMAIL PROTECTED]
direct 972.3.5399151   mobile 972.52.5697015   fax 972.3.5331617
www.mercury.com http://www.mercury.com

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__


--
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
development
http://groups.yahoo.com/gads?t=msk=Computer+software+developmentw1=We
b+site+design+developmentw2=Computer+software+developmentw3=Software+d
esign+and+developmentw4=Macromedia+flexw5=Software+development+best+pr
acticec=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+deve
lopmentw4=Macromedia+flexw5=Software+development+best+practicec=5s=1
66.sig=OO6nPIrz7_EpZI36cYzBjw Software development best
practice
http://groups.yahoo.com/gads?t=msk=Software+development+best+practice;
w1=Web+site+design+developmentw2=Computer+software+developmentw3=Softw
are+design+and+developmentw4=Macromedia+flexw5=Software+development+be
st+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/ . 







--
Flexcoders Mailing List
FAQ: 

RE: [flexcoders] Looking for simple working Flex 2.0 remoting examples

2006-03-01 Thread Peter Farland

You would need client code written in ActionScript 3 if you're using
Flex 2.0.

You could try to use the flash.net.NetConnection class directly to start
testing communications with a servet like WebORB.


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of grae_hall
Sent: Tuesday, February 28, 2006 8:49 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Looking for simple working Flex 2.0 remoting
examples

The Flex project I'm working on is up to the stage of commencing initial
communications from flex swf client to the business logic on the backend
server. I've got a subcontractor working with me and I've handed him the
task of getting the remoting functional.

Unfortunately we haven't been able to find any working examples of Flex
2.0 remoting.

The backend that we're tying our front end into is running WebOrb -
we've seen a proof of concept in Flash of the client requesting methods
on server classes through remoting and recieving objects and arrays as
results returned from the server.

We're at least sure that we're connecting via AMF through Remoting,
rather than SOAP, or an HTTP service.

We're just not sure where to start - or where to start researching -
implementing the remoting functionality in Flex.

Grae







--
Flexcoders Mailing 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] Xiff and Flex

2006-03-01 Thread Scott Langeberg



Jesse,You're best off installing your own. Wildfire is a very simple Jabber server (and well-developed) to set up:http://jivesoftware.org/I would suggest using the built-in database option, to start with and then deploy your own, once you get it figured out. They simply use the database to track users and rooms, etc.
ScottOn 3/1/06, JesterXL [EMAIL PROTECTED] wrote:









I'd be willing to help if someone could show me to 
a working server. I've got plenty of working Flash  AS2 code, but NO 
working server's. The one at Dreamhost is like... stupid, it comes with 
accounts you can create, but no conference rooms, etc. I know jack about 
Jabber, but I do have enough code that shows me I'm connecting, and the server 
has no support for conferences as far as I can tell.

- Original Message - 
From: 
Jonathan 
Miranda 
To: flexcoders@yahoogroups.com 
Sent: Wednesday, March 01, 2006 12:58 PM
Subject: RE: [flexcoders] Xiff and Flex



Know if there is any 
plans to port them to AS3? Didn't find anything on their 
forums.
_
Jonathan 
Miranda
Flexible 
Master of the Web
Try not to become 
a man of success, but a man of value. - Albert 
Einstein

HealthGrades: Guiding 
America to Better 
Healthcare™
NASDAQ: 
HGRD
w 
(720) 963-3832
c 
(707) 761-0868

[EMAIL PROTECTED] 

_
The message contains 
confidential and/or legally privileged information and is intended for use only 
by the indicated addressee. If you are not the named addressee you should 
not disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.




From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of João 
FernandesSent: Wednesday, 
March 01, 2006 10:54 AMTo: 
flexcoders@yahoogroups.comSubject: RE: [flexcoders] Xiff and 
Flex

I once did work with it 
and it works pretty fine.

Don't forget that XIFF 
classes are AS2.0 classes. It could be nice to have a Jabber adapter for 
messaging.


João 
Fernandes
Sistemas 
de Informação
Programador 
Informático
Cofina
 
mediaAvenida 
João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel 
(+351) 213 185 200 . Fax (+351) 213 540 370

[EMAIL PROTECTED]





From: 
flexcoders@yahoogroups.com 
[mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan 
MirandaSent: quarta-feira, 1 
de Março de 2006 17:45To: 
flexcoders@yahoogroups.comSubject: [flexcoders] Xiff and 
Flex

Anyone ever messed around with the 
Xiff library and Flex? I'm in a tinkering mood and have begun working on a Flex 
IM client that uses Jabber – just curious if anyone else has dove into this area 
before.
_
Jonathan 
Miranda
Flexible Master 
of the Web
Try not to become a man of success, but a 
man of value. - Albert Einstein
HealthGrades
: Guiding America 
to Better Healthcare™
NASDAQ: 
HGRD
w (720) 
963-3832
c (707) 
761-0868

[EMAIL PROTECTED] 

_
The message contains confidential 
and/or legally privileged information and is intended for use only by the 
indicated addressee. If you are not the named addressee you should not 
disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.







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

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread JesterXL





Thanks Scott! So, assuming she's cool, are 
there servers out there that offer hosting options for Wildfire?

- Original Message - 
From: Scott 
Langeberg 
To: flexcoders@yahoogroups.com 
Sent: Wednesday, March 01, 2006 2:10 PM
Subject: Re: [flexcoders] Xiff and Flex
Jesse,You're best off installing your own. Wildfire is a 
very simple Jabber server (and well-developed) to set up:http://jivesoftware.org/I would 
suggest using the built-in database option, to start with and then deploy your 
own, once you get it figured out. They simply use the database to track users 
and rooms, etc. Scott
On 3/1/06, JesterXL 
[EMAIL PROTECTED] 
wrote:

  
  I'd be willing to help if someone could show me 
  to a working server. I've got plenty of working Flash  AS2 code, 
  but NO working server's. The one at Dreamhost is like... stupid, it 
  comes with accounts you can create, but no conference rooms, etc. I know 
  jack about Jabber, but I do have enough code that shows me I'm connecting, and 
  the server has no support for conferences as far as I can 
  tell.
  
  
  - 
  Original Message - 
  From: 
  Jonathan Miranda 
  
  To: flexcoders@yahoogroups.com 
  Sent: Wednesday, March 01, 2006 12:58 PM
  Subject: RE: [flexcoders] Xiff and Flex
  
  
  
  Know if there is any 
  plans to port them to AS3? Didn't find anything on their 
  forums.
  _
  Jonathan 
  Miranda
  Flexible 
  Master of the Web
  "Try not to become a man of 
  success, but a man of value." - Albert Einstein
  HealthGrades: Guiding 
  America to Better Healthcare™
  NASDAQ: 
  HGRD
  w (720) 
  963-3832
  c (707) 
  761-0868
  [EMAIL PROTECTED] 
  _
  The message contains 
  confidential and/or legally privileged information and is intended for use 
  only by the indicated addressee. If you are not the named addressee you 
  should not disseminate, distribute, or copy this e-mail. Please notify the 
  sender immediately by e-mail if you have received this e-mail by mistake and 
  delete this e-mail from your system. E-mail transmissions cannot be guaranteed 
  to be secure or error-free as information could be intercepted, corrupted, 
  lost, destroyed,arrive late or incomplete, or contain viruses. The sender 
  therefore does not accept liability for any errors or omissions in the 
  contents of this message which arise as a result of e-mail transmission. If 
  verification is required please request a hard-copy 
  version.
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of João FernandesSent: Wednesday, March 01, 2006 10:54 
  AMTo: flexcoders@yahoogroups.comSubject: RE: [flexcoders] Xiff and 
  Flex
  
  I once did work with 
  it and it works pretty fine.
  
  Don't forget that 
  XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for 
  messaging.
  
  
  João 
  FernandesSistemas 
  de Informação
  Programador 
  InformáticoCofina 
  mediaAvenida 
  João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGALTel 
  (+351) 213 185 200 . Fax (+351) 213 540 370[EMAIL PROTECTED] 
  
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan MirandaSent: quarta-feira, 1 de Março de 2006 
  17:45To: flexcoders@yahoogroups.comSubject: [flexcoders] Xiff and 
  Flex
  
  Anyone ever messed around with the 
  Xiff library and Flex? I'm in a tinkering mood and have begun working on a 
  Flex IM client that uses Jabber – just curious if anyone else has dove into 
  this area before.
  _
  Jonathan 
  Miranda
  Flexible Master 
  of the Web
  "Try not to become a man of success, but a man of 
  value." - Albert Einstein
  HealthGrades : Guiding 
  America to Better Healthcare™
  NASDAQ: HGRD
  w (720) 
  963-3832
  c (707) 
  761-0868
  [EMAIL PROTECTED] 
  _
  The message contains confidential 
  and/or legally privileged information and is intended for use only by the 
  indicated addressee. If you are not the named addressee you should not 
  disseminate, distribute, or copy this e-mail. Please notify the sender 
  immediately by e-mail if you have received this e-mail by mistake and delete 
  this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
  secure or error-free as information could be intercepted, corrupted, lost, 
  destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
  does not accept liability for any errors or omissions in the contents of this 
  message which arise as a result of e-mail transmission. If verification is 
  required please request a hard-copy version.
  
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 
  Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
  
  SPONSORED 
  LINKS 
  


  Web site design 

[flexcoders] Re: Xiff and Flex

2006-03-01 Thread Dave Wolf
Wildfire (and pretty much everything from Jive Software) is outstanding.

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


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

 Jesse,
 
 You're best off installing your own. Wildfire is a very simple
Jabber server
 (and well-developed) to set up:
 
 http://jivesoftware.org/
 
 I would suggest using the built-in database option, to start with
and then
 deploy your own, once you get it figured out. They simply use the
database
 to track users and rooms, etc.
 
 Scott
 
 On 3/1/06, JesterXL [EMAIL PROTECTED] wrote:
 
  I'd be willing to help if someone could show me to a working
server.  I've
  got plenty of working Flash  AS2 code, but NO working server's. 
The one at
  Dreamhost is like... stupid, it comes with accounts you can
create, but no
  conference rooms, etc.  I know jack about Jabber, but I do have
enough code
  that shows me I'm connecting, and the server has no support for
conferences
  as far as I can tell.
 
  - Original Message - *From:* Jonathan Miranda[EMAIL PROTECTED]
  *To:* flexcoders@yahoogroups.com
  *Sent:* Wednesday, March 01, 2006 12:58 PM
  *Subject:* RE: [flexcoders] Xiff and Flex
 
   Know if there is any plans to port them to AS3? Didn't find
anything on
  their forums.**
 
  _
 
  *Jonathan Miranda*
 
  *Flexible Master of the Web*
 
  *Try not to become a man of success, but a man of value. - Albert
  Einstein*
 
  HealthGrades http://www.healthgrades.com/: Guiding America to Better
  Healthcare™
 
  NASDAQ: HGRD
 
  w  (720) 963-3832
 
  c  (707) 761-0868
 
  [EMAIL PROTECTED]
 
  _
 
  The message contains confidential and/or legally privileged
information
  and is intended for use only by the indicated addressee.  If you
are not the
  named addressee you should not disseminate, distribute, or copy
this e-mail.
  Please notify the sender immediately by e-mail if you have
received this
  e-mail by mistake and delete this e-mail from your system. E-mail
  transmissions cannot be guaranteed to be secure or error-free as
information
  could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete,
  or contain viruses. The sender therefore does not accept liability
for any
  errors or omissions in the contents of this message which arise as
a result
  of e-mail transmission. If verification is required please request a
  hard-copy version.
   --
 
  *From:* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] *On
  Behalf Of *João Fernandes
  *Sent:* Wednesday, March 01, 2006 10:54 AM
  *To:* flexcoders@yahoogroups.com
  *Subject:* RE: [flexcoders] Xiff and Flex
 
 
 
  I once did work with it and it works pretty fine.
 
 
 
  Don't forget that XIFF classes are AS2.0 classes. It could be nice
to have
  a Jabber adapter for messaging.
 
 
 
  *João Fernandes**
  **Sistemas de Informação*
 
  *Programador Informático**
  **Cofina** media
 
  **Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL**
  **Tel (+351) 213 185 200 . Fax (+351) 213 540 370**
  [EMAIL PROTECTED]
   --
 
  *From:* flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] *On
  Behalf Of *Jonathan Miranda
  *Sent:* quarta-feira, 1 de Março de 2006 17:45
  *To:* flexcoders@yahoogroups.com
  *Subject:* [flexcoders] Xiff and Flex
 
 
 
  Anyone ever messed around with the Xiff library and Flex? I'm in a
  tinkering mood and have begun working on a Flex IM client that
uses Jabber –
  just curious if anyone else has dove into this area before.**
 
  _
 
  *Jonathan Miranda*
 
  *Flexible Master of the Web*
 
  *Try not to become a man of success, but a man of value. - Albert
  Einstein*
 
  HealthGrades http://www.healthgrades.com/: Guiding America to Better
  Healthcare™
 
  NASDAQ: HGRD
 
  w  (720) 963-3832
 
  c  (707) 761-0868
 
  [EMAIL PROTECTED]
 
  _
 
  The message contains confidential and/or legally privileged
information
  and is intended for use only by the indicated addressee.  If you
are not the
  named addressee you should not disseminate, distribute, or copy
this e-mail.
  Please notify the sender immediately by e-mail if you have
received this
  e-mail by mistake and delete this e-mail from your system. E-mail
  transmissions cannot be guaranteed to be secure or error-free as
information
  could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete,
  or contain viruses. The sender therefore does not accept liability
for any
  errors or omissions in the contents of this message which arise as
a result
  of e-mail transmission. If verification is required please request a
  hard-copy version.
 
 
 
 
 
 
 
   --
  Flexcoders Mailing List
  FAQ: 

RE: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread Jonathan Miranda












Yeah, our company is probably going to
start using Wildfire, Psi (psi.sf.net  really good jabber client my
buddy wrote) and an internal flex application. Any plans on when that AS3
version is going to come out? I initially tried messing around with it to get
it to work in AS3 but the amount of changes was a bit much for just tinkering.

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w  (720)
963-3832

c  (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee.  If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dave Wolf
Sent: Wednesday, March 01, 2006
12:18 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Xiff and
Flex





Wildfire (and pretty much
everything from Jive Software) is outstanding.

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

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY


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

 Jesse,
 
 You're best off installing your own. Wildfire
is a very simple
Jabber server
 (and well-developed) to set up:
 
 http://jivesoftware.org/
 
 I would suggest using the built-in database
option, to start with
and then
 deploy your own, once you get it figured out.
They simply use the
database
 to track users and rooms, etc.
 
 Scott
 
 On 3/1/06, JesterXL [EMAIL PROTECTED]
wrote:
 
  I'd be willing to help if someone could
show me to a working
server. I've
  got plenty of working Flash  AS2
code, but NO working server's. 
The one at
  Dreamhost is like... stupid, it comes
with accounts you can
create, but no
  conference rooms, etc. I know jack
about Jabber, but I do have
enough code
  that shows me I'm connecting, and the
server has no support for
conferences
  as far as I can tell.
 
  - Original Message - *From:*
Jonathan Miranda[EMAIL PROTECTED]
  *To:* flexcoders@yahoogroups.com
  *Sent:* Wednesday, March 01, 2006 12:58
PM
  *Subject:* RE: [flexcoders] Xiff and
Flex
 
  Know if there is any plans to port
them to AS3? Didn't find
anything on
  their forums.**
 
 
_
 
  *Jonathan Miranda*
 
  *Flexible Master of the Web*
 
  *Try not to become a man of
success, but a man of value. - Albert
  Einstein*
 
  HealthGrades http://www.healthgrades.com/:
Guiding America to Better
  Healthcare
 
  NASDAQ: HGRD
 
  w (720) 963-3832
 
  c (707) 761-0868
 
  [EMAIL PROTECTED]
 
  _
 
  The message contains confidential and/or
legally privileged
information
  and is intended for use only by the
indicated addressee. If you
are not the
  named addressee you should not
disseminate, distribute, or copy
this e-mail.
  Please notify the sender immediately by
e-mail if you have
received this
  e-mail by mistake and delete this e-mail
from your system. E-mail
  transmissions cannot be guaranteed to be
secure or error-free as
information
  could be intercepted, corrupted, lost,
destroyed,arrive late or
incomplete,
  or contain viruses. The sender therefore
does not accept liability
for any
  errors or omissions in the contents of
this message which arise as
a result
  of e-mail transmission. If verification
is required please request a
  hard-copy version.
  --
 
  *From:* flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
*On
  Behalf Of *João Fernandes
  *Sent:* Wednesday, March 01, 2006 10:54
AM
  *To:* flexcoders@yahoogroups.com
  *Subject:* RE: [flexcoders] Xiff and
Flex
 
 
 
  I once did work with it and it works
pretty fine.
 
 
 
  Don't forget that XIFF classes are AS2.0
classes. It could be nice
to have
  a Jabber adapter for messaging.
 
 
 
  *João Fernandes**
  **Sistemas de Informação*
 
  *Programador Informático**
  **Cofina** media
 
  **Avenida João Crisóstomo, Nº 72 .
1069-043 Lisboa PORTUGAL**
  **Tel (+351) 213 185 200 . Fax (+351)
213 540 370**
  [EMAIL PROTECTED]
  --
 
  *From:* flexcoders@yahoogroups.com

Re: [flexcoders] Xiff and Flex

2006-03-01 Thread Scott Langeberg



I don't know. We host our own servers!ScottOn 3/1/06, JesterXL [EMAIL PROTECTED] wrote:









Thanks Scott! So, assuming she's cool, are 
there servers out there that offer hosting options for Wildfire?


- Original Message - 
From: 
Scott 
Langeberg 
To: flexcoders@yahoogroups.com 

Sent: Wednesday, March 01, 2006 2:10 PM
Subject: Re: [flexcoders] Xiff and Flex
Jesse,You're best off installing your own. Wildfire is a 
very simple Jabber server (and well-developed) to set up:http://jivesoftware.org/I would 
suggest using the built-in database option, to start with and then deploy your 
own, once you get it figured out. They simply use the database to track users 
and rooms, etc. Scott
On 3/1/06, JesterXL 
[EMAIL PROTECTED] 
wrote:

  
  I'd be willing to help if someone could show me 
  to a working server. I've got plenty of working Flash  AS2 code, 
  but NO working server's. The one at Dreamhost is like... stupid, it 
  comes with accounts you can create, but no conference rooms, etc. I know 
  jack about Jabber, but I do have enough code that shows me I'm connecting, and 
  the server has no support for conferences as far as I can 
  tell.
  
  
  - 
  Original Message - 
  From: 
  Jonathan Miranda 
  
  To: flexcoders@yahoogroups.com 
  Sent: Wednesday, March 01, 2006 12:58 PM
  Subject: RE: [flexcoders] Xiff and Flex
  
  
  
  Know if there is any 
  plans to port them to AS3? Didn't find anything on their 
  forums.
  _
  Jonathan 
  Miranda
  Flexible 
  Master of the Web
  Try not to become a man of 
  success, but a man of value. - Albert Einstein
  
HealthGrades: Guiding 
  America to Better Healthcare™

  NASDAQ: 
  HGRD
  w (720) 
  963-3832
  c (707) 
  761-0868
  
[EMAIL PROTECTED] 
  _
  The message contains 
  confidential and/or legally privileged information and is intended for use 
  only by the indicated addressee. If you are not the named addressee you 
  should not disseminate, distribute, or copy this e-mail. Please notify the 
  sender immediately by e-mail if you have received this e-mail by mistake and 
  delete this e-mail from your system. E-mail transmissions cannot be guaranteed 
  to be secure or error-free as information could be intercepted, corrupted, 
  lost, destroyed,arrive late or incomplete, or contain viruses. The sender 
  therefore does not accept liability for any errors or omissions in the 
  contents of this message which arise as a result of e-mail transmission. If 
  verification is required please request a hard-copy 
  version.
  
  
  
  
  From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of João FernandesSent: Wednesday, March 01, 2006 10:54 
  AMTo: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Xiff and 
  Flex
  
  I once did work with 
  it and it works pretty fine.
  
  Don't forget that 
  XIFF classes are AS2.0 classes. It could be nice to have a Jabber adapter for 
  messaging.
  
  
  João 
  Fernandes
Sistemas 
  de Informação
  Programador 
  Informático
Cofina
 
  mediaAvenida 
  João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
Tel 
  (+351) 213 185 200 . Fax (+351) 213 540 370

[EMAIL PROTECTED] 
  
  
  
  
  
  From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jonathan MirandaSent: quarta-feira, 1 de Março de 2006 
  17:45To: flexcoders@yahoogroups.com
Subject: [flexcoders] Xiff and 
  Flex
  
  Anyone ever messed around with the 
  Xiff library and Flex? I'm in a tinkering mood and have begun working on a 
  Flex IM client that uses Jabber – just curious if anyone else has dove into 
  this area before.
  _
  Jonathan 
  Miranda
  Flexible Master 
  of the Web
  Try not to become a man of success, but a man of 
  value. - Albert Einstein
  
HealthGrades : Guiding 
  America to Better Healthcare™
  NASDAQ: HGRD
  w (720) 
  963-3832
  c (707) 
  761-0868
  
[EMAIL PROTECTED] 
  _
  The message contains confidential 
  and/or legally privileged information and is intended for use only by the 
  indicated addressee. If you are not the named addressee you should not 
  disseminate, distribute, or copy this e-mail. Please notify the sender 
  immediately by e-mail if you have received this e-mail by mistake and delete 
  this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
  secure or error-free as information could be intercepted, corrupted, lost, 
  destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
  does not accept liability for any errors or omissions in the contents of this 
  message which arise as a result of e-mail transmission. If verification is 
  required please request a hard-copy version.
  
  --Flexcoders 
  Mailing ListFAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search 
  Archives: 

[flexcoders] Currency Formatter -- formats only numbers up to 15 characters in length?

2006-03-01 Thread Oscar . Cortes

 Could anyone try this code?   Enter a number of 16 characters for
example:123456789012345. Click the button to get the format... you get $1.
Anything below 15 characters works fine.

am I missing something? or is this a bug?

Thanks

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;

mx:Script
![CDATA[
  function getNewFormat()
  {
var str_a:String=USDformatter.format(txt_svDollarAmount.text);
mx.controls.Alert.show(str_a,'str_a');
  }
]]
/mx:Script

mx:CurrencyFormatter id=USDformatter precision=0 currencySymbol=$
useThousandsSeparator=true alignSymbol=left /

mx:TextInput id=txt_svDollarAmount
width=160

maxChars=16 textAlign=left

restrict=[0-9] /

mx:Button label=Button click=getNewFormat()/
/mx:Application

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




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

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

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

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




Re: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread Scott Langeberg



Yeah, we're planning to release the source and API within a few months. We'll post to the group when it comes out.ScottOn 3/1/06, Jonathan Miranda
 [EMAIL PROTECTED] wrote:






















Yeah, our company is probably going to
start using Wildfire, Psi (psi.sf.net – really good jabber client my
buddy wrote) and an internal flex application. Any plans on when that AS3
version is going to come out? I initially tried messing around with it to get
it to work in AS3 but the amount of changes was a bit much for just tinkering.

_

Jonathan Miranda


Flexible Master of the Web


Try not
to become a man of success, but a man of value. - Albert Einstein


HealthGrades: Guiding America
 to Better Healthcare™

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868


[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Dave Wolf
Sent: Wednesday, March 01, 2006
12:18 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Xiff and
Flex





Wildfire (and pretty much
everything from Jive Software) is outstanding.

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

Email: [EMAIL PROTECTED]
Office: 866-CYNERGY


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

 Jesse,
 
 You're best off installing your own. Wildfire
is a very simple
Jabber server
 (and well-developed) to set up:
 
 http://jivesoftware.org/
 
 I would suggest using the built-in database
option, to start with
and then
 deploy your own, once you get it figured out.
They simply use the
database
 to track users and rooms, etc.
 
 Scott
 
 On 3/1/06, JesterXL [EMAIL PROTECTED]
wrote:
 
  I'd be willing to help if someone could
show me to a working
server. I've
  got plenty of working Flash  AS2
code, but NO working server's. 
The one at
  Dreamhost is like... stupid, it comes
with accounts you can
create, but no
  conference rooms, etc. I know jack
about Jabber, but I do have
enough code
  that shows me I'm connecting, and the
server has no support for
conferences
  as far as I can tell.
 
  - Original Message - *From:*
Jonathan Miranda[EMAIL PROTECTED]
  *To:* flexcoders@yahoogroups.com
  *Sent:* Wednesday, March 01, 2006 12:58
PM
  *Subject:* RE: [flexcoders] Xiff and
Flex
 
  Know if there is any plans to port
them to AS3? Didn't find
anything on
  their forums.**
 
 
_
 
  *Jonathan Miranda*
 
  *Flexible Master of the Web*
 
  *Try not to become a man of
success, but a man of value. - Albert
  Einstein*
 
  HealthGrades http://www.healthgrades.com/:
Guiding America to Better
  Healthcare™
 
  NASDAQ: HGRD
 
  w (720) 963-3832
 
  c (707) 761-0868
 
  [EMAIL PROTECTED]
 
  _
 
  The message contains confidential and/or
legally privileged
information
  and is intended for use only by the
indicated addressee. If you
are not the
  named addressee you should not
disseminate, distribute, or copy
this e-mail.
  Please notify the sender immediately by
e-mail if you have
received this
  e-mail by mistake and delete this e-mail
from your system. E-mail
  transmissions cannot be guaranteed to be
secure or error-free as
information
  could be intercepted, corrupted, lost,
destroyed,arrive late or
incomplete,
  or contain viruses. The sender therefore
does not accept liability
for any
  errors or omissions in the contents of
this message which arise as
a result
  of e-mail transmission. If verification
is required please request a
  hard-copy version.
  --
 
  *From:* flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
*On
  Behalf Of *João Fernandes
  *Sent:* Wednesday, March 01, 2006 10:54
AM
  *To:* flexcoders@yahoogroups.com
  *Subject:* RE: [flexcoders] Xiff and
Flex
 
 
 
  I once did work with it and it works
pretty fine.
 
 
 
  Don't forget that XIFF classes are AS2.0
classes. It could be nice
to have
  a Jabber adapter for messaging.
 
 
 
  *João Fernandes**
  **Sistemas de Informação*
 
  *Programador Informático**
  **Cofina** media
 
  **Avenida João Crisóstomo, 

Re: [flexcoders] Box Shadows above cornerRadius=47

2006-03-01 Thread Jono Spiro
Not a bad idea!

On 3/1/06, Matt Chotin [EMAIL PROTECTED] wrote:
 I've forwarded the issue on internally.  Maybe you can just lay some
 extra pieces with smaller corner radiuses underneath?  I haven't tried
 any of this stuff :-)

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of Jono Spiro
 Sent: Tuesday, February 28, 2006 8:59 PM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Box Shadows above cornerRadius=47

 If you use a cornerRadius above 47, the shadow algorithm goes nuts and
 draws dark black blocks around boxes where there seems to be overlap
 -- the further the shadowDistance, the worse it is.

 Of course, radiuses above this number are useful, and can even produce
 nearly circular boxes if you size everything nicely. So... ugh. It's
 probably a bug, or could be construed as one... Does anyone have any
 solutions or workarounds?

 Jono :~)


 Code
mx:VBox cornerRadius=47 width=100 height=100
 borderStyle=solid dropShadow=true shadowDistance=5
 shadowDirection=right x=150/
mx:VBox cornerRadius=70 width=100 height=100
 borderStyle=solid dropShadow=true shadowDistance=5
 shadowDirection=right/
 /Code


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










--
Flexcoders Mailing 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: Xiff and Flex

2006-03-01 Thread Daniel Nelson



We plan on releasing the source and api in a couple of months.

-Dan
On 3/1/06, Jonathan Miranda [EMAIL PROTECTED] wrote:




Yeah, our company is probably going to start using Wildfire, Psi (
psi.sf.net – really good jabber client my buddy wrote) and an internal flex application. Any plans on when that AS3 version is going to come out? I initially tried messing around with it to get it to work in AS3 but the amount of changes was a bit much for just tinkering.

_

Jonathan Miranda

Flexible Master of the Web

Try not to become a man of success, but a man of value. - Albert Einstein



HealthGrades: Guiding America
 to Better Healthcare™

NASDAQ: HGRD
w (720) 963-3832

c (707) 761-0868



[EMAIL PROTECTED] 

_
The message contains confidential and/or legally privileged information and is intended for use only by the indicated addressee. If you are not the named addressee you should not disseminate, distribute, or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmissions cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.






From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Dave WolfSent: Wednesday, March 01, 2006 12:18 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] Re: Xiff and Flex


Wildfire (and pretty much everything from Jive Software) is outstanding.
-- Dave WolfCynergy Systems, Inc.
Macromedia Flex Alliance Partnerhttp://www.cynergysystems.com
Email: [EMAIL PROTECTED]
Office: 866-CYNERGY--- In 
flexcoders@yahoogroups.com, Scott Langeberg [EMAIL PROTECTED]wrote:
 Jesse,  You're best off installing your own. Wildfire is a very simpleJabber server
 (and well-developed) to set up:  
http://jivesoftware.org/  I would suggest using the built-in database option, to start with
and then deploy your own, once you get it figured out. They simply use thedatabase
 to track users and rooms, etc.  Scott 
 On 3/1/06, JesterXL [EMAIL PROTECTED] wrote:   I'd be willing to help if someone could show me to a working
server. I've  got plenty of working Flash  AS2 code, but NO working server's. 
The one at  Dreamhost is like... stupid, it comes with accounts you cancreate, but no
  conference rooms, etc. I know jack about Jabber, but I do haveenough code  that shows me I'm connecting, and the server has no support for
conferences  as far as I can tell. 
  - Original Message - *From:* Jonathan Miranda[EMAIL PROTECTED]  *To:* 
flexcoders@yahoogroups.com  *Sent:* Wednesday, March 01, 2006 12:58 PM  *Subject:* RE: [flexcoders] Xiff and Flex
   Know if there is any plans to port them to AS3? Didn't findanything on
  their forums.**   _
   *Jonathan Miranda*   *Flexible Master of the Web*
   *Try not to become a man of success, but a man of value. - Albert
  Einstein*   HealthGrades 
http://www.healthgrades.com/: Guiding America to Better  Healthcare™ 
  NASDAQ: HGRD   w (720) 963-3832 
  c (707) 761-0868   [EMAIL PROTECTED] 
  _   The message contains confidential and/or legally privileged
information  and is intended for use only by the indicated addressee. If youare not the
  named addressee you should not disseminate, distribute, or copythis e-mail.  Please notify the sender immediately by e-mail if you have
received this  e-mail by mistake and delete this e-mail from your system. E-mail
  transmissions cannot be guaranteed to be secure or error-free asinformation  could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete,  or contain viruses. The sender therefore does not accept liability
for any  errors or omissions in the contents of this message which arise asa result
  of e-mail transmission. If verification is required please request a  hard-copy version.  --
   *From:* 
flexcoders@yahoogroups.com[mailto:flexcoders@yahoogroups.com
] *On  Behalf Of *João Fernandes  *Sent:* Wednesday, March 01, 2006 10:54 AM
  *To:* flexcoders@yahoogroups.com  *Subject:* RE: [flexcoders] Xiff and Flex
 I once did work with it and it works pretty fine.
 Don't forget that XIFF classes are 
AS2.0 classes. It could be niceto have  a Jabber adapter for messaging. 
*João Fernandes**
  **Sistemas de Informação*   *Programador Informático**  **Cofina** media
   **Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL**  **Tel (+351) 213 185 200 . Fax (+351) 213 540 370**
  [EMAIL PROTECTED]  -- 
  *From:* 

RE: [flexcoders] Flex2 bug report: TabBar selectedIndex

2006-03-01 Thread Deepa Subramaniam
These TabBar issues have all been fixed in our internal builds so keep an eye 
out for the next public drop to resolve this for you. 

-deepa


-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Manish 
Jethani
Sent: Wednesday, March 01, 2006 5:54 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Flex2 bug report: TabBar selectedIndex

On 3/1/06, Dion Mendel [EMAIL PROTECTED] wrote:

 The code below should create a TabBar with the 2nd tab selected.  The
 TabBar is created and displayed but no tab is selected.

[snip]

Okay it's not working.  If you set `selectedIndex` to 0, it works. 
There's one more bug: when a tab is selected programmatically, the
text doesn't turn bold.

Manish


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

* 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: Exception using checkbox as cellEditor in DataGrid

2006-03-01 Thread thunderstumpgesatwork
Thanks, this has fixed the exception. However I am still getting
really odd behavior of the checkbox. The first time I click the row it
doesn't do anything (I.E. the state of the checkbox doesn't change)
only if I click the same row again does it change. AND while the focus
is on that row, clicking the checkbox on and off doesn't cause the
CELL_END_EDIT event. Only when the focus leaves the checkbox (like by
clicking a different row) will it call the CELL_END_EDIT event.

I noticed this behavior is different from your sample application, and
the difference is that your DataGrid itself is set to
editable=false, and the one column is set to editable=true. How is
this supposed to work? If I set my data grid up like yours, I don't
get any of the CELL_FOCUS_IN, CELL_END_EDIT, and CELL_FOCUS_OUT events. 

Below is your sample app that I tweaked a little (I set the data grid
to editable=true and added event handlers to log the cell focus and
 cell end edit events. You can see how you must click the checkbox
twice to actually change it's value.

thanks,
Thunder

//---
?xml version=1.0 encoding=iso-8859-1?
mx:Application
xmlns:mx=http://www.macromedia.com/2005/mxml;
width=600 height=600 
mx:Script
![CDATA[
import mx.controls.gridclasses.*;
import mx.events.DataGridEvent;
[Bindable]
public var
myarr:Array=[{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true}]

public function focusIn(event:DataGridEvent):void
{
  log.text += \nFocus In - Row:  + event.rowIndex +  Column:  +
event.columnIndex +  reason:  + event.reason +  selected:  +
Object(event.cell).selected;
}
public function focusOut(event:DataGridEvent):void
{
  log.text += \nFocus Out - Row:  + event.rowIndex +  Column:  +
event.columnIndex +  reason:  + event.reason +  selected:  +
Object(event.cell).selected;
}
public function cellEdited(event:DataGridEvent):void
{
  log.text += \nCell Edited - Row:  + event.rowIndex +  Column:  +
event.columnIndex +  reason:  + event.reason +  selected:  +
Object(event.cell).selected;
}

]]
/mx:Script
 mx:DataGrid dataProvider={myarr} id=myDataGrid2 width=100%
height=250 variableRowHeight=true wordWrap=true editable=true
dropEnabled=true  cellFocusIn=focusIn(event)
cellFocusOut=focusOut(event) cellEndEdit=cellEdited(event)
   mx:columns
mx:Array
 mx:DataGridColumn headerText=Column4
columnName=description cellRenderer=mx.controls.CheckBox
editable=true isCellEditor=true editorProperty=selected /
 mx:DataGridColumn headerText=Column5
columnName=product  /
 mx:DataGridColumn headerText=Price visible=true
columnName=price /
/mx:Array
   /mx:columns
   /mx:DataGrid
mx:TextArea width=403 height=232 editable=false id=log
wordWrap=false/

/mx:Application

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

 Hi,
 
 In addition to setting the isCellEditor=true flag you
 also need to set  editorProperty=selected for your
 code to function correctly with a
 checkBoxCellRenderer. In your code, since the editable
 is set to true, clicking on the Datagrid cell tries to
 bring the default editor which is the textinput since
 the editorproperty is not set. 
 
 There is a known issue about the checkbox selections
 getting messed up on scrolling after selecting the
 checkboxes, which is currently under investigation.
 
 Please have a look at the code below, This works
 without the runtime error:
 
 //
 ?xml version=1.0 encoding=iso-8859-1?
 mx:Application
 xmlns:mx=http://www.macromedia.com/2005/mxml;
 width=600 height=600 
 mx:Script
 ![CDATA[
 import mx.controls.gridclasses.*;
 [Bindable]
 public var

myarr:Array=[{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true}]
 ]]
 /mx:Script
 mx:DataGrid dataProvider={myarr}
 id=myDataGrid2 width=100% height=250 
 variableRowHeight=true wordWrap=true
 editable=false dropEnabled=true
   mx:columns
mx:Array
 mx:DataGridColumn headerText=Column4
 columnName=description
 cellRenderer=mx.controls.CheckBox editable=true
 isCellEditor=true editorProperty=selected/
 mx:DataGridColumn headerText=Column5
 columnName=product  /
 mx:DataGridColumn headerText=Price
 visible=true columnName=price /
/mx:Array
   /mx:columns
   

Re: [flexcoders] Re: Xiff and Flex

2006-03-01 Thread JesterXL
Both.

- Original Message - 
From: Dave Wolf [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, March 01, 2006 2:19 PM
Subject: [flexcoders] Re: Xiff and Flex


Jesse,

Are you looking for production hosting, or a hosted server for your
development?

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

Email:  [EMAIL PROTECTED]
Office: 866-CYNERGY


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

 Thanks Scott!  So, assuming she's cool, are there servers out there
that offer hosting options for Wildfire?

 - Original Message - 
 From: Scott Langeberg
 To: flexcoders@yahoogroups.com
 Sent: Wednesday, March 01, 2006 2:10 PM
 Subject: Re: [flexcoders] Xiff and Flex


 Jesse,

 You're best off installing your own. Wildfire is a very simple
Jabber server (and well-developed) to set up:

 http://jivesoftware.org/

 I would suggest using the built-in database option, to start with
and then deploy your own, once you get it figured out. They simply use
the database to track users and rooms, etc.

 Scott


 On 3/1/06, JesterXL [EMAIL PROTECTED] wrote:
   I'd be willing to help if someone could show me to a working
server.  I've got plenty of working Flash  AS2 code, but NO working
server's.  The one at Dreamhost is like... stupid, it comes with
accounts you can create, but no conference rooms, etc.  I know jack
about Jabber, but I do have enough code that shows me I'm connecting,
and the server has no support for conferences as far as I can tell.

   - Original Message - 
   From: Jonathan Miranda
   To: flexcoders@yahoogroups.com
   Sent: Wednesday, March 01, 2006 12:58 PM
   Subject: RE: [flexcoders] Xiff and Flex


   Know if there is any plans to port them to AS3? Didn't find
anything on their forums.

   _

   Jonathan Miranda

   Flexible Master of the Web

   Try not to become a man of success, but a man of value. - Albert
Einstein

   HealthGrades: Guiding America to Better HealthcareT

   NASDAQ: HGRD

   w  (720) 963-3832

   c  (707) 761-0868

   [EMAIL PROTECTED]

   _

   The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee.
If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately
by e-mail if you have received this e-mail by mistake and delete this
e-mail from your system. E-mail transmissions cannot be guaranteed to
be secure or error-free as information could be intercepted,
corrupted, lost, destroyed,arrive late or incomplete, or contain
viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result
of e-mail transmission. If verification is required please request a
hard-copy version.



--

   From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of João Fernandes
   Sent: Wednesday, March 01, 2006 10:54 AM
   To: flexcoders@yahoogroups.com
   Subject: RE: [flexcoders] Xiff and Flex



   I once did work with it and it works pretty fine.



   Don't forget that XIFF classes are AS2.0 classes. It could be nice
to have a Jabber adapter for messaging.



   João Fernandes
   Sistemas de Informação

   Programador Informático
   Cofina media

   Avenida João Crisóstomo, Nº 72 . 1069-043 Lisboa PORTUGAL
   Tel (+351) 213 185 200 . Fax (+351) 213 540 370
   [EMAIL PROTECTED]



--

   From: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda
   Sent: quarta-feira, 1 de Março de 2006 17:45
   To: flexcoders@yahoogroups.com
   Subject: [flexcoders] Xiff and Flex



   Anyone ever messed around with the Xiff library and Flex? I'm in a
tinkering mood and have begun working on a Flex IM client that uses
Jabber - just curious if anyone else has dove into this area before.

   _

   Jonathan Miranda

   Flexible Master of the Web

   Try not to become a man of success, but a man of value. - Albert
Einstein

   HealthGrades : Guiding America to Better HealthcareT

   NASDAQ: HGRD

   w  (720) 963-3832

   c  (707) 761-0868

   [EMAIL PROTECTED]

   _

   The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee.
If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately
by e-mail if you have received this e-mail by mistake and delete this
e-mail from your system. E-mail transmissions cannot be guaranteed to
be secure or error-free as information could be intercepted,
corrupted, lost, 

[flexcoders] about crossdomin issues

2006-03-01 Thread José Saldanha
Hi

Security sandbox violation error
This error is about cross domain files i think?

But today and i put on run the example of Mike Potter AMFPHP

http://blogs.adobe.com/mikepotter/

I put the example run onLine that way give the error

http://www.carlaabreu.com/amfphp2test.html


That way run
http://carlaabreu.com/amfphp2test.html

The all files is in same domain dont have files in diferent domains.

Question, I need a crossdomin file?

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] Opening 1.5 files in FB2 error

2006-03-01 Thread Tom Ortega



Anyone else notice that if you try to open a Flex Builder 1.5 file in FB 2 without it being part of a project, FB 2 errors out? It could be because mine's on a fileshare, but here's the error message for those QA folks interested in it! =)
java.lang.NullPointerException at zorn.editors.mxml.code.MXMLTagRule.evaluate(MXMLTagRule.java:40) at org.eclipse.jface.text.rules.RuleBasedScanner.nextToken(RuleBasedScanner.java:155) at org.eclipse.jface.text.rules.DefaultDamagerRepairer.createPresentation
(DefaultDamagerRepairer.java:168) at org.eclipse.jface.text.presentation.PresentationReconciler.createPresentation(PresentationReconciler.java:448) at org.eclipse.jface.text.presentation.PresentationReconciler.processDamage
(PresentationReconciler.java:560) at org.eclipse.jface.text.presentation.PresentationReconciler.access$3(PresentationReconciler.java:558) at org.eclipse.jface.text.presentation.PresentationReconciler$InternalListener.inputDocumentChanged
(PresentationReconciler.java:118) at org.eclipse.jface.text.TextViewer.fireInputDocumentChanged(TextViewer.java:2439) at org.eclipse.jface.text.TextViewer.setDocument(TextViewer.java:2488) at org.eclipse.jface.text.source.SourceViewer.setDocument
(SourceViewer.java:491) at org.eclipse.jface.text.source.projection.ProjectionViewer.setDocument(ProjectionViewer.java:369) at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:435)
 at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:2882) at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:2649) at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl
(StatusTextEditor.java:53) at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:314) at zorn.editors.common.editor.AbstractFlexEditor.createPartControl(
AbstractFlexEditor.java:285) at zorn.editors.mxml.code.MXMLCodeEditor.createPartControl(MXMLCodeEditor.java:138) at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:155) at org.eclipse.ui.part.MultiPageEditorPart.addPage
(MultiPageEditorPart.java:132) at zorn.editors.mxml.MXMLEditor.createPages(MXMLEditor.java:220) at org.eclipse.ui.part.MultiPageEditorPart.createPartControl(MultiPageEditorPart.java:241) at org.eclipse.ui.internal.EditorReference.createPartHelper
(EditorReference.java:609) at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:384) at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:552) at 
org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:283) at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:126) at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select
(PresentablePartFolder.java:268) at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65) at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart
(TabbedStackPresentation.java:391) at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1102) at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1051) at org.eclipse.ui.internal.PartStack.showPart
(PartStack.java:1256) at org.eclipse.ui.internal.PartStack.add(PartStack.java:442) at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:109) at org.eclipse.ui.internal.EditorSashContainer.addEditor
(EditorSashContainer.java:60) at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:212) at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:202) at org.eclipse.ui.internal.EditorManager.createEditorTab
(EditorManager.java:758) at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:665) at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:628) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched
(WorkbenchPage.java:2360) at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2295) at org.eclipse.ui.internal.WorkbenchPage.access$9(WorkbenchPage.java:2287) at org.eclipse.ui.internal.WorkbenchPage$9.run
(WorkbenchPage.java:2273) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69) at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2268) at org.eclipse.ui.internal.WorkbenchPage.openEditor
(WorkbenchPage.java:2249) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:371) at org.eclipse.ui.ide.IDE.openEditor(IDE.java:334) at org.eclipse.ui.actions.OpenFileAction.openFile(OpenFileAction.java:98)
 at org.eclipse.ui.actions.OpenSystemEditorAction.run(OpenSystemEditorAction.java:98) at org.eclipse.ui.views.navigator.OpenActionGroup.runDefaultAction(OpenActionGroup.java:120) at org.eclipse.ui.views.navigator.MainActionGroup.runDefaultAction
(MainActionGroup.java:326) at 

[flexcoders] Not receiving posts

2006-03-01 Thread jwc_wensan
Moderator:

I have not received any FlexCoder posts for the past 3 hours.  I am 
getting other emails to my email address.  I checked my Yahoo Group 
account and see no errors or bounced email error that I have seen in 
the past even though I got all other emails.

Can you assist?

Thanks,

Jack






--
Flexcoders Mailing 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] Resize bug?

2006-03-01 Thread Jonathan Miranda










Cant tell if this would be a Firefox/IE error or
Flex, but lets say you have 2 tabs open and youre selected on the
tab without your flash video. Resize the browser, then switch tabs 
flash wont resize until you resize the window again. Does the same in
Firefox and IE  maybe when the browser resizes, it doesnt
broadcast to all tabs

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If you are
not the named addressee you should not disseminate, distribute, or copy this
e-mail. Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











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

2006-03-01 Thread Jonathan Miranda










Anyone have problems with someone dragging an HDivideBox divider
to the edges?



Take the Welcome Dashboard example: 

http://weblogs.macromedia.com/flex_samples/dashboard/dashboard.html

And drag the dividers to the edges.see the weirdness?

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If you are
not the named addressee you should not disseminate, distribute, or copy this
e-mail. Please notify the sender immediately by e-mail if you have received
this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











--
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: xpath, xquery, schema in flex 2

2006-03-01 Thread thunderstumpgesatwork
I don't know of any support for xpath or validation with the new e4x
xml objects... at least not documented. If someone else knows if this
is possible, I'd be very interested too!

Thunder

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

 does any one know where is document and tutorial how to use xpath,
 validation xml doc in flex 2? i can not find the resources for that.







--
Flexcoders Mailing 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] Resize bug

2006-03-01 Thread JesterXL





Yep, jacked up here.

- Original Message - 
From: Jonathan 
Miranda 
To: flexcoders@yahoogroups.com 
Sent: Wednesday, March 01, 2006 5:14 PM
Subject: [flexcoders] Resize bug


Anyone have problems with someone 
dragging an HDivideBox divider to the edges?

Take the Welcome Dashboard example: 

http://weblogs.macromedia.com/flex_samples/dashboard/dashboard.htmlAnd 
drag the dividers to the edges….see the weirdness?
_
Jonathan 
Miranda
Flexible Master 
of the Web
"Try not to become a man of success, but a 
man of value." - Albert Einstein
HealthGrades: Guiding America 
to Better Healthcare™
NASDAQ: 
HGRD
w (720) 
963-3832
c (707) 
761-0868
[EMAIL PROTECTED] 

_
The message contains confidential 
and/or legally privileged information and is intended for use only by the 
indicated addressee. If you are not the named addressee you should not 
disseminate, distribute, or copy this e-mail. Please notify the sender 
immediately by e-mail if you have received this e-mail by mistake and delete 
this e-mail from your system. E-mail transmissions cannot be guaranteed to be 
secure or error-free as information could be intercepted, corrupted, lost, 
destroyed,arrive late or incomplete, or contain viruses. The sender therefore 
does not accept liability for any errors or omissions in the contents of this 
message which arise as a result of e-mail transmission. If verification is 
required please request a hard-copy version.






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

2006-03-01 Thread Jonathan Miranda












Slowly but surely Mattthis is like
maybe 15 bugs? J

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w (720)
963-3832

c (707)
761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JesterXL
Sent: Wednesday, March 01, 2006
3:43 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Resize
bug







Yep, jacked up here.











- Original Message - 



From: Jonathan
Miranda 





To: flexcoders@yahoogroups.com






Sent: Wednesday, March
01, 2006 5:14 PM





Subject: [flexcoders]
Resize bug











Anyone have problems with someone dragging an HDivideBox
divider to the edges?



Take the Welcome Dashboard example: 

http://weblogs.macromedia.com/flex_samples/dashboard/dashboard.html

And drag the dividers to the edges.see the weirdness?

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If
you are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











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

2006-03-01 Thread Tom Bray



I looked around for the proper way to report this but could find it. The code below is from the PopUpButton livedoc, the only change I made is that I commented out the line that changes the label of the PopupButton instance after a menu item is selected. Doing this causes the menu to not disappear after selecting an item. If you run this code, just click the Put in: Inbox button, and select one of the menu items. The menu doesn't hide. If you uncomment the line that changes the label and reload it, the menu will hide as expected.
?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml height=600 width=600
 mx:Script ![CDATA[ import mx.controls.*; import mx.events.*; private var myMenu:Menu; // Initialize the Menu control, and specify it as the pop up object
 // of the PopUpButton control.  private function initMenu():void { myMenu = new Menu(); var dp:Object = [{label: New Folder}, {label: Sent Items},
 {label: Inbox}];  myMenu.dataProvider = dp; myMenu.selectedIndex = 0;  myMenu.addEventListener(change, changeHandler);
 popB.popUpObject = myMenu; popB.label = Put in:  +  myMenu.getMenuItemAt(myMenu.selectedIndex).getProperty(label); } // Define the event listener for the Menu control's change event. 
 private function changeHandler(event:MenuEvent):void { var label:String = event.menuItem.getProperty(label);  popTypeB.text=String(Moved to  + label);
 //BUG!!! if you uncomment this, the menu will hide when you expect it to, otherwise it behaves strangely //popB.label = Put in:  + label; popB.closePopUp
(); myMenu.selectedIndex = event.index; } ]] /mx:Script mx:VBox mx:Label text=Main button mimics the last selected menuItem. /
 mx:PopUpButton id=popB label=Edit  creationComplete=initMenu();  width=135 / mx:Spacer height=50 /
 mx:TextInput id=popTypeB / /mx:VBox/mx:Application






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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Resize bug

2006-03-01 Thread Matt Chotin










http://weblogs.macromedia.com/mchotin/archives/2006/03/special_thanks.cfm











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jonathan Miranda
Sent: Wednesday, March 01, 2006
2:46 PM
To: flexcoders@yahoogroups.com
Subject: RE: [flexcoders] Resize
bug







Slowly but surely Mattthis is like
maybe 15 bugs? J

_

Jonathan Miranda

Flexible Master of the Web

Try not
to become a man of success, but a man of value. - Albert Einstein

HealthGrades: Guiding America to Better Healthcare

NASDAQ:
HGRD

w
(720) 963-3832

c
(707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or
legally privileged information and is intended for use only by the indicated
addressee. If you are not the named addressee you should not disseminate,
distribute, or copy this e-mail. Please notify the sender immediately by e-mail
if you have received this e-mail by mistake and delete this e-mail from your
system. E-mail transmissions cannot be guaranteed to be secure or error-free as
information could be intercepted, corrupted, lost, destroyed,arrive late or
incomplete, or contain viruses. The sender therefore does not accept liability
for any errors or omissions in the contents of this message which arise as a
result of e-mail transmission. If verification is required please request a
hard-copy version.











From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of JesterXL
Sent: Wednesday, March 01, 2006
3:43 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Resize
bug







Yep, jacked up here.











- Original Message - 



From: Jonathan
Miranda 





To: flexcoders@yahoogroups.com






Sent: Wednesday, March
01, 2006 5:14 PM





Subject: [flexcoders]
Resize bug











Anyone have problems with someone dragging an HDivideBox
divider to the edges?



Take the Welcome Dashboard example: 

http://weblogs.macromedia.com/flex_samples/dashboard/dashboard.html

And drag the dividers to the edges.see the weirdness?

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If
you are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.












--
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] flash crashes - calling preventDefault() in cellRequestEdit event handler (2.0)

2006-03-01 Thread thunderstumpgesatwork
Hey guys, I found a nasty one.. Flex2 Beta1, FES compiled, I.E. 6.0

On a DataGrid when I call event.preventDefault(); from the handler of
a cellRequestEdit event, it crashes flash, and then IE.

below is the app I'm using to verify.

Thunder

//---
?xml version=1.0 encoding=iso-8859-1?
mx:Application
xmlns:mx=http://www.macromedia.com/2005/mxml;
width=600 height=600 
mx:Script
![CDATA[
import mx.controls.gridclasses.*;
import mx.events.DataGridEvent;
[Bindable]
public var
myarr:Array=[{description:one,product:false},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:true},{description:one,product:false},{description:one,product:true},{description:one,product:true}]

public function requestEdit(event:DataGridEvent):void
{
event.preventDefault();
}

]]
/mx:Script
 mx:DataGrid dataProvider={myarr} id=myDataGrid2 width=100%
height=250 variableRowHeight=true wordWrap=true editable=true
dropEnabled=true cellRequestEdit=requestEdit(event) 
   mx:columns
mx:Array
 mx:DataGridColumn headerText=Column4
columnName=product cellRenderer=mx.controls.CheckBox
editable=true isCellEditor=true editorProperty=selected /
 mx:DataGridColumn headerText=Column5
columnName=description cellRenderer=mx.controls.TextInput
editable=true isCellEditor=true  /
 mx:DataGridColumn headerText=Price visible=true
columnName=price /
/mx:Array
   /mx:columns
   /mx:DataGrid
/mx:Application






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

2006-03-01 Thread Matt Chotin
Yes, the documentation for the server is behind the product.  We're
hoping it will be more caught up in Beta 2, but sometimes we just need
to release when we can.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of javanatic23
Sent: Wednesday, March 01, 2006 6:20 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2 - Poor server side documentation.

Flex 2 server side documentation would be more detailed and extensive.

There are not chapters related to:
Development of Custom adapters.
Configuration in other application servers (Jboss, OC4J, etc).
Hibernate adapter configuration.









--
Flexcoders Mailing 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] Flex2 :: Button :: Getting custom skins to refresh IE getStyle() is used

2006-03-01 Thread Teoti Graphix



Hey Manish!

Well kindof.

I have subclassed Button in an mxml component.

I have defined a get set property swatchColor in the mxml component(extended Button).

The problem is, how do I define a style for an mxml component, and yes man, I have almost read the WHOLE frekin beta docs ;-)

I didn't really think I needed a style implementation for this because
it is actually a property(pre processing) not a style of the mxml
component.

ANyway, you set this like;

currentSwatchButton.swatchColor = color (which is the current decimal color of the copied swatch).

Now, the weird thing that happens here is;

- first I know that the button is getting it's new property defined,
becasue I have tested it. So this means we know the button has it's
swatchColor defined. Now the problem arises when I click on the new
swatch and it ONLY SHOWS the new color in the selectedDownSkin, but no
other skins are updated UTNIL I call currentState = 'basicState' OR
some call like that.

If I don't change state, the WHOLE skin set is not RE RENDERED with the
NEW swatch color. Remeber this is actually a toggle button. so I am
using selected and normal states of the Button.

Now, the reason I am not making this a style is I need additional preprocessing when the swatch color is set on the Button.

Let's say you find a way to do this right with the swatchColor being a
style, well I could easily implement this pre-processing in the
styleChanged override, but I wanted to avoid this for procedural sake.

thanks Manish! any thoughts now? :)

Peace, Mike

On 3/1/06, Manish Jethani [EMAIL PROTECTED] wrote:




On 3/1/06, Teoti Graphix [EMAIL PROTECTED] wrote:

 I have a custom skin class that draws all button skins. I am
using a parent.swatchColor to get the color of the swatch but, when
changing the color through a setter of the subclassed button component,
it is not updating all 8 skins of the button.

So you have subclassed Button and swatchColor is your own style?

Try calling super.styleChanged(null) from where you're changing the colour.

Manish







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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  









RE: [flexcoders] Image double showing / resizing . flashing bug?

2006-03-01 Thread Matt Chotin
When you change the image source the first thing you should do is set
its visibility to false.  Then put a complete handler on the image and
when the complete event fires set the visibility to true.  That should
do it hopefully.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of moyosaned
Sent: Wednesday, March 01, 2006 5:36 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Image double showing / resizing . flashing bug?

I'm using the mx.controls.Image in a cellrenderer for a TileList. But
when I set the source and give the load-call the images seems to be or
loading twice or scaling itself onscreen..

Anybody got the same problems..


Flex 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 
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] flex 1.5, custom-auth, and JRun

2006-03-01 Thread Matt Chotin
Yeah, I'll Peter dig as appropriate :-)

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Douglas Knudsen
Sent: Wednesday, March 01, 2006 5:32 AM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] flex 1.5, custom-auth, and JRun

Thanks Matt.  I got Peter Ent looking into it at the moment.  He
suggested the same thing.

Basically, there is no way to turn off logging to servername-err.log
in JRun settings nor servername-out.log either, not that that is a
proper solution mind you.  Looking at the full trace below, seems to
be coming from flashgateway perhaps?


Error: Invalid Credentials header.userid was null.
flashgateway.GatewayException: Invalid Credentials header.userid was
null.
at
flashgateway.filter.MessageSecurityFilter.invoke(MessageSecurityFilter.j
ava:90)
at
flashgateway.filter.ServiceNameFilter.invoke(ServiceNameFilter.java:101)
at
flashgateway.filter.EnvelopeFilter.invoke(EnvelopeFilter.java:102)
at
flashgateway.filter.SessionFilter.invoke(SessionFilter.java:28)
at
flashgateway.filter.LicenseFilter.invoke(LicenseFilter.java:57)
at flashgateway.filter.ErrorFilter.invoke(ErrorFilter.java:39)
at flashgateway.filter.LogFilter.invoke(LogFilter.java:46)
at
flashgateway.filter.BatchProcessFilter.invoke(BatchProcessFilter.java:63
)
at
flashgateway.filter.PacketSecurityFilter.invoke(PacketSecurityFilter.jav
a:68)
at flashgateway.filter.DebugFilter.invoke(DebugFilter.java:38)
at
flashgateway.filter.SerializationFilter.invoke(SerializationFilter.java:
89)
at flashgateway.Gateway.invoke(Gateway.java:217)
at
flashgateway.controller.GatewayServlet.service(GatewayServlet.java:69)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at
jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at
jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:259
)
at
jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541
)
at
jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:
204)
at
jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java
:428)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
Error: Invalid Credentials header.userid was null


On 2/28/06, Matt Chotin [EMAIL PROTECTED] wrote:
 Maybe you can edit gateway-config.xml and set the error level on the
 logging up to Fatal?

 I'm not sure who's logging that, I checked the JRun module and I don't
 think it comes from us.

 Matt

 -Original Message-
 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
On
 Behalf Of Douglas Knudsen
 Sent: Tuesday, February 28, 2006 8:44 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] flex 1.5, custom-auth, and JRun

 I have a Flex 1.5 app running on JRun.  I'm using custom-auth to
 secure it.  Each non-authenticated user access is causing an error to
 be logged to my JRun servername-err.log file. that looks like the
 below.  How to turn this off or catch it?  The log file is growing
 VERY fast.

 10/11 21:54:59 error Authentication failed: Login Failure: all modules
 ignored
 jrun.security.JRunSecurityException: Authentication failed: Login
 Failure: all modules ignored
 at

jrun.security.JRunSecurityManagerService.authenticate(JRunSecurityManage
 rService.java:569)
 at

jrun.security.JRunSecurityManagerService.isPrincipalInRole(JRunSecurityM
 anagerService.java:495)
 
 ...


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








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









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



 




--
Flexcoders Mailing 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: Webservices swapping parameters

2006-03-01 Thread Matt Chotin
Is the .Net service doc-lit or RPC style?  Maybe try setting it to RPC
style?

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of mvbaffa
Sent: Wednesday, March 01, 2006 4:45 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Webservices swapping parameters

Not really when I call makeRemoteCall the way you sugested the first 
parameter (userName) receives nothing, and the second parameter 
recieves the userName and userPassword separated by comma.

Thanks Philippe

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

 because 'args' is typed as an array, shouldn't you have
 loginManager.makeRemoteCall(logIn,loginRetrieved, [userName, 
userPassword])
 instead of
 loginManager.makeRemoteCall(logIn,loginRetrieved, userName, 
userPassword)
  
 Philippe
 
 
 
 From: flexcoders@yahoogroups.com on behalf of mvbaffa
 Sent: Tue 2/28/2006 13:50
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Webservices swapping parameters
 
 
 Hi, everybody
 
 I am experiencing a strange problem with webservices. I am using a 
 class, developed by Jeff Tapper to call my webservice. There is a 
 method difined like that:
 
 public function makeRemoteCall (methodName:String, 
 eventName:String, ...args:Array):void
 
 I have developed a Webservice to authenticate users, that has 2 
 parameters, username and password, that is called like this:
 
   - loginManager.makeRemoteCall(logIn,loginRetrieved, 
userName, 
 userPassword)
 
 Where loginManager is an instance of Jeff's DataManager 
 class, login is my service, loginRetrieved is the event to be 
 called when the service finishes and username and userPassword are 
 obvious.
 
 The problem is that, for some reason, userName and userPassword 
are, 
 sometimes, swapped when the webservice is called. That is the 
 service receives userName as the password and userPassword as
 the user name. There are other times that the service is called 
 correctly.
 
 It seems that a state is reached that makes the parameters to be 
 swapped. I am sure that before the call the parameters are allways 
 ok. They area swapped when they reach the service. The service is 
 logging the parameters in a text file and they are sometimes 
really 
 swapped. 
 
 By the way the Datamanager class seems ok because the service is 
 called and the return reaches the result method. 
 
 The webservice is .NET service that when called by other .NET 
 application works OK.
 
 Can anyone help me 
 
 Thanks in advance
 
 
 
 
 
 
 --
 Flexcoders Mailing List
 FAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%
40yahoogroups.com 
 
 
 
 
 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=M
acromedia+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
=lvQjSRfQDfWudJSe1lLjHwSoftware 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+development
w4=Macromedia+flexw5=Software+development+best+practicec=5s=166.s
ig=1pMBCdo3DsJbuU9AEmO1oQ  
 Macromedia flex http://groups.yahoo.com/gads?
t=msk=Macromedia+flexw1=Web+site+design+developmentw2=Computer+sof
tware+developmentw3=Software+design+and+developmentw4=Macromedia+fl
exw5=Software+development+best+practicec=5s=166.sig=OO6nPIrz7_EpZ
I36cYzBjw  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+developme
ntw4=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:flexcoders-
[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 

RE: [flexcoders] Using HTTPService

2006-03-01 Thread Matt Chotin
You edited the flex-config.xml file?  Is there any more info in the
error?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of cplus_developer
Sent: Wednesday, March 01, 2006 4:01 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Using HTTPService

Hello all,I tried to do the restaurant tutorial  located at: 
http://www.macromedia.com/devnet/flex/articles/restaurant_app_03.html
I did all the tutorials says step by step ,but when I run 
restaurant1.mxml ,when I click on the Get Data Button ,it shows me a 
dialbox error:HTTP Service Fault:/restaurantlist.jsp.would you please 
help me.
Sincerely yours Mohsena






--
Flexcoders Mailing 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] radio button group inside repeater

2006-03-01 Thread Matt Chotin
You should specify a groupName for every repeated element, like
searchControlRepeater.currentItem.someName.

Matt 

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of deepu_verma
Sent: Tuesday, February 28, 2006 11:13 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] radio button group inside repeater

Hi,
When I create radio buttons inside a repeater control. The UI creats
the all the radio button in a single group.
Following is the code :
mx:Repeater dataProvider={searchControlHelper.repeaterModel}
id=searchControlRepeater recycleChildren=true
mx:VBox
mx:RadioButton id=andRadio
label=And data=and
selected=true
click={orRadio[event.target.instanceIndices].selected=false}/
mx:RadioButton id=orRadio
label=Or data=or
click={andRadio[event.target.instanceIndices].selected=false}/
/mx:VBox
/mx:Repeater







--
Flexcoders Mailing 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] xpath, xquery, schema in flex 2

2006-03-01 Thread Matt Chotin
We don't have any XML validation in Flex 2 but the E4X features provide
a decent amount of xpath support.  There should be docs included on how
to use e4x.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of nmsflex
Sent: Wednesday, March 01, 2006 8:09 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] xpath, xquery, schema in flex 2

does any one know where is document and tutorial how to use xpath,
validation xml doc in flex 2? i can not find the resources for that.






--
Flexcoders Mailing 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] Flex 2: Custom events disappearing

2006-03-01 Thread Matt Chotin










Well, scrollbars tend to catch the mouse
events and stop them from propagating if you happen to be over them. I suppose
that could be it. Try using capture for the DragItemEvent and see if you then
see it. Firstcomp.addEventListener(, onMouseDown, true). If you start
receiving the event then youll know that the newer component is getting
the event and preventing it from propagating. You can use the capture phase to
avoid that.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Scott Langeberg
Sent: Wednesday, March 01, 2006
10:14 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Flex 2:
Custom events disappearing





I've got a component with
a button (called dragBar) on it. The listener is set up as:

firstComp
 dragBar.addEventListener(MouseEvent.MOUSE_DOWN, onMouseDown);

 private function onMouseDown(e:MouseEvent):void
{   
 
  e.stopPropagation();
  dispatchEvent(new DragItemEvent(MouseEvent.MOUSE_DOWN,
e.stageX, e.stageY));
 }
/firstComp

I'm firing a custom event, as you can see (DragItemEvent). This is caught in a
second component using this: 

secondComp
 firstComp.addEventListener(DragItemEvent.MOUSE_DOWN, onMouseDown);

 private function onMouseDown (e:DragItemEvent):void {
  //do stuff..
 }
/secondComp

package com.imagetrend.events 
{
 import flash.events.Event;
 
 public class DragItemEvent extends Event 
 {
  public static const MOUSE_DOWN:String =
mouseDown; 
  
  public var stageX:Number;
  public var stageY:Number;
  
  public function
DragItemEvent(type:String, x:Number, y:Number) {
   super(type, true,
true); 
   stageX = x; 
   stageY = y;
  }
 }
}

When I add flex buttons to the first component there's no problems. 
My problem is when I add a UIcomponent such as ControlBar or anything that
scrolls, the onMouseDown() still fires in the first, but I'm no longer catching
that DragItemEvent in the second component. Any ideas why flex's components
would mess up my dispatching or listening? 

-- 

: : ) Scott 







--
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] Currency Formatter -- formats only numbers up to 15 characters in length?

2006-03-01 Thread Matt Chotin
It's a known limitation I think.  Basically the Number class doesn't
support more digits and therefore the formatter doesn't either.  Not
sure if Flex 2 has advanced its support.

Matt

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of [EMAIL PROTECTED]
Sent: Wednesday, March 01, 2006 11:19 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Currency Formatter -- formats only numbers up to
15 characters in length?


 Could anyone try this code?   Enter a number of 16 characters for
example:123456789012345. Click the button to get the format... you get
$1.
Anything below 15 characters works fine.

am I missing something? or is this a bug?

Thanks

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2003/mxml;

mx:Script
![CDATA[
  function getNewFormat()
  {
var
str_a:String=USDformatter.format(txt_svDollarAmount.text);
mx.controls.Alert.show(str_a,'str_a');
  }
]]
/mx:Script

mx:CurrencyFormatter id=USDformatter precision=0 currencySymbol=$
useThousandsSeparator=true alignSymbol=left /

mx:TextInput id=txt_svDollarAmount
width=160

maxChars=16 textAlign=left

restrict=[0-9] /

mx:Button label=Button click=getNewFormat()/
/mx:Application


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

---




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



 




--
Flexcoders Mailing 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] about crossdomin issues

2006-03-01 Thread Matt Chotin
Sorry, what's the error you're getting?

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of José 
Saldanha
Sent: Wednesday, March 01, 2006 1:27 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] about crossdomin issues

Hi

Security sandbox violation error
This error is about cross domain files i think?

But today and i put on run the example of Mike Potter AMFPHP

http://blogs.adobe.com/mikepotter/

I put the example run onLine that way give the error

http://www.carlaabreu.com/amfphp2test.html


That way run
http://carlaabreu.com/amfphp2test.html

The all files is in same domain dont have files in diferent domains.

Question, I need a crossdomin file?

Thanks







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



 




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

* 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] Resize bug

2006-03-01 Thread Matt Chotin










It looks better in b2 but it probably wont
be completely fixed. Ive forwarded it on.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jonathan Miranda
Sent: Wednesday, March 01, 2006
2:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Resize bug





Anyone have problems with someone dragging an HDivideBox
divider to the edges?



Take the Welcome Dashboard example: 

http://weblogs.macromedia.com/flex_samples/dashboard/dashboard.html

And drag the dividers to the edges.see the weirdness?

_

Jonathan Miranda

Flexible Master of
the Web

Try not to become a
man of success, but a man of value. - Albert Einstein

HealthGrades:
Guiding America
to Better Healthcare

NASDAQ: HGRD

w (720) 963-3832

c (707) 761-0868

[EMAIL PROTECTED] 

_

The message contains confidential and/or legally privileged
information and is intended for use only by the indicated addressee. If
you are not the named addressee you should not disseminate, distribute, or copy
this e-mail. Please notify the sender immediately by e-mail if you have
received this e-mail by mistake and delete this e-mail from your system. E-mail
transmissions cannot be guaranteed to be secure or error-free as information
could be intercepted, corrupted, lost, destroyed,arrive late or incomplete, or
contain viruses. The sender therefore does not accept liability for any errors
or omissions in the contents of this message which arise as a result of e-mail
transmission. If verification is required please request a hard-copy version.











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

2006-03-01 Thread Matt Chotin










http://www.macromedia.com/go/wish
is OK but Im forwarding these on to QA when possible right now.











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tom Bray
Sent: Wednesday, March 01, 2006
2:59 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] PopupButton
bug





I looked around for the
proper way to report this but could find it. The code below is from the
PopUpButton livedoc, the only change I made is that I commented out the line
that changes the label of the PopupButton instance after a menu item is
selected. Doing this causes the menu to not disappear after selecting an
item. If you run this code, just click the Put in: Inbox
button, and select one of the menu items. The menu doesn't hide. If
you uncomment the line that changes the label and reload it, the menu will hide
as expected. 

?xml version=1.0 encoding=utf-8?
mx:Application xmlns:mx=http://www.macromedia.com/2005/mxml
height=600 width=600 

 mx:Script
 ![CDATA[

 import
mx.controls.*;
 import
mx.events.*;

 private var
myMenu:Menu;

 //
Initialize the Menu control, and specify it as the pop up object 
 // of the
PopUpButton control. 
 private
function initMenu():void {

myMenu = new Menu();

var dp:Object = [{label: New Folder}, {label: Sent
Items}, 

{label: Inbox}]; 

myMenu.dataProvider = dp;

myMenu.selectedIndex = 0; 

myMenu.addEventListener(change, changeHandler); 

popB.popUpObject = myMenu;

popB.label = Put in:  + 

myMenu.getMenuItemAt(myMenu.selectedIndex).getProperty(label);
 }

 // Define
the event listener for the Menu control's change event. 
 private
function changeHandler(event:MenuEvent):void {

var label:String =
event.menuItem.getProperty(label);


popTypeB.text=String(Moved to  + label); 

//BUG!!! if you uncomment this, the menu will hide when you expect it to,
otherwise it behaves strangely

//popB.label = Put in:  + label;

popB.closePopUp ();

myMenu.selectedIndex = event.index;
 }
 ]]
 /mx:Script

 mx:VBox
 mx:Label text=Main button
mimics the last selected menuItem. / 
 mx:PopUpButton
id=popB label=Edit 

creationComplete=initMenu(); 

width=135 /

 mx:Spacer height=50
/ 
 mx:TextInput
id=popTypeB /

 /mx:VBox
/mx:Application









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








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



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



  











RE: [flexcoders] flash crashes - calling preventDefault() in cellRequestEdit event handler (2.0)

2006-03-01 Thread Matt Chotin
Forwarded it on.  We'll see if it repros on a recent build.

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of thunderstumpgesatwork
Sent: Wednesday, March 01, 2006 4:39 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] flash crashes - calling preventDefault() in
cellRequestEdit event handler (2.0)

Hey guys, I found a nasty one.. Flex2 Beta1, FES compiled, I.E. 6.0

On a DataGrid when I call event.preventDefault(); from the handler of
a cellRequestEdit event, it crashes flash, and then IE.

below is the app I'm using to verify.

Thunder

//---
?xml version=1.0 encoding=iso-8859-1?
mx:Application
xmlns:mx=http://www.macromedia.com/2005/mxml;
width=600 height=600 
mx:Script
![CDATA[
import mx.controls.gridclasses.*;
import mx.events.DataGridEvent;
[Bindable]
public var
myarr:Array=[{description:one,product:false},{description:one,prod
uct:true},{description:one,product:false},{description:one,produ
ct:true},{description:one,product:false},{description:one,produc
t:true},{description:one,product:true},{description:one,product:
true},{description:one,product:true},{description:one,product:f
alse},{description:one,product:true},{description:one,product:tr
ue}]

public function requestEdit(event:DataGridEvent):void
{
event.preventDefault();
}

]]
/mx:Script
 mx:DataGrid dataProvider={myarr} id=myDataGrid2 width=100%
height=250 variableRowHeight=true wordWrap=true editable=true
dropEnabled=true cellRequestEdit=requestEdit(event) 
   mx:columns
mx:Array
 mx:DataGridColumn headerText=Column4
columnName=product cellRenderer=mx.controls.CheckBox
editable=true isCellEditor=true editorProperty=selected /
 mx:DataGridColumn headerText=Column5
columnName=description cellRenderer=mx.controls.TextInput
editable=true isCellEditor=true  /
 mx:DataGridColumn headerText=Price visible=true
columnName=price /
/mx:Array
   /mx:columns
   /mx:DataGrid
/mx:Application






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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: Chart printing options - how to in Flex 1.5? Thanks!

2006-03-01 Thread Matt Chotin
Ely's on vacation, I'm no chart expert, sorry :-)  If someone else has
done chart printing give us a hand here...

-Original Message-
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of wujunjr
Sent: Wednesday, March 01, 2006 6:35 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Chart printing options - how to in Flex 1.5?
Thanks!

Could anybody kindly help me??
Need to show lable on column chart and line chart.
John

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

 I tried again this afternoon but failed :(
 
 --- In flexcoders@yahoogroups.com, wujunjr wujunjr@ wrote:
 
  I have a similar question:
  
  How to print a chart/element without show it in the screen? Since 
 the 
  UI element can be zoom in/out so the printed effect is not so 
good.
  
  I'm using Flex 1.5.
  
  Thanks a lot.
  
  --- In flexcoders@yahoogroups.com, kronos113 kenthaynes@ 
wrote:
  
   Thank you Ely.  I appreciate your help.
   
   I'll play around with this.
   
   -kent
   
   --- In flexcoders@yahoogroups.com, Ely Greenfield 
 [EMAIL PROTECTED] 
  wrote:
   


Right then.  Good answer.  You'll want to write your own 
custom
itemSkin.

1. write a custom class that extends FlexDisplayObject
2. it should optionally implement iDataObject.  If it does, 
it's
dataObject property will be assigned an instance of a 
  ColumnSeriesItem
(or some other type, based on the series type). 
3. override updateDisplayList.  Fill your bounding rectangle
(0,0,unscaledWidth, unscaledHeight) with a nice pattern.
4. assign the 'itemSkin' style of the ColumnSeries to be your 
 new 
  custom
skin class.
5. If you want to get fancy, you could write your skin to 
 define 
  a new
style that controls what pattern it should render, how to 
 render 
  it,
etc. in your updateDisplayList function, if you call getStyle
 (), 
  you'll
get style values defined either on your custom skin class, or 
 on 
  the
enclosing series class.  


I don't remember what part of this is implemented in the 
 currently
public alpha, but I'm sure this will work in the next public 
  release.


Ely.



-Original Message-
From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] On
Behalf Of kronos113
Sent: Tuesday, January 24, 2006 12:24 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Chart printing options

Sorry...using Flex 2.

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

 
 
 Kent -- are you using Flex 1.5 or 2.0?
 
 Ely.
  
 
 -Original Message-
 From: flexcoders@yahoogroups.com 
  [mailto:[EMAIL PROTECTED] 
 On Behalf Of kronos113
 Sent: Tuesday, January 24, 2006 10:53 AM
 To: flexcoders@yahoogroups.com
 Subject: [flexcoders] Chart printing options
 
 I'm creating print views for some online reports we're 
 working 
  on.  In

 the online versions we have some nice colored bars on our 
  charts.
 This looks great online but it isn't an ideal solution for 
  printing. 
 What I'd like to do is create a custom pattern fill to be 
 used 
  in the 
 chart's print view.  Anyone have any ideas how I can do 
this?
 
 I've looked at the IFill interface as it showed promise by 
 it's 
  name 
 but the docs for it are empty.
 
 If anyone has any ideas I'd appreciate it.
 
 Thanks
 Kent
 
 [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







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



 




--
Flexcoders Mailing 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] PopupButton bug

2006-03-01 Thread Samuel Reuben



Hi Tom,

I see this intermittently commented or uncommentedi've logged a bug - though not in Beta1.

Thanks,
-sam
On 3/2/06, Matt Chotin [EMAIL PROTECTED] wrote:




http://www.macromedia.com/go/wish is OK but I"m forwarding these on to QA when possible right now.





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Tom BraySent: Wednesday, March 01, 2006 2:59 PMTo: 
flexcoders@yahoogroups.comSubject: [flexcoders] PopupButton bug


I looked around for the proper way to report this but could find it. The code below is from the PopUpButton livedoc, the only change I made is that I commented out the line that changes the label of the PopupButton instance after a menu item is selected. Doing this causes the menu to not disappear after selecting an item. If you run this code, just click the Put in: Inbox button, and select one of the menu items. The menu doesn't hide. If you uncomment the line that changes the label and reload it, the menu will hide as expected. 
?xml version=1.0 encoding=utf-8?mx:Application xmlns:mx=
http://www.macromedia.com/2005/mxml height=600 width=600  mx:Script ![CDATA[ import mx.controls.*; import mx.events.*
; private var myMenu:Menu; // Initialize the Menu control, and specify it as the pop up object  // of the PopUpButton control.  private function initMenu():void {
 myMenu = new Menu(); var dp:Object = [{label: New Folder}, {label: Sent Items},  {label: Inbox}];  
myMenu.dataProvider = dp; myMenu.selectedIndex = 0;  myMenu.addEventListener(change, changeHandler);  popB.popUpObject = myMenu; 
popB.label = Put in:  +  myMenu.getMenuItemAt(myMenu.selectedIndex).getProperty(label); } // Define the event listener for the Menu control's change event. 
 private function changeHandler(event:MenuEvent):void { var label:String = event.menuItem.getProperty(label);  popTypeB.text=String(Moved to  + label); 
 //BUG!!! if you uncomment this, the menu will hide when you expect it to, otherwise it behaves strangely //popB.label = Put in:  + label; popB.closePopUp
 (); myMenu.selectedIndex = event.index; } ]] /mx:Script mx:VBox mx:Label text=Main button mimics the last selected menuItem. / 
 mx:PopUpButton id=popB label=Edit  creationComplete=initMenu();  width=135 / mx:Spacer height=50 / 
 mx:TextInput id=popTypeB / /mx:VBox/mx:Application--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch 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








  
  
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.