Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Responsive Design
Thu, Aug 8 2024 10:27 PMPermanent Link

erickengelke

Avatar

Responsive Design is something you absolutely need to know.  It will make your applications better for all your users with screen dimensions different than your development device... so... everyone.

I've put together a little primer on how it works in EWB in this new blog post.

https://www.erickengelke.com/posts/post29.html

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Sat, Aug 10 2024 9:05 PMPermanent Link

Steve Gill

Avatar

Thanks Erick.  Some great tips there.

= Steve
Sat, Aug 10 2024 9:36 PMPermanent Link

erickengelke

Avatar

Steve Gill wrote:
> Thanks Erick.  Some great tips there.

On rereading, I see a couple of edits I should make.

In particular:

Margins are best to adjust the outside of margins a control, use adding.left padding.top, etc. to adjust within its dimensions.   So I would recommend using padding.top  of about 5 to push the TLabel down to the TEdit nd TButton's "eye-level"..

Erick
EWB Programming Books and Nice Component Library
See my EWB BLOG posts, at:
http://www.erickengelke.com
Image