schlangster/skyui

Questions + Ideas

Mitsarugi opened this issue · 5 comments

"LoadCustomContent()" Would it be possible to use this to add multiple icons/images to one page?
Would be handy to have a "AddImageOption()" btw ^^
It would let you place images in the same way as "Add****Option()" would do with text or empty spaces, keeping the original image size :)
Example:
Code: AddTextOption("My text :)", "")AddImageOption("Icons/Icon01.png")
Or: AddTextOption("My text :)", "" , , "Icons/Icon01.png")
Result: My text :) [Icon]

Ah, and I'd also like to know if it's possible to have an Input Message box? :)
Thank you

What would you require Input for?

A Search Filter I'm making for my MCM, it will filter the display by the Input given :)
(Because a menu list would be way to long :/) although i did make it that way for the moment ^^
And is the above possible?

Possible, probably, depends how the input is handled in the Journal Menu. Do I think it's appropriate or will be implemented in a way you'd find useful? No.
What is I you're trying to do. And why didn't you just wait for me to reply to your PM on Bethesda's forums? Is it that imperative that it's added :D

I wanted to go on scripting, as I'm having fun making my MCM ^^
And I just asked, because it could replace an AddMenuOption() or 2 in my script :)

Is Icon / Image Option possible btw?