Page 1 of 1

New Builder Suggestion..

Posted: Fri Mar 15, 2013 4:08 pm
by Emmz

I'm finally getting used to the new builder.... While I'm still partial to the old flash builder. This is probably because I have been using the old one for 8 months or so.
I'm sure I will adjust.
I 'm wondering if you could consider the following.
1). When inserting a Label component. Instead of default text color white and font Italic. Make it Black and non-italic ?

2). The custom JS window open to expanded mode first. Instead of tiny box. I always have to click expand. And the hovering expand & fullscreen buttons are in the way in the small editor.
2a). Change editor hover buttons to.
code
.full-screen-code-mirror-button {
position: absolute;
right: 20px;
top: -25px;
}
.wide-screen-code-mirror-button {
position: absolute;
right: 65px;
top: -25px;
}
/code
So they are not in the way while editing maybe?

3). Any chance we could load screens on demand like the flash builder? I know its great to have everything loaded but for larger projects like mine this becomes a serious browser speed issue. Takes 3 to 5 seconds when placing a component for it to take.

Anyways great overall.
Thanks.


New Builder Suggestion..

Posted: Sat Mar 16, 2013 4:30 am
by maxkatz

[quote:]
1). When inserting a Label component. Instead of default text color white and font Italic. Make it Black and non-italic ?
[/quote]
Planned.

[quote:]
2). The custom JS window open to expanded mode first. Instead of tiny box. I always have to click expand. And the hovering expand & fullscreen buttons are in the way in the small editor.
[/quote]
Agree, this is planned as well.

[quote:]
2a). Change editor hover buttons to.
[/quote]
Can you show which buttons you refer to?

[quote:]
3). Any chance we could load screens on demand like the flash builder? I know its great to have everything loaded but for larger projects like mine this becomes a serious browser speed issue. Takes 3 to 5 seconds when placing a component for it to take.
[/quote]
This is also something we are working on.


New Builder Suggestion..

Posted: Sat Mar 16, 2013 1:55 pm
by Emmz

Well I'm glad we see eye to eye on this.. lol
Thanks for the info.

The buttons I'm referring too are the Expand and toggle full screen.
The ones hovering over the custom JS where you enter code.
I've shown css for these and better position example is posted above.

But if your going to auto expanded window anyways... No matter.

Thanks Max.