SDStudio Alpha (WIP) Version 0.0.94 Release

Update notifications and future news will be posted here
Post Reply
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

SDStudio Alpha (WIP) Version 0.0.94 Release

Post 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.
wilbert2940
Registered User
Posts: 58
Joined: Fri Feb 02, 2018 7:44 am

Post 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.
English is not my native language.
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post 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
wilbert2940
Registered User
Posts: 58
Joined: Fri Feb 02, 2018 7:44 am

Post 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.
English is not my native language.
Post Reply