Just looking at a bake script I wrote some time back and I recall having trouble getting it to save. Here’s what I set… local validFile = (substitut…
There’s no direct property as far as I’m aware but you could probably write your own event handler for the paint event to do it.
MyListView.HideSelection = false
Fantastic, cheers!
Yeah I’d say a contex menu would be better. You can always enable/dissable items in the menu based on what you’ve clicked or even add/remove items. d…
I’ve used the tag property for materials in listviews and I’ve not had it crash on assigning it to the material editor, at least not because of the ta…
I’m unable to give you a proper example right now, way too busy, but you can get all you need via the selectedIndices. You must have an array of all t…
I’m at home and my pc is dead, using my phone I’ll give you an example if I get my pc working or on Monday when I’m back at work. It involves using …
I’ve done something similar though I had the list view in virtual mode and added to the image list as I created each list view item. That was hundreds…
On further investigation, I can print properties from RENAME_ME_Array[i] e.g… print RENAME_ME_Array[i].transform print RENAME_ME_Array[i].pos But …
The disappearing rollout bug is a pain. I’m still on 2009 so I don’t know if they’ve fixed it in later versions. Dot net forms however, do not disappe…
There are two ways you can get around this… [ul] [li]Use the main progress bar whilst the script is running e.g. progressStart, progressUpdate and pr…