From Wiki96
(Created page with "{{Stub|help add questions}} ==Questions and Answers== ===How do I use HiAsm?=== There's a shit ton of tutorials, guides, etc on other websites, including YouTube. Be aware that most of them are in Russian. ===The elements are limiting what I can do, what do I do?=== Three options: * If you can write JavaScript code, you can use the InlineCode element. Its located in the Tools category. * Ask the developer(s) to make an element for what you're trying to do. Or try to mak...") |
|||
Line 14: | Line 14: | ||
===Why are some elements unavailable in earlier versions?=== | ===Why are some elements unavailable in earlier versions?=== | ||
Some things are just unavailable in them. Built-in polyfills might be added later. | Some things are just unavailable in them. Built-in polyfills might be added later. | ||
===I want a child window, how do I make one?=== | |||
You can experiment with InlineCode, but probably it; | |||
MultiElement(Ex/Poly)s are too complex to implement at the moment. They're the base of ChildWindows. | |||
==Problems and Solutions== | ==Problems and Solutions== |
Revision as of 21:20, 26 September 2022
Where is the content?
This page is a stub. You can help Wiki96 by extending it.
User note: help add questions
This page is a stub. You can help Wiki96 by extending it.
User note: help add questions
Questions and Answers
How do I use HiAsm?
There's a shit ton of tutorials, guides, etc on other websites, including YouTube.
Be aware that most of them are in Russian.
The elements are limiting what I can do, what do I do?
Three options:
- If you can write JavaScript code, you can use the InlineCode element. Its located in the Tools category.
- Ask the developer(s) to make an element for what you're trying to do. Or try to make one yourself.
- Use elements that are available to do the job. Note that this may not work for some things.
Can I make apps for Windows 93?
No. Maybe in the future it will be possible as a separate pack.
Some things are just unavailable in them. Built-in polyfills might be added later.
I want a child window, how do I make one?
You can experiment with InlineCode, but probably it;
MultiElement(Ex/Poly)s are too complex to implement at the moment. They're the base of ChildWindows.