View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001726 | The Dark Mod | GUI | public | 29.03.2009 16:41 | 14.05.2020 16:13 |
Reporter | SneaksieDave | Assigned To | Springheel | ||
Priority | low | Severity | minor | Reproducibility | unable to reproduce |
Status | closed | Resolution | fixed | ||
Product Version | SVN | ||||
Target Version | TDM 2.08 | Fixed in Version | TDM 2.06 | ||
Summary | 0001726: Stop fade of all menu entries at once / at a click | ||||
Description | Original suggestion made by ascottk: - Having all of the menu buttons fade in at once at mouseover or click. Right now, only one button/choice fades in, but that looks clumsy as hell | ||||
Tags | No tags attached. | ||||
Yeah, this is really low priority. | |
I have toyed around with this, and this is currently impossible to achieve unless we create either a GUI script or an SDK C++ code that can "fade" a textcolor. The problem here is that "transition" starts a fade and until that fade is completed, any other transition does simply not happen at all. So we cannot abort or interrrupt the fading it it seems. Everything I tried (another transition, reset time, set notime = 1 etc all failed to interrupt the fade - tested this with a very long fade of 5 or eve 10 seconds and during that time nothing will do. |
|
This should now be possible with the source, by adding some sort of abort-transition command. | |
The 2.06 menu overhaul changed this. There are no asynchronous menu text rendering issues now. |
|
Date Modified | Username | Field | Change |
---|---|---|---|
29.03.2009 16:41 | SneaksieDave | New Issue | |
29.03.2009 16:54 | greebo | Note Added: 0002401 | |
29.03.2009 16:54 | greebo | Status | new => acknowledged |
19.07.2011 20:57 | tels | Note Added: 0003936 | |
13.02.2012 22:43 | tels | Note Added: 0004321 | |
14.05.2020 16:11 | nbohr1more | Note Added: 0012511 | |
14.05.2020 16:13 | nbohr1more | Assigned To | => Springheel |
14.05.2020 16:13 | nbohr1more | Status | acknowledged => closed |
14.05.2020 16:13 | nbohr1more | Resolution | open => fixed |
14.05.2020 16:13 | nbohr1more | Fixed in Version | => TDM 2.06 |
14.05.2020 16:13 | nbohr1more | Target Version | => TDM 2.08 |