Notifications
Clear all
[Closed] How to load button image already when open script
May 18, 2021 4:01 pm
I want to change button image when i click the page.
like this picture.
but click the button and change button image then it’s very slow
because it’s every time reloaded button image.
so how to load image when open this script already?
Button BT1 “1” width:70 height:90 images:#(“C:\Users\Desktop\image_01” 1 , undefined , 1,1,1,1,1 )
3 Replies
May 18, 2021 4:01 pm
There is a tool from LoneRobot which converts bitmaps to dotnet base64 strings.
Use it to crate base64 strings of your images. Then load all images when the script starts. Then, when you change the page just add the appropriate images to the buttons.
May 18, 2021 4:01 pm
sorry i don’t know very well that Dotnot
So what you are say is it need Dotnet button?
May 18, 2021 4:01 pm
You can use it with dotnet controls or you can use it with 3dsMax controls.