Re: [flexcoders] Newbie Question: Library Path for Using a 3rd-party utility

2011-08-07 Thread dorkie dork from dorktown
BTW Welcome to Flex! :) On Sun, Aug 7, 2011 at 6:59 AM, tacman1123 wrote: > ** > > > I'm new to Flex, I've been reading the Adobe Training from the Source book, > but am stuck on a simple setup question. > > I want to integrate SQLite, and figured I'd use probinson's sqlite > utilities (https://

Re: [flexcoders] Newbie Question: Library Path for Using a 3rd-party utility

2011-08-07 Thread dorkie dork from dorktown
Hi Tac, First setup your library project. Then go back to your original project and go into Properties > Flex Build Path and click Add Project. A dialog will display available library projects for you to choose. Select your new library and click OK. The workspace will rebuild if it doesn't click P

Re: [flexcoders] newbie question : putting a semicolon in a mxml property

2009-07-12 Thread Sam Lai
Not if there is just a single line of script within the quotation marks. If you wanted to do something like this though, Then you do need the semi-colons. Most people just have the semi-colon there out of habit from when they write AS in .as files or within the tags (they are needed in those ca

Re: [flexcoders] Newbie questions

2009-06-04 Thread Pedro Sena
Take a look at data binding http://livedocs.adobe.com/flex/3/html/help.html?content=databinding_1.html Regards, PS On Thu, Jun 4, 2009 at 6:33 PM, markfu...@rocketmail.com < markfu...@rocketmail.com> wrote: > > > I have been trying to wrap my head around flex/actionscript for several > weeks n

RE: [flexcoders] Newbie Question - databinding an arrayCollection to a List Control

2009-05-25 Thread Tracy Spratt
When you set a property of a dataProvider item directly, like: absentee.selectedItem.status = "absent"; the events to update the UI are not dispatched. You can either use the collection API, like setItemAt(), or call itemUpdated(). absentee.selectedItem.status = "absent"; absentee..dataProv

RE: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Tracy Spratt
:15 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie question: Custom Components and Custom Events This is the entire UserEvents class as the example showed me how to build it. I'm guessing that the declaration for my event is supposed to be in here, but in the de

Re: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Alan Rother
This is the entire UserEvents class as the example showed me how to build it. I'm guessing that the declaration for my event is supposed to be in here, but in the demo we actually created it in the component we were loading. How and where do I add it to the UserEvents class and why does it work whe

RE: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Tracy Spratt
Sent: Monday, May 04, 2009 7:11 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie question: Custom Components and Custom Events Looks like the USER_SUBMIT variable or constant in your UserEvents class is not static, but you're accessing it in a static way. They shou

Re: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Sam Lai
Looks like the USER_SUBMIT variable or constant in your UserEvents class is not static, but you're accessing it in a static way. They should be static, so add they keyword static before the var keyword when you declare USER_SUBMIT and it should all work. On 5/5/09, Alan Rother wrote: > Hey All,

Re: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Alan Rother
>>>Did you import UserEvents? Yep... http://www.adobe.com/2006/mxml"; layout="vertical" xmlns:local="*" xmlns:view="view.*"> -- Alan Rother Adobe Certified Advanced ColdFusion MX 7 Developer Manager, Phoenix Cold Fusion User Group, AZCFUG.org

RE: [flexcoders] Newbie question: Custom Components and Custom Events

2009-05-04 Thread Tracy Spratt
Did you import UserEvents? Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Alan Rother Sent: Monday, May 04, 2009 6:18 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie ques

RE: [flexcoders] Newbie SOA question (maintaining login state)

2009-04-08 Thread Tracy Spratt
Tracy Spratt, Lariat Services, development services available _ From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On Behalf Of Michael Pengi Sent: Wednesday, April 08, 2009 8:09 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newbie SOA question (maintai

RE: [flexcoders] Newbie SOA question (maintaining login state)

2009-04-08 Thread Michael Pengi
I'd be interested in hearing more about this. Isn't there a 'normal' way to do this with flex? Maintaining login state would seem to be a basic requirement for web apps. Just curious. Tracy Spratt wrote: > > I have a lot to learn about security, and had difficulty wading through > all > of the

RE: [flexcoders] Newbie SOA question

2009-04-03 Thread Tracy Spratt
I have a lot to learn about security, and had difficulty wading through all of the levels and options, so I devised my own programmatic solution. When a user logs in from the Flex app (md5 hash on the password), I create a sessionId, store it in a hashtable in the .net app, and pass it back to

Re: [flexcoders] Newbie : Video Capture and Streaming Questions

2009-03-05 Thread p...@vin Uttarwar
Hi, Yes you need Streaming server like FMS or Red 5 to use NetStream.connect() method. Netconnection Creates a bidirectional connection between a Flash Player or AIR application and a Flash Media Server application. Regards, Pravin 2009/3/5 toejamnyc > Good Day. > > I hope you'll forgive m

re: [flexcoders] Newbie Help

2009-02-12 Thread Wally Kolcz
1.) Flex is just an SWF file. You can set the application to any size and embed it as a SWF. 3.) Flex has a really good printing solution allowing you to add elements to a print job and control the order of printing. I believe that AlivePDF can convert and export Flex information as a PDF docu

RE: [flexcoders] newbie question - call to actionscript class

2009-01-29 Thread Gregor Kiddie
isn't a visual component. You'll need to use the XML as a dataprovider from something that is. Gk. Gregor Kiddie Senior Developer INPS Tel: 01382 564343 Registered address: The Bread Factory, 1a Broughton Street, London SW8 3QJ Registered Number: 1788577 Registered in the UK Visit

Re: [flexcoders] Newbie question: Completion Events or proxy binding for RemoteObject calls

2009-01-06 Thread Josh McDonald
Bindings work with any objects, so long as the fields (or the whole class) are marked with [Bindable] -Josh On Wed, Jan 7, 2009 at 11:44 AM, john.casey64 wrote: > I'm working on an application where I build a tree (in actionscript > buildtree()) where I add new leafs from data that is retieve fr

Re: [flexcoders] newbie question on synchronous and asynchronous events

2008-10-16 Thread Paul Andrews
I always treat events as asynchronous - I don't see how else you can deal with them. I'll have to check out the cookbook article.. Paul - Original Message - From: "Dan" <[EMAIL PROTECTED]> To: Sent: Thursday, October 16, 2008 4:03 PM Subject: [flexcoders] newbie question on synchronous

Re: [flexcoders] newbie question - multipage apps - best approach?

2008-04-28 Thread Tom Chiverton
On Saturday 26 Apr 2008, hoytlee2000 wrote: > Should each page of the UI be it's own MXML > file and "inluded" in as a component? I would say 'at a minimum'. It'll look a lot more organised. You may start spotting common/reusable parts too. > And what are the draw backs? You'll have to be a

RE: [flexcoders] newbie question

2008-04-23 Thread Steve Good
Cool, I think I understand. I'll give it a try. Thanks. ~Steve http://lanctr.com/ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, April 23, 2008 2:02 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie que

RE: [flexcoders] newbie question

2008-04-23 Thread Tracy Spratt
ednesday, April 23, 2008 2:10 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie question Sorry about the subject, I'm not sure why I didn't use something more descriptive. Here's a snippet of the code I'm using. public function postData(){

Re: [flexcoders] newbie question

2008-04-23 Thread Pat Buchanan
Steve: Several things you need to do. First, make sure you have *defined a result handler* for the function call. Sounds like you have because you said you could see the result come back. Then, just access the result via the event, like below: private function getMyAnswer_Handler(event:ResultE

RE: [flexcoders] newbie question

2008-04-23 Thread Steve Good
EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, April 23, 2008 1:06 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie question Welcome, Steve. First, please use a descriptive subject for all posts, including "AIR", if you think that might be signficant. There

RE: [flexcoders] newbie question

2008-04-23 Thread Tracy Spratt
Welcome, Steve. First, please use a descriptive subject for all posts, including "AIR", if you think that might be signficant. There is too much traffic on this list for anyone to read all posts, so we choose what to read based on the subject. Subjects like "HELP ME!!!" and "URGENT!!!", and e

RE: [flexcoders] newbie question

2008-04-16 Thread Gordon Smith
BTW, Timgerr asked essentially the same question early today in the thread "Flex Compenents, how to make them talk". If your app is organized like this then from MyForm's

RE: [flexcoders] newbie question

2008-04-16 Thread Tracy Spratt
Another convenient way to do a login is to use a modal popUp TitleWindow. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of shaun Sent: Wednesday, April 16, 2008 10:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders

Re: [flexcoders] newbie question

2008-04-16 Thread shaun
Hey Luke, Luke Vanderfluit wrote: > > I have a component that displays a form (currently in > selectedIndex 0), from this component I want the click to send me > to ViewStack.selectedIndex 1. > > Is there something like parent.selectedIndex? > Access the ViewStack (that contains the component

Re: [flexcoders] newbie question

2008-04-16 Thread Luke Vanderfluit
Hi Gordon. Gordon Smith wrote: >> How do I allow the user to navigate from one page to the next? > > > > You'd generally use a ViewStack if the pages have little UI in common > with each other. Use states if they have a lot in common. You can also > mix and match, using a ViewStack for par

RE: [flexcoders] newbie question

2008-04-16 Thread Gordon Smith
> How do I allow the user to navigate from one page to the next? You'd generally use a ViewStack if the pages have little UI in common with each other. Use states if they have a lot in common. You can also mix and match, using a ViewStack for part of the screen, etc. A ViewStack shows 1 of

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-03 Thread Sean Scott
akrejda > Truviso, Inc. > http://www.truviso.com > > > -Original Message- > From: Sean Scott <[EMAIL PROTECTED] > > Reply-To: flexcoders@yahoogroups.com > To: flexcoders@yahoogroups.com > Subject: Re: [flexcoders] Newbie Question - Random position in an array >

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-03 Thread Maciek Sakrejda
krejda Truviso, Inc. http://www.truviso.com -Original Message- From: Sean Scott <[EMAIL PROTECTED]> Reply-To: flexcoders@yahoogroups.com To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie Question - Random position in an array Date: Sat, 1 Mar 2008 22:55:49 -0600 Sher

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-01 Thread Sean Scott
Sherif, Thanks i ended up with var randSeed:Number = new Number(Math.floor( Math.random() * this.techniColors.length)); On Sat, Mar 1, 2008 at 9:48 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > something like this should work > > var randomNumber:int = Math.Random * myArray.length; > > then do

Re: [flexcoders] Newbie Question - Random position in an array

2008-03-01 Thread Sherif Abdou
something like this should work var randomNumber:int = Math.Random * myArray.length; then do something like myArray[randomNumber] whatever - Original Message From: Sean Scott <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Saturday, March 1, 2008 9:39:39 PM Subject: [flexcoders

Re: [flexcoders] newbie questions about

2008-01-26 Thread [p e r c e p t i c o n]
thanks Sherif On Jan 25, 2008 8:10 PM, Sherif Abdou <[EMAIL PROTECTED]> wrote: > > > remb targets and it takes an array of them > > - Original Message > From: [p e r c e p t i c o n] <[EMAIL PROTECTED]> > To: flexcoders@yahoogroups.com > Sent: Friday, January 25, 2008 4:08:53 PM > Sub

Re: [flexcoders] newbie questions about

2008-01-25 Thread Sherif Abdou
remb targets and it takes an array of them - Original Message From: [p e r c e p t i c o n] <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Friday, January 25, 2008 4:08:53 PM Subject: [flexcoders] newbie questions about Hi All, I have a question concerning the Move tag/obje

RE: [flexcoders] Newbie XML to ArrayCollection Confusion

2007-12-31 Thread Tracy Spratt
You can't convert directly, unless you use resultFormat="object"(default), which converts your sml into a nested dynamic object structure. But you have no control over this conversion, and it can have some side-effects, particularly with data type conversions. People often convert xml into an

RE: [flexcoders] Newbie Flex Application

2007-12-31 Thread Tracy Spratt
Code looks ok on quick skim. What is not working? Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of obi.wasabi Sent: Saturday, December 29, 2007 1:08 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie Flex Application

RE: [flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread Seth Caldwell
I have an idea, but not sure. When I pasted your code, I noticed end of line characters in some of your strings. For example: This should be I cleaned it, compiled it, and ran it. All was good. However, I also changed it from an Mx:Module to an Mx:Canvas, and then dropped it in my main

Re: [flexcoders] Newbie compile issue rattling my brain

2007-11-27 Thread Aaron Miller
I think you need define your list in an (inside the source block) since this is the type of the ArrayCollection.source property. I could be wrong though, I usually don't define data in MXML. Regards, ...aaron On 11/27/07, mcaplan_labnet <[EMAIL PROTECTED]> wrote: > > Hi there, > > I'm learning

RE: [flexcoders] Newbie Focus on Result Question

2007-10-02 Thread Alex Harui
set verticalScrollPosition on the form. Other folks shrink the datagrid and grow the form so it doesn't have scrollbars then reverse when the user is "done" with the form. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of its_llpj Sent: Tue

RE: [flexcoders] newbie

2007-09-06 Thread Mathe Maema
Tracy - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mathe Maema Sent: Thursday, September 06, 2007 4:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie I am sorry but I am slow. By applying the filter

RE: [flexcoders] newbie

2007-09-06 Thread Tracy Spratt
Maema Sent: Thursday, September 06, 2007 4:51 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie I am sorry but I am slow. By applying the filter in the main instance variable, are you suggesting that I put it somewhere within this function? private function

RE: [flexcoders] newbie

2007-09-06 Thread Mathe Maema
coders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mathe Maema Sent: Wednesday, September 05, 2007 6:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie This is the function I thought of introducing. I didn't introduce it because I couldn't rea

RE: [flexcoders] newbie

2007-09-05 Thread Tracy Spratt
PROTECTED] On Behalf Of Mathe Maema Sent: Wednesday, September 05, 2007 6:57 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie This is the function I thought of introducing. I didn't introduce it because I couldn't really work out how it would be called if I wante

RE: [flexcoders] newbie

2007-09-05 Thread Mathe Maema
M To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie Main //sending data methods using httpservice to say var accommodations SearchView [Bindable] public var lodgings:ArrayCollections; filterComp //assume it has 2 checkboxes: chk1 and

RE: [flexcoders] newbie

2007-09-05 Thread Tracy Spratt
:54 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie Main //sending data methods using httpservice to say var accommodations SearchView [Bindable] public var lodgings:ArrayCollections; filterComp //assume it has 2 checkboxes: chk1 and chk2 which call

RE: [flexcoders] newbie

2007-09-05 Thread Mathe Maema
updating the dataProvider? Tracy - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mathe Maema Sent: Wednesday, September 05, 2007 2:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] newbie I have t

RE: [flexcoders] newbie

2007-09-05 Thread Gordon Smith
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mathe Maema Sent: Wednesday, September 05, 2007 11:52 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] newbie I have two pages. The first is the main. In the main I load my xml data as follows using Httpse

RE: [flexcoders] newbie

2007-09-05 Thread Tracy Spratt
: Wednesday, September 05, 2007 2:52 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] newbie I have two pages. The first is the main. In the main I load my xml data as follows using Httpservice. I pass this data to the second page as follows: // accommodations has been declared publicly in

Re: [flexcoders] newbie

2007-09-05 Thread Mathe Maema
I have two pages. The first is the main. In the main I load my xml data as follows using Httpservice. I pass this data to the second page as follows: // accommodations has been declared publicly in SearchView.mxml and accoms is the variable that was used to accept data sent by httpservice.

Re: [flexcoders] newbie

2007-09-05 Thread Tom Chiverton
On Wednesday 05 Sep 2007, [EMAIL PROTECTED] wrote: > I am sorry no code is included. I really didn't know which part to > include. Be specific, and try one part at a time. What have your tried ? Why didn't it work ? -- Tom Chiverton Helping to widespreadedly accelerate eigth-generation infrastru

Re: [flexcoders] newbie - adapting flexstore

2007-09-04 Thread Mathe Maema
orks for my practice but i have no idea if i would be allowed to release it. does anyone know who i can contact to get permission? - Original Message From: Tracy Spratt <[EMAIL PROTECTED]> To: flexcoders@yahoogroups.com Sent: Tuesday, September 4, 2007 10:16:18 AM Subject: RE: [f

Re: [flexcoders] newbie - adapting flexstore

2007-09-04 Thread Sherif Abdou
gt; To: flexcoders@yahoogroups.com Sent: Tuesday, September 4, 2007 10:16:18 AM Subject: RE: [flexcoders] newbie - adapting flexstore Typically, a data-driven control, like DataGrid is “bound” to a dataProvider. When the dataProvider changes, the control automat

RE: [flexcoders] newbie - adapting flexstore

2007-09-04 Thread Tracy Spratt
Typically, a data-driven control, like DataGrid is "bound" to a dataProvider. When the dataProvider changes, the control automatically updates. In mxml, this means the DG dataProvider is bound to the instance level ArrayCollection variable _acMyData: mailto:[EMAIL PROTECTED] On Behalf Of g07

RE: [flexcoders] Newbie getting annoyed with Drag and Drop :-)

2007-06-06 Thread Martyn Joyce
lf Of Alex Harui Sent: 05 June 2007 18:30 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newbie getting annoyed with Drag and Drop :-) Took a quick peek. I didn't see calls to event.preventDefault() which are usually required when overriding drag/drop behavior. _ From:

RE: [flexcoders] Newbie getting annoyed with Drag and Drop :-)

