arturo-lang / aguila

Modern cross-platform webview-based desktop apps - without HTML/CSS/JS
MIT License
58 stars 2 forks source link

Desktop apps based on aguiga does not seem to work (Windows 10) #1

Open progamateur opened 3 years ago

progamateur commented 3 years ago

os: Windows 10 (20H2) arturo: v/0.9.75 b/504 @ 2021-05-03T14

My first tests of aguila

I used arturo Lastest Nighly Windows-full version

drkameleon commented 3 years ago

Well, let's see...

Using the current (stable or nightly, doesn't really matter) version of arturo installed...

P.S.

(1) Águila is by no means "complete". As a matter of fact, I'm currently in the process of a complete re-vamp, with many-many more functionalities and a slightly different approach. But, until then, the current version - along with the current version of Arturo - should be working fine. (At least on mac, it does - if there is any issue on Windows, I'll have to look into it...)

(2) For that to work, we'll definitely need the "full" version of Arturo installed

(3) With the "full" version installed, could you please open the REPL for me and just write a super-simple command (only to see if the webview component per se works)? webview "Hello!"

progamateur commented 3 years ago

v/0.9.75 b/504 @ 2021-05-03T16:58:25+02:00

arch: amd64/windows

Type info 'symbol for info about a specific symbol or built-in function

Type help to get a list of all available functions with a short description

For multi-line input, just add a blank space at the end of a line

Use TAB for auto-completion, UP for navigating history

Launching interactive console - rock on! 🤘

$> webview "Hello"

Result : ![webview_test](https://user-images.githubusercontent.com/58486307/116896939-0316c480-ac35-11eb-9c1a-e865b75c94e8.png)

* Aguila test

E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1>cd aguila

E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1\aguila>..\arturo .\examples\counter.art

Result : ![counter_art_aguila_test](https://user-images.githubusercontent.com/58486307/116897089-2a6d9180-ac35-11eb-99dc-4f9f1f75e91d.png)  
"0" always displayed

Closing "counter testje" window after one or more clicks on "+" or "-" button :

E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1\aguila>..\arturo .\examples\counter.art

Runtime | input(1, 0) Error: { expected error |

drkameleon commented 3 years ago

Wow. Great job!

Thank god, the webview - at least - seems to be working quite fine.

Regarding the counter example might have some issues and not be completely up-to-date (+ it was not written by me). Even if it's a bit early to say anything about the project, I would suggest trying the calculator example 😉

progamateur commented 3 years ago

Well, with calculator.art, I got the same result : no action after any button clik and the message after closing the "calculator" window:

E:\Downloads\arturo-0.9.75-2021-05-03-Windows-full-d2e5ce1\aguila>..\arturo .\examples\calculator.art
>> Runtime | input(1, 0) Error: { expected
     error |
drkameleon commented 3 years ago

Hmm.. that's weird indeed.

I will give it a try myself as soon as I have access to a Windows computer with a GUI. (I'll have to set an old laptop up with Windows sooner or later, I guess there's no alternative lol)

Re: Arturo, I would suggest you don't bother too much about Águila - yet. So, I guess - the way things are right now - we could come across even weirder bugs...

progamateur commented 3 years ago

OK, I'll wait and see...