Search found 189 matches

by Serkan
Tue Nov 13, 2018 8:50 pm
Forum: News And Announcements
Topic: SDStudio Alpha (WIP) Version 0.0.46 Release
Replies: 9
Views: 7761

SDStudio Alpha (WIP) Version 0.0.46 Release

SDStudio version 0.0.46 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 Bug Fixed wh...
by Serkan
Thu Oct 25, 2018 8:10 pm
Forum: Suggestions And Feature Requests
Topic: My Suggestion
Replies: 2
Views: 4364

Re: My Suggestion

There is no need to redraw arg for such functions for example : label.settext is used to update label text , if you want to update label text you will use that function if you do not want to update label text you will not use that function That redraw arg is already exist for the controls that accep...
by Serkan
Thu Oct 25, 2018 8:01 pm
Forum: Bug Reports
Topic: Some bugs
Replies: 2
Views: 4308

Re: Some bugs

Thanks for the reports 1- in progress 2- that is fixed ,same effect occurs for some other controls and they will be fixed in next version 3- global events (application events) were not active in current version , they will work in next update 4- Application:WindowHandle was an experimental function ...
by Serkan
Wed Oct 17, 2018 9:03 pm
Forum: News And Announcements
Topic: SDStudio Alpha (WIP) Version 0.0.40 Release
Replies: 3
Views: 5783

SDStudio Alpha (WIP) Version 0.0.40 Release

SDStudio version 0.0.40 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.. Since this project is still in alpha st...
by Serkan
Sun Oct 07, 2018 10:25 am
Forum: General Discussion
Topic: No more updates?
Replies: 2
Views: 4466

Re: No more updates?

Hi Due to some reasons ,We have had to give a little break on the development of SDStudio There will be a new version update next week We are changing release strategy , Next version updates will be released publicly This means everyone can download alpha versions and post their suggestions ,ideas o...
by Serkan
Fri Sep 14, 2018 9:54 am
Forum: Suggestions And Feature Requests
Topic: Linux Support
Replies: 2
Views: 4654

Re: Linux Support

Currently only Windows OS supported
by Serkan
Tue Jul 17, 2018 7:27 pm
Forum: Bug Reports
Topic: Old Value
Replies: 1
Views: 4014

Re: Old Value

When you click to close button on top of the designer tabs , you actually closing/hiding them , not deleting This is a feature of SDStudio , so when you have a lot of windows in the designer ,you can close unused or finished windows and focus on the ones you are working on easily When you close a wi...
by Serkan
Tue Jul 17, 2018 7:07 pm
Forum: Bug Reports
Topic: Cyrillic in object
Replies: 1
Views: 3963

Re: Cyrillic in object

Object names are defined as the variables therefore they can not contain special characters , so that's not only Cyrillic anything other than a-z 0-9 _ A variable can not start with a number , can not contain spaces The object name you entered is used in the scripts like below Object:CreateSomeThing...
by Serkan
Fri Jul 13, 2018 6:34 pm
Forum: Bug Reports
Topic: there is a problem on ListView Control
Replies: 1
Views: 4068

Re: there is a problem on ListView Control

Label editing is not finished in the listview control That listview control and the inplace edit control is totally part of Wndows Common Controls there is not any custom part in it therefore what you see is your operating system The delay in label editing is due to an event which is called to ask w...
by Serkan
Fri Jul 13, 2018 6:13 pm
Forum: Bug Reports
Topic: we need Align text on ListBox
Replies: 1
Views: 4219

Re: we need Align text on ListBox

Not all controls support text alignment , there is a RTL support and that's an application wide feature
which allows to set reading order of controls ,but there will be some exceptions about this

especially custom controls and custom drawn graphics