#212250 - 2017-01-31 11:37 AM
Kixforms Classic
|
AndreLuiz
Getting the hang of it
Registered: 2015-10-07
Posts: 92
Loc: Brasil, João pessoa
|
Olá uso o kixforms classic e o windows 10, pelo fato de não ter que instalar o .Net.
Mas a uns dias eu percebi que todos os meus programas pararam, afirmando um erro, 'fatal exception ...', mas isso só acontece quando eu usa a seguinte linha de código:
$=Execute($Form.DoEvents)
Mas isso só está me acontecendo no windows 10 é bom ressaltar isso.
===============
Hello, I use kixforms classic and windows 10, because I do not have to install .Net.
But a few days ago I realized that all my programs stopped, stating an error, 'fatal exception ...', but this only happens when I use the following line of code:
$=Execute($Form.DoEvents)
But this is only happening to me in windows 10 it is good to point this out
Edited by Allen (2017-01-31 04:09 PM)
|
|
Top
|
|
|
|
#212267 - 2017-02-07 04:13 AM
Re: Kixforms Classic
[Re: AndreLuiz]
|
ShaneEP
MM club member
   
Registered: 2002-11-29
Posts: 2127
Loc: Tulsa, OK
|
This code works fine for me. I have Win 10 build 14393, with kixforms v 2.47.5.0. Tested with both kix32.exe/wkix32.exe v 4.66 and 4.67.
Break On
$nul = SetOption(Explicit, On)
Global $System, $Form, $
$System = CreateObject("Kixtart.System")
$Form = $System.Form()
$Form.Text = @Build
$Form.Show()
While $Form.Visible
$=Execute($Form.DoEvents)
Loop Maybe try un-registering the dll, replacing, and re-registering.
Attachments
 Description:
|
|
Top
|
|
|
|
#212279 - 2017-02-09 05:37 PM
Re: Kixforms Classic
[Re: ShaneEP]
|
AndreLuiz
Getting the hang of it
Registered: 2015-10-07
Posts: 92
Loc: Brasil, João pessoa
|
Olá não tive tempo de testar o seu código no meu computador, mas tenho certeza que não funcionaria. Eu trago duas imagens do mesmo programa funcionando no win7 e no win10. vejam.
=============
Hello I did not have time to test your code on my computer, but I'm sure it would not work. I bring two images of the same running program in win7 and win10. See
|
|
Top
|
|
|
|
Moderator: ShaneEP, Mart, Radimus, Jochen, Allen, Glenn Barnas
|
0 registered
and 333 anonymous users online.
|
|
|