Quote:
|
Originally Posted by JohoCrol
... Now if it had both PLAY and RECORD buttons it would be perfect! 
(By RECORD I mean, of course, export each individually rendered frame)
|
Sorry, that is simply not possible, because that would force me to reverse engineer the STO client. It's both illegal and beyond my hacking skills.
Quote:
|
Originally Posted by JohoCrol
Remove the ability to Double-Click a filename,
|
I really like that it is there. Also the ability to type to find and hit enter to start a demo. But I'd like to hear more opinions on these interactions. If other people feel the same as you do, I'd remove it.
Quote:
|
Originally Posted by JohoCrol
I've fiddled with your linked Source but it seems to be the buggy version that doesnt recognise a file location... and I can't quite figure that one out.
|
Guilty as charged. Look into RunDemo() and change all occurences of
Quote:
|
this.listViewDemos.SelectedItems[0].SubItems[4].Text
|
to
Quote:
|
this.listViewDemos.SelectedItems[0].SubItems[6].Text
|
The project is moving to sourceforge, so in the future there will always be the current source available. Need only a little bit more time.
Regards,
Rachel