Announcement

Collapse
No announcement yet.

Windows 10 only with 8.5.0.0 and above?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • kingzooly
    replied
    Originally posted by Bl4ckSh33p View Post
    Great that it still works.

    Dropdowns in the wizard windows are sometimes only working after clicking a few times too and I noticed that the editor (when I click the SCRIPT tab) is sometimes a bit slow and takes 1-2 seconds to load before any code is shown. Or when I switch object properties tabs like Settings/Attributes/Script it is stuck for a moment. But I am glad it works, about 150$ for the update is too much for me right now. :(
    I have not seen that lag only 2 problems i had with 10 is that when full screen in normal mode it likes a small gab whats not a problem, and some of the older plugins are little buggy, but drop downs/combo box's work fine for me I using one in Kinfisheranime found here I am rebuilding this project at the moment in 10 also the functions are almost the same and no problems.

    Leave a comment:


  • Bl4ckSh33p
    replied
    Great that it still works.

    Dropdowns in the wizard windows are sometimes only working after clicking a few times too and I noticed that the editor (when I click the SCRIPT tab) is sometimes a bit slow and takes 1-2 seconds to load before any code is shown. Or when I switch object properties tabs like Settings/Attributes/Script it is stuck for a moment. But I am glad it works, about 150$ for the update is too much for me right now. :(

    Leave a comment:


  • kingzooly
    replied
    Originally posted by Bl4ckSh33p View Post
    great!
    I just made a little app for the new Master of Orion to change the language and it seems to work fine on Win10 so far.
    - Download Antares

    I noticed that some wizard/editor windows sometimes dont have focus properly and I have to click 2-3 times before I can write. But that's ok if everything else works. Reading/Writing to registry with App Load/Sava data works, too. I have 8.3.0.0 (one before Win10 patch).
    Mine is even before that lol I seen a few problems in AMS IDE but never in my apps part from the color picker needs to be open twice sometimes and it does not always open right.

    The save button does not work lol error in coding but it all seems OK but I don't have the app installed so .... Like I said everything works that I have tested in AMS on windows 10

    Leave a comment:


  • Bl4ckSh33p
    replied
    great!
    I just made a little app for the new Master of Orion to change the language and it seems to work fine on Win10 so far.
    - Download Antares

    I noticed that some wizard/editor windows sometimes dont have focus properly and I have to click 2-3 times before I can write. But that's ok if everything else works. Reading/Writing to registry with App Load/Sava data works, too. I have 8.3.0.0 (one before Win10 patch).

    Leave a comment:


  • kingzooly
    replied
    Originally posted by Bl4ckSh33p View Post
    Thanks but 10 is very similar to 8, right? I try to install AMS 8.3.0.0 right now and hope most things still work with Windows 10 (cant afford upgrade right now). Its not very important to use System.GetOS as long as the editor and other things of AMS work.
    I am working on and with AMS 8.2 and it works fine on windows 10 no problems at the moment a few functions to maybe detect the OS might need tweaking but part from that it all works fine a app I made 5 years ago works well on windows to and that was made in a lower version of 8, it was 8 lite and that works fine also.

    Leave a comment:


  • Bl4ckSh33p
    replied
    Thanks but 10 is very similar to 8, right? I try to install AMS 8.3.0.0 right now and hope most things still work with Windows 10 (cant afford upgrade right now). Its not very important to use System.GetOS as long as the editor and other things of AMS work.

    Leave a comment:


  • Shrek
    replied
    Manifest:

    Code:
    		<application>
    			<!--Windows Vista Support -->
    				<supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
    			<!--Windows 7 Support -->
    				<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
    			<!-- Windows 8 Support -->
    				<supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
    			<!-- Windows 8.1 Support -->
    				<supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
                            <!-- Windows 10 Support-->
                                    <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>				
    		</application>
    Use MemoryEx to determine OS name and version.

    Leave a comment:


  • Bl4ckSh33p
    started a topic Windows 10 only with 8.5.0.0 and above?

    Windows 10 only with 8.5.0.0 and above?

    Hi. I got a mail about the new update and wanted to know if you absolutely need the update to run AMS on Win10 or any of the created apps. It said the update costs about 140$ if I remember correctly and this is very much just to have Win10 Support.
Working...
X