Re: [flexcoders] Re: updating display of GroupingCollection on AdvancedDataGrid with refresh

2008-11-04 Thread ibo
Thanks Vijay! I've read the source and I think the filtering stuff is exactly the one I'm looking for! :). From: Vijay Anand Mareddy [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, November 4, 2008 10:02:26 PM Subject: [flexcoders] Re: updating

[flexcoders] re-throwing keystrokes to browser?

2008-08-21 Thread ibo
My flex is running on full screen mode on my browser. Problem is, if the focus is on the flex app, it wont respond to browser keystrokes like CTRL+T (new tab). I can catch the keycode by listening to keydown event but how do I send it to the browser? (prefrably cross-browser solution).

Re: [flexcoders] Re: re-throwing keystrokes to browser?

2008-08-21 Thread ibo
mailto:flexcoders@ yahoogroups. com , ibo poweribo@ wrote: My flex is running on full screen mode on my browser. Problem is, if the focus is on the flex app, it wont respond to browser keystrokes like CTRL+T (new tab). I can catch the keycode by listening to keydown event but how do I send

[flexcoders] regexp problem

2008-08-20 Thread ibo
Hi guys, this might be a trivial prob but Im having problem with regexp pattern. This wont compile: var singleDatePattern:RegExp = \d{2}(/)\d{2}(/)\d{4}; I've tried this: var singleDatePattern:RegExp = new RegExp(/\d{2}(/)\d{2}(/)\d{4}/); but it wont match against the string 08/20/2008.

Re: [flexcoders] regexp problem

2008-08-20 Thread ibo
, ibo [EMAIL PROTECTED] com wrote: Hi guys, this might be a trivial prob but Im having problem with regexp pattern. This wont compile: var singleDatePattern: RegExp = \d{2}(/)\d{2} (/)\d{4}; I've tried this: var singleDatePattern: RegExp = new RegExp(/\d{2}(/)\d{ 2}(/)\d{4} /); but it wont

[flexcoders] error message tooltip

2008-08-20 Thread ibo
Is there a reusable component in flex similar to the red tooltip message box that appears when a validator throws an invalid event? Alert.show is ugly and titlewindowis overkill.

[flexcoders] Data binding prob with custom component

2008-08-14 Thread ibo
Hi All, I have a problem with data binding on my custom component. If my myModel.tokens (arraycollection) was modified somewhere else (i.e. in front controller) the set dataProvider function never gets called. The doThisFunction() only gets called once, during the ui component instantiation

[flexcoders] applet on top of flash?

2008-07-31 Thread ibo
Anyone tried displaying applet on top of flex/flash? Can someone pls point me a link to an example demo? I did a search on this topic and Ive read that its possible to do so but couldnt find an working example. I want it to be displayed as seamless as possible and dont want to open a new

Re: [flexcoders] applet on top of flash?

2008-07-31 Thread ibo
for the benefit of other flex devs integrating applets / dhtml, on the object tag of your swf, just add param name=wmode value=transparent/ as parameter. As expected, the YUI Panel worked seamlessly. - Original Message From: ibo [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent

[flexcoders] event listeners on Sprites - performance problem

2008-07-23 Thread ibo
MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=0-617774704-1216825475=:34053 --0-617774704-1216825475=:34053 Content-Type: text/plain; charset=us-ascii I created a component what I call bookmark bar where there are markers that you can click to jump/scroll to a particular

[flexcoders] getting absolute height from component

2008-07-21 Thread ibo
If I have a canvas with height set to 100%, how do I get its absolute height? (in pixels) the height attribute is giving me 0.

Re: [flexcoders] Titlewindow resize problem

2008-07-17 Thread ibo
PROTECTED] ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of ibo Sent: Wednesday, July 16, 2008 1:23 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] Titlewindow resize problem Guys need help, I've spent a day trying to figure out whats the problem with with this app. Its about

[flexcoders] Titlewindow resize problem

2008-07-16 Thread ibo
Guys need help, I've spent a day trying to figure out whats the problem with with this app. Its about programmatically resizing a Titlewindow. When I'm assigning the TitleWindow a new value for width, a portion of the window seems to be clipped for no reason. Is this a bug? Is there a

[flexcoders] scrolling prob on itemrenderers

2008-06-11 Thread ibo
I have created a custom ItemRenderer with a textarea in it. This ItemRenderer is being used in a DataGrid. If the mouse pointer is over the textarea(ItemRenderer), the datagrid doesnt react to any mouse wheel movement. How I enable the DataGrid to receive the mouse wheel events when the mouse

[flexcoders] word highlighting

2008-05-22 Thread ibo
Have anyone worked on something like this before? What I want is to highlight the word by changing the background color of each keyword from a sentence/paragraph. Here is my code so far: private function applyTextHighlight(textField:UIComponent, listOfWordPositions:Array):void {

Re: [flexcoders] word highlighting

2008-05-22 Thread ibo
like it was not designed to be used for renderers. Frederico Garcia [EMAIL PROTECTED] wrote: ibo escreveu: Have anyone worked on something like this before? What I want is to highlight the word by changing the background color of each keyword from a sentence

[flexcoders] datagrid column width - by percentage

2008-05-13 Thread ibo
Why is it that setting Datagrid column width by percentage is not allowed? How do make sure your columns dont get messed up when viewed from different monitor resolutions?

[flexcoders] working with ICollectionView and IViewCursor

2008-05-09 Thread ibo
I wanted to update my datagrid / arraycollection with data coming from server. the list is sorted by date field by default. if the record item exists in the list, i will replace the existing item with the new one, and if its not on the list, I will add it to the list. Here is the catch, updates

[flexcoders] value object binding problem

2008-05-08 Thread ibo
I have this VO binding from java to as3: JAVA / JDK6 - LookupStuff.java public class LookupStuff { private ListClassA attributeA; private ListClassA attributeB; private MapString, ListClassB attribute1; private MapString, ListClassC attribute2;

Re: RES: [flexcoders] value object binding problem

2008-05-08 Thread ibo
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] Em nome de ibo Enviada em: quinta-feira, 8 de maio de 2008 14:51 Para: flexcoders@yahoogroups.com Assunto: [flexcoders] value object binding problem I have this VO binding from java to as3: JAVA / JDK6

[flexcoders] blazeds / livecycle ds question

2008-04-30 Thread ibo
I know I have asked this question before but unfortunately I havent found an answer yet :P. Maybe Mr. Vroom can shed some light on this? tia. what if there is at least 500 users using the client, assuming the server is configured to handle the load hardware-wise, does the blazeds keeps

Re: [flexcoders] The XML Class / E4X - best tutorials?

2008-04-27 Thread ibo
dont know any online but the Oreilly actionscript cookbook has a whole chapter discussing E4X. excellent stuff. Josh McDonald [EMAIL PROTECTED] wrote: Hey guys, just a quickie - while I'm getting what I need done, I'm definitely not making the best use of the E4X

[flexcoders] adjust row height of datagridcolumns?

2008-04-27 Thread ibo
Hi guys, I have a datagrid, and I have created custom item editor for each column but is bigger than the usual row height (equivalent to 3 lines and purposely designed it that way). the itemEditor gets displayed when I click on it but the actual height of the row doesnt adjust and scroll bars

Re: [flexcoders] BlazeDS in the integrated Tomcat configuration

2008-04-22 Thread ibo
it means blazeds was pre-configured to run on tomcat and it came with the download. if you unzip the downloaded file, you'll see that there is a tomcat directory included. and if you take a look at /tomcat/webapps/ , youll notice that a sample web application using blazeds is pre-installed.

Re: [flexcoders] connection downtime in flex/blazeds?

2008-04-20 Thread ibo
is not well documented.) Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com ibo wrote: Is there a way for a flex client to know that the connection got cut off from a blazeds backend

[flexcoders] connection downtime in flex/blazeds?

2008-04-19 Thread ibo
Is there a way for a flex client to know that the connection got cut off from a blazeds backend? (ie. server was restarted). i have a flex grid that gets updated regularly (partial data, accumulates overtime) by a backend service using pub/sub messaging.. but if the server gets rebooted, the

[flexcoders] Sort - findItem - compareFunction prob

2008-04-16 Thread ibo
Hi I'm having problem with sorting, the compiler says : error: [mxmlc] C:\stephen\Main.mxml(51): Error: Implicit coercion of a value of type Boolean to an unrelated type String. [mxmlc] insertionIndex = sort.findItem(forAddition[i], Sort. LAST_INDEX_MODE, true,

RE: [flexcoders] Sort - findItem - compareFunction prob

2008-04-16 Thread ibo
cant find an example anywhere. Thanks. Alex Harui [EMAIL PROTECTED] wrote: You’re missing the second argument to findItem. - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ibo Sent

RE: [flexcoders] Sort - findItem - compareFunction prob

2008-04-16 Thread ibo
, mode:String, returnInsertionIndex:Boolean = false, compareFunction:Function = null):int { - From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of ibo