RE: [flexcoders] monitoring dataservice fills on lookup tables prior to createItem

2006-10-06 Thread Jeff Vroom
handler for each of them though in case they fail but probably it could be the same fault handler for all three. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of passive_thoughts Sent: Wednesday, October 04, 2006 9:22 AM To: flexcoders

[flexcoders] WebService case sensitive

2006-10-01 Thread Jeff Krueger
. Is there a way to tell it not to worry about case. I would really like to not rename all my variables. Here is the error.ThanksJeff[RPC Fault faultString="Error #1069: Property Pk not found on com.routeto1.flex.vo.user.UserVO and there is no default value." faultCode=&quo

RE: [flexcoders] Dynamic Button Icon

2006-09-30 Thread Battershall, Jeff
You have to embed the image first using the Embed compiler directive and it can be from a url but that url has to be availble at compile time. [Embed(source=/images/excel_icon.png)] [Bindable] public var excelIcon:Class; mx:Button icon={excelIcon}/ Jeff -Original Message- From

RE: [flexcoders] Add an object via DataService.createItem() to a DataGrid

2006-09-27 Thread Jeff Vroom
the right way to handle this. It was part of our original plan but just did not make it into 2.0. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benno Kittelmann Sent: Wednesday, September 27, 2006 1:43 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Add an object via DataService.createItem() to a DataGrid

2006-09-26 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Benno Kittelmann Sent: Tuesday, September 26, 2006 6:32 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Add an object via DataService.createItem() to a DataGrid Hello all, I have

[flexcoders] Tree Component Bug?

2006-09-25 Thread Battershall, Jeff
to duplicate this behavior on a consistent basis - I'm using an embedded font for the rendering (Arial), and overriding the default icons. Has anyone else experienced this? Any advice appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477

RE: [flexcoders] How to expand Tree Item, by clicking on Item itself?

2006-09-25 Thread Battershall, Jeff
Title: Message I've done the same thing - works great. Now here's a question - how to get the expansion to animate like it does when you click on the icon. I haven't figured out how to do that just yet. Jeff -Original Message-From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] many-to-many destinations help

2006-09-25 Thread Jeff Vroom
cause you problems on the client when you try to fetch an item which is not loaded. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of passive_thoughts Sent: Monday, September 25, 2006 4:11 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] many-to-many

RE: [flexcoders] Re: Stack Overflow with circular managed associations.

2006-09-25 Thread Jeff Vroom
property values and send those in the header. If you dont see anything obviously wrong in the debug output, send it along to me and hopefully I can tell what is happening from that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent

RE: [flexcoders] Webservices from actionscript...

2006-09-25 Thread jeff tapper
Take a look on my blog (http://jeff.mxdj.com), a few different examples there (search on as3 datamanager) Sent with Wireless Sync from Verizon Wireless Original Message From: Ken Bromberger [EMAIL PROTECTED] Date: 9/25/06 8:01 pm To: flexcoders@yahoogroups.com

[flexcoders] Sync changes from textArea.htmlText to textArea.text? validateNow()?

2006-09-23 Thread Jeff Kroll
the htmlText is now once again in sync with the text property, as it was in the starting condition.Any ideas how to get validateNow() to work as advertised?Cheers,Jeff __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives

Re: [flexcoders] Can we run our existing Flex1.5 application on Flex2.0 platform?

2006-09-23 Thread Jeff Tapper
not sure if anyone answered you on this or not, but the short answer is no. some level of code modification is neccessary. how much depends on the application itself. At 03:16 AM 9/21/2006, anjicn wrote: Can we run our existing Flex1.5 application on Flex2.0 platform without extra code-level

RE: [flexcoders] Re: services-config.xml No Destination Found

2006-09-22 Thread Jeff Vroom
. It looks like your destination is just being defined as part of the wrong service, or maybe it has the wrong messageTypes? I hope this helps. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brendan Meutzner Sent: Friday, September 22, 2006 12:05 PM

RE: [flexcoders] Re: Unable to access UserTransaction in DataService.

2006-09-22 Thread Jeff Vroom
.* and Message.* are included in the pattern tags just underneath that in the file. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of erik_jen5en Sent: Friday, September 22, 2006 6:27 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Unable

RE: [flexcoders] Re: Using SpringBeanAdapter instead of FDS

2006-09-21 Thread Jeff Vroom
It is in fds2/resources/samples/assemblers/flex-messaging-dist-src.zip. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Valy Sivec Sent: Thursday, September 21, 2006 9:07 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re

RE: [flexcoders] Re: services-config.xml No Destination Found

2006-09-21 Thread Jeff Vroom
Can you provide the exact error you are seeing? We have Unknown destination x and x is not a valid destination. It also might help to turn on debug logging on the client you do this by adding the MXML tag: mx:TraceTarget/ then look in your flashlog.txt file. Jeff From

RE: [flexcoders] Re: Using SpringBeanAdapter instead of FDS

2006-09-20 Thread Jeff Vroom
the session is closed (unless that property is marked as lazy in the FDMS configuration in which case only the id of that object must be available). Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of laidezmon Sent: Wednesday, September 20, 2006 10:18 AM

RE: [flexcoders] ClassCastException with lazy managed association and HibernateAssembler

2006-09-20 Thread Jeff Vroom
Im afraid FDMS cant deal with association properties which are of type java.util.Map. It must be a java.util.Collection. Ill file an enhancement for this since we should support this data type. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com

RE: [flexcoders] UserTransaction JNDI syntax for FDS/Hibernate support

2006-09-19 Thread Jeff Vroom
support -- property name=transaction.factory_classorg.hibernate.transaction.JTATransactionFactory/property property name=transaction.manager_lookup_classorg.hibernate.transaction.JRun4TransactionManagerLookup/property so that might help. Jeff From: flexcoders@yahoogroups.com

[flexcoders] compiler warnings with [Bindable] internal

2006-09-18 Thread Jeff Tapper
Is there some restriction about using [Bindable] on internal properties? It seems that i get compiler warnings if i have [Bindable] properties maked as internal, where if i mark the same property as either public or private, there is no warning. Is this a bug, or are we not meant to allow

Re: [flexcoders] Re: Panel Windows Title Icon

2006-09-15 Thread Jeff Tapper
Absolutely. If you look at the Panel subclass code from my blog that I mentioned in my previous post, you can see how i'm doing it for a number of projects. , At 09:11 AM 9/15/2006, mthielman11 wrote: One question I have had is, is it possible to put a button bar or something of that nature

RE: [flexcoders] Re: Lost commit on data source with polling AMF

2006-09-14 Thread Jeff Vroom
have to resolve the conflict before you can commit anyway (we also require you to resolve all conflicts before you can commit). If this doesnt match what you are seeing, let me know. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of [EMAIL PROTECTED

[flexcoders] Re-draw parent when child size changes

2006-09-14 Thread Battershall, Jeff
to the correct height. I'm sure I can laboriously figure this one out but it seems that I should be able to get this done properly by using the correct series of events and methods of the parent container object. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520

Re: [flexcoders] AutoSuggest TextField

2006-09-14 Thread Jeff Tapper
I've built type-ahead boxes for clients before. to do it well requires a well architected and ultra fast back end. At 07:34 AM 9/14/2006, DJ Lift wrote: Hey there, Has anyone seen any auto suggest style text fields for flex? Similar to what google is doing? Thanks, mark -- Flexcoders

Re: [flexcoders] Panel Windows Title Icon

2006-09-14 Thread Jeff Tapper
take a look at my MaxRestrorePanel class... http://jeff.mxdj.com/flex_2_maxrestorepanel_class.htm At 08:00 PM 9/14/2006, Jeremy Rottman wrote: I am working on styling my application, and I have searched throught the live docs/help files for flex. But I cant seem to find how to set the titleIcon

RE: [flexcoders] FDS: Trouble Pushing Data To the Client

2006-09-11 Thread Jeff Vroom
.* in it, it will give you some nice diagnostics on the server side and should include the stack trace for that exception. It looks from the error like this is happening in your assemblers sync method. That would abort whatever update operation you are trying to perform. Jeff From: flexcoders

RE: [flexcoders] Re: Remote Object Destinations

2006-09-11 Thread Jeff Vroom
the value of the String xml property on the class: mx.messaging.config.ServerConfig. This is the subset of the servers configuration which gets compiled into the client. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of lyon.james Sent: Monday

RE: [flexcoders] synchronization between server and client classes

2006-09-08 Thread Jeff Vroom
For Java, check out: http://joeberkovitz.com/blog/2006/04/14/xdoclet2-update Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of rahul_asanikar Sent: Friday, September 08, 2006 7:13 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] SOS! Fatal FDS Error!!!

2006-09-08 Thread Jeff Vroom
will cause it to reconnect automatically. When you reconnect, the DataService automatically resubscribes for any fills, getItems or whatever which you have not explicitly released. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of dreuimar Sent

[flexcoders] DragEnter and Panels

2006-09-07 Thread jeff tapper
I am still battling a drag drop issue with panels. It seems, that when the parent of a panel is a valid drop target, but the panel is not, that the panel's DragEnter event isn't fired (which ultimately changes the cursor), until the dragged element crosses over a child of the panel. This is

RE: [flexcoders] flex 2.0 logging

2006-09-07 Thread Jeff Vroom
= and change that attributes value to Debug. Then make sure you have Message.* enabled as one of the patterns below. This logs a debug message in the app servers log file before and after each message processed by the server for each client. Jeff From: flexcoders@yahoogroups.com

Re: [flexcoders] Re: Anyone actually able to save data from flex

2006-08-31 Thread Jeff Tapper
well, the server side method needs to be built to accept the xml. in our case, we found it easier to build webservice methods and pass it a single xml argument, rather than working with a servlet/.asp page to accept it as an http get/post. I'm sure you could do it with httpService, but i

Re: [flexcoders] Anyone actually able to save data from flex

2006-08-30 Thread Jeff Tapper
I do this all the time without any issues, to both java and .net backends. No FDS involved, just pushing xml back and forth with WebServices. At 10:08 AM 8/30/2006, mthielman11 wrote: I started another topic on this below, but this is a more general question. We have been pulling our hair out

RE: [flexcoders] Building a chat server over FDS... impossible is nothing??

2006-08-30 Thread Jeff Vroom
scalability, you partition the users using some kind of a hashing scheme. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Aldo Bucchi Sent: Tuesday, August 29, 2006 7:32 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Building a chat server

RE: [flexcoders] Flex 2 patch timeline

2006-08-30 Thread Jeff Tapper
Jack- I think you misunderstand what Matt said. He didn't say they aren't working on fixes, he said it hasnt been their top priority. If you have an issue, he recommended you contact their support team. I have said this before, but I would not have a single customer if I told them I could not

RE: [flexcoders] XSRF Vulnerability?

2006-08-30 Thread Jeff Vroom
the XSRF exploit impossible while still allowing the user to create a new player instance from the same browser. Of course that player instance would have to reauthenticate. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Christian Edward Gruber Sent

Re: [flexcoders] NumberValidator question

2006-08-29 Thread Jeff Tapper
was more straight from my developer mind and through not really seeing the 'process' all the way through I said it. As far at what you said, that makes sense. You might want to ask Jeff the same question as to what he is doing extending and needing NaN. As far as me and the event, well

Re: [flexcoders] Having trouble with basic xml loading...

2006-08-29 Thread Jeff Tapper
try this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; creationComplete=initApp() layout=absolute mx:Script ![CDATA[ import flash.net.*; import flash.events.*;

[flexcoders] NumberValidator question

2006-08-28 Thread Jeff Tapper
Am i missing something basic, or does the NumberValidator not contain the infrastructure to ensure that the specified value is a number? I'm nearly certian that the NumberValidator could perform a NaN check as well as validating from within a range. Do we need to roll that ourselves in Flex

Re: [flexcoders] NumberValidator question

2006-08-28 Thread Jeff Tapper
is there; /** * Determines if the value is not null and not NaN value. */ override protected function isRealValue(value:Object):Boolean { return ((value != null) !isNaN(Number(value))); } Peace, Mike On 8/28/06, Jeff Tapper [EMAIL PROTECTED] wrote: Am i missing something basic

Re: [flexcoders] Re: specifying a percentage width in script?

2006-08-28 Thread Jeff Tapper
take a look at the .percentWidth property. At 03:35 PM 8/28/2006, e_baggg wrote: You have to calculate that yourself. Add an event listener for resize and which calls a function that calculates and resets the width. private function resizeHandler () : void { //if parent is an HBox that is

RE: [flexcoders] Cairngorm with DataServices - addItem() error

2006-08-28 Thread Jeff Vroom
To get notification of updates such as addItem, turn off autoCommit and then call ds.commit() after each update. This returns a token which you can use to be notified of any result or error. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

[flexcoders] Still Getting History Manager Security Sandbox Errors

2006-08-25 Thread Battershall, Jeff
- sometimes I get this, sometimes I don't. Any advice appreciated. Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

RE: [flexcoders] i can not find flex 1.5 SDK

2006-08-25 Thread Battershall, Jeff
Flex 1.5 didn't have an SDK to my knowledge. The entire licensing scheme of Flex has changed between versions. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dan_marcu_eee Sent: Friday, August 25, 2006 1:33 PM To: flexcoders

RE: [flexcoders] Re: i can not find flex 1.5 SDK

2006-08-25 Thread Battershall, Jeff
is not that difficult. It might be a faster route just to figure it out and do that instead, and as a bonus you get to leverage all the advantages of Flex 2. Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dan_marcu_eee Sent: Friday, August 25

RE: [flexcoders] Re: FDS Data Management quesion

2006-08-23 Thread Jeff Vroom
changes when you have relationships. Yes, you can revert the changes for items independently. Just call dataService.revertChanges(item). We find all messages that affect that item and undo those changes and then remove those messages from the queue. Jeff From: flexcoders

[flexcoders] Flex 2 History Manager Oddities

2006-08-23 Thread Battershall, Jeff
? Or is there a known way to get the History Manager Lc to work with subdomains? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

RE: [flexcoders] Functionality Between Components and the Main Application

2006-08-23 Thread Battershall, Jeff
Your custom component should dispatch its events. The parent application which should be listening for them. Something like this might work: comp:MyComp itemClicked=popUpWindow(event)/ Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

RE: [flexcoders] Re: Remote object help again..

2006-08-23 Thread Jeff Vroom
, it was due to the fact that the compilers configuration did not include a pointer to the correct services-config.xml. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mark Piller Sent: Wednesday, August 23, 2006 12:50 PM To: flexcoders@yahoogroups.com

RE: [flexcoders] FDS + Hibernate exception committing updates

2006-08-23 Thread Jeff Vroom
that along as well. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Thunder Stumpges Sent: Wednesday, August 23, 2006 6:05 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS + Hibernate exception committing updates Hi all, I have

[flexcoders] Tree Datagrid highlight color bug?

2006-08-23 Thread Jeff Kroll
nilla code, and everything else about the popped up property sheet works as before. It's just the highlight color that's wonky. Cheers,Jeff __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/

Re: [flexcoders] Resizable, Collapsible, Draggable Panel??

2006-08-22 Thread Jeff Tapper
I've got examples of resizable and collapsible on my blog: http://jeff.mxdj.com/flex_2_maxrestorepanel_class.htm http://jeff.mxdj.com/sizeabletitlewindow.htm At 12:05 PM 8/22/2006, Megan wrote: Hi everyone. I've been trying to make a panel for an application that has quite a few features. It

RE: [flexcoders] FDS, VOs, and ignoring client-side properties

2006-08-22 Thread Jeff Vroom
you want to FDS to ignore, just do not fire the PropertyChangedEvent. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: Monday, August 21, 2006 9:54 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] FDS, VOs

Re: [flexcoders] Re: Resizable, Collapsible, Draggable Panel??

2006-08-22 Thread Jeff Tapper
@yahoogroups.com, Jeff Tapper [EMAIL PROTECTED] wrote: I've got examples of resizable and collapsible on my blog: http://jeff.mxdj.com/flex_2_maxrestorepanel_class.htm http://jeff.mxdj.com/sizeabletitlewindow.htm At 12:05 PM 8/22/2006, Megan wrote: Hi everyone. I've been trying to make

RE: [flexcoders] FDS Data Management quesion

2006-08-22 Thread Jeff Vroom
. Jeff From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of thunderstumpgesatwork Sent: Tuesday, August 22, 2006 9:58 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS Data Management quesion I have a question (or two) about saving

[flexcoders] Disabling a nested menu item in a menu bar?

2006-08-21 Thread jeff tapper
Anyone have a clue how to disable a menu bar item, when it is not the top level? Given a structure like this: menuItem label=File menuItem label=New / menuItem label=Open / menuItem label=Save / /menuItem I can easily get a handle on the root node (File), by accessing

[flexcoders] Re: Disabling a nested menu item in a menu bar?

2006-08-21 Thread jeff tapper
unfortunately not, its populated dynamically at run time. Any other ideas on how to address a nested child of the menu? --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Hi Jeff, You can handle this with binding. Something like this: menuItem label=File enabled

[flexcoders] Re: Disabling a nested menu item in a menu bar?

2006-08-21 Thread jeff tapper
on the nested children MenuBarItems? --- In flexcoders@yahoogroups.com, Tim Hoff [EMAIL PROTECTED] wrote: Bummer - sorry, Probably need to look at MenuBar.getMenuAt(index). -TH --- In flexcoders@yahoogroups.com, jeff tapper jeff@ wrote: unfortunately not, its populated dynamically at run

RE: [flexcoders] FDS 2.0

2006-08-18 Thread Jeff Whatcott
Correct.  We do not license by the core.  We license by the physical processor. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of hank williams Sent: Friday, August 18, 2006 10:16 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] FDS 2.0

[flexcoders] Returning XML from CFMX with AMF0

2006-08-17 Thread Battershall, Jeff
CF. I've been hacking around trying to deal wit this - but no dice. Any advice? Jeff Battershall Application Architect Dow Jones Indexes [EMAIL PROTECTED] (609) 520-5637 (p) (484) 477-9900 (c) -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-17 Thread Battershall, Jeff
As an additional note - it is taking my entire XML document and making it the label of a single root node. Like: [foldericon] myEntireXMLDocAsText The XML object I'm creating in CF is using the the CF xml functions. Perhaps I should just scrap that and return a string. Jeff -Original

RE: [flexcoders] Returning XML from CFMX with AMF0

2006-08-17 Thread Battershall, Jeff
Nevermind...a newbie to Flex2 question that simply required some quality time with the docs...Just had to set showRoot = false and stipulate which attribute for the label field. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Battershall, Jeff

[flexcoders] Re: XML vs. Array data provider... inline renderer for DataGridColumn discrepanc

2006-08-15 Thread Jeff
in which every branch and leaf has a checkbox on it (think MSBackup, for example). Any ideas for that? Cheers, Jeff --- In flexcoders@yahoogroups.com, lostinrecursion [EMAIL PROTECTED] wrote: Hi there. I have had a lot of trouble over the Flex 2 launch with getting XML to behave correctly

[flexcoders] XML vs. Array data provider... inline renderer for DataGridColumn discrepancy

2006-08-14 Thread Jeff Kroll
I'm stuck! I can't get aninline renderer for DataGridColumnto work with anXML data provider, even though it works just fine for an Array data provider.Please seethe example code. Thanks in advance! Jeff ?xml version="1.0"?mx:Application xmlns:mx="http://www.adob

RE: [flexcoders] FlexSession expiration question

2006-08-11 Thread Jeff Vroom
or whatever which you have not explicitly released. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dmitry Miller Sent: Thursday, August 10, 2006 12:24 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FlexSession expiration question I have

[flexcoders] Adjusting registration point?

2006-08-11 Thread Jeff Tapper
Does anyone know if there is a built in mechanism in AS3 to adjust a DispalyObject's registration point? I've written an AS2 class to do this with previous versions, but before i port that over to as3, I'm curious if anyone has found an easier way. What I'm looking to do is control where an

Re: [flexcoders] Creating State using ActionScript

2006-08-11 Thread Jeff Tapper
Yes! I've had to do just that, and blogged about it. http://jeff.mxdj.com/as3viewstates.htm At 03:59 PM 8/10/2006, Sergey Kovalyov wrote: Hi All! Does anybody have experience creating view states using ActionScript, not in MXML? Imagine, I have two view states, defined in MXML and I want to

[flexcoders] Using one branch of XMLListCollection as a dataProvider

2006-08-11 Thread Jeff Kroll
How do Iuse a single branch of hierarchical XMLListCollectionas the dataprovider for a dataGrid? All of children at the level of the tree I'm using are homogeneous, but the branch is well below the root, so simply setting showRoot to false won't cut it. Thanks, Jeff

[flexcoders] Setting Label of checkbox used as DataGrid itemEditor

2006-08-11 Thread Jeff Kroll
ompile. Any clues how to reference the label property of the checkbox being used as an item editor? Cheers, Jeff __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexco

RE: [flexcoders] Adjusting registration point?

2006-08-11 Thread Jeff Tapper
, in order to keep a particular registration point at a fixed location. - Gordon -- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Tapper Sent: Friday, August 11, 2006 5:52 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Adjusting registration point

[flexcoders] How do I create an XML object inline to pass to addItem?

2006-08-10 Thread Jeff Kroll
mx.collections::ListCollectionView/addItem()at main/___Button2_click() Does the syntax I'm using for the addItem only work for arrays? Is there an equivalent inline syntax for creating "one XML object" that addItem will accept for my XMLListCollection? Thanks, Jeff __._,_.___ -- Flexc

Re: [flexcoders] Simple Date Stuff

2006-08-09 Thread Jeff Tapper
how about this: ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=horizontal mx:DateField id=one selectedDate={date1} / mx:DateField id=two selectedDate={date2}/ mx:Script ![CDATA[

RE: [flexcoders] Logging in Flex2 - Please help

2006-08-09 Thread Jeff Vroom
.   It is the ILogger class which does the argument substitution and right now that is hard-coded to use the LogLogger implementation class.  I think we ship the source for this stuff in the framework/source directory so you can see for yourself. Jeff From: flexcoders@yahoogroups.com

RE: [flexcoders] Flex 2 DS shared Managed Objects question

2006-08-05 Thread Jeff Vroom
that you update both sides of the relationship though only one of the properties needs to be changed to persist the state in the database. Jeff __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http

[flexcoders] Re: Unable to detect change in text selection in textArea...

2006-08-05 Thread Jeff
So, no one else has figured this one out yet either? :( If you have and ideas to pursue, please share! I'm stuck. Cheers, Jeff --- In flexcoders@yahoogroups.com, Jeff [EMAIL PROTECTED] wrote: Seems like there should simply be an event on a textArea called selectionChanged... alas

RE: [flexcoders] Flex2 and CFC work on local but not whe uploaded to host

2006-08-04 Thread Battershall, Jeff
One thing to check - is there a crossdomain.xml in the webroot of your site? Jeff -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flycl65 Sent: Friday, August 04, 2006 11:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex2 and CFC

RE: [flexcoders] UserTransaction on Windows and Linux

2006-08-04 Thread Jeff Vroom
://www.adobe.com/support/documentation/en/flex/2/install.html#tomcat Not sure why this is different between linux and windows but if you notice any problems in the instructions/docs let us know. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dreuimar Sent

[flexcoders] Unable to detect change in text selection in textArea...

2006-08-03 Thread Jeff
outside the textArea. Cheers, Jeff -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com

RE: [flexcoders] Flex RemoteObject doens't work with my security like Flash Services did.

2006-08-03 Thread Jeff Vroom
. Go to FDSs WEB-INF/flex/services-config.xml file, search for level= . Set that to Debug and make sure that Message.* is included in the patterns just below that. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of gotgoose09 Sent: Thursday, August 03, 2006 7

RE: [flexcoders] lazy evaluation - invalidating item/property on the client side

2006-08-02 Thread Jeff Vroom
into the get/set methods we generate for that property which use the Managed.set/getProperty methods). But this would be a possibility if you did the work of adding the managed support to the class yourself. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf

Re: [flexcoders] Re: Is there a way to put a close X on the tabnavigator

2006-08-01 Thread Jeff Tapper
You can subclass mx.controls.tabBarClasses.Tab, and add override the createChildren method to create the close button, override the updateDisplayList to position the button. Then, you need to subclass mx.controls.TabBar to make use of your new Tab class instead of the existing one. Then, you

RE: [flexcoders] DataService addItem vs. adding to a fill()'d collection

2006-08-01 Thread Jeff Vroom
that collection using releaseCollection it releases the reference for all of the items in the collection. We do reference counting on the client so only when you have released the last reference to a managed item is the items managed state released. Jeff From: flexcoders@yahoogroups.com [mailto

RE: [flexcoders] Retrieving remote username with FDS

2006-08-01 Thread Jeff Vroom
.  Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent: Tuesday, August 01, 2006 11:39 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Retrieving remote username with FDS Hi, When using RPC services

RE: [flexcoders] Re: FDS - how do I manage a single item?

2006-08-01 Thread Jeff Vroom
(resultEvent:ResultEvent, token:Object=null):void { cab = itemRef.result as Cab; // . Second rpc call snipped from here }, function (faultEvent:FaultEvent, token:Object=null):void { Alert.show(faultEvent.fault.faultString, Error Logging In); })); Jeff From

RE: [flexcoders] Re: DataService addItem vs. adding to a fill()'d collection

2006-08-01 Thread Jeff Vroom
the window. If you are using HTTP, it will go away when that users session expires based on your app-servers session timeout. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of thunderstumpgesatwork Sent: Tuesday, August 01, 2006 2:19 PM To: flexcoders

RE: [flexcoders] Set resubscribeAttempts on DataService?

2006-08-01 Thread Jeff Vroom
the idea of exposing the entire consumer api but it seemed like it made the api unnecessarily complicated. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dirk Eismann Sent: Tuesday, August 01, 2006 12:14 AM To: flexcoders@yahoogroups.com Subject

RE: [flexcoders] Retrieving remote username with FDS

2006-08-01 Thread Jeff Vroom
no idea why that is working!) This is not true for RTMP though currently we do not have an automatic way to tie a specific RTMP session to an HTTP session from the same client.    Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Dimitrios Gianninas Sent

[flexcoders] style for color of DivdedBox thumb?

2006-07-31 Thread Jeff Tapper
Heres an odd question. Does anyone know if there is a style property to set the color of the thumb (the little thing you click on and interact with) for a Divided Box? I thought maybe the dividerColor would do it, but trying that reinforces what the docs say about it: Color of the dividers

Re: [flexcoders] mark/bookmark functionality in flex builder 2

2006-07-31 Thread Jeff Tapper
Take a look at Window Other Views Basic Bookmarks At 02:31 PM 7/31/2006, udumki wrote: Hi, Does anyone know how to use bookmarking in fb2? I can set a bookmark by right-clicking and selecting Bookmarks... in the left gutter of the code editor, but once it is set, I can't remove it or quickly

Re: [flexcoders] Re: DataProvider on DataGrid access by index

2006-07-30 Thread Jeff Tapper
Do you mean by the index of the column or index of the row? Within the row of the selectedItem, you could get the values of each column doing something like this (note, this is written in email client, not FB, so typos are not only possible, they are likely): var row:Object = dg.selectedItem;

RE: [flexcoders] Question about Data Service Assemblers

2006-07-29 Thread Jeff Vroom
, you dont need a create or delete method for items of that type. Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dreuimar Sent: Friday, July 28, 2006 7:21 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Question about Data Service Assemblers

[flexcoders] Re: Tools for listing objects

2006-07-28 Thread jeff tapper
PROTECTED] On Behalf Of jeff tapper Sent: Thursday, July 27, 2006 9:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Tools for listing objects Really, what im looking for, is some way to check if an object no longer exists. I thought a weak reference in the dictionary might

[flexcoders] Re: Is there a hashmap or similar datastructure in flex/as3?

2006-07-28 Thread jeff tapper
Take a look at the flash.utils.Dictionary class. --- In flexcoders@yahoogroups.com, flxcoder [EMAIL PROTECTED] wrote: Is there a hashmap or similar datastructure in flex/as3? I need a way to store indexes and data. a set data structure would also be nice. Thanks -- Flexcoders

[flexcoders] Re: Tools for listing objects

2006-07-27 Thread jeff tapper
Am I misunderstanding the usage of Weak References in the Dictionary? Does anyone have any idea how this can be used to keep track of what objects exist and which dont? --- In flexcoders@yahoogroups.com, jeff tapper [EMAIL PROTECTED] wrote: Ok, heres a sketch of what im trying now. App.mxml

RE: [flexcoders] throwing exceptions from FDS fill() method

2006-07-27 Thread Jeff Vroom
exception it wants, even those that extend from Exception as it is invoked via reflection. When you have a fill-method tag in the definition file that matches the fill call on the client, it will be called instead of the Assembler interface methods fill call. Jeff From: flexcoders

[flexcoders] TextLineMetrics anyone?

2006-07-27 Thread jeff tapper
Has anyone successfully used TextLineMetrics with multiline text fields? All my experiments are showing that it always computes assuming a single, not wrapping line of text. I'm not sure if im using it wrong (the most likely scenario), if its a documentation error, or a bug. According to

[flexcoders] Re: TextLineMetrics anyone?

2006-07-27 Thread jeff tapper
, turn on autoSize = left; - Original Message - From: jeff tapper [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Thursday, July 27, 2006 10:14 AM Subject: [flexcoders] TextLineMetrics anyone? Has anyone successfully used TextLineMetrics with multiline text fields? All my

[flexcoders] Re: Drag and Drop with TitleWindow

2006-07-27 Thread jeff tapper
I had this issue recently as well. Try dropping this into the AS file for your TitleWindow component: override public function localToContent(point:Point):Point { return point; } --- In flexcoders@yahoogroups.com, csewhiff [EMAIL PROTECTED] wrote: I'm having a problem getting the

[flexcoders] Re: Tools for listing objects

2006-07-27 Thread jeff tapper
; I 1; i++) New Object(); That should trigger the garbage collector hopefully. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of jeff tapper Sent: Thursday, July 27, 2006 5:56 AM To: flexcoders@yahoogroups.com

[flexcoders] Re: Drag and Drop with TitleWindow

2006-07-27 Thread jeff tapper
=44103 Jeff your solution works! --- In flexcoders@yahoogroups.com, csewhiff wiff@ wrote: I'm having a problem getting the dragEnter event to fire properly on a TitleWindow. I have a DataGrid with a TabBar above it. I change the contents of the DataGrid depending on which tab

<    3   4   5   6   7   8   9   10   11   12   >