It would be a game changer to add pop-up windows with description. - Printable Version +- tyFlow Forum (https://forum.tyflow.com) +-- Forum: tyFlow Discussion (https://forum.tyflow.com/forum-1.html) +--- Forum: Feature Requests (https://forum.tyflow.com/forum-4.html) +--- Thread: It would be a game changer to add pop-up windows with description. (/thread-3852.html) |
It would be a game changer to add pop-up windows with description. - kurt_hectic - 09-05-2023 Hello, TyFlow is a quite complicated piece of software. To learn it, use it, and don't forget stuff, it would be great to follow what zbrush or 3ds max did back in the days- add small description, ideally with images or gif animations, explaining what a specific option does. Examples: alembic export; I have no idea what does it mean: 023-09-05_10-51.jpeg 3ds max- description + shortcuts + video + direct link to the help file with more info: 2023-09-05_10-52.jpeg zbrush: 2023-09-05_10-56.jpeg 2023-09-05_10-55.jpeg I'm not an expert, but it would require to implement some dynamic links to the local help file? Can be done once and then update when file is updated. Thanks! TRANSLATE with x English Arabic Hebrew Polish Bulgarian Hindi Portuguese Catalan Hmong Daw Romanian Chinese Simplified Hungarian Russian Chinese Traditional Indonesian Slovak Czech Italian Slovenian Danish Japanese Spanish Dutch Klingon Swedish English Korean Thai Estonian Latvian Turkish Finnish Lithuanian Ukrainian French Malay Urdu German Maltese Vietnamese Greek Norwegian Welsh Haitian Creole Persian var LanguageMenu; var LanguageMenu_keys=["ar","bg","ca","zh-CHS","zh-CHT","cs","da","nl","en","et","fi","fr","de","el","ht","he","hi","mww","hu","id","it","ja","tlh","ko","lv","lt","ms","mt","no","fa","pl","pt","ro","ru","sk","sl","es","sv","th","tr","uk","ur","vi","cy"]; var LanguageMenu_values=["Arabic","Bulgarian","Catalan","Chinese Simplified","Chinese Traditional","Czech","Danish","Dutch","English","Estonian","Finnish","French","German","Greek","Haitian Creole","Hebrew","Hindi","Hmong Daw","Hungarian","Indonesian","Italian","Japanese","Klingon","Korean","Latvian","Lithuanian","Malay","Maltese","Norwegian","Persian","Polish","Portuguese","Romanian","Russian","Slovak","Slovenian","Spanish","Swedish","Thai","Turkish","Ukrainian","Urdu","Vietnamese","Welsh"]; var LanguageMenu_callback=function(){ }; var LanguageMenu_popupid='__LanguageMenu_popup'; [/url] [url=javascript:Microsoft.Translator.FloaterShowEmbed()] [url=javascript:Microsoft.Translator.FloaterShowSharePanel()][/url] TRANSLATE with COPY THE URL BELOW [url=javascript:Microsoft.Translator.FloaterOnShareBackClick()]Back[/url] EMBED THE SNIPPET BELOW IN YOUR SITE Enable collaborative features and customize widget: Bing Webmaster Portal [url=javascript:Microsoft.Translator.FloaterOnEmbedBackClick()]Back[/url] var intervalId = setInterval(function () { if (MtPopUpList) { LanguageMenu = new MtPopUpList(); var langMenu = document.getElementById(LanguageMenu_popupid); var origLangDiv = document.createElement("div"); origLangDiv.id = "OriginalLanguageDiv"; origLangDiv.innerHTML = "<span id='OriginalTextSpan'>ORIGINAL: </span><span id='OriginalLanguageSpan'></span>"; langMenu.appendChild(origLangDiv); LanguageMenu.Init('LanguageMenu', LanguageMenu_keys, LanguageMenu_values, LanguageMenu_callback, LanguageMenu_popupid); window["LanguageMenu"] = LanguageMenu; clearInterval(intervalId); } }, 1); This page is in Cziczewa Translate to Angielski
Always translate Cziczewa to AngielskiPRO Never translate Cziczewa Never translate forum.tyflow.com RE: It would be a game changer to add pop-up windows with description. - tyFlow - 09-05-2023 The problem here is not the idea, but the time it takes to implement it. It already takes enough of my time to keep the official tyFlow documentation up to date. If I tried also creating custom tooltips (with images/videos) for every feature, I'd never be able to focus on any other area of development - that alone would take up all of my time. So it's a nice idea but not feasible for me. |