Re: [flexcoders] bottom="0" bug

2007-05-08 Thread Tadas Ziemys

hmm, Button still acts on his on and doesnt stick to the bottom, nows its
somewhere in the middle, very strange behavier :)

2007/5/8, Igor Costa <[EMAIL PROTECTED]>:


  Tadas

It's a Bug

But a Bug with Work arround.

Here's a little solution works, but the Bottom should work at all.



http://www.adobe.com/2006/mxml";
 layout="absolute">

 
 
 








Regards.

Igor Costa





On 5/6/07, Tadas Ziemys < [EMAIL PROTECTED]> wrote:
>
>   Hello!
>
> i wanted to make ApplicationControlBar in bottom of my site. It works
> well as long as there is no vertical scroll bar. When it appears and i
> scroll down ApplicationControlBar (or anything else with property
> bottom="0"), doesnt move and appears in middle of application.
>
> Any solutions to this problem?
>
> Thanks in advance
> Tadas
>



--

Igor Costa
www.igorcosta.org
www.igorcosta.com
skype: igorpcosta

 



Re: [flexcoders] bottom="0" bug

2007-05-07 Thread Tadas Ziemys

can anyone think of any solution? btw, where should i report bug? :)

2007/5/7, Manish Jethani <[EMAIL PROTECTED]>:


  On 5/7/07, Manish Jethani <[EMAIL PROTECTED]>
wrote:

> Here's what you mean:
>
> 
> http://www.adobe.com/2006/mxml";
> xmlns="*" layout="absolute" width="320" height="240">
> 
>  right="10">
> 
> 
> 
>
> The ApplicationControlBar appears at the bottom of the viewable area
> as opposed to the entire content area. Looks like a bug!

Okay. Looks like this is by design. Children with "right" and "bottom"
styles are always anchored to the edges of the viewable area.
 



Re: [flexcoders] Re: bottom="0" bug

2007-05-07 Thread Tadas Ziemys

For example this application. Button should stick to the bottom and it does
if you resize browsers window, but as you scroll down it doesnt move.

http://www.adobe.com/2006/mxml"; layout="absolute">
   
   




2007/5/7, simonjpalmer <[EMAIL PROTECTED]>:


  Can you send along some abridged fragments of your mx script that
display this behaviour? It's a bit hard to say what's going on
without being able to see some code.
Simon


--- In flexcoders@yahoogroups.com , "Tadas
Ziemys" <[EMAIL PROTECTED]> wrote:
>
> Hello!
>
> i wanted to make ApplicationControlBar in bottom of my site. It works
> well as long as there is no vertical scroll bar. When it appears and i
> scroll down ApplicationControlBar (or anything else with property
> bottom="0"), doesnt move and appears in middle of application.
>
> Any solutions to this problem?
>
> Thanks in advance
> Tadas
>

 



[flexcoders] bottom="0" bug

2007-05-06 Thread Tadas Ziemys
Hello!

i wanted to make ApplicationControlBar in bottom of my site. It works
well as long as there is no vertical scroll bar. When it appears and i
scroll down ApplicationControlBar  (or anything else with property
bottom="0"), doesnt move and appears in middle of application.

Any solutions to this problem?

Thanks in advance
Tadas


[flexcoders] problems with repeater

2007-04-26 Thread Tadas Ziemys
Hello!

I'm trying to create forum, and the best solution i could think of was
a repeater function. But i stuck with a little problem:
When i create dynamically for example Accordions canvas and in it
DataGrid i cant think of a way to assign every different DataGrid
different dataProvider. Is it somehow possible?
I can think a different solution to this problem:
To have one source for all datagrids, but to form it every time i
change Accordions canvas, but i dont know how to know which one is
selected?

Any tips or suggestions? :)

Sincerely,
Tadas


Re: [flexcoders] creating cube

2007-04-07 Thread Tadas Ziemys

thank you very much, ill try to combine something :)

06 Apr 2007 17:23:52 -0700, Daniel Freiman <[EMAIL PROTECTED]>:


  take a look at http://www.flashsandy.org/

It's written for as2 but it's the best starting point I can think of.
Maybe you can look at the examples to see if it does what you want and port
it if necessary.

If you understand all of the math necessary (which I don't), you can
create drawings manually using the Graphics class.  Every Sprite has a
property graphics of type Graphics.  You would would want the drawing to
refresh every frame every interval of a Timer class.  Mouse or keyboard
events would change variables that represent the viewpoint of the user.

Good luck,

Daniel Freiman
nondocs? <http://nondocs.blogspot.com/>



On 06 Apr 2007 16:54:04 -0700, Tadas Ziemys < [EMAIL PROTECTED]> wrote:
>
>   Hello,
>
> I really dont know if this is the right place to ask advice, because
> its more as3 question i think then flex, so if im not in write place
> please tell where could i get help.
>
> So the problem is to create cube but i would like to see it from the
> inside. Also regulate zoom and to rotate it. I dont know how to start,
> any ideas how it would be possible to do it? Any concept, anything
> would be useful :)
>
> Thanks in advance
> Tadas
>

 



[flexcoders] creating cube

2007-04-06 Thread Tadas Ziemys
Hello,

I really dont know if this is the right place to ask advice, because
its more as3 question i think then flex, so if im not in write place
please tell where could i get help.

So the problem is to create cube but i would like to see it from the
inside. Also regulate zoom and to rotate it. I dont know how to start,
any ideas how it would be possible to do it? Any concept, anything
would be useful :)

Thanks in advance
Tadas