2007-06-05 Thread Alex Harui
Took a quick peek. I didn't see calls to event.preventDefault() which are usually required when overriding drag/drop behavior. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of martz256 Sent: Tuesday, June 05, 2007 7:44 AM To: flexcoders@

Re: [flexcoders] Newbie in need of help with graphics

2007-05-05 Thread Manish Jethani
On 5/5/07, williamkusumo <[EMAIL PROTECTED]> wrote: > Please forgive this stupid question. I can't seem to figure out how to > draw a simple rectangle in a Flex app...:( > > I know it involve the graphics object and I have to call drawRect at > some point. But where do I put this code, and how do I

Re: [flexcoders] Newbie in need of help with graphics

2007-05-05 Thread Daniel Freiman
check out: http://livedocs.adobe.com/flex/201/html/05_Display_Programming_162_07.html Daniel Freiman nondocs On 5/5/07, williamkusumo <[EMAIL PROTECTED]> wrote: Please forgive this stupid question. I can't seem to figure out how to draw a simple rectangle in a

RE: [flexcoders] Newbie createPopUp problems

2007-04-17 Thread Kenneth Sutherland
If you want a quick example, try the following, replacing the var's for something more meaningfull where required. This will do popup's as well as setting var's inside them. You used to be able to do this when creating a popup in flex 1.5, but now you can do it as below as you don't pass in an obj

