RE: [flexcoders] Drag is cancelling Click event

2007-02-27 Thread Bas J. Brey
You should use the drag events for dragging, there is an example in the help that shows how to work with dragging. _ Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens ecpmaz Verzonden: dinsdag 27 februari 2007 9:14 Aan: flexcoders@yahoogroups.com Onderwerp:

RE: [flexcoders] Flex SOAP - dateTime to Date conversion bug

2007-02-23 Thread Bas J. Brey
://www.cynergysystems.com/ ystems.com Email: carson.hager@ mailto:[EMAIL PROTECTED] cynergysystems.com Office: 866-CYNERGY Mobile: 1.703.489.6466 _ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Bas J. Brey Sent: Thursday, February 22, 2007 3:51 AM

[flexcoders] Flex SOAP - dateTime to Date conversion bug

2007-02-22 Thread Bas J. Brey
When using xsd:dateTime values in soap requests Flex doesn't seem to parse the seconds in of the dateTime string. Can anyone confirm this? This is an example of the string Flex gets: 2007-02-20T15:38:56Z And Flex turns it into a date component with everything except the seconds.

[flexcoders] Flex and WSDL dateTime

2007-02-21 Thread Bas J. Brey
We are getting dates from a soap webservice. The dates in the database of the webserver have seconds but the date objects generated by flex ONLY have date + hours + minutes. The type of the dates in the WSDL is xsd:dateTime which should be correct, the dates are -MM-DDTHH:MM:SSZ

RE: [flexcoders] DateChooser and it's dateGrid

2006-10-04 Thread Bas J. Brey
@yahoogroups.com Onderwerp: Re: [flexcoders] DateChooser and it's dateGrid Just you have to add a itemRender for each future date for it. Just really need that no more extending or Extra work for that. regards. On 10/3/06, Bas J. Brey [EMAIL PROTECTED]com wrote: I'm trying

[flexcoders] DateChooser and it's dateGrid

2006-10-03 Thread Bas J. Brey
Im trying to highlight a selection of one or more days in the dateChooser. When inspecting the dateChooser and the CalendarLayout component I see that the most important variables, dateGrid and dayBlocksArray are internal vars. Does anyone have a clue on how to override this? (Well I

RE: [flexcoders] DateChooser and it's dateGrid

2006-10-03 Thread Bas J. Brey
On Tuesday 03 October 2006 15:10, Bas J. Brey wrote: I'm trying to highlight a selection of one or more days in the dateChooser. Why not use the dateChooser.selectedRanges property ? I may need to give them different colors in the future. But until then think I could use that option

RE: [flexcoders] Problem with extending mx.controls.DataGrid

2006-10-03 Thread Bas J. Brey
You have to use the package name when creating the columns inside a custom class. For example if you have a DataGridEx.class in package Classes and you want to create columns for it do it as following: Classes:DataGridEx Classes:columns mx:DataGridColumn / /Classes:columns

[flexcoders] Possible serious bug in datagrid class

2006-08-28 Thread Bas J. Brey
We found out that when trying to scroll a datagrid after its dataprovider is set the rowInfo didnt match the listItems! The (temporary) workaround is to set rowCount in scrollVertically in ListBase.as to listItems.length instead of rowInfo.length . __._,_.___ -- Flexcoders

[flexcoders] DateChooser does not show selected day when using DateField component

2006-08-09 Thread Bas J. Brey
Im working with DateField components a lot and when i set the selectedDate of the DateField component the connected DateChooser does show the correct Year and Month, but does not highlight the selected Day! Any clues on how to work around this? __._,_.___ -- Flexcoders

[flexcoders] PHP Soap server and Flex Soap Faults

2006-08-03 Thread Bas J. Brey
Weve been trying to get Soap Faults in Flex from a Apache/PHP Soap Server. Soap faults are sent correctly to Flex (weve tested the functionality with a php client). Ive read here that the server should send a Status: 200 OK header instead of the default 500. How can we do that with

[flexcoders] Flex 2 Final - MenuBar dataprovider

2006-07-25 Thread Bas J. Brey
When changing the dataProvider of a MenuBar component im ending up in an endless loop, does anyone have to same problem? If so, did you fix it or? Seems like a bug to me. __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] Date object

2006-07-04 Thread Bas J. Brey
Why does the date object in flex 2 b3 change time zones? For example, if I create a new date like this: Var last_year:Date = new Date(2005/12/31); (using instead of / doesnt work for some reason) Var now:Data = "" Date(); The last_year variable is in GMT + 1 (I live in the

[flexcoders] selectedDate not set after choosing a date from DateChooser

2006-06-23 Thread Bas J. Brey
I set the selectedDate of a DateField, this works. But when I choose a date from the connected DateChooser the selectedDate is set to null. Can anyone verify this? Im now forced to parse the text from the DateField. __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] About dates sent to a webservice. Is this correct?

2006-06-23 Thread Bas J. Brey
You set a date e.g. 25th of January 2005 00:00 GMT +2 Flex sends it to the service as 24th of January 2005 22:00 ? If so than you can never use a date type in your webservice cause then you miss timezone information. __._,_.___ -- Flexcoders Mailing List FAQ:

[flexcoders] using date formatter for datefield

2006-06-19 Thread Bas J. Brey
Im having problems when I set the selectedDate of a datefield. When I set it dynamicly the formatter works, but when I click on the datefield the month and day are switched. This is a bug cause I verified the input date, and it works with days above 12! Anyone got a clue on how to

[flexcoders] Panel percentheight does not affect scrolling

2006-06-16 Thread Bas J. Brey
I have 2 panels on a screen (25%, 75%). When I use a percentage height the content of a panel cannot be scrolled, however when I use a fixed height it works. Does anyone have a clue or a workaround for this? __._,_.___ -- Flexcoders Mailing List FAQ:

RE: [flexcoders] Re: Panel percentheight does not affect scrolling

2006-06-16 Thread Bas J. Brey
this is a guess try adding minHeight=0 to your Panel. --- In [EMAIL PROTECTED]ups.com, Bas J. Brey [EMAIL PROTECTED] wrote: I have 2 panels on a screen (25%, 75%). When I use a percentage height the content of a panel cannot be scrolled, however when I use a fixed height it works. Does

[flexcoders] Aligning formitem labels

2006-06-14 Thread Bas J. Brey
Is this possible? The help says it it not and I wonder why.. Anyone got a clue? __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com

[flexcoders] using global or theme assets

2006-05-19 Thread Bas J. Brey
Ive been looking for a way to use the default icons for the tree component in a list component. Does anyone have a clue on how to get to those icons? -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] How to use assets from a theme?

2006-05-10 Thread Bas J. Brey
The default theme has icons I want to use in other components, how can I, for example, use the TreeNodeIcon in a List component? I know I can embed the swf file but there must be another way to access it. -- Flexcoders Mailing List FAQ:

RE: [flexcoders] How to use assets from a theme?

2006-05-10 Thread Bas J. Brey
, Bas J. Brey [EMAIL PROTECTED] wrote: The default theme has icons I want to use in other components, how can I, for example, use the TreeNodeIcon in a List component? I know I can embed the swf file but there must be another way to access it. -- Flexcoders Mailing List FAQ: http

RE: [flexcoders] install debug player without (re)installing Flex Builder

2006-05-10 Thread Bas J. Brey
All debug player installation files are in the installation directory of Flex Builder under the player/debug directory. -Oorspronkelijk bericht- Van: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Namens Andrea Varga Verzonden: woensdag 10 mei 2006 8:32 Aan: