If anyone is looking for some cases to throw some points behind, here’s my top WebFramework items that need to be addressed.
They’re in no particular order:
[code]Styles
Programmatically add/change style properties (<https://xojo.com/issue/34997>)
WebDialog styles need a bit of love (<https://xojo.com/issue/15800>)
Locking (<https://xojo.com/issue/34082>)
Animating / moving controls and altering their locking doesn’t work as expected
Locking then embedding, or embedding then locking WebContainers yields mixed results
Drag/Drop Support (<https://xojo.com/issue/20384>)
ContainerList Control (<https://xojo.com/issue/34996>)
AutoLayout might eventually help with this
Currently I just embed a bunch of container controls within container controls and re-allign them programmatically.
Packing variable-lengthed items doesn’t work well.
WebToolbar can kind of do this but its limited.
The WebToolbar doesn’t support vertical packing.
We also need packing for “left to right from top to bottom”
You can’t do this with a custom web control because you then can’t use the embed within for WebContainers
You can’t do this with webContainers nicely because
It takes a server trip to get a custom realign event to execute
The server delay in the realign makes the layout seem less responsive
ExecuteEvent (<https://xojo.com/issue/30767>)
Currently only exists on custom web controls
It would be nice if this was an event on every web control
WebMenuItem (<https://xojo.com/issue/23571>)
Support for Pictures, long list, and styles
Animation (<https://xojo.com/issue/34083>)
Specify timing functions (linear,ease-in,ease-out, cubic-bezier, etc…)
WebFile (<https://xojo.com/issue/18068>)
Single File Uploader[/code]