Page 1 of 1 1
Topic Options
#212250 - 2017-01-31 11:37 AM Kixforms Classic
AndreLuiz Offline
Getting the hang of it

Registered: 2015-10-07
Posts: 89
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
#212252 - 2017-01-31 08:39 PM Re: Kixforms Classic [Re: AndreLuiz]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
What version of Kixforms.dll, and kix32 are you using?
Top
#212253 - 2017-02-01 01:39 PM Re: Kixforms Classic [Re: ShaneEP]
AndreLuiz Offline
Getting the hang of it

Registered: 2015-10-07
Posts: 89
Loc: Brasil, João pessoa
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.

Top
#212254 - 2017-02-01 11:36 PM Re: Kixforms Classic [Re: AndreLuiz]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
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?
Top
#212255 - 2017-02-02 03:20 PM Re: Kixforms Classic [Re: ShaneEP]
AndreLuiz Offline
Getting the hang of it

Registered: 2015-10-07
Posts: 89
Loc: Brasil, João pessoa
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.

Top
#212261 - 2017-02-03 08:56 PM Re: Kixforms Classic [Re: AndreLuiz]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
try

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



Top
#212262 - 2017-02-03 09:38 PM Re: Kixforms Classic [Re: Jochen]
AndreLuiz Offline
Getting the hang of it

Registered: 2015-10-07
Posts: 89
Loc: Brasil, João pessoa
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.

Top
#212265 - 2017-02-04 10:13 PM Re: Kixforms Classic [Re: AndreLuiz]
AndreLuiz Offline
Getting the hang of it

Registered: 2015-10-07
Posts: 89
Loc: Brasil, João pessoa
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.

Top
#212267 - 2017-02-07 04:13 AM Re: Kixforms Classic [Re: AndreLuiz]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
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.

 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.


Attachments
366.png
Description:



Top
#212279 - 2017-02-09 05:37 PM Re: Kixforms Classic [Re: ShaneEP]
AndreLuiz Offline
Getting the hang of it

Registered: 2015-10-07
Posts: 89
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
#212280 - 2017-02-09 10:41 PM Re: Kixforms Classic [Re: AndreLuiz]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
Like I said, maybe try unregistering the kixforms dll, redownloading, and reregistering. Can someone also verify that kixforms classic works fine on Win 10?
Top
#212281 - 2017-02-09 10:50 PM Re: Kixforms Classic [Re: ShaneEP]
Allen Administrator Online   shocked
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
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

Top
#212282 - 2017-02-09 11:09 PM Re: Kixforms Classic [Re: Allen]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
Yea, thats why I asked about version first off. He is supposedly using that version already though. Maybe a different version has been registered?
Top
#212283 - 2017-02-10 12:10 AM Re: Kixforms Classic [Re: ShaneEP]
Allen Administrator Online   shocked
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
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.

Top
Page 1 of 1 1


Moderator:  ShaneEP, Mart, Radimus, Jochen, Allen, Glenn Barnas 
Hop to:
Shout Box

Who's Online
2 registered (morganw, mole) and 414 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.066 seconds in which 0.024 seconds were spent on a total of 14 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org