[flexcoders] Joe G James is out of the office.

2012-12-18 Thread joe . g . james
I will be out of the office starting 12/18/2012 and will not return until 01/02/2013. I will respond to your message when I return.

[flexcoders] Joe G James is out of the office.

2012-11-19 Thread joe . g . james
I will be out of the office starting 11/19/2012 and will not return until 11/26/2012. I will respond to your message when I return.

[flexcoders] Joe G James is out of the office.

2012-09-17 Thread joe . g . james
I will be out of the office starting 09/17/2012 and will not return until 09/24/2012. I will respond to your message when I return.

[flexcoders] Bar Codes

2012-03-12 Thread Joe
back to the main application. Does anyone know how to do this and/or are there any examples of how to call another app in flex. Thanks Joe

[flexcoders] Joe G James is out of the office.

2012-03-05 Thread joe . g . james
I will be out of the office starting 03/02/2012 and will not return until 03/07/2012. I will respond to your message when I return.

[flexcoders] Joe G James is out of the office.

2011-12-19 Thread joe . g . james
I will be out of the office starting 12/19/2011 and will not return until 01/02/2012. I will respond to your message when I return.

Re: [flexcoders] change datagrid rowHeight on rollover

2010-07-30 Thread joe . g . james
Correct. I can accomplish that with the following override protected function updateDisplayList(w:Number,h:Number):void { var dg:DataGrid = DataGrid(listData.owner); if (dg.isItemHighlighted(data) || dg.isIt

Re: [flexcoders] Re: Can someone rewrite this...

2010-04-16 Thread Joe Cabezas
ps.com] *On > Behalf Of *Wally Kolcz > *Sent:* Friday, April 09, 2010 9:00 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Can someone rewrite this... > > > > > > Thanks for the catch on the GT. Haven't tried to run it yet. Just wrote is >

Re: [flexcoders] Animations with Flex

2010-04-12 Thread Joe Cabezas
Look for tweener library It also comes in swc format, very recomended Enviado desde mi iPhone 3G El 12-04-2010, a las 5:04, Christophe escribió: Hello, I am searching a Swc library for doing Swf animations from images, with the setup of a timer between the display of the images. Thank you,

[flexcoders] [FB4] flex simulate download

2010-04-10 Thread Joe Cabezas
hello! there's any way to simulate download like in flash IDE? how to? thx in advance :D

Re: [flexcoders] Can someone rewrite this...

2010-04-09 Thread Joe Cabezas
y did not understand, but i hope i help you 2010/4/9 Wally Kolcz > > > Thanks for the try, but all ages are > 18 so the first condition would be > met on all of them. I need the multiple conditions on the case to be > preserved. :) > > > On 4/9/2010 11:45 PM, Rob Romanek wrote: > > > > This is o

Re: [flexcoders] Can someone rewrite this...

2010-04-09 Thread Joe Cabezas
it curious but a person who are 2000 years old, with your implementation it's group 1 run this code: package { import flash.display.Sprite; public class test extends Sprite { public function test() { trace(this.getAgeGroup(2000)); } private function getAgeGroup(age:Number):int { if (age >= 0

[flexcoders] Re: Can someone rewrite this...

2010-04-09 Thread Joe
it curious but a person who are 2000 years old, with your implementation it's group 1 run this code: package { import flash.display.Sprite; public class test extends Sprite { public function test() { trace(t

Re: [flexcoders] FlashBuilder 4 Linux Released!

2010-04-08 Thread Joe Cabezas
where i can get this?, adobe trials page not yet :/ 2010/4/8 feiy > > > hi,now *FB4Linux is Platform independent,and can work with i386 & > x64.don't need the ia32 java in x64 system.* > > enjoy it! > 闲云孤鹤 - 清冷香中抱膝吟 > > > On Mon, Mar 29, 2010 at 8:14 PM, Guillaume Aveline < > gavel...@pikko-soft

[flexcoders] [spark] viewstack and move showeffect problem

2010-04-07 Thread Joe Cabezas
hello! mi name is Joe, i'm from Chile, Latin America, i developed in flex 3, but this time i want to practice flash builder 4. actually, i want to show a popup (a TitleWindow via PopUpManager), wich has a viewstack, and i want to animate it's contents like and ipod interface, i have

[flexcoders] Flex session error

2010-01-25 Thread joe
Has anybody ever seen this before? Just upgraded to CF9 if that helps. faultString (String): Detected duplicate HTTP-based FlexSessions, generally due to the remote host disabling session cookies. Session cookies must be enabled to manage the client connection correctly.

[flexcoders] advanceddatagrid

2009-10-12 Thread Joe
is it possible to header color on a column in an advanceddatagrid? I can change all of the headers but not individually. I have tried headerColors in css and styleFunction. I came across a custom skining but it only works for datagrid not advanceddatagrid. Thanks

[flexcoders] button skinning - create symbol for tweening??

2009-09-15 Thread Joe Lam
one here, anyone got the same problem? thanks Joe -- View this message in context: http://www.nabble.com/button-skinning---create-symbol-for-tweening---tp25456725p25456725.html Sent from the FlexCoders mailing list archive at Nabble.com.

[flexcoders] css style and filter

2009-08-24 Thread Joe Lam
Is it possible to define filter in css? I have 2 css files, each for 1 skin. where I will export my app in 2 versions. one of the Text controls got a glow filter. I wonder how can I do this via CSS without adding custom codes to the Text control. thanks Joe -- View this message in context

[flexcoders] [Flex3]loading external xml file and using the "Initialization" splash

2009-07-28 Thread Joe Lam
he xml loading after application's "preInitialize" event and before the "initialize" event. but I wonder how can I pause the "initializing" process until the xml is loaded. thanks Joe -- View this message in context: http://www.nabble.com/-Flex3-loading-exte

Re: [flexcoders] getItemIndex ......returning -1

