Search found 3292 matches

by Mr. Kibernetik
Fri Oct 18, 2024 12:27 pm
Forum: Other topics
Topic: Copy/Paste printed output
Replies: 6
Views: 892
Flag: Russia

Re: Copy/Paste printed output

You can print values to file if you need a text copy of results.
by Mr. Kibernetik
Thu Oct 17, 2024 8:08 am
Forum: Other topics
Topic: Copy/Paste printed output
Replies: 6
Views: 892
Flag: Russia

Re: Copy/Paste printed output

I do not understand the problem.
The text printed by PRINT is selectable for copying after TEXT mode is switched into.
by Mr. Kibernetik
Fri Oct 11, 2024 9:48 pm
Forum: Other topics
Topic: Referencing a n array from a function
Replies: 3
Views: 922
Flag: Russia

Re: Referencing a n array from a function

There are different ways to access array from function. This program sample demonstrates them: dim array(10,10) array(1,2)=1.2 array(3,4)=3.4 def func1(ar(,),x,y) return ar(x,y) enddef def func2(x,y) return .array(x,y) enddef print func1(array,1,2) print func2(3,4) Function "func1" accepts array as ...
by Mr. Kibernetik
Mon Sep 16, 2024 3:42 am
Forum: Other topics
Topic: Customize Button appearance
Replies: 9
Views: 2748
Flag: Russia

Re: Customize Button appearance

This is a simple example of two buttons, one is default and another one is transparent: graphics graphics clear 0,1,1 fill alpha 0 draw alpha 1 draw color 0,0,0 button 1 text "button 1" at 100,50 set buttons custom button 2 text "button 2" at 100,100 WhatsApp Image 2024-09-16 at 08.38.32_56deea2e.png
by Mr. Kibernetik
Mon Sep 16, 2024 3:15 am
Forum: Other topics
Topic: Customize Button appearance
Replies: 9
Views: 2748
Flag: Russia

Re: Customize Button appearance

In the program sample above, instead of

Code: Select all

DRAW ALPHA 0
there should be

Code: Select all

DRAW ALPHA 1
or just remove this line.
by Mr. Kibernetik
Fri Aug 02, 2024 3:23 pm
Forum: Other topics
Topic: Tab "Privat messages" is missing here.
Replies: 9
Views: 15793
Flag: Russia

Re: Tab "Privat messages" is missing here.

Henko wrote:
Fri Aug 02, 2024 1:17 pm
I did, and i’m logged in again😃
Very nice!
by Mr. Kibernetik
Wed Jul 31, 2024 2:29 pm
Forum: Other topics
Topic: Tab "Privat messages" is missing here.
Replies: 9
Views: 15793
Flag: Russia

Re: Tab "Privat messages" is missing here.

Fietser wrote:
Wed Jul 31, 2024 8:08 am
hi Mr. K,

Henk wrote me that he knows this recovery procedure. He performed it, but the password, which should be send by your forumsystem, did not reached Henk's mailbox.

Regards,
Jan.
Please tell Henk to write to me at kibernetik@me.com
by Mr. Kibernetik
Tue Jul 30, 2024 3:51 am
Forum: Other topics
Topic: Tab "Privat messages" is missing here.
Replies: 9
Views: 15793
Flag: Russia

Re: Tab "Privat messages" is missing here.

Fietser wrote:
Sun Jul 28, 2024 9:49 pm
Henk can't login to his acccount.
Can you send him a new password to his privat mailadres en re-activate his account please?
Thank you.

Regards,
Jan.
If he forgot his password, he can restore it using password recovery feature when logging in. His account is not blocked or disactivayed.
by Mr. Kibernetik
Wed Jul 17, 2024 10:15 pm
Forum: Other topics
Topic: Tab "Privat messages" is missing here.
Replies: 9
Views: 15793
Flag: Russia

Re: Tab "Privat messages" is missing here.

Clear, Mr. K. Henko, a user of this forum, can't login his account in this forum. Henk asks me via mail to request you via this forum here that you reactivate his account "Henko". Henk can't login, Henk can't make a new account because of his mailadres already exists in this forum. Henk can't, I ca...
by Mr. Kibernetik
Sun Jun 16, 2024 5:10 pm
Forum: Other topics
Topic: Tab "Privat messages" is missing here.
Replies: 9
Views: 15793
Flag: Russia

Re: Tab "Privat messages" is missing here.

There is no private messaging here.
This is the application support forum, and all discussions are public.