Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   Flex (http://www.flasher.ru/forum/forumdisplay.php?f=84)
-   -   Сетка позиционирования (http://www.flasher.ru/forum/showthread.php?t=188165)

Pcheloed 29.11.2012 17:16

Сетка позиционирования
 
Доброе время суток! Подскажите, пожалуйста, сетка позиционирования - что это и как это сделать. Или подскажите хотя бы где почитать посмотреть)))

NikolyA 29.11.2012 17:32

сетка позиционирования чего или кого?

Pcheloed 29.11.2012 18:11

есть вот такой код
Код:

// <?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                          xmlns:s="library://ns.adobe.com/flex/spark"
                          xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">
        <fx:Declarations>
                <!-- Разместить невизуальные элементы (например, службы или объекты значений) -->
        </fx:Declarations>
       
        <s:Ellipse  x="500" y="100" width="15" height="15"  >
                <s:fill>
                        <s:SolidColor color="green"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="200" y="100" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="blue"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="100" y="200" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="red" />
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="320" y="200" width="15" height="15">
                <s:fill>
                        <s:SolidColor color="yellow"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="400" y="200" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="blue"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="420" y="300" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="yellow"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="300" y="100" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="blue"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="380" y="100" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="yellow"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="200" y="300" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="yellow"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="180" y="220" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="yellow"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="300" y="300" width="15" height="15">
                <s:fill>
                        <s:SolidColor color="blue"/>
                </s:fill>
        </s:Ellipse>
        <s:Ellipse  x="500" y="300" width="15" height="15" >
                <s:fill>
                        <s:SolidColor color="black"/>
                </s:fill>
        </s:Ellipse>
       
</s:Application>

вот нужна сетка позиционирования этих элементов)

Добавлено через 43 часа 37 минут
Подскажите хотя бы где можно почитать или видео какое есть. Как эту сетку сделать, ума не приложу(((


Часовой пояс GMT +4, время: 15:11.

Copyright © 1999-2008 Flasher.ru. All rights reserved.
Работает на vBulletin®. Copyright ©2000 - 2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Администрация сайта не несёт ответственности за любую предоставленную посетителями информацию. Подробнее см. Правила.