Re: [flexcoders] Newbie createPopUp problems

2007-04-16 Thread Brian Hegeman
check the Problems View for the error. Window > Show View. It's in the General category. This should show what errors exist in your app. HTH On 4/16/2007 3:29 PM, fredsells wrote: > I've copied various examples of using PopUpManager.createPopUp but > cannot get it to work. I'm running from Eclip

Re: [flexcoders] Newbie - Hosting requirements

2007-04-16 Thread Kevin
There are no specific hosting requirements to serve the front end SWF files from your server. Any webserver will do that. It's the backend that you need to be concerned about, however, Flex is extremely "Flex"ible when it comes to backend integration so there is not one answer. For exampl

RE: [flexcoders] newbie question: Timer across components..

2007-03-28 Thread Tracy Spratt
If an event "bubbles" you can listen for it in any ancestor, like Application.application. Look at the docs for the timer event, to se if if bubbles. If it does not, in the timer component, re-dispatch an event, setting the second argument to true, to make it bubble. Tracy

RE: [flexcoders] newbie question re: BarSeries programatically setting the showDataEffect

2007-03-16 Thread Gordon Smith
myBarSeries.setStyle("showDataEffect", myZoomOutEffect); - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of iilsley Sent: Thursday, March 15, 2007 10:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] newbie question re: Bar

