What’s 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 JRu
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 fresh
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
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;
Ah I see, cool thanks.
Hope we'll get this in Flex 2.0 :)
--- In flexcoders@yahoogroups.com, "temporal_illusion"
<[EMAIL PROTECTED]> wrote:
> I had a similar problem and I contacted Macromedia about it, and
they
> determined that the TileList doesn't respect all the properties.
> Specifical
Alright I've read through some old posts on this topic and thought I
had a grip on it, but as I started to add code into the CFC I realized
I've got a very odd problem that I can't seem to pin down.
I'm using the FAST kit but it doesn't to matter if I use that or not.
I've got a simple CFC that d
I had a similar problem and I contacted Macromedia about it, and they
determined that the TileList doesn't respect all the properties.
Specifically I had a TileList and the renderer was an HBox and such,
and while I could get rid of the horizontal gap I could never
eliminate the vertical gap (
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.
tha
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 co
How do you put a link on an mxml page so that it can go on to another mxml page and have two pages each recognize the other pages variables?
Yahoo! Groups Links
To visit your group on the web, go to:http://groups.yahoo.com/group/flexcoders/
To unsubscribe from this group, send an email
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 fr
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
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 con
On 5/30/05, rockmoyosa <[EMAIL PROTECTED]> wrote:
> --- 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:
> > > Try setting a mask on th
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 w
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.
http://www.macromedia.
Okay,
So with that said, why are the and
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 exact route,
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
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 www.mastronet.co
Hello,
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.
I have searched through a lot of forums, blogs and documentation but I
was not able to find any information.
That is correct, you do not
need to have your components contained within a FORM. Validation will work
regardless if component in contained with a FORM or not, same goes for sending
the data to a service.
Dimitrios "Jimmy" Gianninas
RIA Developer
Optimal Payments Inc.
From: Abdul Qabi
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 PROTECT
Flexcoders Frequently Asked Questions
Last Updated: 30th May 2005
-
Contributors:
Matt Chotin, Steven Webster, Alistair McLeod, Tari
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 postin
--- 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
> elem
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:
--- 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
> > >
I'm just starting to learn Flex, I've set up JRun 4 and appears to be
working correctly with Flex 1.5.
I've gone throu some very simple tutorials and am now trying to do
[http://coenraets.com/tutorials/restaurant/index.jsp]
But I keep getting an error when I use the HTTPService, very simple
click
On 5/30/05, Ghislain Simard <[EMAIL PROTECTED]> wrote:
> How to make a specific index in a combobox not selectable but visible?
The easiest and cleanest way I can think of is to use a custom cell
renderer and set this.enabled to false in the setValue() of the
renderer.
public function setValu
Hi all, I've been asked many times how I can work 100% (Except
debugging et network monitoring) here is a small guide I sent on how
to deal with FAME + flex.
I'm not sure about license consideration, here is a pure technical
explanation. However I can't see flex-team been upset because we are
a
30 matches
Mail list logo