AndreLuiz
(Getting the hang of it)
2017-01-31 11:37 AM
Kixforms Classic

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


ShaneEP
(MM club member)
2017-01-31 08:39 PM
Re: Kixforms Classic

What version of Kixforms.dll, and kix32 are you using?

AndreLuiz
(Getting the hang of it)
2017-02-01 01:39 PM
Re: Kixforms Classic

A ultima se não estou enganado.
Kixforms.dll - 2.47.5
E acredito que era o kix32.exe - 4.66
O kix32.exe não ta tão desatualizado é a penultima versão.

E não queria usar a versão .net.
1º porquê não gostei da documentação.
2º porquê não queria ter que usar o .net para usar um formulário.


=======English=======
The last one if I'm not mistaken.
Kixforms.dll - 2.47.5
And i believe it was kix32.exe - 4.66
The kix32.exe is not so outdated is the penultimate version.

And I did not want to use the .NET version.
1º because I did not like the documentation.
2º why I did not want to have to use .net to use a form.


ShaneEP
(MM club member)
2017-02-01 11:36 PM
Re: Kixforms Classic

Well I just tested to make sure, but those versions work fine on Win 10 for me. Do you mind posting one of the scripts that don't work?

AndreLuiz
(Getting the hang of it)
2017-02-02 03:20 PM
Re: Kixforms Classic

não me importo porém qualquer script que faço ele dá erro.
A build do meu windows 10 é 15002.

====================

I do not care however any script I make it gives error.
The build of my windows 10 is 15002.

 PHP:
Break on $=SetOption(Explicit, On) Global $System, $Form $System = CreateObject("Kixtart.Forms") $Form = $System.Form() $Form.Show() While $Form.Visible $=Execute($Form.DoEvents) Loop


Esse código acima ele já da erro
Eu achei que poderia ser erro na instalação, mas acho que não.
====English=====
This code above it already gives the error
I thought it might be setup error, but I do not think so.


JochenAdministrator
(KiX Supporter)
2017-02-03 08:56 PM
Re: Kixforms Classic

try

 Code:
$system = createobject("Kixtart.System")
$form   = $system.Form()


AndreLuiz
(Getting the hang of it)
2017-02-03 09:38 PM
Re: Kixforms Classic

Vou testar, mas o problema é que programas antigos funcionava e não funciona mais.
Eu testo no windows 7 e no 10 não funciona, mas não sei se é por causa da nova build do windows 10.

Mas vou tentar novamente, vou tentar desinstala-lo e reinstala-los para ver se funciona ok, obrigado a todos.

======================


I'll test, but the problem is that old programs worked and it does not work anymore.
I test in windows 7 and in 10 it does not work, but I do not know if it is because of the new build of windows 10.

But I'll try again, I'll try uninstalling it and reinstalling them to see if it works okay, thank you all.


AndreLuiz
(Getting the hang of it)
2017-02-04 10:13 PM
Re: Kixforms Classic

Bom testei dessa forma também Jochen, porém como previa não funciona.

O problema está nessa build do windows 10, se quiserem testar, a versão é windows 10 build 15002.

Vou instalar a nova build e vê se funciona.
Depois eu retorno a vocês com o veredito.

==================


Well, I tested Jochen this way, but as preview did not work.

The problem is in this build of windows 10, if you want to test, the version is windows 10 build 15002.

I will install the new build and see if it works.
Then I will return to you with the verdict.


ShaneEP
(MM club member)
2017-02-07 04:13 AM
Re: Kixforms Classic

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.

 Code:
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.


AndreLuiz
(Getting the hang of it)
2017-02-09 05:37 PM
Re: Kixforms Classic

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






ShaneEP
(MM club member)
2017-02-09 10:41 PM
Re: Kixforms Classic

Like I said, maybe try unregistering the kixforms dll, redownloading, and reregistering. Can someone also verify that kixforms classic works fine on Win 10?

AllenAdministrator
(KiX Supporter)
2017-02-09 10:50 PM
Re: Kixforms Classic

It works fine with KF 2.47.5. I just used kixomatic with Win10.

The fix is in the thread below
http://www.kixtart.org/forums/ubbthreads.php?ubb=showflat&Number=210525#Post210525


ShaneEP
(MM club member)
2017-02-09 11:09 PM
Re: Kixforms Classic

Yea, thats why I asked about version first off. He is supposedly using that version already though. Maybe a different version has been registered?

AllenAdministrator
(KiX Supporter)
2017-02-10 12:10 AM
Re: Kixforms Classic

Only reason I posted it, is because the error he's posting is exactly the same as in the linked page.

Believe me... I bow to your experience with KFs. I'm a noob.