RE: [flexcoders] colorPicker component

2005-07-25 Thread Philippe Maegerman
Ok, I'll have to wait for version 2.0 then I think testing components into popup windows is realloy critical Cheers, Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt ChotinSent: lundi 25 juillet 2005 6:31To:

[flexcoders] how to fetch the number of cntainers and controls in an array

2005-07-25 Thread Nithya R
hai! i have 5 buttons inside a panel in an application... i want to fetch all the containers and controls in the application in an array.. is there any way to do it? nithyaSend instant messages to your online friends http://uk.messenger.yahoo.com -- Flexcoders Mailing List FAQ:

[flexcoders] DataGrid Custom Row's

2005-07-25 Thread Paramjit jolly
Hi All, I am trying to use image as record to show on datagrid row and I am successfully done that using cellRenderer but now issue is I want that image icon to be displayed center aligned. I have checked all alignment properties but none works. I am pasting code for cell

[flexcoders] Re: DataProvider filters?

2005-07-25 Thread Manish Jethani
--- In flexcoders@yahoogroups.com, Aldo Bucchi [EMAIL PROTECTED] wrote: According to the docs, the flex DataProvider class can broadcast the event filterModel. However I cannot find anything about filters in the docs. See Mike Peterson's comment in the livedocs.

Re: [flexcoders] DataGrid Custom Row's

2005-07-25 Thread Sreejith Unnikrishnan
"I have checked all alignment properties but none works." Except moving the alignment properties to mx:VBox :-) mx:VBox horizontalAlign="center" verticalAlign="middle" Paramjit jolly wrote: Hi All, I am trying to use image as record to show on datagrid row and

[flexcoders] Re: DataGrid Custom Row's

2005-07-25 Thread bhaq1972
mx:VBox xmlns:mx=http://www.macromedia.com/2003/mxml; mx:Image id=image width=16 height=16 source=report.jpg toolTip=click to see report horizontalAlign=center verticalAlign=middle / /mx:VBox try adding a layoutChildren function as follows function layoutChildren():Void {

Re: [flexcoders] How to bind java resultset to DataGrid?