2009-04-26 Thread joe . g . james
Thank you, but for some reason the index variable is providing me with a -1 value, so the if statement is never true. var index:int = -1; for (var i:int = 0; index < courses.length; index++) { -1 if (courses.getItemAt(index).TITLE == "specific course name") { index

Re: [flexcoders] Re: linkBar labelFunction

2009-03-26 Thread joe . g . james
Thanks, but I would like to be able to update the field name. ex : ROLE = Group Administrator labelFunction return "Manage Employees" ROLE = Group Presenter labelFunction return "Manage Presentations " Joe James Sr. Web Developer Kaiser Permanent

[flexcoders] Video scrubber -- build from scratch or extend HSlider?

2008-11-20 Thread Joe Van Dyk
I'm building a video player that looks a lot like the one at hulu.com. The video scrub bar at the bottom should look something like this: http://img.skitch.com/20081120-fkmhfssnkma2f9gps8eggbdikt.jpg I also need to be able to draw lines at various parts of the scrub bar that represent comme

RE: [flexcoders] call a function from a pop up title window.

2008-03-27 Thread joe . g . james
Thanks , that was helpful. I am still looking to dispatch an event from a title window. The mypopup.addEventListener does not seem to recognize the event being dispatched from the title window. I'm not sure if this matters, but the event is being dispatched when I get results back from a remot

Re: [flexcoders] Re: Get the Domain the Flex app is running in

2008-03-25 Thread Joe
e quick-sand when you don't control the html > part that embeds your app, huh? > > I mean, you don't know the script access or network access, you don't > know if you can call ExternalInterface so you can't rely on it to help? > > Any other ideas? > > > -- -Joe

[flexcoders] Howto build Blazeds sample for websphere

2008-03-11 Thread Joe Gamache
Hi - I wish I could post the answer to the subject. However, I can not. The sample is kind of wierd to me. I would like it to have two "halves": a server half and a client half. In order to be prudent, expeditious, whatever, they seem to have combined everything. So has anyone ported this to

Re: [flexcoders] AIR QnA

2008-03-04 Thread Joe
http://www.adobe.com/devnet/flashmediaserver/ Flash Media Server, I must have the acronym wrong. On Tue, Mar 4, 2008 at 11:26 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Tuesday 04 Mar 2008, Joe wrote: > > More like AI, ID, Flash, DW. Mainly the designer apps. > >

[flexcoders] Possible as3.0 bug?

2008-03-04 Thread Joe
k; Before: *_miniMap.child("active"); //false* _miniMapPack=new MiniMapPack(_miniMap.child("active"); //true; After: *_miniMap.child("active"); //false* _miniMapPack=new MiniMapPack(*getValue*(_miniMap.child("active")*)*; //false; Interesting, eh? Anyone have an explanation? -- -Joe

Re: [flexcoders] AIR QnA

2008-03-04 Thread Joe
the end is near. Well, tell me were to start with Java, lol. I think its about time I start learning it. (Preferably, what area do I need to know about to listen to system events.) On Tue, Mar 4, 2008 at 11:00 AM, Tom Chiverton <[EMAIL PROTECTED]> wrote: > On Tuesday 04 Mar 2008, Joe wrote:

[flexcoders] AIR QnA

2008-03-04 Thread Joe
have to make a program for macs too. (Adobe wins, yay :P) If the answer is yes, can you please point me in the right direction to how I can learn what I need to know about AIR. Question 2: Can I build addons to the adobe applications? If so, please point me in the right direction. -- -Joe

Re: [flexcoders] Any Flex Math Tutorials out there

2008-02-23 Thread Joe
I know the Source is > avaliable but i am lost as to where to start on it. Thanks > > -- > Never miss a thing. Make Yahoo your > homepage.<http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs> > > -- -Joe

Re: [flexcoders] Re: do you need CS Degree to get a job?

2008-02-19 Thread Joe
h the possible exception of Waterloo in Canada). > > -- > Jeffry Houser > Flex, ColdFusion, AIR > AIM: Reboog711 | Phone: 1-203-379-0773 > -- > Adobe Community Expert > <http://www.adobe.com/communities/experts/members/JeffryHouser.html> > My Company: <http://www.dot-com-it.com> > My Podcast: <http://www.theflexshow.com> > My Blog: <http://www.jeffryhouser.com> > > > -- -Joe

Re: [flexcoders] Re: passing variables between two consecutive flex applications

2008-02-15 Thread Joe
Id try a shared object. http://learn.adobe.com/wiki/display/Flex/Shared+Objects I have gotten it to communicate with a second browser before. -Joe On Fri, Feb 15, 2008 at 10:41 AM, yiğit boyar <[EMAIL PROTECTED]> wrote: > actually it does no work :( > i can store value to

Re: [flexcoders] How to create a custom component dynamically by name?

2008-02-13 Thread Joe Beuckman
Here is some code I am using to instantiate my ChatInvitation.mxml custom component: var message:ChatInvitation = new ChatInvitation(); chatBox.addChild(message); message.inviteLabel.text = e.getUserName() + " would like to chat with you..."; message

Re: [flexcoders] Can't seem to receive events when using custom components

2008-01-31 Thread Joe Beuckman
"To listen for an event during all phases of the event flow, you must call addEventListener() twice, once with the use_capture parameter set to true, and again with use_capture set to false." http://livedocs.adobe.com/flex/2/docs/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00

Re: [flexcoders] NEW Flex 3 Beta 2 expired Question

2008-01-31 Thread Joe
to extend this? > > ANYONE? > > thanks > Ralph > > > -- -Joe

Re: [flexcoders] Re: Web Hosting

2008-01-25 Thread Joe
Same Question, but I must ask about Windows hosting. Does anyone have suggestions for Windows hosting? Anyone know if they have a 3.0 or 3.5runtime? -Joe

Re: [flexcoders] Re: Loading a link/url in a new window

2008-01-11 Thread Joe
t; > We're doing this as a workaround, because our local-with-filesystem > > swf isn't allowed to launch an http url directly, and > > ExternalInterface keeps giving us security sandbox issues. > > > > The above code works fine in Firefox, but in IE, the parameter "URLTO" > > is not shown in the URL address bar and could not be accessed through > > javascript. Can I work around this? > > > > Or, is there a better to do what I'm trying to do? > > > > Thanks, > > > > Roy > > > > > -- -Joe

Re: [flexcoders] CF8 / Flex 2 http vs. https issue

2008-01-09 Thread Joe
lueOf()" and see if it has the http*s*. Its been a while since i worked with CFML, so that might not be the right function. :P All else fails, regular expressions. -Joe On Jan 8, 2008 8:14 PM, chrisvet2001 <[EMAIL PROTECTED]> wrote: > We have a web server that is configur

[flexcoders] urgent

2008-01-07 Thread Joe
Hey guys, i need a DL link to flash player version 9,0,45,0. Is there one anywhere? -- -Joe

Re: [flexcoders] DataGrid question

2007-12-21 Thread Joe
Would defining a new methiod, then calling super.dataGrid() work? Im starting to get into the Flex side of AS3, right now all I have is the OOP side of flash. So I don't know the method calls yet. :P -Joe On Dec 21, 2007 10:42 AM, djhatrick <[EMAIL PROTECTED]> wrote: > I aske

[flexcoders] Enterprise use of web services

2007-12-03 Thread Joe Gamache
Hello, I am new to the list and sorry if this is a repeat question! I am wondering about the recommended 'best practice' on the use of web services in an enterprise Flex (2) application. Looking around I found the Kiwi project which seems to suggest that (with proper use of Cairngorm) the

[flexcoders] AdvancedDataGrid Specialized Cell Movement

2007-11-15 Thread Joe Chickanosky
I have created an AdvancedDataGrid in Adobe 3. I am catching the event in keyHandler() and use event.keyCode to find out which key was pressed. When I press tab, it moves to the next field. When I hit the enter key, I want it to move to SKIP the next tab field and move TWO tab fields forward. I

[flexcoders] (unknown)

2007-11-15 Thread Joe Chickanosky
Be a better sports nut! Let your teams follow you with Yahoo Mobile. Try it now. http://mobile.yahoo.com/sports;_ylt=At9_qDKvtAbMuh1G1SQtBI7ntAcJ

[flexcoders] Image upload error

2007-11-14 Thread Joe
t component::editLaptop/__btnNew_click()[C:\testlc\webapps\ROOT\mc2salekit\component\editLaptop.mxml:480] What should I notice when I convert as 3 code from flex 2 to flex 3 to avoid this? Thank you in advance. Regards, Joe

Re: [flexcoders] effect of canvas

2007-10-15 Thread Joe
That helps me a lot, thank you. -- From: "Tom Chiverton" <[EMAIL PROTECTED]> Sent: Monday, October 15, 2007 7:22 PM To: Subject: Re: [flexcoders] effect of canvas > On Sunday 14 Oct 2007, [EMAIL PROTECTED] wrote: >> May I add effects, such as fade,

[flexcoders] effect of canvas

2007-10-14 Thread Joe
Hello all, May I add effects, such as fade, to the canvas which is under alert popup window? How can I achieve this? Thank you in advance. Regards, Joe

[flexcoders] using dataservice with air and lcds

2007-09-30 Thread Joe
Hello all, I want to convert my Apollo application to AIR version. And I am using dataservice in apollo. It works fine. However, when I cannot compile the application under AIR. The flex builder always told me that, unable to resolve a class for ResourceBundle:data. How can I solve this problem?

[flexcoders] Resizing and Positioning Components

2007-02-06 Thread Joe
I'm building an app that explores an employee's profile. There are four different sections of a profile.I am trying to have these four sections grouped together in four small squares. When a section of the profile is clicked it expands. Does any one know of an example of resizing and positionin

Re: [flexcoders] Change style on repeater item

2007-01-22 Thread joe . g . james
x.styleName='results' } } Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you

RE: [flexcoders] Change style on repeater item

2007-01-19 Thread joe . g . james
Thanks ! Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an intended recipient

[flexcoders] Change style on repeater item

2007-01-19 Thread Joe
I am having a hard time changing the style of an item inside of a repeater. I can not seem to communicate to it. setStyle does not seem to work either. Is there syntax that I am missing to communicate to something inside a repeater? http://www.adobe.com/2006/mxml"; width="100%" height="100%" v

Re: [flexcoders] Question with

2007-01-15 Thread joe . g . james
Never mind. I realized I did not need to specify a direction. Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential

[flexcoders] Question with

2007-01-15 Thread Joe
It has a vertical display. The repeater is formated so the result information looks sort of like a small business card. The results are based of an employee search function in which it searches as you type. This is in

Re: [flexcoders] Toggle items in an Array collection

2007-01-05 Thread joe . g . james
Thanks. That works perfect ! Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If you are not an

[flexcoders] Toggle items in an Array collection

2007-01-05 Thread Joe
Is it possible to remove an item from array and bring it back when you remove another item. I have a

[flexcoders] Newbie : Combo box item editor

2007-01-02 Thread Joe
I am tryin to use a combo box as an item editor in a datagrid. I am not quite sure how to remove the editor and correctly return the selected value to the datagrid row. As of now I have to click on another row to remove the editor and I get an undefined object. I have come acrros examples on th

RE: [flexcoders] Embed HTML in Flex

