Page 1 of 1
[Request]
Posted: 26 Sep 2007, 14:30
by clericvash
This would be an easy one, could someone make a widget that creates a scrollable box on the screen that shows the commands we can use (like healthbars, the different views, etc etc etc). I keep forgetting which key does what and this would be mighty useful.
Posted: 26 Sep 2007, 16:27
by Crampman
Very easy :
1) Take a post-it
2) Write the commands
3) Stuck it on your screen
4) Done !

Posted: 26 Sep 2007, 17:41
by LOrDo
Should be part of a tutorial if we ever are to make one.
Posted: 26 Sep 2007, 20:00
by TechnoTone
Either that or part of a keyboard mapper widget.
Posted: 26 Sep 2007, 23:58
by rattle
I usually go through the F-keys (except for F10), one of them does what you want.
Posted: 27 Sep 2007, 00:49
by LordMatt
Crampman wrote:Very easy :
1) Take a post-it
2) Write the commands
3) Stuck it on your screen
4) Done !

could you upload that widget to UF plx
Posted: 30 Sep 2007, 16:11
by clericvash
I don't think hes actually made one matt.
I would do it and it is probably the most easy thing to make, but i know nothing of LUA or anything
Maybe i should look it up?? Would anyone find it useful apart from me, i would gladly take time to look it up unless someone else can quickly do it.
edit >
http://spring.clan-sy.com/phpbb/viewtopic.php?t=12145
Posted: 30 Sep 2007, 16:28
by tombom
clericvash wrote:I don't think hes actually made one matt.
Are you serious
Posted: 05 Oct 2007, 21:09
by Crampman
I was jocking...sorry for the misunderstanding...
Anyway, I'm not good enough at lua to make a wibdget, even one as simple as that.

Posted: 06 Oct 2007, 16:21
by clericvash
tombom wrote:clericvash wrote:I don't think hes actually made one matt.
Are you serious
And the fucking point in that post was what?
Posted: 06 Oct 2007, 16:27
by BrainDamage
there is no way to list commands wich aren't binding because of their current code structure (the widget reads the chat lines & tries to match for the command), so the widget you requested wouldn't be able to list them automatically unless:
a: you add a new table/class/function to add a binding to the list, and even in such case, all widgets would have to get updated in order to broadcast their command list
b: you maintain a txt/string/table based list with manual entries, but the job of this widget can be esily replaced by pen&paper(TM) with the advantage of not coding a GUI for it

Posted: 06 Oct 2007, 16:46
by Snipawolf
clericvash wrote:tombom wrote:clericvash wrote:I don't think hes actually made one matt.
Are you serious
And the fucking point in that post was what?
And the point in this post?
Fairly hypocritical there...
I guess this would be a useful widget, I hardly use the F* keys as is, though.
Posted: 06 Oct 2007, 17:29
by clericvash
Snipawolf wrote:clericvash wrote:tombom wrote:
Are you serious
And the fucking point in that post was what?
And the point in this post?
Fairly hypocritical there...
I guess this would be a useful widget, I hardly use the F* keys as is, though.
Like i never saw that comming, i posted to point the guy out. Your just making it worse.
Posted: 06 Oct 2007, 17:38
by tombom
You said that you didn't think the guy who said to
1) Take a post-it
2) Write the commands
3) Stuck it on your screen
4) Done !
had "actually made one" in response to someone clearly being sarcastic.
Posted: 06 Oct 2007, 18:13
by clericvash
I was replying to matt, and no it's not clear, you can't be clear on it through words on a screen.
Posted: 06 Oct 2007, 18:18
by trepan
If I understand what you want correctly:
1./keysave (in game)
2. Print the results in $SPRING/uikeys.tmp
P.S. You could setup a widget to display the uikeys.tmp results in a scrollbox
(after having done Spring.SendCommands({'keysave'}) ). You could also use
the GetKeyBindings() and GetActionHotKeys() LuaUI call-outs to search for
specific bindings.
Posted: 06 Oct 2007, 19:21
by lurker
clericvash wrote:I was replying to matt
That's exactly what tombom said. Allow me to rephrase his sentence so it is clearer.
tombom (paraphrased) wrote:In response to lordmatt jokingly asking for crampman's widget,
you said you didn't think crampman had "actually made one."
It was obvious to pretty much everyone that both crampman and lordmatt were joking, but you seemed to be dead serious and oblivious to the joke. Hence tombom asking if you were serious.
Posted: 06 Oct 2007, 19:39
by LordMatt
tombom wrote:You said that you didn't think the guy who said to
1) Take a post-it
2) Write the commands
3) Stuck it on your screen
4) Done !
had "actually made one" in response to someone clearly being sarcastic.
I wasn't being sarcastic. I really would like the post-it note making widget to be uploaded to UF. I'd also like a widget that does my medical school applications for me so I have more time to play spring.

Posted: 06 Oct 2007, 19:46
by trepan
locked.