2005-07-25 Thread Sreejith Unnikrishnan
Many ways! Read Help (if you are using FlexBuilder) Read Online Help (http://livedocs.macromedia.com/flex/15/flex_docs_en/wwhelp/wwhimpl/js/html/wwhelp.htm) No dissapointment reply (for first time posts) mx:Script var sampleResult; /mx:Script mx:RemoteObject id="sampleID"

[flexcoders] Still got problem with onScreen resizing. which is side-effect!!

2005-07-25 Thread rockmoyosa
I still got this problem with that are resizing onScreen when I load them. For example: An with a ImageCellRenderer. I want to load a image of for example 100 x 100, but I want to show it 80 x 80. When I load the image, you will see the image when its ready loading, but. at first its blown up

RE: [flexcoders] Still got problem with onScreen resizing. which is side-effect!!

2005-07-25 Thread tor.kristensen
Set the newImage_mc._visible to false onLoadComplete set newW/newH, set newImage_mc.onEnterFrame to call a function to set _visible=true and then delete newImage_mc.onEnterFrame that's the only way I know to guarantee the image initially displays at an arbitrary w/h. You have to wait for the

Re: [flexcoders] Still got problem with onScreen resizing. which is side-effect!!

2005-07-25 Thread Sreejith Unnikrishnan
I had a similar problem before ... I had tried setting the size to a percentage value ... and duh ... it does not even work ... i gave up! Something to do with the delay between loading the image and setting its attributes ... one follows other ... totally confused Whoever attacks this

RE: [flexcoders] Still got problem with onScreen resizing. which is side-effect!!

2005-07-25 Thread Philippe Maegerman
Why not using the original at 80x80 and scale 125% Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of rockmoyosaSent: lundi 25 juillet 2005 11:33To: flexcoders@yahoogroups.comSubject: [flexcoders] Still got problem with onScreen resizing. which

[flexcoders] TabNavigator tabs style

2005-07-25 Thread zipo13
Hi, In the flex Style explorer I can see that Tab styles can be set via CSS. http://weblogs.macromedia.com/mc/archives/FlexStyleExplorer.html (tabs section) The style I'm interested at is corner-radius. I have manged to set the style via CSS to my app but I want it for only one TabNavigator and

RE: [flexcoders] (Possible FP8 Bug) Datagrid Oddity

2005-07-25 Thread Josh Berling
Got the same bug... MSN Messenger, Version 7 (build 7.0.0813). With Flash Player 8 Beta installed, when I receive a wink, it doesn't clear. I have to close the message window to get it to go away. Josh From: flexcoders@yahoogroups.com on behalf of Sjors

[flexcoders] Strange scroll behaviour with DG + CheckBox

2005-07-25 Thread jamiebadman
Hi, I've built a datagrid with a custom cell renderer to insert a checkbox in the first column. I'm experiencing weird behaviour with the grid scroll as a result... If I select a row as normal, everything's fine but if I actually click in the checkbox then the grid will sometimes scroll the

[flexcoders] Populating combo box's

2005-07-25 Thread James
Im looking for help to populate a combo box which in turn populates a data grid. Can anyone point me in the right direction? JT -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

RE: [flexcoders] Populating combo box's

2005-07-25 Thread Sauro, Nick
-DataModel Use a single databmodel, and reference that data model from both the DG and the CB Nick Sauro+R O U N D A R C H + bus 212.909.2335+ mob 914.882.3687 From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of JamesSent: Monday, July 25, 2005 11:12 AMTo:

[flexcoders] Running an auction with Flex

2005-07-25 Thread nostra72
Is it possible for someone to make a web page that will run an auction say to sell items? If so does anyone know of sample I can look at? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread Sjors Pals
I think the most easies way is to write a webservice and then use SOAP to communicate. As a test you can maybe use the Ebay soapservice. Greets, Sjors [EMAIL PROTECTED] wrote: Is it possible for someone to make a web page that will run an auction say to sell items? If so does anyone know

RE: [flexcoders] Populating combo box's

2005-07-25 Thread James
Heres the working code: ?xml version=1.0 encoding=utf-8? mx:Application initialize=ProductSvc.send() xmlns:mx=http://www.macromedia.com/2003/mxml verticalGap=20 mx:HTTPService id=ProductSvc url=""> mx:request StoreId{store.selectedItem.data}/StoreId /mx:request

[flexcoders] backgroundColor vs. backgroundImage

2005-07-25 Thread m00n_de
hi, I use a backgroundImage out of a theme.swc. When my application loads and the initialize preloader appears, the backgroundcolor is the default gray, then when the theme has loaded my background appears. When i set a backgroundColor its used in the initalization but my backgroundImage doesn´t

Re: [flexcoders] Strange scroll behaviour with DG + CheckBox

2005-07-25 Thread Fernando Lobos
i have the same problem ! On 7/25/05, jamiebadman [EMAIL PROTECTED] wrote: Hi,I've built a datagrid with a custom cell renderer to insert a checkbox in the first column. I'm experiencing weird behaviour with the grid scroll as a result...If I select a row as normal, everything's fine but if I

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread nostra72
Soap? I am not familiar with that, if I wanted to use the Ebay soapservice what would I ahve to do and how much would it cost? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread JesterXL
Phillip Kerman made one using Flash Flashcom for cattle auctions; millions of dollars in cattle sold daily! http://www.stampedecattle.com/StampedeCattle/index.jsp - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 25, 2005 12:15 PM

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread JesterXL
Negative, but it'd be better if it was done in Flex! - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 25, 2005 12:48 PM Subject: Re: [flexcoders] Running an auction with Flex Did this cattle page get made using Flex? --

[flexcoders] Using a Text Field vs a Date Field

2005-07-25 Thread javawebgrrl
Hi All, I have a situation where I want a user to be able to enter a date into a Text Field. (as opposed to a dateField) (Can explain why if you want, but will leave this alone for now!) My problem is what to do if the user enters something like abc. I am wondering if I could use the

Re: [flexcoders] problem in using web authentication using different website.

2005-07-25 Thread Manu Juyal
Haven't had much in solving this problem... would appreciated if anybody can help.. On 7/22/05, Manu Juyal [EMAIL PROTECTED] wrote: here is code snippet again I am using HTTPService to do authentication and also to retrieve the data. Following is the part of the code.. ?xml version=1.0

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread Tariq Ahmed
eBay has a developer program which is for the most part free unless you start doing some high vol stuff. http://developer.ebay.com/index_html The API is XML/WebServices. They have a sandbox where you can test building tools for listing items, retrieving status, etc... And then to actually

RE: [flexcoders] Using a Text Field vs a Date Field

2005-07-25 Thread Sauro, Nick
Well, the reason you'd want to use a DateFied vs. TextField are pretty simple. A. DateFied has a built in calender component, so they can pull up a calendar and select a date, which will auto populate a field B. You don't have to write a validator for it.(i think, don't quote me on

RE: [flexcoders] Using Value Objects CFC's

2005-07-25 Thread Allen Manning
Malcolm, We are doing this very thing and it is working well for us. We use CFCs as our VOs and it allows us to type them in and out of CFC method calls. Can you post how the CFC is being called by Flex? You need to use an anon object with a named param, so this might be the problem.

Re: [flexcoders] problem in using web authentication using different website.

2005-07-25 Thread Sreejith Unnikrishnan
Try printing/alerting the result of the HTTPService - function auth_check() Does it return true as expected??? Manu Juyal wrote: Haven't had much in solving this problem... would appreciated if anybody can help.. On 7/22/05, Manu Juyal [EMAIL PROTECTED] wrote: here is code snippet

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread nostra72
So your saying everything this guy did on his cattle page can be done just as well with Flex? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread JesterXL
Yep! - Original Message - From: [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, July 25, 2005 2:09 PM Subject: Re: [flexcoders] Running an auction with Flex So your saying everything this guy did on his cattle page can be done just as well with Flex? --

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread JesterXL
Gee whiz... that API is huge! Vrr nice... Thanks for the linkage Tariq! - Original Message - From: Tariq Ahmed To: flexcoders@yahoogroups.com Sent: Monday, July 25, 2005 1:05 PM Subject: Re: [flexcoders] Running an auction with Flex eBay has a developer program which is for the

Re: [flexcoders] Running an auction with Flex

2005-07-25 Thread nostra72
Is the source code for what he wrote on the site? -- Flexcoders Mailing 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

RE: [flexcoders] Using Value Objects CFC's

2005-07-25 Thread Malcolm
Hi Allen, I am using the Cairngorm framework and calling the CFC inside my LoginDelegate (via a service) Part of LoginDelegate.as public function login( loginVO : LoginVO ): Void { // call login service, pass loginVO var call = service.login( loginVO );

[flexcoders] Re: Problem calling HTTPService under Sun One WebServer

2005-07-25 Thread colinblackmore
Ultimately, I ended up forcing the server to HTTP 1.0 (by setting the HTTPVersion variable in the magnus.conf, for those dealing with Sun Web Server 6.1). Seems to have done the trick... --- In flexcoders@yahoogroups.com, colinblackmore [EMAIL PROTECTED] wrote: I am trying to deploy a flex

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Aldo Bucchi
Hi, I have noticed some developers are using Macromedia Certified Flex Instructor on their email signatures. However, there is no such certification program published anywhere on mm's website. Any ideas? On 7/19/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: To become a Flex Programmer, if so

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Jeff Tapper
Macromedia Training has a process to certify instructors for all of their courses, including the Flex courses, as part of the MATP (Macromedia Authorized Training Partner) program. You can find more about the MATP program here:

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Aldo Bucchi
Thanks Jeff, Now, if there is a Flex training program... why isn't there a developer certification exam yet? On 7/25/05, Jeff Tapper [EMAIL PROTECTED] wrote: Macromedia Training has a process to certify instructors for all of their courses, including the Flex courses, as part of the MATP

Re: [flexcoders] Is there a certification test that can be taken

2005-07-25 Thread Jeff Tapper
I'm sure there will be, its really just a matter of time. The entire course development team at Macromedia consists of 5 people, and they have courseware for at least one course on each of over a dozen products (many products, including flex have multiple courses). So far this year, they

[flexcoders] Boolean passed in RemoteObject

2005-07-25 Thread Ghislain Simard
I have a checkbox that I want to pass is boolean to a RemoteObject. In the debugger I can see that it is passing correctly True or False But in CFC is not happy even if it is waiting for a boolean argument. What did I miss? MethodName: cf.regu_nf.save Parameters (object #2) .[0] (object #3)

Re: [flexcoders] Boolean passed in RemoteObject

2005-07-25 Thread Tariq Ahmed
You could change your type=String and default= And just do some investigating to see what's going on cfif isBoolean(Arguments.pointConsigneReculNocturne) .. .. .. all is well cfelse all is not well, output information to a log file to see what's going on. /cfif Ghislain Simard wrote:

Re: [flexcoders] DataProvider API doing strange things... very confused!

2005-07-25 Thread Aldo Bucchi
Tom, I have a similar problem with a class that inherits from DataProvider. As a side note, conceptually related to what you were doing. I have built a dataprovider filter framework that can connect different dataproviders through filters and creates what I call dataprovider views ( as in

RE: [flexcoders] ComboBox cellRenderer

2005-07-25 Thread Matt Chotin
disptchEvent({type: scroll}), you need the scroll in quotes. I think I would maybe try also setting the vPosition to maxVPosition and letting it sit a frame or two then set the vPosition back. Dispatching the event probably isnt enough because we need the list to bring the rows into

RE: [flexcoders] TabNavigator tabs style

2005-07-25 Thread Matt Chotin
You could create a style that has all the settings but not name it for TabNavigator: MyTabStyle { corner-radius: } TabNavigator styleName=MyTabStyle Matt From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of zipo13 Sent: Monday, July 25,

Re: [flexcoders] TabNavigator tabs style

2005-07-25 Thread Sreejith Unnikrishnan
I was trying the same. Unfortunately, the attributes should be set for TabNavigator and Tab as well. I tried using the Macromedia Flex StyleExplorer to create my styles. Looks like corner-radius belongs to the Tab and not the TabNavigator. My question is whether it is possible to set 2