[flexcoders] Re: Bug? image (html) in textarea

2005-05-30 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, rockmoyosa [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, Manish Jethani [EMAIL PROTECTED] wrote: On 5/20/05, rockmoyosa [EMAIL PROTECTED] wrote: It's really simple I place a textarea in mxml. And in AS i'm setting a img tag in the

[flexcoders] Setting height of Textarea dynamically

2005-05-30 Thread rockmoyosa
Does anybody how this is done. How Do I determin wat the height needs to be after I have set the text in it. I don't want any scrollbars but I do want to show everything in the textarea. So I need to know the height. Anybody?? Yahoo! Groups Links * To visit your group on the web, go to:

[flexcoders] Re: creating images in a for-loop, problem.

2005-05-30 Thread rockmoyosa
--- In flexcoders@yahoogroups.com, Steven Webster [EMAIL PROTECTED] wrote: Still nuthing??! You only posted 30 mins ago ! If I'm not mistaken, is what you are trying to achieve that given an array, called summary, you want to loop over that array and for each element in the

[flexcoders] Flexcoders FAQ

2005-05-30 Thread Steven Webster
All, I'm just about to post out an FAQ to the Flexcoders list; this has been compiled by a number of active contributors to the Flexcoders list, in attempt to not only address some of the more common questions that are posed to the list, but to emphasise some guidelines for those

[flexcoders] [Admin] Flexcoders FAQ

2005-05-30 Thread Steven Webster
Flexcoders Frequently Asked Questions Last Updated: 30th May 2005 - Contributors: Matt Chotin, Steven Webster, Alistair McLeod,

R: [flexcoders] WebSercices, result, Array, DataGrid - Problems

2005-05-30 Thread Francesco
Hi to all, I solved my problem :-) The problem was in the WebService taken from the web and not in the flex code ... I create a new WebService and now it works!! :-) Thanks to all Francesco -Messaggio originale-Da: flexcoders@yahoogroups.com [mailto:[EMAIL

[flexcoders] Re: Flex on the Web

2005-05-30 Thread jberling2001
Hey all, Going back a week or two, my company is currently developing a rather complex and integrated Flex RIA for the mastronet.com website. The application will be used for bid tracking, bid placement, and viewing lots available in the auction. The site will be available at

Re: [flexcoders] Extending the mx.core.ScrollView

2005-05-30 Thread Manish Jethani
On 5/30/05, dd_trilobyte [EMAIL PROTECTED] wrote: I want to make a custom control in actionscript that is able to scroll its content. I think I need to extend the mx.core.ScrollView class but I can't find any information about it. The ScrollView class does not automatically scroll content.

RE: [flexcoders] Form Questions (and frustrations)

2005-05-30 Thread Mike Anderson
Okay, So with that said, why are the Form and FormItem tags mentioned so often in every example I see? Or is this just another tool that the developer can select from, in order to make the workflow easier? But at the same time, it's not absolutely necessary that the developer go that

Re: [flexcoders] Setting height of Textarea dynamically

2005-05-30 Thread Manish Jethani
On 5/30/05, rockmoyosa [EMAIL PROTECTED] wrote: Does anybody how this is done. How Do I determin wat the height needs to be after I have set the text in it. I don't want any scrollbars but I do want to show everything in the textarea. So I need to know the height. ?xml version=1.0?

RE: [flexcoders] Form Questions (and frustrations)

2005-05-30 Thread Dimitrios Gianninas
Hi Mike, I use the FORM and FORMITEM tags whenever I want to use the automatic layout they provide. I'd say I use them about 75% of the time. The rest of the time, I just place a component(s) within the container that is appropriate. I guess the moral of the story is, doesn't matter

[flexcoders] Questions on Containers, and their drag-ability

2005-05-30 Thread Mike Anderson
Hello All, Of course, all containers have their specific uses, and depending on the preferences of the developer, a container that works well for one developer, may not be the preference for another developer. I can see this confusing some beginner developers, that may be confused as to which

RE: [flexcoders] Form Questions (and frustrations)

2005-05-30 Thread Mike Anderson
YES! (regarding the HTML Tag comment you made)... I guess, when writing my code, MXML is SO similar to HTML, that it's striking a lot of nerves while I write... and that inherently makes me wonder if I am truly writing my code properly. Old habits die hard they say - and I just have to

[flexcoders] Re: Extending the mx.core.ScrollView

2005-05-30 Thread dd_trilobyte
Thank you very much, I was not aware that the file existed. I think I can get enough information out of it to build my component. Thank you again! Bert Willems Yahoo! Groups Links * To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ * To unsubscribe from

[flexcoders] Re: Question about two mxml pages

2005-05-30 Thread Jimmy
Hi, There is no such thing as going from one MXML page to another. In Flex, all MXML and AS files get compiled into one SWF file (Flash movie) and then delivered to the browser. But you are partially correct, most likely you have two forms, each contained within its own MXML file. So each is a

[flexcoders] verticalGap/horizontalGap in TileList - not working?

2005-05-30 Thread pk_wasp
Tried searching the forums on this (get the feeling the search feature in yahoo groups isn't as good as other forums :) ) does verticalGap or horizontalGap work for the dataProvider container TileList? tried setting values but don't seem to have the gaps showing up between each cellItem.

[flexcoders] showDataTips for the List within a ComboBox

2005-05-30 Thread DavidLand
Im trying to get data tips for the list component embedded within the ComboBox and not having much luck. Works fine for normal List boxes but cant seem to get anything off of the child one within the CB. Within the class extending the ComboBox I have this: this.dropdown.showDataTips = true;

[flexcoders] Linking a Flex apps to a Help system

2005-05-30 Thread Ghislain Simard
Is there a easy way of creating a context-sensitive help system in a Flex apps? The help system could be created in RoboHelp or Author-it. How to link a field to is .chm file related topic? That could be invoke using F1 or by clicking on a question mark in the Flex apps menu...or whatever the

[flexcoders] Massive JRun4 Problems - and your advice for resources...

2005-05-30 Thread Mike Anderson
Hello All, I know JRun4 questions are slightly off-topic, but my questions are directly related to Flex, as without a functioning JRun4 server, the Flex 1.5 Server is pretty much useless. As much as Macromedia makes impressive products, I am completely blown away as to crappy reliability of

RE: [flexcoders] Massive JRun4 Problems - and your advice for resources...

2005-05-30 Thread Stacy Young
Whats in your error logs? {jrun.root}/logs -Stace From: Mike Anderson [mailto:[EMAIL PROTECTED] Sent: Monday, May 30, 2005 11:10 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Massive JRun4 Problems - and your advice for resources... Hello All, I know JRun4