I have only 1 question:
If I get dialog 'Pytanie' with czy('Czy jest to zwierze cieplokrwiste'). And I click 'tak' (means YES ) I wanna to question czy('Czy jest to zwierze zimnokrwiste'). automatically assign 'nie' (means NO ).
'Czy jest to zwierze cieplokrwiste' means 'Is it warm-blooded...
Thank you joel76 very much ! It works! It is what I want.
%%%%%%
exe:- make_dialog(D, 'glowny_dialog'),
%%%
get(D, frame, F),
send(F, geometry,'660x170+200+100'),
%%
send(D, background, grey),
send(D, open).
%%%%%%%
czy(X) :-
string_concat('',X, Temp)...
Hi I have problem. I have written simple prolog app and it works ok, but I don't know how place a dialog box in the same place. App ask questions in dialog and still is moving how to force it to stays in the same place?
I use SWI Prolog Editor 4.06c. Thanks for any help or advice.
This is the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.