My Suggestion

Forum for suggestions and new feature requests for SDStudio Design Environment
Post Reply
wilbert2940
Registered User
Posts: 60
Joined: Fri Feb 02, 2018 7:44 am

My Suggestion

Post by wilbert2940 »

Hello
I suggest adding an extra argument for some of the methods that make changes to the objects. Named : Redraw
Example :
--Prototype :
ComboBox:SetEditText(Object,Text,Redraw)

--Use :
ComboBox:SetEditText(ComboBox1,"SDS",false)
English is not my native language.
User avatar
Serkan
Developer
Developer
Posts: 216
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post by Serkan »

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 accept multi data additions or changes
Such as ComboBox:AddItem() or ListBox:AddItem()
You can use *:SetRedraw() function to disbale/enable redrawing
wilbert2940
Registered User
Posts: 60
Joined: Fri Feb 02, 2018 7:44 am

Post by wilbert2940 »

OK thanks.
English is not my native language.
Post Reply