2006-12-14 Thread joe . g . james
uired."); } __source = source; ExternalInterface.call("loadIFrame", source); moveIFrame(); } } Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are i

[flexcoders] Embed HTML in Flex

2006-12-14 Thread Joe
I am trying to embedd html in a flex component using iframe. I am recieving an error that I do not understand. Can someone please explain this error to me? Error: ExternalInterface is not available in this container. Internet Explorer ActiveX, Firefox, Mozilla 1.7.5 and greater, or other brows

[flexcoders] Change styleName on selectedItem

2006-12-12 Thread Joe
Can someone please give me an example of how to change the style name of a selected item in a list.

Re: [flexcoders] Shuffle items in Repeater

2006-12-12 Thread joe . g . james
That's what I needed. Thank you ! Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information that may be confidential or privileged. If yo

[flexcoders] Shuffle items in Repeater

2006-12-11 Thread Joe
I have a repeater that verticaly displays about 12 buttons. Is it possible to change the index of the button that is selected. If I selected a button in the middle of the repeater can it would move to the top. Or if it can't move, maybe change the label of the button on the top to read what I j

RE: [flexcoders] Newie : calling a function when setting selected index

2006-11-27 Thread joe . g . james
I was able to use the updateComplete="callFunction()" . Thanks. Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it are intended only for the recipients named above, and contain information t

RE: [flexcoders] Newie : calling a function when setting selected index

2006-11-27 Thread joe . g . james
Sorry for my lack of detail. When I use AS3 to set the selected index of a datagrid can it call a function the same way that I would if I used a click event? Joe James Work: (562) 658-3670 Tie Line: 8-320-3670 CONFIDENTIALITY STATEMENT - This message and any files or text attached to it

[flexcoders] Newie : calling a function when setting selected index

2006-11-27 Thread Joe
I have a datagrid with about 25 rows of employees names. On click or change I am calling a remote object that updated information based on the employee that you clicked. The row that was selected the disapears. I would like to know if it is possible to this with out using a click or change event

[flexcoders] New to Array Collection.

2006-11-07 Thread Joe
What is the easiest way to exstract a single value from an array collection that is a reslut from remote object calling a cfc. [Bindable] public var empSelected:Number; public function getempProfile():void{ cfService.empName({emp:empSelected}); } [Bindable]

[flexcoders] Re: Wanted - Using Flex with my specific Database - Step by Step Tutorials

2006-10-05 Thread Joe
Any idea on when and if you would have something for ASP/IIS and MSSQL Server? --- In flexcoders@yahoogroups.com, "jrunrandy" <[EMAIL PROTECTED]> wrote: > > We hear you. The doc team was trying to be app-server agnostic, but > it's become clear that we need to provide specific examples for > spe

[flexcoders] Re: Confusion about 'Security error accessing url'

2006-10-04 Thread Joe
Okay, I have my crossdomain.xml setup to allow access from anybody. My Flex project works on Firefox, but I still get the error on IE6. Any suggestions on what to try to get this to work across the browsers? Thanks, --- In flexcoders@yahoogroups.com, "Sreejith Unnikrishnan" <[EMAIL PROTECTED]>

[flexcoders] SQL Server and Flex 2

2006-10-03 Thread Joe
Okay, I'm pretty new to the Flex scene and am very impressed with the development so far. My company is wanting to start developing a database application using an Ajax technology and realize I'm a little behind the curve since Flex applications don't access data like the .net applications I norm

[flexcoders] Re: A very simple XML question

2006-07-28 Thread Joe
spect the structure > of the GetData object. Use toXMLString() to see the xml. > > > > Tracy > > > Thank you Tracy for your suggestion !! source="{GetData.product}" works fine. Ciao joe -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexco

[flexcoders] Re: A very simple XML question

2006-07-28 Thread Joe
--- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > Joe, in addition to what Tracy mentions, you have some case- sensitivity > problems. All your XML element names are lower case, so you must write > > > > ... source="

[flexcoders] Difficulty moving app from dev machine to server

2006-07-24 Thread Joe Stramel
:   user MessageBrokerServlet:init user failed to load: flex.messaging.MessageBrokerServlet   Any thoughts?   Thanks! Joe   __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders

[flexcoders] A very simple XML question

2006-07-23 Thread Joe
n? Thank you in advance for your help. Kind Regards joe Yahoo! Groups Sponsor ~--> See what's inside the new Yahoo! Groups email. http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM -

Re: [flexcoders] Re: Strange behavior in datagrid

2006-07-20 Thread Joe Stramel
edded font and using a client font for the header fixed it for me. Colin --- In flexcoders@yahoogroups.com, "Joe Stramel" <[EMAIL PROTECTED]> wrote: >  > I have a datagrid in my app that is displaying one row of data BELOW the actual visible control.  A

Re: [flexcoders] Re: Strange behavior in datagrid

2006-07-20 Thread Joe Stramel
Colin,   You got it.  I had a font-family: Arial attribute in my application css.  As soon as I took it out, viola!  Thanks!   Joe   - Original Message - From: Colin Wiseley To: flexcoders@yahoogroups.com Sent: Thursday, July 20, 2006 12:24 PM Subject

[flexcoders] Strange behavior in datagrid

2006-07-20 Thread Joe Stramel
I have a datagrid in my app that is displaying one row of data BELOW the actual visible control.  Any idea what could cause something like that?   __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail

[flexcoders] Null Object references in a ViewStack

2006-07-11 Thread Joe Stramel
I have a viewStack with three containers.  I need to reference a public property in the third container (which is a custom component) before it actually appears on the screen.  How do I go about forcing the app to create the container so I can reference it?  Seems easy, I just keep trippin

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Joe Stramel
bject instead of a WebService, and it's exactly the same.  You'll notice that the View binds to the ModelLocator, and the Commands update it.   http://www.jessewarden.com/archives/2006/07/flex_2_webservice.html   - Original Message ----- From: Joe Stramel

Re: [flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Joe Stramel
elLocator;     // sub view   public var someData:ArrayCollection;     Make sense?     ----- Original Message - From: Joe Stramel To: flexcoders@yahoogroups.com Sent: Monday, July 10, 2006 10:59 AM Subject: [flexcoders] Accessing a datagrid inside a different views

[flexcoders] Accessing a datagrid inside a different viewstate

2006-07-10 Thread Joe Stramel
I have a custom component that I created and I have added it to the main application.  There is a datagrid inside the custom component.  I call the data in the main app, place it in a public ArrayCollection and want the datagrid to display the data.  My problem is that the datagrid is in a

[flexcoders] Datagrid sorting happening automatically

2006-06-14 Thread Joe Stramel
I am retrieving info from a database using a remote object and putting it into an ArrayCollection.  I use that array to populate a datagrid which has an item editor in it with a numeric stepper (to modify a quantity field which has a default of 0).  Everything is working great, however eve

[flexcoders] Flex Data Services for .NET

2006-05-04 Thread Joe Orbman
live example, client and server-side code in the article: http://www.themidnightcoders.com/articles/objectautoupdate.htm You can learn more about the product at: http://www.themidnightcoders.com/weborb/ cheers, Joe -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders

RE: [flexcoders] Re: iteration::two namespace

2006-04-27 Thread Joe Ferraro
Not sure what the differences are but I’m using cairngorm 2 and my name space reads xmlns:cairngorm="org.nevis.cairngorm.business.*" which is defined in a class path setting in my project. I haven’t used .99 so I can’t guarantee it’s the same.   From: flexcoders@yahoogroups.com

[flexcoders] Disable themeColor

2006-04-21 Thread Joe
Is there a way to disable the themeColor on a button so the style does not change on mouseover or mousedown -- 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] Re: Simpler than Flex??????

2006-03-08 Thread Joe Berkovitz
I think the best thing about the site has to be the company slogan: "Life within the lifelessness... is what we Inculcate." After that, what is there to add? ... . .. .j pauland2513 wrote: > --- In flexcoders@yahoogroups.com, "flash6designeronline" > <[EMAIL PROTECTED]>

Re: [flexcoders] FastMxmlc

2006-03-07 Thread Joe Berkovitz
The pre-parsed information that makes Fastmxmlc fast is only generated by mxmlc. At least in 1.5, compc does not cache this information, so there's no similar way to speed it up. ... . .. .j Clint Modien wrote: > http://www.deitte.com/archives/2005/09/speeding_up_mxm.ht

Re: [flexcoders] Re: RIA Certified Developer/Architect

2006-02-28 Thread Joe Berkovitz
I am sure that there are many viewpoints on this subject, and I won't presume to have the "right" one. However, I have been in the business for over 20 years, so I can at least claim to have seen a lot, even if I'm wrong in my conclusions :) I have a couple of things to share -- both my own or

Re: [flexcoders] Actionscript-based Applications with Flex 2

2006-02-18 Thread Joe Berkovitz
Something like a direct-manipulation nodes-and-arcs editor such as you describe should be totally doable within Flex. You don't really need Flash (the tool) to combine programmatic animation and drawing with Flex components, because the Flex APIs are a superset of those that you will eventuall

Re: [flexcoders] LinkBar questions - Flex 1.5

2006-02-16 Thread Joe Berkovitz
The problem is the "100%" specifications on everything. Something has to limit the HBox's width to the ViewStack's width, otherwise the whole Application will grow to a size that contains everything without scrolling. Try this: ... . .. .j Graham, Jason wrote: > Here

[flexcoders] Flex Positions at Allurent

2006-02-14 Thread Joe Berkovitz
eover, we're having a great time doing it. For details, please look at our career postings reachable from http://www.allurent.com via the 'Careers' link. Interested parties should contact [EMAIL PROTECTED]; please do not respond directly to this email or to this list. Cheers,

Re: [flexcoders] embed a movieclip

2006-02-10 Thread Joe Berkovitz
old > SWFs. There's no such thing as "temporary". > > Given a choice between features and stability, we have to choose > stability. > > -rg > > >>-Original Message- >>From: flexcoders@yahoogroups.com >>[mailto:[EMAIL PROTECTED] On Behal

Re: [flexcoders] embed a movieclip

2006-02-10 Thread Joe Berkovitz
Roger, I just want to point out again that LocalConnection doesn't quite cut it, because it means you have to pass some sort of unique connection ID into an FP8 movie in order to distinguish it from other loaded instances of the same movie. The only sanctioned way to do this is via a URL para

Re: [flexcoders] embed a movieclip

2006-02-09 Thread Joe Berkovitz
I have to say, I think you have all missed my point. OK, we've found something clever and we're pleased that it works. That is not the end of the story. Don't just go away and assume that this is going to keep working, because it is totally undocumented and unsupported. If you want it, then

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Joe Berkovitz
Oh, and... No communication techniques work for embedded clips, they only work for loaded external clips. Embedded clips can't contain any AS code whatsoever. ... . .. . j Joe Berkovitz wrote: > I played with this approach quite a lot a few months back, befor

Re: [flexcoders] embed a movieclip

2006-02-08 Thread Joe Berkovitz
I played with this approach quite a lot a few months back, before giving up on it. This technique is very limited and there is a lot of data that will not make it through the AS2/AS3 boundary (there are two separate AVMs running side by side in the 8.5 player, with totally different internal d

Re: [flexcoders] Re: passing Map from Flex to server side

2005-12-16 Thread Joe Berkovitz
We ran into this some time ago and, yes, it's hell to figure out what's going on. As you say, the only solution is to avoid using public statics in your serialized classes. The reason this happens is that the Flex 1.5 AMF gateway doesn't distinguish between static and nonstatic public fields.

[flexcoders] Java to AS conversion with XDoclet2 now available

2005-12-14 Thread Joe Berkovitz
he miracle (just plain hard work, actually) of open source. ... . .. . j Joe Berkovitz wrote: > I recently reviewed the group and saw a thread on automating POJO > conversion from Java to AS. I've just developed an XDoclet2 plugin that > does this and will m

[flexcoders] Java Pojo to AS pojo conversion with xdoclet2

2005-11-29 Thread Joe Berkovitz
I recently reviewed the group and saw a thread on automating POJO conversion from Java to AS. I've just developed an XDoclet2 plugin that does this and will make it available shortly after it gets some testing. It also converts static final fields from Java into static vars in AS, and works

Re: [flexcoders] The Current Architecture

2005-10-26 Thread Joe Rinehart
Hi Kenlie, The Flex 2.0 framework contains data service components for connecting to existing Web Services...see documentation.  -JoeOn 10/26/05, knly browne <[EMAIL PROTECTED]> wrote: Good day awll I must show some gratitude for all the help that i have recieved from the experts here

RE: [flexcoders] date sort

2005-10-07 Thread joe . g . james
idColumn.   Matt   From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Joe Sent: Wednesday, October 05, 2005 2:33 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] date sort   Is there a way to sort a date field in a data grid that is using a labelfunction to get the da

  1   2   >