Nice layout tool example

Found a web development tool which could aid in ideas for a nice
layout tool

Check out the layout constraints example.
http://www.kickdeveloper.com/api/index.php/Containers_and_Layout_Constraints

I really like the rounded boarders feature.

Shame it's not touted as a wxPython or Python tool.

It's not touted as being implemented by any particular underlying
programming tools. That is, it's for those who don't care to
understand the limitations of its particular technology.

What the heck is "social media publishing" ? Twitter ?! Surely this
has a better description if it "is used by over 100,000 customers to
power social media functionality at their web sites". Hmmmm, "social
media functionality"... That sounds really important.

This is a fabulous idea, in general, though. Is this currently being
wasted on "social media functionality" ?

Ray

···

On Dec 5, 4:29 pm, DevPlayer <devpla...@gmail.com> wrote:

Found a web development tool which could aid in ideas for a nice
layout tool

Check out the layout constraints example.http://www.kickdeveloper.com/api/index.php/Containers_and_Layout_Cons

I really like the rounded boarders feature.

Shame it's not touted as a wxPython or Python tool.

Of course after posting that tool I found a post somewhere by Robin Dunn way back in pre-wheel era that he showed a window with almost the same layout describeing layout constraints. And I reviewed the wxPython demo which still turns out to be the “42” of most of my questions. The demo has a layout constraints demo too. Although not that layout window he did as part of it.

You should also look at the LayoutAnchors sample in the demo. The anchors module is implemented on top of Layout Constraints.

···

On 12/6/10 2:31 PM, Dev Player wrote:

Of course after posting that tool I found a post somewhere by Robin Dunn
way back in pre-wheel era that he showed a window with almost the same
layout describeing layout constraints. And I reviewed the wxPython demo
which still turns out to be the "42" of most of my questions. The demo
has a layout constraints demo too. Although not that layout window he
did as part of it.

--
Robin Dunn
Software Craftsman