Re: [flexcoders] Anybody has worked with flex-plugin and MAVEN ..???

2010-07-23 Thread Mika Kiljunen
I give one vote for FlexMojos too here. Currently I got it working with version 3.8-SNAPSHOT, 3.7.1 and below have some problems that prevent me to use it. -Mika

Re: [flexcoders] Re: Flex DMV 3.4.0

2009-08-28 Thread Mika Kiljunen
@yahoogroups.com flexcoders%40yahoogroups.com, Mika Kiljunen mkintens...@... wrote: Hi, I just downloaded and installed DMV 3.4.0 with Flex SDK 3.4.0. I compared the sources of DMV 3.3.0 and 3.4.0 and it seems pretty close to nothing has changed. For example even a closed bug from Adobe Bug

[flexcoders] Flex DMV 3.4.0

2009-08-27 Thread Mika Kiljunen
Hi, I just downloaded and installed DMV 3.4.0 with Flex SDK 3.4.0. I compared the sources of DMV 3.3.0 and 3.4.0 and it seems pretty close to nothing has changed. For example even a closed bug from Adobe Bug Issue Management System that was supposed to be fixed in April are not included in DMV

[flexcoders] Runtime error 'Bookmark is not valid' when an item is added to advanced data grid's hierarchical data. [1 Attachment]

2009-08-25 Thread Mika Kiljunen
Hi, I was able to create a sample code which always causes runtime error 'Bookmark is not valid' when an item is added to advanced data grid's hierarchical data. I filed a bug, please vote if you have similar problems with this: https://bugs.adobe.com/jira/browse/FLEXDMV-2194 Steps to reproduce:

[flexcoders] Re: Error: -Bookmark no longer valid- when removing or adding items to node's children on AdvancedDataGrid with hierarchical data

2009-08-19 Thread Mika Kiljunen
own children too!) by calling ContainerObj.children.addItem(ChildContainerObj4 ); Then the error occurs. It seems to occur quite randomly when adding or removing nodes depending how nodes are opened and ADG scrolled. On Tue, Aug 18, 2009 at 3:00 PM, Mika Kiljunen mkintens...@gmail.comwrote: Hi

[flexcoders] Error: -Bookmark no longer valid- when removing or adding items to node's children on AdvancedDataGrid with hierarchical data

2009-08-18 Thread Mika Kiljunen
Hi, I'm having a serious problem with AdvancedDataGrid and HierarchicalCollectionView. I have following structure on ADG (whose datasource is hierarchical data): ContainerObj1 -ChildContainerObj1 --ChildObj1 --ChildObj2 -ChildContainerObj2 --ChildObj3 --ChildObj4 -ChildContainerObj3 --etc

Re: [flexcoders] Bookmark no longer valid, please help

2009-06-25 Thread Mika Kiljunen
I'm having the same exact problem. In my ADG I have an object that contains an arraycollection. Sometimes when I add or remove an item from that collection I get the same exact error. There seems to be some problem within the cursor since it eventually boils down to some index being -1 in deep

Re: [flexcoders] Re: File download from server

2009-01-26 Thread Mika Kiljunen
Yep I have the same problem and get the same error. But funny enough, my app works perfectly with Flash Player 9, but fails with Flash Player 10 throwing Error: Error #2176: Certain actions, such as those that display a pop-up window, may only be invoked upon user interaction, for example by a

[flexcoders] Flex 3: FormItem's label sizing problem

2008-08-12 Thread Mika Kiljunen
Hi! I have a problem with FormItem's label sizing with Flex 3. See the following snippet: ... mx:Form id=vocabularyKeyValueForm width=100% height=100% mx:FormItem id=keyLabel required=true mx:SomeComponent/ /mx:FormItem mx:FormItem id=valueLabel

Re: [flexcoders] Authentication with pin codes and weird behaviour with SecurityException

2007-11-21 Thread Mika Kiljunen
to change the design since Flex does not bend for this. And this doesn't sound too good... any comments from Adobe guys...? -Mika On Nov 21, 2007 3:26 PM, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 21 Nov 2007, Mika Kiljunen wrote: required to enter pin code also. If he

[flexcoders] Authentication with pin codes and weird behaviour with SecurityException

2007-11-20 Thread Mika Kiljunen
Hi! I'm really __struggling__ to get this to work and I'm trying to modify the user authentication so that this scenario would be supported: * The app shows login window with input fields for username and password * User enters his username and password and presses Login-button * Flex ends up to

[flexcoders] DataServices and per-client-authentication

2007-11-12 Thread Mika Kiljunen
Hi! I'm developing an app that has such an user scenario where several users can be logged in from the same computer at the same time in separate browser windows. I assume that this requires the per-client-authentication to be used. I have JBoss 4.0.2 installed and tomcat login works ok except

[flexcoders] ComboBox mouseroll bug

2007-10-03 Thread Mika Kiljunen
Hi, I noticed that if you have you mouse over combobox and you open the drop down list and scroll the list with mouse's roll button and keep mouse over the combobox the dropdown list scrolls down ( and moves away from the combobox component). This looks pretty stupid. This must be a bug !?! See

[flexcoders] Re: States and ComboBox error

2007-10-03 Thread Mika Kiljunen
Forget it. Nothing that callLater wouldn't solve... This was a problem in my code that had something to do with setting styles. callLater seems to fix this. -Mika On 9/26/07, Mika Kiljunen [EMAIL PROTECTED] wrote: Hi! I have a popup window that uses States and has an extended combobox

[flexcoders] States and ComboBox error

2007-09-26 Thread Mika Kiljunen
Hi! I have a popup window that uses States and has an extended combobox (DropDownList) attached to it (LOGIN_STATE has it, there are two other states that don't have it). It works very well otherwise, but I get an error if I change the selection on combobox by using arrow keys on keyboard. It does

Re: [flexcoders] Re: Variable used before it's defined without compile errors

2007-09-21 Thread Mika Kiljunen
in a language that required declaration at the top of the function. --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Mika Kiljunen [EMAIL PROTECTED] wrote: Hi! I ran into this weird situation that as a programmer I think is a bug, but I'm not sure if this is true in the flex

[flexcoders] Variable used before it's defined without compile errors

2007-09-20 Thread Mika Kiljunen
Hi! I ran into this weird situation that as a programmer I think is a bug, but I'm not sure if this is true in the flex world. See following code snippet, especially how the variable val is defined (it is used at validateRequired function call before it's even defined and Flex Builder compiles it

[flexcoders] Flex Builder 2.0.1 crash

2007-08-28 Thread Mika Kiljunen
Hi, I just had a crash from Flex Builder 2.0.1 (Win XP, Stand alone installation). All I did I changed the included as libraries to RSL linked libraries in my main project. Then I closed Flex Builder and tried to start it again. Now it won't start anymore. In the .log I have the following error:

[flexcoders] FormItemLabel with label on multiple lines problem

2007-06-14 Thread Mika Kiljunen
Hi, has anyone succesfully implemented a FormItemLabel that can have text on multiple lines instead of single line label? This way a form item could contain longer label texts without making a very wide form... I've been looking into this problem only to find out that is extremely difficult to

Re: [flexcoders] Errors after 2.0.1

2007-06-14 Thread Mika Kiljunen
Apparently this is not recommended. I simply renamed my AS file and all was well. On 6/14/07, Mika Kiljunen [EMAIL PROTECTED] wrote: I'm having the exact same problem. Any solution? -Mika On 2/15/07, Derek Vadneau [EMAIL PROTECTED] wrote: I did a reinstall quite a while back

RE: [flexcoders] flex2 final - popup autosizing question (re-post)

2006-08-21 Thread Mika Kiljunen
Hi! I have the same problem. I was so happy with B3 when it autosized correctly all my popups, especially when I changes states... Now all popups are too small and no autosizing... This is very frustrating! Is this a bug or feature on final Flex 2 release and if it is why was this beautiful

RE: [flexcoders] flex2 final - popup autosizing question (re-post)

2006-08-21 Thread Mika Kiljunen
HEY, I managed to solve this one!! I just noticed, that if you have (like I did) layout=absolute on TitleWindow, removing that causes the popups to resize automatically!! Ahh, Im happy again J Still I wonder why this has changed from Beta 3? -Mika From:

RE: [flexcoders] FDS 2.0

2006-08-18 Thread Mika Kiljunen
2.0 FDS Express does have the remote object support. I thought we were putting more info into the FAQ on the licenses but I cant find it, Ill ask around. Matt From: [EMAIL PROTECTED]ups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: Monday, August

RE: [flexcoders] Web services or FDS: which are you using?

2006-08-16 Thread Mika Kiljunen
. -- Mika Kiljunen Ohjelmistosuunnittelija / Intensium Oy [EMAIL PROTECTED] GSM: +358 50 352 4842 http://www.intensium.fi From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of ben.clinkinbeard Sent: 15. elokuuta 2006 17:59

[flexcoders] FDS 2.0

2006-08-15 Thread Mika Kiljunen
Hi, Its a bit unclear to me does FDS 2.0 contain remote object support or is it contained with Enterprise license only? Hint Adobe could put more info to the Adobe site concerning the differences of FDS licenses, please J -Mika __._,_.___ -- Flexcoders Mailing

RE: [flexcoders] FDS 2.0

2006-08-15 Thread Mika Kiljunen
Ahh thank you Matt. This was exactly what I needed to know but now what I wanted to hear J -- Mika Kiljunen Ohjelmistosuunnittelija / Intensium Oy [EMAIL PROTECTED] GSM: +358 50 352 4842 http://www.intensium.fi From: flexcoders

RE: [flexcoders] Flex Timeout issue

2006-08-11 Thread Mika Kiljunen
Thats really weird. I would suggest to strip down the code to minimum. Drop out the showBusyCursor (set it to false), try to call service several times with different params and see what happens. On faulthandler I believe you should have mx.core.Application.alert(event.fault) instead

RE: [flexcoders] Re: Flex Timeout issue

2006-08-11 Thread Mika Kiljunen
--- In [EMAIL PROTECTED]ups.com, Mika Kiljunen mika.kiljunen@... wrote: That's really weird. I would suggest to strip down the code to minimum. Drop out the showBusyCursor (set it to false), try to call service several times with different params and see what happens. On faulthandler I believe you should

RE: [flexcoders] Flex Knowledge Aggregation PREVIOUS: Seperate Mailing List :: Component developers - Framework Devlopment

2006-05-30 Thread Mika Kiljunen
A definitive YES vote from me. -- Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Vinny Timmermans Sent: 30. toukokuuta 2006 12:39 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex Knowledge Aggregation

[flexcoders] Flex 1.5 SSL configuration

2006-05-23 Thread Mika Kiljunen
Hi, I have a problem concerning Flex configuration with SSL. SSL does work ok when enabled, but there is a small problem still. Let me explain the network conf that is causing my problem: We have a flex server, that would be a public server with ip (ie. 123.123.123.123).

RE: Re: [flexcoders] Code formatter for action script

2006-04-03 Thread Mika Kiljunen
You are right Benny. But it is also nice that the tool you are working with can change the formatting on the fly. This way each developer can use the view they are used to. Thats the way it should work J To use strict code formatting is ok, but I vote for personalization on this one.

RE: [flexcoders] Hardware requirements for Flex performance

2006-03-28 Thread Mika Kiljunen
Hi, If you have a complex app that processed and displays _lot of data_ then memory could be an issue. We run our app on IE and it eats a big bunch of memory when lot of data is loaded, which is of course a natural result. This causes slowdown on performance. Also many flex components

RE: [flexcoders] FB2 :: Flex printing

2006-03-26 Thread Mika Kiljunen
Hi, My thoughts exactly Dima. One ill behaving flex 1.5 printing sample coming _soon_ to a flexcoders list near you. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of David Mendels Sent: 26. maaliskuuta 2006 15:52 To:

RE: [flexcoders] Flex 1.5 print problem

2006-03-20 Thread Mika Kiljunen
API at all but Ive forwarded your query to some folks inside to see if they have any insight. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: Wednesday, March 08, 2006 1:43 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flex 1.5 print

[flexcoders] Flex 1.5 print problem

2006-03-07 Thread Mika Kiljunen
Hi, When printing big printjobs (over 10 pages) flex 1.5 completely makes a mess out of the result. It prints few pages nicely but the rest of the pages are just a mess. In a single printJob result there are empty pages, some pages that are completely fine and pages that have some printing on

RE: [flexcoders] IE Update disables Flash

2006-03-06 Thread Mika Kiljunen
Now that the hotfix hides the script code on the html wrapper it broke my custom wrapper and I cant see the script code that needs to be changed L Please, could someone from Macromedia (uhum Adobe) post the script code that flex now generates on with this: script src=""> -Mika

RE: [flexcoders] Flex book and Flex 2

2006-01-26 Thread Mika Kiljunen
Very good question Chris! Iwould buy the book (again) if it was updated for Flex 2 J -Mika From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Chris Velevitch Sent: 27. tammikuuta 2006 2:00 To: flexcoders@yahoogroups.com Subject: [flexcoders] Flex book

Re: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-23 Thread Mika Kiljunen
: Mika Kiljunen [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 11:59 AM To: Nihit Saxena; flexcoders@yahoogroups.com Subject: RE: REPOST: [flexcoders] PrintJob cutting text on datagrid Is there really no solution for this annoying printing problem or am I and the other guy the only

RE: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-20 Thread Mika Kiljunen
There is a small problem in printing text it is being followed up. Can you please resend the sample, I will check if it is related to the same. Thanks, Nihit From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: Tuesday, December 20

RE: [flexcoders] can not have separate flex war apps?!?!?

2006-01-17 Thread Mika Kiljunen
There might be a classloader issue on JBoss, that probably can be fixed by appropriate JBoss configuration. There is one more issue that is commonly run into with JBoss, which is that deploying more than one Flex web application doesn't work right. I recently found out that there's a

RE: REPOST: [flexcoders] PrintJob cutting text on datagrid

2006-01-17 Thread Mika Kiljunen
on datagrid On 12/20/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Can someone explain why PrintJob is cutting the bottom of letters like g, y,q etc?? See pic to explain. In the pic (a printed datagrid) the numbers should have text mg after them, but it has mg and the g has no bottom on it! I asked

RE: [flexcoders] mxml compile fails

2006-01-10 Thread Mika Kiljunen
!! This is really strange, why does flex server compile it without errors, but it fails with mxmlc?!?!? -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: 10. tammikuuta 2006 8:51 To: flexcoders@yahoogroups.com Subject: [flexcoders

RE: [flexcoders] mxml compile fails

2006-01-10 Thread Mika Kiljunen
the correct gateway path within your mxmlc command or within flex-config.xml? Post what you have. HTHs Leon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: 10 January 2006 08:08 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders

[flexcoders] Flex 1.5 and CPU load

2006-01-09 Thread Mika Kiljunen
Hi, I have a weird problem with flex 1.5 server. It seems that when it is running it seems constantly consume CPU load around 20 to 25 percent (according to task manager). It keeps pumping it up to 25% and then drops back a little and instantly goes back to 25% and drops again and back

RE: [flexcoders] Flex 1.5 and CPU load

2006-01-09 Thread Mika Kiljunen
] Flex 1.5 and CPU load Wondering if the flex server is in production mode? (flex-config) Stace From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: Monday, January 09, 2006 6:19 AM To: flexcoders@yahoogroups.com Subject: [flexcoders

[flexcoders] mxml compile fails

2006-01-09 Thread Mika Kiljunen
Hi, Does anyone have a clue what causes this error or is there any output anywhere? It occurs always when I try to compile a simple mxml file with mxmlc. The error is: Failed to compile testApp.mxml and thats all. Not much help there? I *think* my params are correct for mxmlc but

REPOST: [flexcoders] PrintJob cutting text on datagrid

2005-12-20 Thread Mika Kiljunen
Repost, since no answer Anyone? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: 1. joulukuuta 2005 14:40 To: flexcoders@yahoogroups.com Subject: [flexcoders] PrintJob cutting text on datagrid Hi, Can someone explain why

RE: [flexcoders] Flash 8 debug viewer download?

2005-12-13 Thread Mika Kiljunen
Does it work with Flex Builder 1.5? -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Dirk Eismann Sent: 13. joulukuuta 2005 10:03 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Flash 8 debug viewer download? Download and

RE: [flexcoders] Flash 8 debug viewer download?

2005-12-12 Thread Mika Kiljunen
I dont think there is one. If I remember correctly, there was no debug version of the player version 8 (and it seems there wont be). -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Brian McPheeters Sent: 12. joulukuuta 2005 19:29 To:

[flexcoders] PrintJob cutting text on datagrid

2005-12-01 Thread Mika Kiljunen
Hi, Can someone explain why PrintJob is cutting the bottom of letters like g, y,q etc?? See pic to explain. In the pic (a printed datagrid) the numbers should have text mg after them, but it has mg and the g has no bottom on it! Is there a way to fix this? -Mika --

RE: [flexcoders] 32 K limit in Player 8?

2005-11-25 Thread Mika Kiljunen
If I remember correctly, no. Its a lot bigger now (2 Mb or so). -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Manish Jethani Sent: 25. marraskuuta 2005 13:47 To: Flexcoders Subject: [flexcoders] 32 K limit in Player 8? Is there

RE: [flexcoders] calling methods in a c/C++ dll from Flex application

2005-11-23 Thread Mika Kiljunen
Not sure about this, but Id guess that you need to do this outside flex (or flash really), ie. pass data from flex app (the flash app running on a webpage) to the webpage through _javascript_, and then call some object ( ie. ActiveX ) on webpage (by _javascript_) that can communicate

RE: [flexcoders] mx:Repeater problem

2005-11-23 Thread Mika Kiljunen
Just guessing, but how about: click=alert(list.selectedItem.name) ? -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Hasan Basri Sent: 23. marraskuuta 2005 12:00 To: flexcoders@yahoogroups.com Subject: [flexcoders] mx:Repeater problem

RE: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread Mika Kiljunen
Nope, since this is very interesting. Besides, this should concern almost every one working with flex and application servers with java services. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Theodore E Patrick Sent: 22. marraskuuta

RE: [flexcoders] Flex Enterprise Servces inf posted to labs

2005-11-21 Thread Mika Kiljunen
That certainly looks quite interesting. I wonder about the performance and how scalable this model will be compared to EJB etc. The basic concept though is quite beautiful and I really look forward to test those messaging systems! -Mika From: flexcoders@yahoogroups.com

RE: [flexcoders] Can I Capture f5 keyboard event in actionScript

2005-11-07 Thread Mika Kiljunen
If you run flex on flashplayer running on IE it wont work, since IE swallows the F5 keypress and refreshes the web page on F5. Same problem with ESC. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of manish Sent: 7. marraskuuta 2005

RE: [flexcoders] Dual core license policy

2005-11-06 Thread Mika Kiljunen
. As opposed to Intel's Hyper Threading which is two virutal processors. So if what you read is true... then Macromedia would consider dual core as 2 processors. On 11/3/05, Dave Carabetta [EMAIL PROTECTED] wrote: On 11/3/05, Mika Kiljunen [EMAIL PROTECTED] wrote: What is the Macromedia's license

[flexcoders] Dual core license policy

2005-11-03 Thread Mika Kiljunen
What is the Macromedias license policy on dual core processors? Is a single dual core processor calculated as 1, 1.5 or 2 processors ? I couldnt find this info anywhere, but I think it would be nice to know J P.S. Microsoft counts em as 1 ;) -Mika -- Flexcoders

RE: [flexcoders] Dual core license policy

2005-11-03 Thread Mika Kiljunen
/05, Mika Kiljunen [EMAIL PROTECTED] wrote: What is the Macromedia's license policy on dual core processors? Is a single dual core processor calculated as 1, 1.5 or 2 processors ? I couldn't find this info anywhere, but I think it would be nice to know J I can't remember where I read

RE: [flexcoders] Tree node labels: how to get the new value the user entered when handling the cellEdit event?

2005-09-14 Thread Mika Kiljunen
Try YourTree.cellEditor.text ? -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Armstrong Sent: 14. syyskuuta 2005 9:52 To: flexcoders@yahoogroups.com Subject: [flexcoders] Tree node labels: how to get the new value the user

RE: [flexcoders] Validation TextInput

2005-08-18 Thread Mika Kiljunen
Yep, I had the same problem earlier. Matt posted this solution that works: Class MyDateValidator extends mx.validators.DateValidator { public function validationError(errorCode:String, defaultMessage:String,subfield:String):Void { If (errorCode == “wrongLength”)

RE: [flexcoders] Changing the wrongLengthError in a DateValidator

2005-08-18 Thread Mika Kiljunen
Oops, this is the problem I was trying to answer to. Sorry folks about the previous post... :) Class MyDateValidator extends mx.validators.DateValidator { public function validationError(errorCode:String, defaultMessage:String,subfield:String):Void { If (errorCode == “wrongLength”)

RE: [flexcoders] Is it possible to return multiple recordsets to Flex from one Remote Object call

2005-08-18 Thread Mika Kiljunen
Why not return an arrray containing recordsets and then setting the recordsets from the array as dataproviders to your controls by actionscript as follows: resultArray looks like: [0] Recordset1 (an array of resultobjects from query 1) [1] Recordset2 (an array of resultobjects

[flexcoders] 32k problem

2005-08-10 Thread Mika Kiljunen
Im getting this again Branch between 46842 and 79852 around line 0 exceeds 32K span. There was a solution how you can find the branch in code that caused this, but unfortunately I cant remember what it was and where I found it. So, has anyone got the information on how to find

[flexcoders] Caret positioning problem

2005-08-10 Thread Mika Kiljunen
Hi, Im trying to set the caret to the end of the textfield. I have a keyUp event handler that adds the dot . automatically for the text entered. The problem is that when the dot is added by actionscript the caret stays behind the added dot while typing, so the dot gets misplaced and the

RE: [flexcoders] Caret positioning problem

2005-08-10 Thread Mika Kiljunen
at: Selection.setSelection(stringLength,stringLength) HTH, Allen www.prismix.com/ From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: 10 August 2005 13:25 To: flexcoders@yahoogroups.com Subject: [flexcoders] Caret positioning problem

RE: [flexcoders] Caret positioning problem

2005-08-10 Thread Mika Kiljunen
MyTextField.text.length+1 maybe ;) Philippe Maegerman From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: mercredi 10 août 2005 14:47 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Caret positioning problem Thanks

RE: [flexcoders] Caret positioning problem

2005-08-10 Thread Mika Kiljunen
+32 2 400 40 39 +32 472 35 28 10 Avoir des rêves, c'est continuer d'exister... From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: mercredi 10 août 2005 15:27 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Caret positioning

RE: [flexcoders] Caret positioning problem

2005-08-10 Thread Mika Kiljunen
... From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: mercredi 10 août 2005 15:27 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Caret positioning problem You wish…but no, does not work (already tried it) L

RE: [flexcoders] An interesting problem with models....

2005-08-09 Thread Mika Kiljunen
Perhaps you should modify the values on the model through the lists dataProviders editField or replaceItemAt, since the changes made to the model directly wont be reflected to the list? You could set the lists dataprovider once more after you modify the list directly, this might help

RE: [flexcoders] An interesting problem with models....

2005-08-09 Thread Mika Kiljunen
From Flex documentation: if you use the data provider API to manipulate the Array after initializing the List control, those changes are propagated to the List control -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Tariq Ahmed

[flexcoders] TabNavigator gimmick

2005-06-21 Thread Mika Kiljunen
Hi, I could use some help with tabnavigator. I have a TabNavigator that has 3 tabs on it. When the user clicks tab one and edits some data on the tab view AND then clicks tab two, I should be able to stop this and go back to tab one and force the user to save data or at least to warn to

RE: [flexcoders] TabNavigator gimmick

2005-06-21 Thread Mika Kiljunen
. I'd love to post the code for code, line by line here but i'm a bit swamped at present but the above is based on theory (especially if it works similiar to the Accordion) On 6/21/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Hi, I could use some help with tabnavigator. I have a TabNavigator

RE: [flexcoders] TabNavigator gimmick solved

2005-06-21 Thread Mika Kiljunen
) On 6/21/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Hi, I could use some help with tabnavigator. I have a TabNavigator that has 3 tabs on it. When the user clicks tab one and edits some data on the tab view AND then clicks tab two, I should be able to stop this and go back to tab one

RE: [flexcoders] Fields and focuses

2005-06-02 Thread Mika Kiljunen
is greater than the vPosition. This is basic logic obviously but it should give you some ideas. Matt From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: Wednesday, June 01, 2005 11:55 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Fields

RE: [flexcoders] Fields and focuses

2005-06-02 Thread Mika Kiljunen
:-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Mika Kiljunen Sent: Thursday, June 02, 2005 12:32 AM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Fields and focuses Id say this functionality should be part of the flex environment rather than a user

[flexcoders] Tree change event

2005-05-26 Thread Mika Kiljunen
. Is there a fix or a nice workaround on this issue? Is this a feature or a bug in the Tree? -- Mika Kiljunen Ohjelmistosuunnittelija / Intensium Oy [EMAIL PROTECTED]ium.fi GSM: +358 50 352 4842 http://www.intensium.fi Yahoo! Groups Links To visit your

RE: [flexcoders] applications that forget variables

2005-05-13 Thread Mika Kiljunen
be going wrong. From your other posts it looks like you've gone down the route of creating copies which may be fine but also may be masking your problem. Matt -Original Message- From: Mika Kiljunen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 08, 2004 8:49 AM To: flexcoders

RE: [flexcoders] applications that forget variables

2005-05-12 Thread Mika Kiljunen
Hi, you seem to be having the same problem that I had earlier (on popup and binding ) and I faced it again yesterday. I have an array on my main as file that contains Value objects. I launch a popup window and the popup window sets its internal variable like this iMyArray =

RE: [flexcoders] Date in RemoteObjects as undefined

2005-05-04 Thread Mika Kiljunen
I think its java.util.Date, at least that works. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Peter Farland Sent: 4. toukokuuta 2005 5:19 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Date in RemoteObjects as undefined

RE: [flexcoders] [OT]Adobe acquire Macromedia my god

2005-04-26 Thread Mika Kiljunen
Yep, it's been out there for a while and people have discussed this a lot. No worries though (at least not yet), currently everything goes on as it was before the news (as far as I know). -Mika -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

RE: [flexcoders] DateValidator localization issue

2005-04-20 Thread Mika Kiljunen
[mailto:[EMAIL PROTECTED] On Behalf Of Manish Jethani Sent: 19. huhtikuuta 2005 13:33 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] DateValidator localization issue On 4/20/05, Mika Kiljunen [EMAIL PROTECTED] wrote: Now the problem arises because I'm writing a Flex app in finnish

RE: [flexcoders] DateValidator localization issue

2005-04-20 Thread Mika Kiljunen
. -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mika Kiljunen Sent: 20. huhtikuuta 2005 9:06 To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] DateValidator localization issue I'm saying that flex should automatically add the internal date

RE: [flexcoders] DateValidator localization issue

2005-04-20 Thread Mika Kiljunen
Ok, I filed that one. I got it fixed for now with your suggested fix. Thanx Matt (again)! -Mika From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Matt Chotin Sent: 19. huhtikuuta 2005 15:38 To: flexcoders@yahoogroups.com Subject: RE:

[flexcoders] DateValidator localization issue

2005-04-19 Thread Mika Kiljunen
Hi, There seems to be a localization problem with the date validator. If you set the wrongLengthError property for the validator like Please enter date in the correct form and also provide the inputFormat property like dd.mm.. The validator validates the date properly and sets the

[flexcoders] Editable Combobox and restrict

2005-04-19 Thread Mika Kiljunen
I noticed that if you have an editable ComboBox and you set restrict=0123456789 on mxml it wont work ( wont restrict). But if you set it on actionscript (ie. on CreationComplete) it works (does restrict). Nice bug / feature? -Mika Yahoo! Groups Links To visit your group on

[flexcoders] Charts and fields

2005-04-13 Thread Mika Kiljunen
Hi, I ran into problem with charts. I have an object that contains another object and I need to make a chart using them. Lets say that the object looks like this: class com.mycom.myObjectX { public var myString:String; public var myOtherObject:SomeObject; // Contains a field:

RE: [flexcoders] Long combobox list display

2005-04-04 Thread Mika Kiljunen
Does the combobox show all the 27 seven items at once? If it does then no wonder it wont fit. Have you tried using: rowCount: Number Maximum number of rows visible in the ComboBox control list. This should show specified number of items on the list and others should be scrollable.

RE: [flexcoders] Re: Filling a basic line chart from an array of VO's

2005-04-01 Thread Mika Kiljunen
What JBoss version ? What problems did you have? Have you used previous JBoss versions with Flex and it worked fine before? -Mika From: digital_eyezed [mailto:[EMAIL PROTECTED] Sent: 1. huhtikuuta 2005 6:10 To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Filling a

RE: [flexcoders] How to new a mx component in actionscript?

2005-03-21 Thread Mika Kiljunen
From Developing Flex Applications help: Creating components not declared in MXML If you want to create a new child component that was not declared in MXML, use the createChild() method; for example: mx:Script import mx.controls.Button; var okButton:Button; function someMethod():Void

RE: [flexcoders] Validator

2005-03-20 Thread Mika Kiljunen
Validator has the property requiredFieldError which is the error message displayed when the field is empty but required. You can put your error messages there. Validators can be a bit problematic time to time, but once you get 'em working they are nice to have! -Mika -Original Message-

ViewStack resizing

2005-02-15 Thread Mika Kiljunen
I just noticed that ViewStack has an undocumented property: resizeToContent to force ViewStack containers to resize when you navigate to a different child container, set the resizeToContent property to true. This is mentioned on the Developing Flex Applications but it is not documented on the