From: [EMAIL PROTECTED]
Reply-To: [email protected]
To: [email protected]
Subject: Flashcoders Digest, Vol 19, Issue 45
Date: Tue, 15 Aug 2006 12:00:14 -0400 (EDT)
Send Flashcoders mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]
You can reach the person managing the list at
[EMAIL PROTECTED]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Flashcoders digest..."
Today's Topics:
1. Re: v2 scroll pane clips its content (eric dolecki)
2. RE: FlashRelief TableMaker (Merrill, Jason)
3. Re: Flex 2 - what is the equivalent of _parent for flex
2(application scope question) (Muzak)
4. RE: v2 scroll pane clips its content (Mendelsohn, Michael)
5. Re: double click problem (Michael Stuhr)
6. RE: double click problem (Merrill, Jason)
7. Re: diff between var == value VS var eq value (dnk)
8. Re: diff between var == value VS var eq value (dnk)
9. Re: FlashRelief TableMaker (Digital Rust)
10. RE: FlashRelief TableMaker (Merrill, Jason)
----------------------------------------------------------------------
Message: 1
Date: Tue, 15 Aug 2006 11:00:45 -0400
From: "eric dolecki" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] v2 scroll pane clips its content
To: "Flashcoders mailing list" <[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed
Make sure the registration point of the contents getting slapped into the
pane are at 0,0. Sounds like its off there.
On 8/15/06, Mendelsohn, Michael <[EMAIL PROTECTED]> wrote:
>
> Hi list...
>
> I have a v2 scroll pane on the stage that is cutting off the content on
> the left side. I suppose there isn't any AS to manipulate the offset
> location of the content. Any ideas?
>
> - Michael M.
>
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
>
------------------------------
Message: 2
Date: Tue, 15 Aug 2006 11:09:56 -0400
From: "Merrill, Jason" <[EMAIL PROTECTED]>
Subject: RE: [Flashcoders] FlashRelief TableMaker
To: Flashcoders mailing list <[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
I guess since I received 0 responses, nobody has used this tool or any
of FlashRelief's other products?
Jason Merrill
Bank of America
Learning & Organization Effectiveness - Technology Solutions
>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Merrill, Jason
>>Sent: Wednesday, August 09, 2006 5:10 PM
>>To: Flashcoders mailing list
>>Subject: [Flashcoders] FlashRelief TableMaker
>>
>>Anyone have any experiences - good or bad - with FlashRelief and their
>>TableMaker Component? Anyone know where they are located?
>>
>>http://www.flashrelief.com
>>
>>Looks pretty nice for $25.
>>
>>Jason Merrill
>>Bank of America
>>Learning & Organization Effectiveness - Technology Solutions
>>
>>
------------------------------
Message: 3
Date: Tue, 15 Aug 2006 17:11:23 +0200
From: "Muzak" <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] Flex 2 - what is the equivalent of _parent
for flex 2(application scope question)
To: "Flashcoders mailing list" <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Dispatch an event from the DeleteRenderer when it's done.
Listen for the event in the parent (or whatever controls the datagrid) and
refresh the datagrid from there.
regards,
Muzak
----- Original Message -----
From: "Jon Kong" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Tuesday, August 15, 2006 4:46 PM
Subject: [Flashcoders] Flex 2 - what is the equivalent of _parent for flex
2(application scope question)
> I'm having problems trying to call a refresh data grid function from
outside
> the parent page. For example i have a main mxml called
> FlexGradeBook.mxmlthat has the datagrid and everything set up. Then i
> have another mxml
> called DeleteRenderer.mxml that is used for an item renderer button in a
> column of the datagrid (datagrid that's in FlexGradeBook.mxml). When i
> click the button on the datagrid, it calls a mouse event function in the
> DeleteRenderer.mxml and after it does what it needs to do, i want to
call
> the refresh datagrid function that is in the FlexGradeBook.mxml page but
> DeleteRenderer.mxml can not access anything in the main page...thus the
main
> page is out of scope within the DeleteRenderer.mxml. So the deletion of
the
> row in the datagrid works but the datagrid does not refresh since i
can't
> call that function b/c it is out of scope. Any help will be
appreciated.
> Thanks
>
> Jon
------------------------------
Message: 4
Date: Tue, 15 Aug 2006 11:15:59 -0400
From: "Mendelsohn, Michael" <[EMAIL PROTECTED]>
Subject: RE: [Flashcoders] v2 scroll pane clips its content
To: "Flashcoders mailing list" <[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
Touchdown Dolecki!
> Make sure the registration point of the contents getting slapped into
the
pane are at 0,0. Sounds like its off there.
------------------------------
Message: 5
Date: Tue, 15 Aug 2006 17:21:20 +0200
From: Michael Stuhr <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] double click problem
To: Flashcoders mailing list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Merrill, Jason schrieb:
> 1. Subscribe to Flashnewbies - this list isn't really for those kinds of
> questions.
> 2. Read up on LoadMovie in the help docs.
>
if you think his doubleclick problems can be solved by reading sth about
LoadMovie, maybe
you both should switch to the lounge :-)
@ rutul:
maybe you can describe your problem better, when you put a fla online
somewhere. give us
that link, and hope that someone with some more time than me will look at
your code. oh,
btw: could you then please reduce the code to what gives you trouble ?
micha
------------------------------
Message: 6
Date: Tue, 15 Aug 2006 11:30:59 -0400
From: "Merrill, Jason" <[EMAIL PROTECTED]>
Subject: RE: [Flashcoders] double click problem
To: Flashcoders mailing list <[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
>>if you think his doubleclick problems can be solved by reading sth
about
>>LoadMovie, maybe
>>you both should switch to the lounge
Nice.
Why the lounge? Basic flash questions are for Flashnewbies, not the
lounge.
He was asking two things it seemed. One was how to "how to pop up swf
file" - so Flashnewbies, which would be a good resource for him.
If he was asking about specifically how to create a "double-click" event
on a button (which are not natively supported in Flash, you have to hack
it) then he needs to be more specific in defining his need.
Jason Merrill
Bank of America
Learning & Organization Effectiveness - Technology Solutions
------------------------------
Message: 7
Date: Tue, 15 Aug 2006 08:38:05 -0700
From: dnk <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] diff between var == value VS var eq value
To: Flashcoders mailing list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Grant Cox wrote:
> eq has been deprecated in favour of == for many years now. While they
> should be equivalent, you should not use eq unless you are targeting
> Flash Player 4/5.
>
> Is the code where == didn't work for Flash lite?
>
Yeah - that is what I thought. I was just checking for an empty string
on a returned record set, and all I changed was:
if (var == "") {
to
if (var eq "") {
and that gave me the expected results.
I am just targeting flash 8.
d
------------------------------
Message: 8
Date: Tue, 15 Aug 2006 08:42:28 -0700
From: dnk <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] diff between var == value VS var eq value
To: Flashcoders mailing list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Haikal Saadh wrote:
> Yes, they are different.r
>
> Actionscript dictionary says 'eq' is deprecated. It just compares
> string representations, so what you might be doing is comparing a
> number to it's string representation (User input, perhaps?):
>
http://www.adobe.com/support/flash/action_scripts/actionscript_dictionary/actionscript_dictionary198.html
>
>
>
> What == does depends on what sort of data you're comparing. Again,
> from the dictionary:
>
> The definition of equal depends on the data type of the parameter:
>
> Numbers and Boolean values are compared by value, and are
> considered equal if they have the same value.
> String expressions are equal if they have the same number of
> characters and the characters are identical.
> Variables, objects, arrays, and functions are compared by
> reference. Two variables are equal if they refer to the same object,
> array, or function. Two separate arrays are never considered equal,
> even if they have the same number of elements.
>
Well here is a sample of what I was trying to compare...
var myLink:String = this._targetMc._DB.getItemAt(0).link01;
if (myLink == "") {
trace("it was empty");
} else {
trace("It had the result: " + myLink);
}
And I was just getting hte else returned with no myLink var shown (when
the loop had the record empty). Then I switched to:
if (myLink eq "") {
trace("it was empty");
} else {
trace("It had the result: " + myLink);
}
And it worked as expected.
That is what confused me. And I really do not want to use the "eq" as it
is depreciated.
d
------------------------------
Message: 9
Date: Tue, 15 Aug 2006 08:48:47 -0700
From: Digital Rust <[EMAIL PROTECTED]>
Subject: Re: [Flashcoders] FlashRelief TableMaker
To: Flashcoders mailing list <[email protected]>
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed
I've never used Table Maker but I have used their Thumb Gallery for
some projects and like it. Very simple and never had a problem using
it or getting support.
At $25 it's pretty reasonable.
-Dave
On Aug 15, 2006, at 8:09 AM, Merrill, Jason wrote:
> I guess since I received 0 responses, nobody has used this tool or any
> of FlashRelief's other products?
>
> Jason Merrill
> Bank of America
> Learning & Organization Effectiveness - Technology Solutions
>
>
>>> -----Original Message-----
>>> From: [EMAIL PROTECTED] [mailto:flashcoders-
>>> [EMAIL PROTECTED] On Behalf Of Merrill, Jason
>>> Sent: Wednesday, August 09, 2006 5:10 PM
>>> To: Flashcoders mailing list
>>> Subject: [Flashcoders] FlashRelief TableMaker
>>>
>>> Anyone have any experiences - good or bad - with FlashRelief and
>>> their
>>> TableMaker Component? Anyone know where they are located?
>>>
>>> http://www.flashrelief.com
>>>
>>> Looks pretty nice for $25.
>>>
>>> Jason Merrill
>>> Bank of America
>>> Learning & Organization Effectiveness - Technology Solutions
>>>
>>>
> _______________________________________________
> [email protected]
> To change your subscription options or search the archive:
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
> Brought to you by Fig Leaf Software
> Premier Authorized Adobe Consulting and Training
> http://www.figleaf.com
> http://training.figleaf.com
------------------------------
Message: 10
Date: Tue, 15 Aug 2006 11:54:50 -0400
From: "Merrill, Jason" <[EMAIL PROTECTED]>
Subject: RE: [Flashcoders] FlashRelief TableMaker
To: Flashcoders mailing list <[email protected]>
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Thanks Dave.
Jason Merrill
Bank of America
Learning & Organization Effectiveness - Technology Solutions
>>-----Original Message-----
>>From: [EMAIL PROTECTED] [mailto:flashcoders-
>>[EMAIL PROTECTED] On Behalf Of Digital Rust
>>Sent: Tuesday, August 15, 2006 11:49 AM
>>To: Flashcoders mailing list
>>Subject: Re: [Flashcoders] FlashRelief TableMaker
>>
>>I've never used Table Maker but I have used their Thumb Gallery for
>>some projects and like it. Very simple and never had a problem using
>>it or getting support.
>>
>>At $25 it's pretty reasonable.
>>
>>-Dave
>>
>>
>>
>>On Aug 15, 2006, at 8:09 AM, Merrill, Jason wrote:
>>
>>> I guess since I received 0 responses, nobody has used this tool or
any
>>> of FlashRelief's other products?
>>>
>>> Jason Merrill
>>> Bank of America
>>> Learning & Organization Effectiveness - Technology Solutions
>>>
>>>
>>>>> -----Original Message-----
>>>>> From: [EMAIL PROTECTED]
[mailto:flashcoders-
>>>>> [EMAIL PROTECTED] On Behalf Of Merrill, Jason
>>>>> Sent: Wednesday, August 09, 2006 5:10 PM
>>>>> To: Flashcoders mailing list
>>>>> Subject: [Flashcoders] FlashRelief TableMaker
>>>>>
>>>>> Anyone have any experiences - good or bad - with FlashRelief and
>>>>> their
>>>>> TableMaker Component? Anyone know where they are located?
>>>>>
>>>>> http://www.flashrelief.com
>>>>>
>>>>> Looks pretty nice for $25.
>>>>>
------------------------------
_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
End of Flashcoders Digest, Vol 19, Issue 45
*******************************************