Page 1 of 1

SDStudio Alpha (WIP) Version 0.0.94 Release

Posted: Sun Aug 25, 2019 7:42 pm
by Serkan
SDStudio version 0.0.94 is ready to download

As of the release of the version 0.0.40 , Alpha versions of the SDStudio will be released publicly
Everyone can download and evaluate the SDStudio application and post their ideas or suggestions or bug reports etc..



What's New In This Version

  • New control Video has been added.
  • New control SliderEx has been added.
  • New control Shape has been added.
  • Help file has been updated.
  • New user interface options added , you can now switch between ribbon and menu & toolbar options
  • XML class has been completed - Sample project created.
  • All control properties reviewed, re-grouped
  • New project settings added such as : Application Icon , Commandline Arguments
  • Many bug fixes and improvements on existing controls
  • New sample rojects

Known Issues
  • Video control has no embedded playback bar
  • Menu Class is incomplete
New version can be downloaded from here :
Hidden Content
This board requires you to be registered and logged-in to view hidden content.

Re: SDStudio Alpha (WIP) Version 0.0.94 Release

Posted: Tue Aug 27, 2019 5:53 pm
by wilbert2940
Thanks for the new version.

The following error is displayed when using XML sample.

attempt to call a nil value (global 'ParseXmlDocument')
MainWindow::Button8::OnLeftClick On Line 5

it would be excellent if I could copy the debug messages, instead of writing them.

Re: SDStudio Alpha (WIP) Version 0.0.94 Release

Posted: Wed Sep 18, 2019 6:39 pm
by Serkan
wilbert2940 wrote: Tue Aug 27, 2019 5:53 pm The following error is displayed when using XML sample.

attempt to call a nil value (global 'ParseXmlDocument')
MainWindow::Button8::OnLeftClick On Line 5

I can not reproduce that , That's a global function and there is no reason for that function to being nil.
Can you share the XML document you tried or write some more details ?
wilbert2940 wrote: Tue Aug 27, 2019 5:53 pm it would be excellent if I could copy the debug messages, instead of writing them.

Yes agreed , it will be available in next version

Re: SDStudio Alpha (WIP) Version 0.0.94 Release

Posted: Thu Sep 19, 2019 5:18 pm
by wilbert2940
Can you share the XML document you tried.
Yes agreed , it will be available in next version.
Thanks, I use XmlTest.xml inside the sample.