Re: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread cisnky
[EMAIL PROTECTED] *On Behalf Of *cisnky *Sent:* Monday, January 29, 2007 3:47 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Newbie question: Datagrid and a WS Do you have time for another datagrid related question? http://tech.groups.yahoo.com/group/flexcoders/message/

RE: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Andrew Trice
D] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cisnky Sent: Monday, January 29, 2007 3:47 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie question: Datagrid and a WS Do you have time f

Re: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread cisnky
[EMAIL PROTECTED] *On Behalf Of *cisnky *Sent:* Monday, January 29, 2007 3:17 PM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Newbie question: Datagrid and a WS Is the data from an xml document? If so, can I see your xml doc? On 1/29/07, *Tony* <[EMAIL PROTECTED]> wro

RE: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread Andrew Trice
il: [EMAIL PROTECTED] Office: 866-CYNERGY From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of cisnky Sent: Monday, January 29, 2007 3:17 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie question: Datagrid and a WS Is the

Re: [flexcoders] Newbie question: Datagrid and a WS

2007-01-29 Thread cisnky
Is the data from an xml document? If so, can I see your xml doc? On 1/29/07, Tony <[EMAIL PROTECTED]> wrote: hola peeps! im a newbie, so please bear with me... http://www.adobe.com/2006/mxml " layout="vertical"> http://dev.navtrak.net/intranet/crm_cfc.cfc?wsdl ">

