Hello, It would be nice if you could move the desktop taskbar to the top or left.
If I’m not mistaken, it’s currently blocked at the bottom.
Thanks you!
Will add a feature request. Should be relatively easy to add. I have also attached a MyDesktop class with a javascript override of the built-in desktop class that adds a new TaskbarPosition property. You can add it to your project. If it’s C#, place the .js under /Platform as an embedded resource and uncomment the WisejResources attribute in AssemblyInfo.cs. In VB.NET rename the .js file to be Platform.my.Desktop.js.
Also, if you drop a docked (top,left,right or bottom) panel on the desktop, it will dock next to the workspace are, which basically lets you create custom panels similar to the taskbar.
Hi Simone,
Desktop.TaskbarPosition is available in dev build 1.4.59.
Best regards
Frank
Thanks work perfect!!!
Please login first to submit.