Page 7 of 9
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 14 Jan 2014, 13:09
by steeffeen
Looks Great! Thank you very much

Re: [ManiaScript] List of known bugs and Suggestions
Posted: 15 Jan 2014, 00:23
by spaii
Nice !!

Thx

Re: [ManiaScript] List of known bugs and Suggestions
Posted: 28 Jan 2014, 16:29
by steeffeen
One question / request:
Will the script be able to access the declared "action" of the control?
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 31 Jan 2014, 09:45
by Eole
I asked and it seems it would be complicated to allow that.
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 31 Jan 2014, 10:04
by steeffeen
well there are no maniascript events triggered for a control with an action anyways, so i guess it's not the end of the world
thanks for asking
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 31 Jan 2014, 10:24
by Eole
But, there will be a new function in CMlScript: TriggerPageAction(Text ActionString). It triggers a page action from the manialink script. Maybe that will allow you to do what you want.
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 31 Jan 2014, 10:37
by steeffeen
Eole wrote:But, there will be a new function in CMlScript: TriggerPageAction(Text ActionString). It triggers a page action from the manialink script. Maybe that will allow you to do what you want.
i know ^^
magnetik postet the updated documentation here:
http://forum.maniaplanet.com/viewtopic. ... 50#p200118
it was the reason why i was asking about the action property
that way we could simulate a mouse click on a control without having to set+maintain the action property on the control AND in the script
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 03 May 2014, 15:37
by steeffeen
i've moved some point to the "solved" list
please check if there are issues left over that have actually been fixed
additionally i've added my issues from the closed beta forum, sorry if you can't access the links
if there is stuff missing please let me know
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 05 Aug 2014, 12:44
by zocka
Things I'd like to add to the list regarding the addressbar:
- [Suggestion][ML] Show/Hide/Suppress the bar
- [Suggestion][ML] Since we reached the point of lazy loading, Pushstate functions to change the shown address/read from it. To avoid complete fake links maybe some hash thing for uses like "#page=2".
- [LessImportant] LoadedTitle does not reset - Link
Re: [ManiaScript] List of known bugs and Suggestions
Posted: 05 Aug 2014, 13:01
by steeffeen
i've updated the first two posts to add new and adjust old stuff and to move some points to the "fixed" section
@zocka: added