zarkogajic
Delphi’s TTabControl is a container type VCL control – allowing controls in its client area and displaying a set of tabs (as tabs or buttons). The TTabControl, unlike TPageControl, is not made up of several… … Read more
3 years ago in Delphi, findvclwindow, tpagecontrol, TTabControl, User Interface0
Ian Barker
I’ve been invited just recently to appear on a few webinars to regale people with thoughts about user interface design. As Stephen Ball said during his introduction of me, I’m a bit of a user… … Read more
4 years ago in Delphi, stephen ball, UI, Uncategorized, User Interface0
zarkogajic
“If you want it to be playable and more interesting you need to jazz it up a bit!” That’s what’s been cooking in my head from the time I’ve finished implementing the back end for… … Read more
6 years ago in Delphi, games, memory, oop, tgridpanel, timage, User Interface0
zarkogajic
In my previous post, Coding a Game of Memory in Delphi – OOP Model, I’ve been developing the model, aka the back end, for the Memory (Match Up, Concentration, …) game. The idea was to… … Read more
6 years ago in Delphi, games, oop, tgridpanel, User Interface0
Francesca Gaillard
… or why simply replacing LockWindowUpdate by WM_SETREDRAW is not that straightforward. As you know, when you want to avoid flickering or multiple partial redraws of your Forms, during a flurry of updates for instance,… … Read more
14 years ago in Bug, Delphi, LockWindowUpdate, User Interface, windows0