Jump to content
Fivewin Brasil

clausole When...Hide a size of Dialog - strange


kapiaba

Recommended Posts

Tarde senhores. Alguém tem WINDOWS 10 (Nojentooooo) para testar este exemplo que fiz para o Silvio Falconi? Nada funciona a contento com ele, más como não tenho WINDOWS 10 ( Nojentooooooo), kkkkkk Não tenho com discutir com ele. E na dúvida, pro réu.

 

http://forums.fivetechsupport.com/viewtopic.php?f=3&t=42287&p=254092&sid=f5bc2b4ea12ccbaa0d4925d4f81b0686#p254092

 

Obg. abs.

Regards, saludos.

 

 

Link to comment
Share on other sites

12 horas atrás, CIACPD disse:

João, com manifest dá o problema, não é o BUTTON que some é uma área que desaparece. Algumas vezes com TAB volta a aparecer os BUTTONs, ocorre no 10 e no 11 também, removendo o manifest tudo volta ao normal.

Daniel

Entendi Daniel, em qualquer versão do FiveWin? Obg. abs.

Link to comment
Share on other sites

WINDOWS.MANIFEST

Daniel, Please: teste com este modelo e reporte se muda algo:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
	  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
      <application> 
        <!--This Id value indicates the application supports Windows Vista functionality -->
          <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
        <!--This Id value indicates the application supports Windows 7 functionality-->
          <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
        <!--This Id value indicates the application supports Windows 8 functionality-->
          <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
        <!--This Id value indicates the application supports Windows 8.1 functionality-->
          <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
      </application> 
  </compatibility>
	  <assemblyIdentity type="win32"/>
                    name="FiveTech Software.FiveWin.32bits"
                    version="6.0.0.0" 
                    processorArchitecture="x86" 
                    publicKeyToken="6595b64144ccf1df"
  />
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type="win32"/>
                        name="Microsoft.Windows.Common-Controls"
                        version="6.0.0.0" 
                        processorArchitecture="X86" 
                        publicKeyToken="6595b64144ccf1df"
                        language="*"
      />
    </dependentAssembly>
  </dependency>
</assembly>

OU SE FOR PROCESSADOR AMD:

processorArchitecture="amd64"


Obg. abs.

Regards, saludos.

Link to comment
Share on other sites

Daniel, eu acho que o final fica assim:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
	  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
      <application> 
        <!--This Id value indicates the application supports Windows Vista functionality -->
          <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/> 
	        <!--This Id value indicates the application supports Windows 7 functionality-->
          <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
	        <!--This Id value indicates the application supports Windows 8 functionality-->
          <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}"/>
	        <!--This Id value indicates the application supports Windows 8.1 functionality-->
          <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}"/>
	        <!-- Windows 10 e 11 -->
        <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}"/>
	      </application> 
  </compatibility>
	  <assemblyIdentity type="win32"/>
                    name="FiveTech Software.FiveWin.32bits"
                    version="6.0.0.0" 
                    processorArchitecture="x86" 
                    publicKeyToken="6595b64144ccf1df"
  />
  <dependency>
    <dependentAssembly>
      <assemblyIdentity type="win32"/>
                        name="Microsoft.Windows.Common-Controls"
                        version="6.0.0.0" 
                        processorArchitecture="X86" 
                        publicKeyToken="6595b64144ccf1df"
                        language="*"
      />
    </dependentAssembly>
  </dependency>
</assembly>

Abs.

Regards, suludos.

Link to comment
Share on other sites

Bom dia Daniel, Baixe daqui e teste. O Mister Navarro disse que testando com o exemplo deste link, funcionou no windows 10.

 

https://github.com/eladkarako/manifest/tree/master/example_manifests

 

Qualquer coisa faça um DEMO e poste no Mega Upload para a gente olhar e modificar, ok? Saudações Corinthianas.

Obg. abs.

Regards, saludos.

Link to comment
Share on other sites

Daniel, teste este. Acho que agora vai... kkkkkkkkkkk


<?xml version="1.0" encoding="UTF-8" standalone="yes"?> 
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0"> 
  <dependency optional="yes"> 
    <dependentAssembly> 
      <assemblyIdentity name="Microsoft.Windows.Common-Controls" 
        version="6.0.0.0" publicKeyToken="6595b64144ccf1df" 
        type="win32" processorArchitecture="*" language="*" /> 
    </dependentAssembly> 
  </dependency> 
  <application xmlns="urn:schemas-microsoft-com:asm.v3"> 
     <windowsSettings> <dpiAware      xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">true/PM</dpiAware>                     </windowsSettings> 
     <windowsSettings> <dpiAwareness  xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2,PerMonitor</dpiAwareness> </windowsSettings> 
     <windowsSettings> <longPathAware xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">true</longPathAware>                   </windowsSettings> 
     <windowsSettings> <heapType      xmlns="http://schemas.microsoft.com/SMI/2020/WindowsSettings">SegmentHeap</heapType>                 </windowsSettings> 
  </application> 
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3"> 
    <security> 
      <requestedPrivileges> 
        <requestedExecutionLevel level="asInvoker" uiAccess="false" /> 
      </requestedPrivileges> 
    </security> 
  </trustInfo> 
  <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> 
    <application> 
      <supportedOS Id="{8e0f7a12-bfb3-4fe8-b9a5-48fd50a15a9a}" /> 
      <supportedOS Id="{1f676c76-80e1-4239-95bb-83d0f6d0da78}" /> 
      <supportedOS Id="{4a2f28e3-53b9-4441-ba9c-d69d4a4a6e38}" /> 
      <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}" /> 
      <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}" /> 
    </application> 
  </compatibility> 
</assembly>

Obg. abs.

Regards, saludos.

Link to comment
Share on other sites

11 minutos atrás, CIACPD disse:

João, agora sim, caso alguém venha a ter este problema é só utilizar o último manifest e não utilizar o TRANSPARENT do dialogo.

Super Many thanks Daniel. Não há mal que sempre dure quando se tem os maiores do MUNDO aqui! kkkkkkkkkkkkkkkkkkkk

 

Regards, saludos.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...