If i can't do this then what alternatives should i use for a selection panel (minimal verbs)
|
May 29 2013, 6:34 am
Best response
|
|
You can't do that, but there's a couple other different ways to do it, like that one thing or the other thing.
|
this is bullshit u didnt even answer my question u did the same thing on my other post
|
at the end of the day i don't know how to code it and that's why i asked for help
|
The default alerts can not be edited besides their content, titles, what buttons and the alert it self says.
You can however remake alerts using on-screen objects/images OR using the interface. Either one has their own set of issues, the former might be out of your paygrade- I suggest you search up some libraries , as a lot of people have attempted this. |
im good with interfaces but i wouldn't know where to start with making a universal alert which changes the ammount of options you have depending on what you put in when you make the proc
|
You could try using input with a list for this. I'm sorry for not being very clear, but I am not very good at this concept so I would not explain it with much correctness. However, the principle would be:
1) Call the proc using a list as argument 2) Display alert based off of details from list that was passed in as argument. |