RE: [flexcoders] Newbie: Dataprovider sintax for column series with xml dataprovider

2007-01-23 Thread Ely Greenfield
Hi Guille. See my previous post. You're going to write some actionscript to pre-process your dataprovider into individual XMLLists, one for each series. ely. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of g_vaccarezza Sent: Monday,

Re: [flexcoders] Newbie asks why Flex?

2007-01-16 Thread greg h
Mark, I, like Bruce (aka boy_trike) have been in the industry a while (me only 2 decades :-) And I, like you, have my roots as a database specialist. I will reply more fully when I have time. Hopefully others on the list will share their thoughts and answer your questions in the mean time. fy

Re: [flexcoders] Newbie alert - Trying to populate combobox w. httpservice

2007-01-14 Thread Ben Marchbanks
you have to define the labelField when binding to dataProvider that has no "label" field. Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazooms ::: digital magazines http://www.magazooms.com Greenville, SC 864.284.9918 Mark Bjærgager w

Re: [flexcoders] Newbie Question: View states or view stack;

2006-12-20 Thread hank williams
On 12/20/06, Tolis Christomanos <[EMAIL PROTECTED]> wrote: Hi all! Can you tell me how to structure this.. I have a login form, a register form and then the main application. Should i use states or the view stack to go from form to form and from form to main application. Thanks in advance.

Re: [flexcoders] Newbie help: model bindings work with some but not all

2006-12-16 Thread Rich Tretola
Can you post some code? Rich http://www.everythingflex.com On 12/16/06, Guess! <[EMAIL PROTECTED]> wrote: Hi Everyone, i am new to the group and new to Flex but not AS. I have a CF / Flex app with Remoting and remote classes. I have one class that is bound to the results of a remoting call.

Re: [flexcoders] Newbie question: Showing a vertical scroll bar on application

2006-11-30 Thread Lachlan Cotter
Hi Flexy, If you create a popup window using the PopupManager than it is not part of the normal view hierarchy and so it will not create scroll bars on the application object, even if it is placed partially out of the visible region. Pop-ups float above the main application window so they

Re: [flexcoders] Newbie: binding RadioButtonGroup to a boolean database column

2006-11-23 Thread Tom Chiverton
On Thursday 23 November 2006 00:01, jack_freud wrote: > labels of the two RadioButtons I have), then thought it would be even > cleaner to have the DB stored proc translate the value from the bit > field to 'Yes', 'No' or 'null' so the binding statement would be simple. Does '' work better than nu

Re: [flexcoders] Newbie Question: Paging a Datagrid.

2006-11-18 Thread Igor Costa
PCM. Just dind't figure out what exactly you need it. But I guess you are talking about "CSS style." you can do it. Just take a look at the CSS Style section in the Datagrid Docs. Best. On 11/17/06, proudestcodemonkey <[EMAIL PROTECTED]> wrote: I'd like to have a datagrid in my Flex appli

RE: [flexcoders] Newbie: Why can't I add a button!

2006-11-17 Thread Gordon Smith
t to see this code. - Gordon From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Greg McCreath Sent: Thursday, November 16, 2006 8:06 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newbie: Why can't I add a button! Thank

RE: [flexcoders] Newbie: Why can't I add a button!

2006-11-17 Thread Greg McCreath
vember 2006 2:35 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Newbie: Why can't I add a button! Looks like the style code may not be loading correctly. What happens if you use an MXML file for your application instead of AS? Matt _ From: flexcoders@yahoogroups.com

RE: [flexcoders] Newbie: Why can't I add a button!

2006-11-17 Thread Greg McCreath
excoders@yahoogroups.com Subject: RE: [flexcoders] Newbie: Why can't I add a button! Sorry, although we've made it easy to write components in either MXML or AS3, we haven't done the same with Application. If you are a newbie you should start out with in MXML. You can then use A

RE: [flexcoders] Newbie: Why can't I add a button!

2006-11-16 Thread Gordon Smith
Sorry, although we've made it easy to write components in either MXML or AS3, we haven't done the same with Application. If you are a newbie you should start out with in MXML. You can then use AS3 for all your components if you really want to. I hope we can make this better in a future release.

RE: [flexcoders] Newbie: Why can't I add a button!

2006-11-16 Thread Matt Chotin
Looks like the style code may not be loading correctly. What happens if you use an MXML file for your application instead of AS? Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of bookymcnuggett Sent: Thursday, November 16, 2006 5

RE: [flexcoders] Newbie

2006-09-10 Thread Dimitrios Gianninas
I have corrected this for you. Dimitrios Gianninas Optimal Payments Inc. -Original Message- From: flexcoders@yahoogroups.com on behalf of Diego Guebel Sent: Sun 9/10/2006 5:19 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Newbie Hi Steven, I think this is happening to my

Re: [flexcoders] Newbie

2006-09-10 Thread Diego Guebel
Hi Steven, I think this is happening to my posts as I posted two last week and never saw them. Could you please fix this. thanks in advance. Diego. On Sat, 09 Sep 2006 01:49:55 +1200, Steven Webster <[EMAIL PROTECTED]> wrote: > Your first post to the list is moderated; then once you have post

Re: [flexcoders] Newbie

2006-09-08 Thread Phil Marston
Possibly a fluky perspective - there are over 4000 members I think - I see over 100 messages a day so the list is very busy and things get missed or even forgotten.  Also sometimes things just seem to get ignored when it's clear that someone hasn't even bothered to read the most basic documen

RE: [flexcoders] Newbie

2006-09-08 Thread Steven Webster
Your first post to the list is moderated; then once you have posted once, your posts should go straight through - it's a simple anti-spam measure.   However, for some reason some people's mail clients don't allow Yahoo! to recognise them the 2nd, 3rd, etc time they post -- so every post "a

RE: [flexcoders] newbie question - HTTP servive

2006-08-18 Thread Tracy Spratt
Title: RE: [flexcoders] newbie question - HTTP servive Here is a sample app.  Note: change the url to the xml source file to match yours. Tracy http://www.adobe.com/2006/mxml" layout="absolute" creationComplete="dsVideos.send();">    

RE: [flexcoders] newbie question - HTTP servive

2006-08-18 Thread Tracy Spratt
?   Tracy       From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Cathy Reilly Sent: Friday, August 18, 2006 10:38 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] newbie question - HTTP servive   In Flex 2, you need to use

RE: [flexcoders] newbie question - HTTP servive

