[flexcoders] Declaring webservices??

2006-07-16 Thread Ken Bromberger
smime.p7m Description: S/MIME encrypted message

RE: [flexcoders] switch (expression)? I think not

2006-07-16 Thread Jason Hawryluk
not sure of the reason but could be a type casting problem. try switch (MyType([EMAIL PROTECTED])) jason -Message d'origine- De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la part de ben.clinkinbeard Envoyé : lundi 17 juillet 2006 05:17 À : flexcoders@yahoogroups.com Objet :

[flexcoders] Re: problem embedding an icon in a popupmenu

2006-07-16 Thread Tim Hoff
Hank, I have an AS solution for you, but it's too much code to post. If you want the code, send me an email ([EMAIL PROTECTED]) and I'll send you the code. -TH --- In flexcoders@yahoogroups.com, "Tim Hoff" <[EMAIL PROTECTED]> wrote: > > If you want to use an mxml itemRenderer (MyItemRenderer.

Re: [flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread Anatole Tartakovsky
If it is not all about Ruby, but getting the same productivity with FDS and remoting - (here comes shameless self-promoting plug) - check out Flex Exchange for DaoFlex - also open source and developed primarily around Flex remoting and FDS and SQL   http://www.adobe.com/go/flex_exchange Regar

Re: [flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread Jeremy Lu
If this is all about ruby, there are various open source Ruby projects going now, most active one is :http://blog.themidnightcoders.com/2006/06/weborb-and-flex-remoting-for-ruby-on.html and this one had been dead for more then two year but there are workable code in the CVS:http://rubyforge.org/

[flexcoders] switch (expression)? I think not

2006-07-16 Thread ben.clinkinbeard
Posting this mostly for reference in case anyone else spends 30 minutes uttering WTF over and over... Although the documentation for the switch statement purports to accept "any expression", that is most certainly not the case. See below. // will always fall through to the default case. switch ([E

Re: [flexcoders] RPC Vs. FDS and FDS Express

2006-07-16 Thread Nick Collins
What I ended up doing is just anteing up and getting a dedicated server. Enterhost has a plan that includes a license of Coldfusion for like $200 a month. For me, it's been well worth it, being able to setup my own staging area, public area, being able to update software as I need, not as the ho

[flexcoders] Re: problem embedding an icon in a popupmenu

2006-07-16 Thread Tim Hoff
If you want to use an mxml itemRenderer (MyItemRenderer.mxml): myMenu.itemRenderer=new ClassFactory(MyItemRenderer); -TH --- In flexcoders@yahoogroups.com, "hank williams" <[EMAIL PROTECTED]> wrote: > > Yes... but how do you assign an itemRenderer to a menu. > > You cant use mxml which takes c

RE: [Junk E-Mail - MED] Re: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread Jack W. Caldwell @ Zingit Technologies, Inc.
Clint:   I do own the domain and it is at Network Solutions.  This problem occurs about twice a month that I can tell maybe more often.   I do not check at www.yahoo.com to verify, so it may be happening more often.   I have since changed my Yahoo Groups emails to go to another email addre

Re: [flexcoders] Re: problem embedding an icon in a popupmenu

2006-07-16 Thread hank williams
Yes... but how do you assign an itemRenderer to a menu.You cant use mxml which takes care of the typing niceties.the problem is that you cant do this:        myMenu= Menu.createMenu(parent, menuData, false);         myMenu.itemRenderer=ThumbPopUpRenderer;Where ThumbPopUpR

[flexcoders] Webservice resultFormat object?

2006-07-16 Thread wayne_badu_johnson
Hi Just got a couple of questions on how Flex deserializes results in resultFormat 'object' from a ws call. 1. What happens to result attributes, which would be returned in xml,e4x formats? 2. Is typing info returned in some way? (String, Int, DateTime) Thanks Wayne ---

Re: [flexcoders] Re: problem embedding an icon in a popupmenu

2006-07-16 Thread hank williams
lol.Just five minutes ago I switched to an array and got it working.It looks like you cant create a field of type class in an xml object, or at least I wasnt able to. It seems to want to interpret it as text. When putting braces around it it doesnt work either. But you are right. It was the wron

[flexcoders] Re: problem embedding an icon in a popupmenu

2006-07-16 Thread Tim Hoff
Hi Hank, I couldn't get this to work with xml.  So, I changed the dataProvider to an array and used an iconFunction.  It works, but if you select an icon, when the menu is displayed a second time the icon is also used as the selected icon.  For what you are trying to do, I would recommend that y

Re: [Junk E-Mail - MED] Re: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread Clint Modien
That is of course unless you own the domain "groupvii.net" and the mail server and not using your isp's email.  After doing a whois on groupvii.net I'm assuming that you do own that domain.An example of the filtering that Shannon is talking about would be if your using dial-up or dsl from AT&T

Re: [flexcoders] Re: tryin to extend the Button (flex1.5)

2006-07-16 Thread JesterXL
Right, but that should be in the package, not the class. Like: package myComponents { class myButton extends Button { } } See what I mean? I guess you don't have to do it that way. Either way, that onPress worked in 1.5, not 2, sorry. Hrm. I just remembered, I think you need

[flexcoders] Re: tryin to extend the Button (flex1.5)

2006-07-16 Thread shemeshkale
this is the way it is structured in my site. the AS file name is myButton.as and it is inside myComponents folder. > > Er, wait a minute, what the heck is this? > > myComponents.myButton > > Why not: > > class MyComponent? What is the . for? Yahoo! Groups Sponso

[flexcoders] Re: Flex 1.5. / DataGrid / change color of sortArrow

2006-07-16 Thread websectorde
I have figured out the following solution:"MyDataGrid.as" extends the mx.controls.DataGrid and add the "placeSortArrow" methods, so you can catch and color the "sortArrow":MyDataGrid.as:- - - - - - - - - - - - - - -import mx.controls.DataGrid;class MyDataGrid extends DataGrid{var sortArrowCo

[flexcoders] Re: Dumb Newbie Question - Underlined Hyperlinks

2006-07-16 Thread Mike Britton
I hate myself for this, but: var link:String = "View Listing"; I can't find a way to change the link color through an external CSS file though, and it's killing me. You have to define the class like a DOM object and there's no flippin way to specify the links in a TextArea to be blue. -- Fl

Re: [flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread JesterXL
Some more relevant links:   http://www.liverail.net/articles/2006/04/16/rubyonrails-1-1-and-flex-2-0-pt-1   http://www.liverail.net/articles/2006/05/06/rubyonrails-1-1-and-flex-2-0-pt-2   http://www.jessewarden.com/archives/2006/05/i_got_flash_to.html   http://www.jessewarden.com/archives/2006

Re: [flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread Mark Wales
There are several ways that Ruby and Flex can work together. However, so far, none of them offer the same degree of integration provided by FDS, if that is what you are seeking. If you are intent on Rails and with a simple query/response model, google "Rails Flex 2" and you'll find some of

[flexcoders] File - flexcodersFAQ.txt

2006-07-16 Thread flexcoders
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 Contributors: Matt Chotin, Steven Webster, Alistair McLeod, Tariq Ahmed, Jeff Tapper,

Re: [flexcoders] Re: tryin to extend the Button (flex1.5)

2006-07-16 Thread JesterXL
Er, wait a minute, what the heck is this? myComponents.myButton Why not: class MyComponent? What is the . for? - Original Message - From: "shemeshkale" <[EMAIL PROTECTED]> To: Sent: Sunday, July 16, 2006 3:18 PM Subject: [flexcoders] Re: tryin to extend the Button (flex1.5) still n

[flexcoders] Re: tryin to extend the Button (flex1.5)

2006-07-16 Thread shemeshkale
still not working, just to remind u - i m trying to use the "useHandCurosr" if i write it directly in the mxml tag (useHandCursor="true") it works great!! but when trying to do this from AS its not working. my guess it is something to do with the scope.. but what is the solution? > Add: > > thi

RE: [Junk E-Mail - MED] Re: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread Shannon Hicks
Mail is filtered by (usually) a complicated set of algorithms... The typical spam filter rates spam (based on many things including sender, DNS information, content of the message, amount of HTML, etc), and then performs an action based on that rating. Some spam filters allow high-rated me

[flexcoders] selecting a child node on a tree

2006-07-16 Thread Jesús Iglesias
Hi,   I have a tree with an XML as dataProvider, something like                             I need to select one node child, i.e. label12     [Bindable]  private var arbolXML:XMLListCollection=new XMLListCollection();  arbolXML.source=XMLList(result.arbol);  my_tree.dataPro

Re: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread jwc_wensan
Shannon: I have my emails from Flexcoders go straight to a folder that I set up. Regarding my ISP. Would they not always filter or just sometimes? In other words, would I either not get any or I would get all? Maybe this is another reason to move off of Yahoo. Thanks, Jack --- In flexcode

[flexcoders] problem embedding an icon in a popupmenu

2006-07-16 Thread hank williams
I am trying to get a menu to display some icons, and I cant get them to show up. The code I have written is based on the sample code for creating a popup menu and the sample code for creating a list where they show you how to include an icon. But the two examples are different enough that I may

RE: [Junk E-Mail - MED] [flexcoders] Yahoo Groups Problems

2006-07-16 Thread Shannon Hicks
Yahoo is relatively unhelpful with this. It's a known problem across all groups sometimes emails just don't go out.   A more often occurrence is that the emails might have been filtered as Junk Mail. Check your junk mail folder, and also check to see if your ISP filters mail without yo

[flexcoders] Yahoo Groups Problems

2006-07-16 Thread jwc_wensan
To All and or Moderator(s): As of this post there have been 16 posts with a date stamp of July 16 that I can see on the Yahoo web site. However, I have my profile set to send to me email address and I have only received ONE today. This happens at least once or twice a month. Why? Do any of t

Re: [flexcoders] tryin to extend the Button (flex1.5)

2006-07-16 Thread JesterXL
Add: this.onPress = null; - Original Message - From: "shemeshkale" <[EMAIL PROTECTED]> To: Sent: Sunday, July 16, 2006 5:49 AM Subject: [flexcoders] tryin to extend the Button (flex1.5) using flex1.5 i try to extend the Button. class myComponents.myButton extends mx.controls.Button {

Re: [flexcoders] need solution/best practice regarding VO's

2006-07-16 Thread Douglas Knudsen
drat!  sorry, missed your mention of amfphp.  I'm using CF and have used Java for this.  Never used amfphp.DKOn 7/15/06, Andrea Varga < [EMAIL PROTECTED]> wrote:>>Eg.:>>I'm using remoting to get the data from the server (AMFHP). >>On one hand: Class mappings won't work with VO's insite another V

Re: [flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread Jeremy Lu
hi Kevin, You can start with a serach in this list and flex 2 ldoc with following keyword: 1. HttpServices, WebServices, RemoteObject 2. Flash Remoting 3. modelLocator (for Cairngorm related stuff) On 7/16/06, Kevin Mulvihill <[EMAIL PROTECTED]> wrote:

[flexcoders] Flex and Server-Side Technology Recommendations

2006-07-16 Thread Kevin Mulvihill
Hi all,   What do you all recommend for backend server-side technology to work with Flex? I'm planning on some work with MySQL and not particularly interested in .NET.   I know there's FDS but it's too pricey to own for small budget projects. Has anyone researched web hosts who offer FDS

Re: [flexcoders] Dashboard Sample: problems

2006-07-16 Thread Ralf Bokelberg
I ancient times (read flash) we had problems like this, when we tried to jump to a frame, which wasn't loaded yet. Any chance, flex does something like this internally, gotoFrame that is? Cheers,Ralf. On 7/15/06, Matt Chotin <[EMAIL PROTECTED]> wrote: I get the same scenario a

Re: [flexcoders] Dashboard Sample: problems

2006-07-16 Thread Marcelo de Moraes Serpa
Matt, what do you mean by "app compiled for the wrong player"? On 7/14/06, Matt Chotin <[EMAIL PROTECTED] > wrote: I get the same scenario as Paul, dashboard is fine for me but Jesse's app on Firefox failed.  Also loading Jesse's SWF directly using the

[flexcoders] button properites

2006-07-16 Thread slh_blakeley
I am currently trying to create a large button with the mutiple text lines within the button. Unfortunately I am struggling trying to do this. I have included the following mxml line to demonstrate: You can see that I have tried both potential solutions ie '\n' and ' ' to create more than one

[flexcoders] Lynda.com Flex 2 training

2006-07-16 Thread Joel Provinsal
This is a very well put together title.  Combined with the AS3 title, it provides a great overview.   They don’t make assumptions about prior knowledge, but cover a lot of ground.  The potential Flex 2 has is staggering.  I am looking forward to seeing what people come up with. __._,_

[flexcoders] Re: binding ViewStack.selectedChild to the data model

2006-07-16 Thread jrjazzman23
thanks. I successfully switched to using selectedIndex. Curious though, would the solution you provided create a binding? Seems like it might be a one-time assignment to selectedChild and not receive updates. --- In flexcoders@yahoogroups.com, "Doug Lowder" <[EMAIL PROTECTED]> wrote: > > The do

[flexcoders] RPC Vs. FDS and FDS Express

2006-07-16 Thread David
Hi all, I'm extremely new to the Flex world, and have been pounding away through tutorials for the last week. While i've found exceptional tutorials on functionality, and getting started guides on Flex builder, and even details on the framework works, i've yet to see a good tutorial on how to insta

[flexcoders] Best $$$ Price on Flex?

2006-07-16 Thread Kevin Mulvihill
Hi all,   Just wondering if anyone can recommend whomever might have the best pricing on Flex with charting? Also, any crossgrade opportunities available?   Thanks, Kevin __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

[flexcoders] get info from object web service

2006-07-16 Thread Kris Kross
Hi. I really hope somone can help me. I'm a beginner at flex, and I'm struggeling to get my first test up and running. I' trying to get an object from a web service. After galling a webservice using [webserviceName].[methodName].send() I get [object Object] in the textArea where I'm trying to fi

[flexcoders] Logging tool for Flex 2 : ZTORLog4f (http://sourceforge.net/projects/ztorlog4f)

2006-07-16 Thread tyombria
ZTOR team released version 1.0 of their logging tool for flex2 - ZTORLog4f . It was updated for flex2 official release compliance.  __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexc

[flexcoders] Re: Repeater ignores recycleChildren. on my image extendsion!!

2006-07-16 Thread olivierdejonge
--- In flexcoders@yahoogroups.com, "maikelsibbald" <[EMAIL PROTECTED]> wrote: Hello, I don't know if this is helping you, but I found out that you can't have more Repeaters on one canvas anymore. (was no problem in 1.5) If you create for each repeater a seperate child canvas on the original canva

[flexcoders] Loading external css and setting a:hover style for htmlText

2006-07-16 Thread olivierdejonge
How do I connect an external stylesheet to a textfield so the htmlText gets the right styles? In Flex 1.5 that was easy: var styles:TextField.StyleSheet = new TextField.StyleSheet(); styles.load('myStyles.css'); ... function onLoad(ok){ if(ok){ myText.htmlText = "hello world myText.styl

[flexcoders] Loading external css and setting a:hover style for htmlText

2006-07-16 Thread Olivier de Jonge
How do I connect an external stylesheet to a textfield so the htmlText gets the right styles? I have an Application: http://www.adobe.com/2006/mxml" xmlns:myText="*" layout="absolute"> That 'loads' an external stylesheet main.css:body {fontFamily : "ThesisBolPla";leading : "-3";

[flexcoders] tryin to extend the Button (flex1.5)

2006-07-16 Thread shemeshkale
using flex1.5 i try to extend the Button. class myComponents.myButton extends mx.controls.Button { public function myButton(){ extraSpacing = 50; this.btnOffset = 1; label = "NO LABEL"; useHandCursor = true; } } and: