[flexcoders] get cursorManger() on UICompoent is slow and even hangs the app for a brief time

2007-12-19 Thread rueter007
I realized that the HDividedBox and VDividedBox components sometimes hang when I mouseover the divider. Upon investigation, found out that a new method was added in Flex 3 beta 3 in UIComponent.as for get cursorManager which has a while loop. If you have the HDividedBox in a deep nested component,

[flexcoders] Re: itemrenderer dataprovider index?

2007-12-19 Thread rueter007
How about you have an index field in your list dataProvider and call data.index in the component. --- In flexcoders@yahoogroups.com, bmilesp [EMAIL PROTECTED] wrote: i've already tried getItemIndex and failed, i suppose that i'm implementing it wrong. I've attempted a number of times similar

[flexcoders] Re: Debugging RemoteClass serialization [SOLVED]

2007-12-19 Thread Cosma
--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Sorry, that is, this will NOT make it into Flex Builder 3 :) -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Peter Farland Sent: Tuesday, December 18, 2007 11:26 AM

[flexcoders] Maintaining component state across sessions

2007-12-19 Thread Hans Omli
I need to maintain the state of a handful of components across sessions in an AIR/Flex app. I've written a HistoryManager, but it doesn't go down to the level of selected item, which nodes are opened/closed, scroll position, and so on. The data for all components is dynamic, so I also need to

Re: [flexcoders] Nested rows in Datagrid Flex 2

2007-12-19 Thread Carlos Rovira
You should look for a TreeGrid Component. you can search the web for some implementations 2007/12/19, Peeyush Tuli [EMAIL PROTECTED]: Hi All, Has anybody tried something like a nested row in a datagrid in flex 2, which has a collapse and restore button with it?( Screenshot

[flexcoders] Re: Flex JavaFX Sliverlight Flash

2007-12-19 Thread johantrax
What is the difference between an RIA desktop application (e.g. in Flex) and a standard desktop application (e.g. Swing based) ? A RIA is an application with as primary goal (well, second to primary: working should always be the first goal) the user-experience. RIA-development is all about

Re: [flexcoders] Re: Debugging RemoteClass serialization [SOLVED]

2007-12-19 Thread Tom Chiverton
The compiler, right now, already has to scan *all the other* classes to verify that a particular one is not used, in order to choose to remove it from the SWF if it isn't needed. Uhh, I'd be surprised if it worked that way, I would expect it to only include classes that are referenced or

[flexcoders] Re: Problem with RSL and SWFLoaders

2007-12-19 Thread Nick Durnell
--- In flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] wrote: I would try to find out what happened to the other 9? Are they showing progress bars? Is the app stuck? Is CPU usage running high? Hi Alex, I do not see any progress bars for the applications which fail to start. CPU

[flexcoders] RichTextEditor - Default color

2007-12-19 Thread Alban Soupper
Dear all, We have just discovered that the default text color in the RichTextEditor is 0x0B333C and not 0x00. Is there a way to change this? Thanks by advance, Alban. This email and any files

Re: [flexcoders] RichTextEditor - Default color

2007-12-19 Thread Giles Roadnight
styles? On Dec 19, 2007 10:35 AM, Alban Soupper [EMAIL PROTECTED] wrote: Dear all, We have just discovered that the default text color in the RichTextEditor is 0x0B333C and not 0x00. Is there a way to change this? Thanks by advance, Alban.

[flexcoders] ActionScript, Number and null values... how to?

2007-12-19 Thread Cosma
Hi I just learned that the Number, int and uint data types in ActionScript cannot hold a null value. How java remoting deals with this? If I have an ActionScript class that maps to a remote Java class (using the [RemoteClass]), I usually translate Integer or Long properties to the Number data

RE: [flexcoders] RichTextEditor - Default color

2007-12-19 Thread Alban Soupper
Yeah :-) As I extends the RichTextEditor, I can write in the creationComplete: textArea.setStyle(color, 0x00); colorPicker.selectedColor = 0x00; But my boss want the text be justified by default and the code does not the job:

[flexcoders] Re: ActionScript, Number and null values... how to?

2007-12-19 Thread m88e24
Write a setter which accepts an argument of type Object and convert to Number of NaN. De getter returns a Number type. Brgds, Eduard --- In flexcoders@yahoogroups.com, Cosma [EMAIL PROTECTED] wrote: Hi I just learned that the Number, int and uint data types in ActionScript cannot hold a

[flexcoders] Re: LCDS, FDMS, Custom serialization of lazy references

2007-12-19 Thread den.orlov
I need Externalizable since I am working with my existing Java model. Some of this objects are immutable and don't have setters for some properties (that properties are populated via constructor). That an attempt to avoid unnecessary properties copying from model object to TO objects. Is it

[flexcoders] Re: LCDS/Data Management, lazy references to child objects are replaced with ids

2007-12-19 Thread den.orlov
Get it, thanks Jeff Den --- In flexcoders@yahoogroups.com, Jeff Vroom [EMAIL PROTECTED] wrote: When you are returning a property of an object which is declared as an association in your data-management-config.xml with lazy=true, you can just create an instance of the referenced object and

[flexcoders] Any way to cast a string reference of a class name to its Class equivallent

2007-12-19 Thread polestar11
Hi there I have a list of class names stored as strings in an xml file. Is there any way to cast them to actual class items programatically once the file has loaded. Eg. item classname=aClass/ // in code myComponent.setStyle(icon, Class([EMAIL PROTECTED])); Cheers Tracy

[flexcoders] VBOX Icon

2007-12-19 Thread yourName
Hi to every i have following code in my action script [Embed(crs.png)] [Bindable] public var crss:Class; and following is mxml code mx:vbox icon=crss /mx:vbox i have two question how can i handle click event on this image and i want to put this image to right of text this vbox is

[flexcoders] Re: ActionScript, Number and null values... how to?

2007-12-19 Thread Cosma
Thank you :) Cosma

[flexcoders] locking and unlocking of the screens

2007-12-19 Thread Rahul Kandari
hi, I m working on the different screens in a project. I want if i m workin on one screen the other screen locked with a notification event.And if i had workes on that screen for example save then the other screen shoul get unlocked with notification event.this notification event

[flexcoders] Flex Help

2007-12-19 Thread sk8bmx099
http://pastebin.ca/823135 Please help me out. I'm trying to make a contact form to send all the information put on that application.

[flexcoders] FLEX Video Audio Recording Component

2007-12-19 Thread ECKOC
Is there such out of the box component exist? I want to use it with RED5.

[flexcoders] MyEclipse6.0+Flex Build3 plugIn+ liveCyde data services

2007-12-19 Thread soft_hua
now i want to try remoteObject of liveCyde data services jdk1.5 MyEclipse6.0 Flex Build3 plugIn liveCyde data services Creat Flex Project by wizard First ,At Server technology ,I choosed the Application server type J2ee and use remote object access service (LiveCyde Data Services) but at Set

[flexcoders] Multi Query HTTPService Functions Variables DataGrid. Error with 2nd URL query

2007-12-19 Thread brian_garcia81
Hi, Im trying to get this app working. currently Working it query's the database with mx:XML and populates mx:ComboBox on the selection is captures the user selection. Here on out Im having issues. I need to pass the variables through a url so I bound the comobox selection to a variable

Re: [flexcoders] Unusual error

2007-12-19 Thread solrac
I came across another incident of Cairngorm throwing a stack overflow error. I had a Cairngorm ModelLocator named AppModelLocator (my subclass). In it, I declared a class variable that instantiated another class like so: public var currentProfile : MemberProfile = new MemberProfile(); And in

[flexcoders] How do I make the background fill the whole screen, not just the Application?

2007-12-19 Thread kolt_siewerts
Dear group, coming from the Flash side of AS3-Development, I'm struggling with a small problem. Here is an example (source code via right-click): http://www.kolt-siewerts.com/flexTest/ My application has to grow with the window, so I set StageScaleMode.SHOW_ALL instead of the default

[flexcoders] notification event

2007-12-19 Thread rahul_kandari2005
can anybody suggest me.I have five screens in my project but when we are working on a screen the others should get locked by a notification event. And if the work in one of window is completed then all the screens should be unlocked. The locking and unlocking should be a generic not bound to few

Re: [flexcoders] How do I make the background fill the whole screen, not just the Application?

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, kolt_siewerts wrote: Now whenever the window has not the same aspect ratio as the Application, black bars appear. Do you have width and height 100% on mx:Application and the embeding HTML ? -- Tom Chiverton Helping to biannually extend innovative market-growth on:

[flexcoders] I could use some help with printing problems that I don't understand

2007-12-19 Thread Mark
I have a pretty basic Project Management application that shows projects in a datagrid then when you click on a project you get all the details (name, dates, descriptions, etc.) Of course I have a printing script for them to print it out nice and clean, but it cuts off some of the text in

Re: [flexcoders] Re: Looking for component to generate PDF files

2007-12-19 Thread Derrick Anderson
check out alivePDF http://www.alivepdf.org/ On Dec 19, 2007 9:32 AM, sprezzatura1 [EMAIL PROTECTED] wrote: Thank you for your reply. I think what we need is an SWC component. As far as I understand, PDFlib is not available in this format. Allow me to elaborate. In our situation, our

Re: [flexcoders] Re: Looking for component to generate PDF files

2007-12-19 Thread Derrick Anderson
oh sorry, forgot u mentioned that already On Dec 19, 2007 9:54 AM, Derrick Anderson [EMAIL PROTECTED] wrote: check out alivePDF http://www.alivepdf.org/ On Dec 19, 2007 9:32 AM, sprezzatura1 [EMAIL PROTECTED] wrote: Thank you for your reply. I think what we need is an SWC

Re: [flexcoders] FLEX Video Audio Recording Component

2007-12-19 Thread Sajid Hussain
Hi , I guess these will work for u , if u ned assistance with video recording component with red5/flex let me know maybe I could help . http://fms.denniehoopingarner.com/ http://sziebert.net/posts/server-side-stream-recording-with-red5/ - Original Message From: Jeffry Houser

[flexcoders] Re: tabEnabled not enabling

2007-12-19 Thread Corey Smaller
unfortunately i have to work locally as i dont have access to the work servers right now and I had to fly home for the holidays. I can either include the main file here and the class that is giving me fits or send you the whole shebang in a zip via email? SORRY! here is the main: ?xml

Re: [flexcoders] Re: DataGrid ItemRenderes HEADERS?

2007-12-19 Thread Sajid Hussain
hey . I want to add checkbox control in datagrid header ,I alredy render tht checkbox but problem is that I m not able to call function from on that click even I tried parentDocument.callMyfunction(); ..its giving me error but the same method I have applied to rows checkbox its working but

[flexcoders] Re: Looking for component to generate PDF files

2007-12-19 Thread sprezzatura1
Thank you for your reply. I think what we need is an SWC component. As far as I understand, PDFlib is not available in this format. Allow me to elaborate. In our situation, our users will download an SWF from a Web page. We will not have an opportunity to install any software on the client

RE: [flexcoders] Re: Debugging RemoteClass serialization [SOLVED]

2007-12-19 Thread Peter Farland
Tom is correct. The compiler starts out from the root class (i.e. typically your subclass of mx.core.Application) and resolves types as needed. Types can be found in source path(s) or library path(s). This is why mxmlc enforces the one public definition per file rule and also establishes the

Re: [flexcoders] FLEX Video Audio Recording Component

2007-12-19 Thread Jeffry Houser
I don't know of anything currently in existence. I would theorize that Pacifica or CoCoMo may offer this type of functionality. You might also want to check out the RibbitPhone components, although I'm not sure what recording facilities they offer, if any. ECKOC wrote: Is there

Re: [flexcoders] Re: DataGrid ItemRenderes HEADERS?

2007-12-19 Thread Sajid Hussain
Thanks . Scot, actuly I m working on select all checkbox at header have u sn any example of tht ? right now I have button to select all and de select all . I hope ur solution will work out :) - Original Message From: Scott Melby [EMAIL PROTECTED] To: flexcoders@yahoogroups.com

[flexcoders] Re: DataGrid ItemRenderes HEADERS?

2007-12-19 Thread ben.clinkinbeard
http://www.returnundefined.com/2006/11/creating-truly-reusable-renderers-with-classfactory/ HTH, Ben --- In flexcoders@yahoogroups.com, Sajid Hussain [EMAIL PROTECTED] wrote: Thanks . Scot, actuly I m working on select all checkbox at header have u sn any example of tht ? right now I

Re: [flexcoders] Odd Cairngorm Event error

2007-12-19 Thread Giles Roadnight
Aha - many thanks for the reply. That seems to have sorted it. I've never implemented clone() before and never had any problems (except for possibly once before). Is it best practice to implement this on all events or just when you think you'll need it? THanks. On Dec 19, 2007 3:18 PM, Alistair

Re: [flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, kolt_siewerts wrote: cropped to the app boundaries. Is there really no property I can set to draw outside of the application? I doubt it. What are you trying to achieve ? -- Tom Chiverton Helping to biannually administrate magnetic technologies on:

[flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread kolt_siewerts
Thanks, but changing it to 100% does not really make it better: http://kolt-siewerts.com/flexTest/bg100/ I also tried adding minWidth minHeight, but that is completely ignored... It seems I can't draw anything outside of the application. It all gets cropped to the app boundaries. Is there

Re: [flexcoders] Re: Looking for component to generate PDF files

2007-12-19 Thread Samuel Jones
I don't know of any flex/flash components that can accomplish this, but you may be able to workaround your server limitations. There are at least a few free online pdf creators (such as https://www.pdfonline.com). Maybe you can mashup with one of them and use that to create the pdf. -Sam On Dec

Re: [flexcoders] Re: DataGrid ItemRenderes HEADERS?

2007-12-19 Thread Scott Melby
I haven't done this from a custom header... so sorry if this is way off base. But, perhaps you could dispatch an event with bubbles = true from the click handler rather than trying to call a method. Just make sure you register as a listener (on the datagrid) for the event type that you are

[flexcoders] Odd Cairngorm Event error

2007-12-19 Thread Giles Roadnight
Hi All I'm setting up a session timeout handling system. The way it is suppsoed to work is that when a call to the back end fails a SessionTimeOutEvent is dispatched with the orignal event as a property (e.g. listUsers event). SessionTimeOutCommand will then popup the login dialogue with a

SPAM-LOW: Re: [flexcoders] Looking for component to generate PDF files

2007-12-19 Thread sprezzatura1
We would prefer to not use a server-based solution. We are looking for a component that we can link into our SWF, and that would contain all we need to generate a PDF from our app. It's a graphics app, doesn't fit into the LiveCycle paradigm, which seems to be restricted to business forms, text,

[flexcoders] AMFPHP 2.0 beta ?

2007-12-19 Thread Sajid Hussain
Hello , with cureent browse of http://amf-php.org/ , it seems amfphp working going to do something more abt lcds formaly FDS , it seems thy dint give amfphp 2 for download , here amf-php code developers also exist so my question is from them that how much effort it will took to migration from

[flexcoders] Re: Maintaining component state across sessions

2007-12-19 Thread tomeuchre
--- In flexcoders@yahoogroups.com, Hans Omli [EMAIL PROTECTED] wrote: I need to maintain the state of a handful of components across sessions in an AIR/Flex app. I've written a HistoryManager, but it doesn't go down to the level of selected item, which nodes are opened/closed, scroll

RE: [flexcoders] Odd Cairngorm Event error

2007-12-19 Thread Alistair McLeod
Are you dispatching the same instance a second time? If so, ensure you implement the clone() method on your event. Alistair -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Giles Roadnight Sent: 19 December 2007 15:02 To:

Re: [flexcoders] Maintaining component state across sessions

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, Hans Omli wrote: an AIR/Flex app. I've written a HistoryManager, but it doesn't go down to the level of selected item, which nodes are opened/closed, scroll position, Flex 3's BrowserManager may or may not be what you want, failing that you should be able to

[flexcoders] Re: Vertical scrolling without horizontal scrolling? How do I make 100% == 100%

2007-12-19 Thread dave_defusion
Setting minHeight (everywhere I've already defined minWidth) doesn't resolve the issue either.

[flexcoders] How to Activate Scrolling on Page load ???

2007-12-19 Thread tarun chandra
Hi I have compiled my mxml file into an swf file and embedded it in a jsp. My mxml has a datagrid inside a VBox. I found that when there are certain number of rows to display a veritcal scroll bar shows up. I have no problem with the scroll bar. But when I roll over and try to scroll down

[flexcoders] Re: adding backgroundColor to Canvas retains images after removeAllChildren()?

2007-12-19 Thread Brian
I may file a bug tonight. I registered with my gmail address, which is blocked at work so I can't complete the registration. I'd love to share code that highlights the problem, but am not sure what to share. It is literally as simple as removeAllChildren(); drawMap(); This is within my

Re: [flexcoders] How to Activate Scrolling on Page load ???

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, tarun chandra wrote: I have compiled my mxml file into an swf file and embedded it in a jsp. My mxml has a datagrid inside a VBox. tc:guess Your HTML wrapper doesn't focus the SWF. AFAIK only IE lets you do this. /tc:guess -- Tom Chiverton Helping to competently

[flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread kolt_siewerts
I want the background to fill the whole window. Without black borders as in my example... --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Dec 2007, kolt_siewerts wrote: cropped to the app boundaries. Is there really no property I can set to draw

Re: [flexcoders] notification event

2007-12-19 Thread Jhonny Everson
You could make the application dispatch custom events, then all windows can listen to that events, lock and unlock. -- Jhonny Everson

[flexcoders] Re: DataGrid LinkButton - How to get columnIndex and rowIndex when linkButton is

2007-12-19 Thread valdhor
I am a newbie so this could be wrong. As I understand it, itemclick can only be used for things like datagrid cells, lists etc. What I have done is create an itemrenderer for each cell that places a linkbutton in a cell if the value of the cell is greater than zero. With a linkbutton I do not

[flexcoders] Search function via backend or frontend?

2007-12-19 Thread m.frigge
Hi there, just a general question. What would you recommend as a search function, when you already have the data loaded in Flex? To create a filterFunction or to do a new request to the backend that returns the result? Sounds kind of sstupid but I have got the feeling that the filterFunction does

RE: [flexcoders] Re: itemrenderer dataprovider index?

2007-12-19 Thread Tracy Spratt
getItemIndex() is a method of collections. I'd advise creating a bindable instance variable typed as a collection (XMLListCollection or ArrayCollection), and assigning its value in a result handler. Bind the list to that var. Then you can do: value={outerDocument.acData.getItemIndex(data)

Re: [flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, kolt_siewerts wrote: I want the background to fill the whole window. Without black borders as in my example... If you've got mx:Application 100% wide, along with the bits inside it, it should be. Did you try something simple i.e. mx:Application width=100% height=100%

[flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread kolt_siewerts
Hi, if you right-click on the examples I've posted, you can select View Source to see what I tried: http://kolt-siewerts.com/flexTest/bg100/ The black border also stays there if I put the mx:Text with 100% in it :( --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote:

RE: [flexcoders] Multi Query HTTPService Functions Variables DataGrid. Error with 2nd URL query

2007-12-19 Thread Tracy Spratt
1. This, url=url is wrong. What are you expecting form an URL that is the string url? Are you attempting to bind the url property to a variable? 2. If so, then do url={_url}. ( and don't use a property name for a variable name.) But that will require the var _url be declared as an

Re: [flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread Tom Chiverton
On Wednesday 19 Dec 2007, kolt_siewerts wrote: Hi, if you right-click on the examples I've posted, you can select View Source to see what I tried: Drop the script block. -- Tom Chiverton Helping to appropriately synthesize six-generation e-business on: http://thefalken.livejournal.com

[flexcoders] DragImage initial position wrong, causing jumpiness

2007-12-19 Thread danielggold
I've seen this in a few places where I'm doing custom drag and drop. When the DragImage is initially drawn, if you just barely click and move the mouse, the image is drawn with a Y offset that looks to be about the height of the dragInitiators container. If you move the mouse a few more pixels the

[flexcoders] Specifying Component Height/Width Percentages via Actionscript

2007-12-19 Thread byte.sensei
Is there an easy way to specify a component height/width in percentages rather than pixels via Actionscript? I have a UI that has 2 VBox components. By default, the height of the top is set to 100% and the height of the bottom is 0. However, I want to be able to dynamically change the

[flexcoders] Default sorting in DataGrid

2007-12-19 Thread m.frigge
Hi, how can i set a default column to sort a dataGrid by? I know that i could just sort the dataProvider, but then i don't have the indicator that tells the user by witch column the dataGrid is sorted?!? Thanks, Max

[flexcoders] Re: Specifying Component Height/Width Percentages via Actionscript

2007-12-19 Thread rueter007
try using percentWidth and percentHeight properties. - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, byte.sensei [EMAIL PROTECTED] wrote: Is there an easy way to specify a component height/width in percentages rather than pixels via Actionscript? I have a UI that has 2

[flexcoders] Re: How do I make the background fill the whole screen, not just the Application

2007-12-19 Thread kolt_siewerts
Great, I did it and now it renders the background in the whole window. But now how do I tell my app to scale with the window (StageScaleMode.SHOW_ALL instead of the default NO_SCALE) and to center vertically and horizontally? Thanks, kolt --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL

[flexcoders] DataGrid header horizontal row seperator

2007-12-19 Thread tony.grimes57
Hi i am having a hell of a tme finding out how to style this. Basically i want to add about a 10px gap between the header row of the datagrid and the data rows. Looking at the DataGrid styles i have noted that: 1. HeaderSeparatorSkin - this only affects the vertical lines between the header

[flexcoders] Re: Search function via backend or frontend?

2007-12-19 Thread rueter007
I use the filterFunction for my project which has lots of data. I think it is still better than going to the backend, getting the result and repopulating the controls. --- In flexcoders@yahoogroups.com, m.frigge [EMAIL PROTECTED] wrote: Hi there, just a general question. What would you

[flexcoders] Re: DataGrid LinkButton - How to get columnIndex and rowIndex when linkButton is

2007-12-19 Thread rueter007
you will still get an itemclick event when the link button inside the cell is clicked. did you try it? - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, valdhor [EMAIL PROTECTED] wrote: I am a newbie so this could be wrong. As I understand it, itemclick can only be used for

[flexcoders] Re: Debugging RemoteClass serialization [SOLVED]

2007-12-19 Thread Cosma
--- In flexcoders@yahoogroups.com, Peter Farland [EMAIL PROTECTED] wrote: Tom is correct. The compiler starts out from the root class (i.e. typically your subclass of mx.core.Application) and resolves types as needed. Types can be found in source path(s) or library path(s). This is why mxmlc

[flexcoders] Re: DataGrid header horizontal row seperator

2007-12-19 Thread m.frigge
Hey, it's kind of a stupid workaround but if you don't want to create a programmatic skin, you could set the headerHeight 10px higher and skin it so that it looks like there is a separator. Otherwise i guess you will have to skin it programmaticly... but not 100% on that though :-). HTH, Max

[flexcoders] Re: Cairngorm AMFPHP

2007-12-19 Thread JWOpitz
Hi Steve, Thanks for the feedback. To answer some questions and to ask more here I go: 1. Yes I am using the RemoteClass tag however I am not using the registerClassAlias function. Hadn't heard anything about using it but will look into it. So does that work in conjunction with the Metadata

[flexcoders] Re: Search function via backend or frontend?

2007-12-19 Thread m.frigge
Ok, I thought so. Thanks for the quick answer. How many entries did you have in your project if I may ask.. more than 5000? I was just kind of stoked by some AMF Benchmark results I saw on the web. Cheers, Max --- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: I use the

[flexcoders] Re: Default sorting in DataGrid

2007-12-19 Thread rueter007
look at this link. it may help. http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-datagrid/ - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, m.frigge [EMAIL PROTECTED] wrote: Hi, how can i set a default column to sort a dataGrid by? I know that i could

[flexcoders] Re: Search function via backend or frontend?

2007-12-19 Thread rueter007
I had anywhere between a 1000 to a couple of thousands, sometimes beyond 1. did you look at this link? http://www.jamesward.org/wordpress/2007/04/30/ajax-and-flex-data-loading-benchmarks/ - venkat http://www.venkatj.com --- In flexcoders@yahoogroups.com, m.frigge [EMAIL PROTECTED] wrote:

[flexcoders] Re: Looking for component to generate PDF files

2007-12-19 Thread valdhor
Take a peek at http://brainstorm.esria.com/2007/08/24/client-side-pdf-generation-for-flashflex-and-air/ --- In flexcoders@yahoogroups.com, sprezzatura1 [EMAIL PROTECTED] wrote: Thank you for your reply. I think what we need is an SWC component. As far as I understand, PDFlib is not

RE: [flexcoders] Re: Vertical scrolling without horizontal scrolling? How do I make 100% == 100%

2007-12-19 Thread Alex Harui
Do you have a small test case? I already resolved this for someone else earlier. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of dave_defusion Sent: Wednesday, December 19, 2007 7:33 AM To: flexcoders@yahoogroups.com Subject:

RE: [flexcoders] DragImage initial position wrong, causing jumpiness

2007-12-19 Thread Alex Harui
Can you post a simple test case? From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of danielggold Sent: Wednesday, December 19, 2007 8:45 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] DragImage initial position wrong, causing

RE: [flexcoders] I could use some help with printing problems that I don't understand

2007-12-19 Thread Alex Harui
Please post the renderer code. You may not be propertly measuring the text by relying on the explicitWidth given by the DG. Then, if the text takes two layouts to get it right, printing won't work because it effectively only allows one layout From:

RE: [flexcoders] Any way to cast a string reference of a class name to its Class equivallent

2007-12-19 Thread Alex Harui
getDefinition From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of polestar11 Sent: Wednesday, December 19, 2007 4:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Any way to cast a string reference of a class name to its Class

[flexcoders] Is there possible to enable autoSize properties for Text components?

2007-12-19 Thread flexawesome
hey there, I uses following code in my application, and I would like to pass text message into my text component. Is there a way to enable autoSize for it? so it could be set width property. mx:Text id=txtComp text={txtCompText}/ Have a nice day

RE: [flexcoders] Re: tabEnabled not enabling

2007-12-19 Thread Alex Harui
I took a quick look at the ScheduleViewer. Never used it before. It is a ScrollControlBase so it is already a UIComponent. I think the problem is the SCB has an internal content area that needs to have tabChildren=true in order to allow the children of the content to get the tabs.

[flexcoders] Re: Default sorting in DataGrid

2007-12-19 Thread m.frigge
You are a legend.. thanks again! That was exactly what I was looking for! Greets, Max --- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: look at this link. it may help. http://www.bealearts.co.uk/blog/2007/06/15/default-sorting-for-a-flex-datagrid/ - venkat

[flexcoders] Re: Search function via backend or frontend?

2007-12-19 Thread m.frigge
Ok, perfect. I won't have more than 1. That was the benchmark I was talking about ;-). Thanks, Max --- In flexcoders@yahoogroups.com, rueter007 [EMAIL PROTECTED] wrote: I had anywhere between a 1000 to a couple of thousands, sometimes beyond 1. did you look at this link?

[flexcoders] Re: How to Activate Scrolling on Page load ???

2007-12-19 Thread tarun chandra
Thank You, I got the html to set the focus on the SWF using onLoad in the body tag. - Tarun --- In flexcoders@yahoogroups.com, Tom Chiverton [EMAIL PROTECTED] wrote: On Wednesday 19 Dec 2007, tarun chandra wrote: I have compiled my mxml file into an swf file and embedded it in a jsp. My

[flexcoders] FLex Bse contact Importer(Grabber)

2007-12-19 Thread Sajid Hussain
Hello , Friends , I developed very simple code to grab google and yahoo contacts in hotmail with , php and json plz have a look and appreciate me I will be happy :D try this it will not email to anyone its just testign app http://www.synergyi.com/intouch/contactimporter.html Sajid Hussain

RE: [flexcoders] Re: Debugging RemoteClass serialization [SOLVED]

2007-12-19 Thread Peter Farland
Peter, why should the size of the SWF increase unnecessarily including all the classes marked with [RemoteClass] metadata? [Pete] There's 4 usages of [RemoteClass] in framework.swc, 21 usages in rpc.swc, and 15 usages in fds.swc. I still think that referencing all the classes by hand in

[flexcoders] Amazon S3 awss3lib Flex Library error 2038

2007-12-19 Thread Daniel Tse
Hi All, Has anyone had any problems using the AWSS3 Library with the latest version of FlexBuilder 3 (M4 beta 3)? I noticed that when I tried to build the project with the library it complained that the property shouldCacheResponse for a URLRequest object doesn't exist. I commented it out to get

[flexcoders] horizontal list scroller

2007-12-19 Thread geoff
I posted most of this on the adobe forum but so far haven't received any ideas, so hopefully someone here will know. I've created an AS3 class that extends the HorizontalList. What I'm trying to achieve is the ability to have 2 buttons on my application and 2 methods in my extended class

RE: [flexcoders] Re: Problem with RSL and SWFLoaders

2007-12-19 Thread Alex Harui
I think you'd have to debug through it and see what is going on. However, before doing that, is it possible to re-implement this set of apps? Do these sub-apps ever need to run on their own? If not, you should consider using Modules. If that's too big an effort but those sub-apps don't need to

[flexcoders] Re: horizontal list scroller

2007-12-19 Thread rueter007
I think the following might work. I use this in a DataGrid and it works. // this will give the index of the lest most item that is visible var topIndex: int = myList.horizontalScrollPosition; // to get the number of visible items, you need to subtract the maxHorizontalScrollPosition from the

[flexcoders] BlazeDS and Java 5 Enum Support - works only one way?

2007-12-19 Thread moonusamy
If I have a Java method that returns an Enum, it seems to be serialized ok as a String, but if I have a Java method that takes an Enum argument, I get the same error I used to get before with LCDS 2.5.1: faultDetail = Types cannot be instantiated without a public, no arguments constructor. Java

[flexcoders] FlexMDI How to get DRAG_END event to fire

2007-12-19 Thread valdhor
I am using FlexMDI and would like to know when a window has been dragged to a new position so I can save the position. I am adding windows on the fly with... var newWindow:MDIWindow = new MDIWindow(); MDIManager.global.add(newWindow); I have tried...

RE: [flexcoders] BlazeDS and Java 5 Enum Support - works only one way?

2007-12-19 Thread Peter Farland
If you have an Enum argument in a Java method, you need to send it a String. During method invocation, BlazeDS will use Enum.valueOf(desiredClass, yourStringValue) to create an enum on your behalf. -Original Message- From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of

Re: [flexcoders] How do I make the background fill the whole screen, not just the Application?

2007-12-19 Thread Joseph Balderson
Your Application should stretch with the inner browser width height by default, you don't need to monkey with the Stage object like you do in Flash. If what you want is a background which covers the whole browser screen, let the Application fill up the space. Then place the rest of your

[flexcoders] Re: DragImage initial position wrong, causing jumpiness

2007-12-19 Thread danielggold
I'm trying to come up with a simple test case, the one I have right now is not exhibiting the problem, just trying to make it happen with as little code as possible. One thing I'm doing that might be causing problems: I've got some custom components that dispatch a custom event

[flexcoders] handling 64-bit ints (java long data type)

2007-12-19 Thread andrewwestberg
I have a ByteArray that contains an 64-bit long value that originated from Java code. How can I read this into the Flex Number data type? Will something like this work? Do the bitwise operators work with the Number type? byteArray.position = 0; var longNumber:Number =

[flexcoders] java.util.Map to AS Object. Why wouldn't this work?

2007-12-19 Thread Kevin
We are having a weird problem with something that we think should be simple. We are persisting an object in our database (Hibernate) as a java.util.Map. From actionscript to Java things work fine and persist in the database as expected. However, when we pull it back over the wire from

[flexcoders] Re: Looking for component to generate PDF files

2007-12-19 Thread sprezzatura1
Thanks, I was not aware of this resource. Looks like it might come in handy in the future. However, PDFonline are geared to receive text-type files as input (DOC, HTML, RTF, text). Our app creates vector graphics (curves, polygons, gradients). I don't believe PDFonline would be able to process

  1   2   >