[flexcoders] Re: Datagrid format row

2008-06-10 Thread valdhor
And, of course, the best blog on item renderers around: http://blogs.adobe.com/aharui/item_renderers/ --- In flexcoders@yahoogroups.com, "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > http://blog.mikenimer.com/index.cfm/2006/10/3/BackgroundRowColor-DataGrid-component > > -Josh > > On Tue, Jun

[flexcoders] Re: Wierd problem with Flex debugging

2008-06-10 Thread valdhor
To know that you don't have the debug player installed, you must have gone to this page: http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_15507 On this page, if you click on the "Products Affected" link and on this subsequent page click the "Additional Downloads" Link, you will be tak

[flexcoders] Re: Do you use a Mac?

2008-10-29 Thread valdhor
My WinXP machine does not crash per se. After a certain amount of time (24 - 48 hours) it will progressively slow down to the point of unusability. If I leave it too long it becomes so slow that I have to hit the reset button. If I catch it in time, I can get it to restart but it will take over an

[flexcoders] Re: textArea.setFocus();

2008-10-29 Thread valdhor
Yes, your application has to get focus. Look at the following... http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="onCreationComplete()" click="onCreationComplete()"> --- In flexcoders@yahoogroups.com, "Keith Reinfeld" <[EMAIL PROTECTED]> wr

[flexcoders] Re: textArea.setFocus();

2008-10-29 Thread valdhor
Unfortunately, you can't. The browser has focus until the user clicks on your app. BTW. Does anyone know if this is rectified with FP10? Or is it just something we have to live with from the browser vendors? --- In flexcoders@yahoogroups.com, "tchredeemed" <[EMAIL PROTECTED]> wrote: > > Thanks

[flexcoders] Re: textArea.setFocus();

2008-10-30 Thread valdhor
I found this bug in Jira: https://bugs.adobe.com/jira/browse/FB-429 It's been around since March of 06. Should we just vote on this one or create a new bug entry? --- In flexcoders@yahoogroups.com, Alex Harui <[EMAIL PROTECTED]> wrote: > > I believe the Java browser plug-ins don't have this prob

[flexcoders] Re: need your advice on flash or flex

2008-10-30 Thread valdhor
If it were me... 1. Use ImageMagick (http://www.imagemagick.org) on the server to extract the photoshop layers then modify and convert them. 2. Have the Flash files reference external images and text. Modify these external files rather than the flash files. Leave the flash files on disk and use

[flexcoders] Re: Flex with WebOrb Issues... no build

2008-10-30 Thread valdhor
Eric I don't use WebORB for Java but I have a lot of experience with WebORB for PHP. It seems strange to me that WebORB would return a different data structure. If you could post some code, I may be able to figure out the problem (No guarantees though). --- In flexcoders@yahoogroups.com, Eric D

[flexcoders] Re: load fla file into web UI then edit image inside it

2008-10-31 Thread valdhor
About the only way I could see this happening is using MacOS X as your server platform. You could have Flash CS4 running and use AppleScript to control it. (You can exec AppleScript scripts from PHP). --- In flexcoders@yahoogroups.com, "Rich Rodecker" <[EMAIL PROTECTED]> wrote: > > supposedly yo

[flexcoders] Re: textArea.setFocus();

2008-10-31 Thread valdhor
; From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor > Sent: Thursday, October 30, 2008 9:06 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: textArea.setFocus(); > > > I found this bug in Jira: > > https://bugs.adobe.com/jira/browse/FB-4

[flexcoders] Re: textArea.setFocus();

2008-10-31 Thread valdhor
do that, and reference this bug > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of valdhor > Sent: Thursday, October 30, 2008 9:06 AM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: textArea.setFocus(); > > > I found this bug in Jira: >

[flexcoders] Re: Flash player 10 required for my swf?

2008-11-03 Thread valdhor
My guess is that the users seeing this message have Flash 9.0.115 (Or less Installed). The wrapper sees that the SWF needs 9.0.124 (Or later) so the user needs an upgrade. It then asks the server what the latest version of the player is, finds out it is 10 and tells the user he needs to update to

[flexcoders] Re: LinkBar | mx:dataProvider | does not work

2008-11-03 Thread valdhor
HmmmI would have expected that to work. It seems you have to specify the dataprovider property as part of the LinkBar... http://www.adobe.com/2006/mxml";>

[flexcoders] Re: Flex builder 2 standalone - plugin wouldn't show up

2008-11-03 Thread valdhor
You are probably better off starting here: http://www.ibm.com/developerworks/library/os-eclipse-plugindev1/index.html --- In flexcoders@yahoogroups.com, rviswanathan <[EMAIL PROTECTED]> wrote: > > > Hi > > I am new to plugin development and I startded off by creating a sample > plugin using f

[flexcoders] Re: flex label printing...

2008-11-03 Thread valdhor
I don't know if this is possible or not but if you could print to the Zebra from Java, then the Mepapi project may come in handy... http://www.merapiproject.net/ --- In flexcoders@yahoogroups.com, "nathanpdaniel" <[EMAIL PROTECTED]> wrote: > > Why can't you send plain text? The user is still p

[flexcoders] Re: sqlite insert issue

2008-11-03 Thread valdhor
>From memory, a *nix timestamp is a Real so it is having trouble converting '2008-08-19 16:46:54.26' to a number. Have you tried converting it before adding it to the database? --- In flexcoders@yahoogroups.com, "Johannes Nel" <[EMAIL PROTECTED]> wrote: > > Hi All > I have a sql statement which

[flexcoders] Re: How can I stop my HTTPService?

2008-11-03 Thread valdhor
disconnect() method? --- In flexcoders@yahoogroups.com, "sailorsea21" <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I have an HTTPService that I load in a module. When I unload the module > the HTTPService keeps working... > > This is my HTTPService: > result="getRate(event)" fault="FaultHa

[flexcoders] Re: How can I stop my HTTPService?

2008-11-03 Thread valdhor
disconnect() method? rate.disconnect() --- In flexcoders@yahoogroups.com, "sailorsea21" <[EMAIL PROTECTED]> wrote: > > Hi everyone, > > I have an HTTPService that I load in a module. When I unload the module > the HTTPService keeps working... > > This is my HTTPService: > result="getRate(eve

[flexcoders] Re: sqlite insert issue

2008-11-03 Thread valdhor
rks when i use a sqlite tool, only from AS it fails. > > On Mon, Nov 3, 2008 at 7:54 PM, valdhor <[EMAIL PROTECTED]> wrote: > > > From memory, a *nix timestamp is a Real so it is having trouble > > converting '2008-08-19 16:46:54.26' to a number. >

[flexcoders] Re: Compare text and highlight the differences

2008-11-04 Thread valdhor
I would search for a Diff algorithm (There is a wikipedia entry at http://en.wikipedia.org/wiki/Diff) and either try to implement it in Flex or send the texts to a backend Diff processor and just display the results (There are a lot of scripts available in multiple languages so I see no point in re

[flexcoders] Re: Recursively get all the childreen

2008-11-04 Thread valdhor
Like this?: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="onComplete()"> -

[flexcoders] Re: Recursively get all the childreen

2008-11-04 Thread valdhor
Like This?: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="onComplete()"> --

[flexcoders] Re: my first flex website

2008-11-04 Thread valdhor
Gustavo Found a bug: Clicked on "Porfolio" at the bottom and then on the right scroll arrow. This gives an error: TypeError: Error #1009: Cannot access a property or method of a null object reference. at lrsAd/openWindow() at lrsAd/__myPortaFolio_click() --- In flexcoders@yahoogroups.com, Gusta

[flexcoders] Re: Soap webservice and authentication

2008-11-04 Thread valdhor
I'd love to help but I have not tried to access Web Services directly from Flex - I use PHP as a client and return the data I want via AMF. Do you have a back end you can use? --- In flexcoders@yahoogroups.com, "ernoaapa" <[EMAIL PROTECTED]> wrote: > > Hi everyone! > I'm begging for help. > > I

[flexcoders] Re: hi! this examples didn't work out,please help

2008-11-05 Thread valdhor
There is a timing problem. The script is running before myComponent is actually created so you get an error to the effect that you are trying to access a property of a null object. The best way is to wait for the object you are trying to access to be created and then access it. One way is to use

[flexcoders] Re: SetFocus on page load urgent

2008-11-06 Thread valdhor
This problem is due to the browser having focus. You need to have the user give focus to the Flash Player Plug-in (For example, with a click somewhere). There is a bug filed in Jira. You can vote for it to be fixed at https://bugs.adobe.com/jira/browse/FP-879 --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Custom combobox even propagation

2008-11-06 Thread valdhor
I have no idea about your specific problem but I do have an idea. Instead of a ComboBox, you may like to use an AutoComplete Input: http://www.websector.de/blog/2008/04/30/quick-tip-avoid-issues-using-adobes-autocomplete-input-component-using-flex-3/ --- In flexcoders@yahoogroups.com, "schneide

[flexcoders] Re: Using XML Object passed from ASP.NET web service in a Flex Datagrid

2008-11-06 Thread valdhor
Web Services actually adds another level of complexity over just using HTTPService and XML. If you have mastered the HTTPService/XML, I would recommend moving to a fully object oriented method of sending/receiving data/objects using AMF. Weborb (http://www.themidnightcoders.com/weborb) supports m

[flexcoders] Re: ArryCollection Columns.

2008-11-06 Thread valdhor
Are you working with multi-dimensional arrays or arrays of objects? If the former, see the docs: http://livedocs.adobe.com/flex/3/html/help.html?content=10_Lists_of_data_5.html#119820 --- In flexcoders@yahoogroups.com, "Paul Kukiel" <[EMAIL PROTECTED]> wrote: > > I wish to loop over an array co

[flexcoders] Re: Using XML Object passed from ASP.NET web service in a Flex Datagrid

2008-11-07 Thread valdhor
ual objects. --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > But, valdhor is correct. Webservices are *more* messy than xml over > http, since they wrap the content in all the SOAP stuff. > > > > The primary benefit of webservi

[flexcoders] Re: Use an .exe or a .dll

2008-11-07 Thread valdhor
Chack out the Merapi Project (http://www.merapiproject.net/) --- In flexcoders@yahoogroups.com, "mugsisme" <[EMAIL PROTECTED]> wrote: > > Hi, I have an interface I wrote in Flex/AIR and I want to be able to > call or use an external program. My Flex/AIR program will accept > inputs from the user

[flexcoders] Re: Using XML Object passed from ASP.NET web service in a Flex Datagrid

2008-11-07 Thread valdhor
Just an aside. My name is Steve - Valdhor was my alter-ego back in the days I was at university and playing AD&D every day. I am a kiwi, now living in North Carolina. > But, valdhor is correct

[flexcoders] Re: need some help with extending the LinkBar a bit

2008-11-10 Thread valdhor
LinkBars have LinkButtons as their underlying components so something like the following should do it: http://www.adobe.com/2006/mxml"; xmlns:local="*" creationComplete="onCreationComplete()">

[flexcoders] Re: Using XML Object passed from ASP.NET web service in a Flex Datagrid

2008-11-10 Thread valdhor
Okely Dokely ;-} Best Regards Steve --- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote: > > So, Steve, sign your posts! > > Tracy > > > > > > From: flexcoders@yahoogroups.com [m

[flexcoders] Re: external urls

2008-11-10 Thread valdhor
Here is one example: http://www.adobe.com/2006/mxml"; layout="horizontal" horizontalAlign="left" verticalAlign="top"> --- In flexcoders@yahoogroups.com, "iloveyouwisconsin" <[EMAIL PROTECTED]> wrote: > > Newbie alert...now for my stupid questio

[flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread valdhor
Does Charles (Or another HTTP Proxy) show typed objects being returned? Also, I don't know if there is a rule against extending other classes - I just have never tried it. These are meant to be value objects - ie. just values being passed around. Extending another class creates a completely new ty

[flexcoders] Re: AdvancedDataGrid grouping name gets cut off if the first column is thin

2008-11-11 Thread valdhor
Do you mean column spanning? If so, according to the docs at http://livedocs.adobe.com/flex/3/html/help.html?content=advdatagrid_10.html you can "Span multiple columns with a renderer" --- In flexcoders@yahoogroups.com, "blc187" <[EMAIL PROTECTED]> wrote: > > Does anyone have any experience usin

[flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread valdhor
gt; wrote: > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > Amy > > > > Are you using AMFPHP 1.9 or the new version included with Zend > > Framework 1.7? > > I believe they're using Sabre. Not sure if that answers your question. >

[flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread valdhor
SabreAMF - How to map PHP data to Flash classes http://code.google.com/p/sabreamf/wiki/ClassMapping --- In flexcoders@yahoogroups.com, "valdhor" <[EMAIL PROTECTED]> wrote: > > SabreAMF is a completely different beast to AMFPHP. > > I have not tried SabreAMF

[flexcoders] Re: AdvancedDataGrid grouping name gets cut off if the first column is thin

2008-11-11 Thread valdhor
> > Yes, I do mean spanning multiple columns. > And I am using column renderers and renderer providers. > But I'd like to be able to span multiple columns in the row that is > the group folder, not just the individual item rows. > > > --- In flexcoders@yahoo

[flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread valdhor
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > SabreAMF is a completely different beast to AMFPHP. > > > > I have not tried SabreAMF (http://osflash.org/

[flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread valdhor
--- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > Does Charles (Or another HTTP Proxy) show typed objects being > returned? > > > > Also, I don't

[flexcoders] Re: AMFPHP and Value Objects

2008-11-11 Thread valdhor
Amy Are you using AMFPHP 1.9 or the new version included with Zend Framework 1.7? --- In flexcoders@yahoogroups.com, "Amy" <[EMAIL PROTECTED]> wrote: > > Hi, all; > > I have some VO's that I've created to work with AMFPHP. When I call > the service, I'm getting an array of untyped objects.

[flexcoders] Re: Problem with Flex form

2008-11-11 Thread valdhor
It works for me although it does display the alert twice - once for the eventListener you add in sendMyData and once for the result handler in the HTTPService tag. In your result handler you should be checking the response you get back from the server and display an alert accordingly. One thing t

[flexcoders] Re: Sorting XMLListCollection based on node value

2008-11-11 Thread valdhor
You have to apply the sort to the ListCollection: var s:Sort = new Sort(); s.fields = [new SortField("DisplayName")]; myXMLListCollection.sort = s; myXMLListCollection.refresh(); --- In flexcoders@yahoogroups.com, "flexcoder2008" <[EMAIL PROTECTED]> wrote: > > I have an XMLListCollection that I w

[flexcoders] Re: Problem with Flex form

2008-11-12 Thread valdhor
checks for event.result="ERROR" which I > don't think is going to work with the php code I just listed. I hope > someone here reading this knows some about php so that I can figure > out what to do to change the code so that it gives the user a message > if the email w

[flexcoders] Re: Confusion on creationComplete event

2008-11-12 Thread valdhor
According to the documentation, a listEvent does not bubble by default. What you would need to do is create an eventListener on Component1 that listens for ListEvent.ITEM_CLICK. In the function, create a new ListEvent that bubbles and Dispatch it. --- In flexcoders@yahoogroups.com, "rss181919" <

[flexcoders] Re: Traverse through a TabNavigator

2008-11-13 Thread valdhor
Tim My current project has a very long form so I decided to break it down into multiple panes on a TabNavigator. So, each pane has its own specific form details. When the user clicks the Next button, it checks all the form fields for data and populates a value object with this data. It then dispa

[flexcoders] Re: how to use activate

2008-11-13 Thread valdhor
Set the visible property to false: Set it to true when needed: if(foo == 0) { myComponent.visible = true; } --- In flexcoders@yahoogroups.com, coder3 <[EMAIL PROTECTED]> wrote: > > > Hi, > > I created a mxml component, in my application, i can use this component, the > problem is, it will s

[flexcoders] Re: Http Servcie Round Up problem

2008-11-13 Thread valdhor
I don't use Java but my initial reaction is that you have data typed the result as an int and Flex is rounding the result due to precision issues. Is there any way you can data type the result as a string? --- In flexcoders@yahoogroups.com, sandip roy <[EMAIL PROTECTED]> wrote: > > Hi, > I am usi

[flexcoders] Re: loadWSDL() equivalent method

2008-11-13 Thread valdhor
What are you trying to do? A Web Service uses a WSDL to document the objects and methods that the service provides. It would not make sense with a RemoteObject. As an aside, it is not necessary to use a WSDL on the client side. If you know the data structures and methods, you can call a Web Servi

[flexcoders] Re: Traverse through a TabNavigator

2008-11-13 Thread valdhor
My boss and the users like the way it looks. Unfortunately, I have to do what they ask me to do. I put together small examples of the different ways to do it and then they pick the one they like (Even if it is a little clunky). Then I complete the full functionality. Don't you just hate users som

[flexcoders] Re: How do they do that (Flex & video) ?

2008-11-13 Thread valdhor
If I were to do what you want, I would use a combination of ImageMagick (http://www.imagemagick.org) and FFMPEG (http://ffmpeg.mplayerhq.hu/) server side. ImageMagick can take a set of images and create a slideshow. FFMPEG can then be used to add audio. A quick tutorial is available at http://www.

[flexcoders] Re: Shared Data Options/Strategies

2008-11-13 Thread valdhor
Patrick This is probably not best practice but you can create your VO in the main application and access it with Application.application.myVO from anywhere. Or, you can inject the VO into your custom components by creating a public variable in the component. --- In flexcoders@yahoogroups.com,

[flexcoders] Re: Http Servcie Round Up problem

2008-11-13 Thread valdhor
t; > > Set your resultFormat, and work with true XML. > > > > Some folks would advise RemoteObject and registerClassAlias, so yo would get your objects transported wholly. > > > > Tracy > > > > ____ > &g

[flexcoders] Re: loadWSDL() equivalent method

2008-11-14 Thread valdhor
You should not need to re-instantiate the RemoteObject - just re-set the properties and call the send() method. --- In flexcoders@yahoogroups.com, "bhaq1972" <[EMAIL PROTECTED]> wrote: > > > What are you trying to do? > > What I noticed with , is if a fault occurs, i need to > call loadWSDL() be

[flexcoders] Re: DataGridColumn add a button and have the btn label = the returned dataField info

2008-11-14 Thread valdhor
Use an Item Renderer: package renderers { import mx.controls.*; import mx.controls.dataGridClasses.DataGridListData; public class myColumnRenderer extends LinkButton { private var fieldValue:String; public function myColumnRenderer() {

[flexcoders] Re: HTTP request error

2008-11-14 Thread valdhor
So what is the code to produce this error? There are many places you can use a URI in Flex. --- In flexcoders@yahoogroups.com, "markgoldin_2000" <[EMAIL PROTECTED]> wrote: > > HTTP request error in a small alert box. > > --- In flexcoders@yahoogroups.com, "Tracy Spratt" wrote: > > > > What err

[flexcoders] Re: Advanced datagrid dataprovider changing error

2008-11-17 Thread valdhor
I don't have AdvancedDataGrid but I do see a problem in your code: I assume the two buttons are to change data providers but both buttons set the dataprovider to dpHierarchy.

[flexcoders] Re: Export high res png from flex

2008-11-17 Thread valdhor
Why not send the 400 x 400 pixel data to the server and have the server modify it with something like ImageMagick (http://www.imagemagick.org)? --- In flexcoders@yahoogroups.com, "Kyle" <[EMAIL PROTECTED]> wrote: > > Hey Everyone, > I'm trying to come up with a clever way to export a high res (30

[flexcoders] Re: "Security Sandbox Violation" message

2008-11-17 Thread valdhor
This may or may not help... I get this error every time I create a new project (Don't ask me why; It just started one day). I found that I had to go into the Global Security Settings Manager (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html) and add the

[flexcoders] Re: Problems using MySpace API

2008-11-17 Thread valdhor
A quick search on http://developer.myspace.com reveals this post http://developer.myspace.com/Community/forums/p/3581/15459.aspx#15459 --- In flexcoders@yahoogroups.com, Vishal Jain <[EMAIL PROTECTED]> wrote: > > Hello Everyone, > I am trying out the MySpace ActionScript API. I have looked at th

[flexcoders] Re: Flex form components

2008-11-17 Thread valdhor
Use selectedItems... http://www.adobe.com/2006/mxml";> Item 1 Item 2 Item 3 Item 4 Item 5 Item 6 Item 7 Item

[flexcoders] Re: Export high res png from flex

2008-11-17 Thread valdhor
ject; however, when I do this > and then try to get bitmapdata from the new canvas it returns a blank > graphic. > > > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > Why not send the 400 x 400 pixel data to the server and have the >

[flexcoders] Re: Security sandbox violation: local SWF files cannot use the LoaderContext.securityDomain property

2008-11-17 Thread valdhor
Try adding your bin-debug directory to your Global Security Settings Manager (http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html) --- In flexcoders@yahoogroups.com, Ward Loockx <[EMAIL PROTECTED]> wrote: > > Hello, > > When I'm trying to load images from

[flexcoders] Re: TextField

2008-11-17 Thread valdhor
You need to follow the instructions at http://livedocs.adobe.com/flex/3/langref/ExampleInstruct.html to run ActionScript examples. Either follow steps 1 - 5 (Which I did with your example and it works) or use the instructions in the "Note:" (Which I didn't try). --- In flexcoders@yahoogroups.com

[flexcoders] Re: HTTPService with mixed parameters

2008-11-18 Thread valdhor
When I try your code and check it with Charles (http://www.charlesproxy.com) the method is GET and the URL is http://my.url/service?params=%5Bobject%20Object%5D&method=getMessage&pre\ feredMainTextPartTypes=%5Bobject%20Object%5D I have no idea how you would get the data in this situation as Flex s

[flexcoders] Re: Vertical FormItem label

2008-11-18 Thread valdhor
A combination of label and TextInput? --- In flexcoders@yahoogroups.com, "Gustavo Schirmer" <[EMAIL PROTECTED]> wrote: > > Hey Fellows, > Do anybody knows how to get the label of a formItem over the container? I > mean something like this: > > Name: > [___] > > Age: > [___] > > So

[flexcoders] Re: actionscript RemoteObject - channelSet looks like gnarly code?

2008-11-21 Thread valdhor
Check out this thread: http://tech.groups.yahoo.com/group/flexcoders/message/120115 --- In flexcoders@yahoogroups.com, "Mic" <[EMAIL PROTECTED]> wrote: > > Need to move some mxml components to AS, and was doing fine with the > as RemoteObject until I found it has no endpoint attribute. This is >

[flexcoders] Re: Embedding Flash Player

2008-11-21 Thread valdhor
I don't know about others but this seems, to me, to be a very difficult route to take. Have you looked at the Merapi Project (http://www.merapiproject.net/)? This would give you a bridge between your AIR application and the local Java implementation. --- In flexcoders@yahoogroups.com, "Jules Sug

[flexcoders] Re: checkbox usage in flex

2008-11-21 Thread valdhor
Instead of initiating send in the button, call a function. In the function, use the getRepeaterItem method of the repeated item to get each checkbox value then add that as a parameter of the call. Check the help for more detail: http://livedocs.adobe.com/flex/3/html/help.html?content=repeater_3.ht

[flexcoders] Re: checkbox usage in flex

2008-11-24 Thread valdhor
o repeated items that have an id > > property. You can reference each check box like this: checkBox[n], > where > > "n" is the index in the dataProvider. > > > > > > > > So, in a for loop, with length equal to the Repeater dataProvider, > get

[flexcoders] Re: navigateToURL & request.data & connection problem

2008-11-24 Thread valdhor
These two lines: var array:Array = new Array(new URLRequestHeader("Content-Type", "text/html")); request.contentType = array.toString(); send a very strange request to the server: Second%5FPhone%5FNumber=0&Account=00&Password=password Removing the two lines send a proper POST re

[flexcoders] Re: Prob With Remoteobject Timeout in FlexClient -

2008-11-24 Thread valdhor
If I were trying to do this, I would have the server return a message to the effect "Process Started Successfully" immediately. Then I would set up a timer to poll the server to see if the results were available. --- In flexcoders@yahoogroups.com, "ursprakash6" <[EMAIL PROTECTED]> wrote: > > Hi

[flexcoders] Re: supertabnavigator component and reordering tabs

2008-11-24 Thread valdhor
>From looking at the code and the example, this event is fired when you drag and drop a tab from one position to another. --- In flexcoders@yahoogroups.com, "Derrick Anderson" <[EMAIL PROTECTED]> wrote: > > Hi, > > Does anyone familiar with the SuperTabNavigator in FlexLib know how to > capture

[flexcoders] Re: supertabnavigator component and reordering tabs

2008-11-25 Thread valdhor
t; superTabNavElement.addEventListener(SuperTabBar.TABS_REORDERED, > onTabReorder); > > Any ideas? > > d. > > On Mon, Nov 24, 2008 at 2:46 PM, valdhor <[EMAIL PROTECTED]> wrote: > > > From looking at the code and the example, this event is fired when you >

[flexcoders] Re: ItemRenderer's style is changed when scrolling DataGrid

2008-11-25 Thread valdhor
You may be better off overriding the set data function in your renderer. The following is an example I have used in the past to create a linkButton in a cell if the data is greater than zero or to gray it out if it is zero: package renderers { import mx.controls.*; import mx.controls.dat

[flexcoders] Re: help here with an item renderer

2008-11-25 Thread valdhor
I don't know if I really understand what you are trying to do so correct me if I am wrong... My understanding: You have XML that you are using as a dataProvider for a repeater; You want buttons to be created for each item in the dataProvider; Each button (When Clicked) should navigate to a URL bas

[flexcoders] Re: Module loaded but not displayed every time...

2008-11-25 Thread valdhor
Are you contacting a server by any chance? Perhaps you could post some code? --- In flexcoders@yahoogroups.com, "Claudiu Ursica" <[EMAIL PROTECTED]> wrote: > > Hi again, > I see nobody bumped into this issue... > Since the previous post I have discovered that the module does not > show up becau

[flexcoders] Re: Crash of safari, firefox using XML.setChildren for XML in a XMLListCollection

2008-11-25 Thread valdhor
File a bug. I can see why it is failing but it should not crash the browser. --- In flexcoders@yahoogroups.com, "shauncutts" <[EMAIL PROTECTED]> wrote: > > The following code will crash Flash 9.0 r124 (debug version) when > built with flex builder 3.0: (flash running on either Firefox or > Safar

[flexcoders] Re: Bug: Combobox maxWidth does not work with percent width

2008-11-25 Thread valdhor
According to the documentation: == maxWidth property maxWidth:Number [read-write] Number that specifies the maximum width of the component, in pixels, in the component's coordinates. This value is used by the container in

[flexcoders] Re: Can I create a modal window without PopUp manager?

2008-11-26 Thread valdhor
I kinda did this the other day by mistake ;-} I use FlexMDI (Part of FlexLib) to create windows in my applications. I created a window and then set Application.application.enabled = false expecting the whole kaboodle to be blurred (This while a server request was going on). Lo and behold, the wind

[flexcoders] Re: navigateToURL & request.data & connection problem

2008-11-26 Thread valdhor
ymore... > I think the error is the domain name trying to access the Perl script. > So I'll transfer it to the correct server and then try again. Thanks a lot! > > --- In flexcoders@yahoogroups.com, "valdhor" wrote: > > > > These two lines: > > >

[flexcoders] Re: Module loaded but not displayed every time...

2008-11-26 Thread valdhor
; --- In flexcoders@yahoogroups.com, claudiu ursica > wrote: > > > > I am, but via bindings (set via BindUtils.bind setter in the complete > handler), but I have put a message before those bindings and it is not > like the bindings are not init, the event doesn't get dispa

[flexcoders] Re: help here with an item renderer

2008-11-26 Thread valdhor
So, simply... buttons.xml: http://www.apple.com"/> http://www.amazon.com"/> http://www.ebay.com"/> http://www.adobe.com"/> mycanvas.mxml: http://www.adobe.com/2006/mxml";> Application: http://www.adobe.com/2006/mxml"; layout="absolute"> --- In flexcod

[flexcoders] Re: Crash of safari, firefox using XML.setChildren for XML in a XMLListCollection

2008-12-01 Thread valdhor
The reason it is failing is because of the following line: data.setChildren( new XMLList() ); You are passing the setChildren method a memory location of an empty list. This should give an error rather than crashing the browser. --- In flexcoders@yahoogroups.com, "shauncutts" <[EMAIL PROTECTED

[flexcoders] Re: Rendering Problem

2008-12-01 Thread valdhor
Check out this video from Chet Haase: http://graphics-geek.blogspot.com/2008/09/video-sorted-details.html He talks about turning off autoLayout which can cause flickering. --- In flexcoders@yahoogroups.com, "Rafael Faria" <[EMAIL PROTECTED]> wrote: > > Hello All, > > I have a very important que

[flexcoders] Re: flex login popup help needed pleaseeeeeeeee

2008-12-02 Thread valdhor
Well, I don't use ColdFusion; I use Weborb for PHP. That said, this is how I would do it with WebOrb for PHP (You should be able to extrapolate for ColdFusion): Application: http://www.adobe.com/2006/mxml"; creationComplete="showLogin()"> LoginWindow.mxml: http://www.ad

[flexcoders] Re: help here with an item renderer

2008-12-02 Thread valdhor
You're Welcome. Steve --- In flexcoders@yahoogroups.com, Gustavo Duenas <[EMAIL PROTECTED]> wrote: > > Sorry man, my bad, it works perfectly was something on my xml causing > the error, thanks :) > > Gustavo > On Nov 26, 2008, at 2:12 PM, val

[flexcoders] Re: Flex nested tree get data from mysql and php

2008-12-02 Thread valdhor
The dataProvider of your arrayCollection is an array. This array contains objects which contain an array of objects. I do the same sort of thing for my menus - Each menu is an object that can contain submenus (ie. arrays of menuItem objects). Note: This is all WebOrb. So, in PHP: class Menu {

[flexcoders] Re: Preserve state in TitleWindow - mxml bind problems

2008-12-03 Thread valdhor
Let me see if I can explain it (And someone else can correct me if I am wrong). In your application you create the loginForm: public var login:MyLoginForm = new MyLoginForm(); then with the button you add it to the display list: PopUpManager.addPopUp(login, this, true); When you close the popu

[flexcoders] Re: flex login popup help needed pleaseeeeeeeee

2008-12-04 Thread valdhor
I think that there is enough info in this thread for you to make a start. I showed you how to create the popup login window. You can return a success or failure code from your coldfusion code. When this comes back you change the state to your admin state on success or throw up an alert box on failu

[flexcoders] Re: Auto expand TreeView on open - How?

2008-12-04 Thread valdhor
Taking the "Expanding a Tree Node" example from the Flex 3 Tree Control help at http://livedocs.adobe.com/flex/3/html/help.html?content=dpcontrols_8.htm\ l and modifying it slightly I get this example: http://www.adobe.com/2006/mxml"; layout="absolute" creationComplete="initApp()">

[flexcoders] Re: handle large data sets from SOAP service

2008-12-04 Thread valdhor
I don't know about everybody else, but I could do with some more details. Are you having problems getting the data, displaying it or something else? What do you mean by "handle"? If you could expand on what you are trying to do we may be able to point you in the right direction. Steve --- In

[flexcoders] Re: Flex and Java Communication

2008-12-04 Thread valdhor
Hmmm I'm wanting to learn Java and I already know Flex. The book mentioned comes from the other direction (Already know Java and want to learn Flex). Are there any resources/tutorials etc for someone like me who wants to learn Java for use with BlazeDS/LCDS. I already know C++ so the languag

[flexcoders] Re: Flex and Java Communication

2008-12-05 Thread valdhor
://ryangravener.com/flex | http://twitter.com/ryangravener > > > On Thu, Dec 4, 2008 at 4:00 PM, valdhor <[EMAIL PROTECTED]> wrote: > > > Hmmm > > > > I'm wanting to learn Java and I already know Flex. > > > > The book mentioned comes from the o

[flexcoders] Re: How to display special characters like ° in ComboBox list

2008-12-05 Thread valdhor
This works for me (& # 176 ; is the little circle used for degrees right): http://www.adobe.com/2006/mxml"; layout="absolute" backgroundColor="#FF"> Character « Character ¬ Character ­ Character ® Character ¯

[flexcoders] Re: AMF3 ping???

2008-12-05 Thread valdhor
I don't know about BlazeDS but with WebORB you get a ping (It's actually called a "Command Message") just before the first server access. Any server requests after that are only sent once (ie. no "Command Message"). Now, it seems to me that this will work this way for a while and the this "Command

[flexcoders] Re: Flex : Execution of Alert.show() starts for the last one

2008-12-05 Thread valdhor
Gaurav Actually no - it is calling them in the right order. You need to think about what is happening... You call Alert.show with "Message 1" Flex puts this alert on screen You call Alert.show with "Message 2" Flex puts this alert on screen directly over the top of "Message 1" You call Alert.show

[flexcoders] Re: Accessing Stage from Class

2008-12-05 Thread valdhor
The Stage object is not globally accessible. You need to access it through the stage property of a DisplayObject instance. If your class has access to a DisplayObject use it. Else, pass it. --- In flexcoders@yahoogroups.com, "Dale Fraser" <[EMAIL PROTECTED]> wrote: > > I have several classes th

<    1   2   3   4   5   6   7   8   9   10   >