2006-08-18 Thread Cathy Reilly
In Flex 2, you need to use 'event.lastResult'   - Cathy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Robin BurrerSent: Thursday, August 17, 2006 9:59 PMTo: flexcoders@yahoogroups.comSubject: [flexcoders] newbie question - HTTP servive Hi there, I started

Re: [flexcoders] Newbie Question - attaching a Sprite

2006-08-11 Thread Michael Schmalle
Hi,You could..var wrapper:IUIComponent = new UIComponent();wrapper.addChild(contentBg);panelOne.addChild(wrapper);This makes it harder to ref and size.You should look into skin subclasses like ProgrammaticSkin. If you make a class that subclasses ProgrammaticSkin, then you can use the graphics o

Re: [flexcoders] newbie poblem

2006-08-10 Thread Tom Chiverton
On Wednesday 09 August 2006 13:37, erixuss wrote: > folder or to my server (with crossdomain.xml file) and change url nothing > happens, the datagrid is empty. Anybody can help me? Hard to tell with than little info. Do you have the debug version of the Flash player installed ? Otherwise some (al

RE: [flexcoders] Newbie Help - simple login via CFC

2006-08-03 Thread Peter Watson
Property resut   Typo here: event.resut.UserInfo.BrokerID   resut à result        From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flycl65 Sent: Thursday, August 03, 2006 1:13 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Newbie Help - s

Re: [flexcoders] newbie needs best practices in looping thru XML

2006-07-10 Thread Pan Troglodytes
I'm not exactly sure where you're running into the problem, as I don't use toArray.  But here's how I solved the whole one result/multiple results problems, translated to use your terms:  var a:Array;  if (httpservice.lastResult.CircSec.CircuitID is ArrayCollection)    a = httpservice.lastResul

RE: [flexcoders] newbie needs best practices in looping thru XML

2006-07-10 Thread Tracy Spratt
toArray() will not prevent you frm having multiple items.  It must be something else. Try: public function afterSend(event:ResultEvent):void I am surprised you don’t get a compiler error here.   And as I recall, you use “lastResult” only in binding expressions, and “result” in hand

Re: [flexcoders] newbie: deploying

2006-05-31 Thread Will Morgan
Joe - do you have a crossdomain.xml file on your server?  http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_14213Will. On 5/30/06, josulliv101 <[EMAIL PROTECTED]> wrote: Hi, When I view my flex 2 beta 3 app via the flex builder build button (viewing it locally), I can see my applicat

RE: [flexcoders] newbie question: Populating Datagrid from external complex xml

2006-05-18 Thread Tracy Spratt
Have you tried using a labelFunction on each column? That function gets run for every element in the dataProvider array and gets passed a reference tothat item. You can use whatever logic you need to navigate to the data you need, and then return that for the dataGrids use. Take a look at thi

Re: [flexcoders] newbie: Binary Socket general functionality

2006-05-11 Thread Manish Jethani
On 5/11/06, Suzy Lawson <[EMAIL PROTECTED]> wrote: > I think I'm getting confused b/w sending binary data over the socket > and sending binary (or text) data over a binary protocol. Binary socket means there's no application-layer protocol (above TCP). Use your own protocol. You can do anythin

RE: [flexcoders] Newbie question

2006-04-22 Thread Matt Chotin
Give your services component an id, then refer to it elsewhere.  If you put services in your application you could use Application.application.myServices.statsRequest, etc.   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Alex MacCaw Sent: Saturday, Apri

RE: [flexcoders] Newbie Question: Error being thrown on Grid Sort

2006-04-17 Thread Matt Chotin
This means that the first value in the dataProvider has a null value, it shouldn't be because a random field in the middle is null. You would workaround this by using a sortCompareFunction for the field OR by handling the headerRelease by setting up a SortField with the proper information and then

RE: [flexcoders] Newbie again: Trouble implementing custom class (Flex2b)

2006-03-18 Thread rick
e above and it didn't make any difference, and then I moved on to try something else... Thanks for the response! It works now Rick -Original Message- From: Michael Schmalle [mailto:[EMAIL PROTECTED] Sent: Thursday, March 16, 2006 6:07 PM To: flexcoders@yahoogroups.com Subject: Re:

  1   2   >