Hi
I just realize something now, maybe is OK maybe no,...
this command:
Msgbox2("Do U wanna do something?","Title","Yes","","No", LoadBitmap(File.DirAssets, "atentie_24.png"))
is working as it should be, but when i change it like this:
Msgbox2("Do U wanna do something?","","Yes","","No", LoadBitmap(File.DirAssets, "atentie_24.png"))
(without the title string) it does not load the image. Is it ok?
I spent alot of time to find the answer..no luck :BangHead:
I just realize something now, maybe is OK maybe no,...
this command:
Msgbox2("Do U wanna do something?","Title","Yes","","No", LoadBitmap(File.DirAssets, "atentie_24.png"))
is working as it should be, but when i change it like this:
Msgbox2("Do U wanna do something?","","Yes","","No", LoadBitmap(File.DirAssets, "atentie_24.png"))
(without the title string) it does not load the image. Is it ok?
I spent alot of time to find the answer..no luck :BangHead: