Search found 3292 matches
- Fri Oct 18, 2024 12:27 pm
- Forum: Other topics
- Topic: Copy/Paste printed output
- Replies: 6
- Views: 892
- Flag:
Re: Copy/Paste printed output
You can print values to file if you need a text copy of results.
- Thu Oct 17, 2024 8:08 am
- Forum: Other topics
- Topic: Copy/Paste printed output
- Replies: 6
- Views: 892
- Flag:
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.
The text printed by PRINT is selectable for copying after TEXT mode is switched into.
- Fri Oct 11, 2024 9:48 pm
- Forum: Other topics
- Topic: Referencing a n array from a function
- Replies: 3
- Views: 922
- Flag:
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 ...
- Mon Sep 16, 2024 3:42 am
- Forum: Other topics
- Topic: Customize Button appearance
- Replies: 9
- Views: 2748
- Flag:
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
- Mon Sep 16, 2024 3:15 am
- Forum: Other topics
- Topic: Customize Button appearance
- Replies: 9
- Views: 2748
- Flag:
Re: Customize Button appearance
In the program sample above, instead of
there should be
or just remove this line.
Code: Select all
DRAW ALPHA 0
Code: Select all
DRAW ALPHA 1
- Fri Aug 02, 2024 3:23 pm
- Forum: Other topics
- Topic: Tab "Privat messages" is missing here.
- Replies: 9
- Views: 15793
- Flag:
- Wed Jul 31, 2024 2:29 pm
- Forum: Other topics
- Topic: Tab "Privat messages" is missing here.
- Replies: 9
- Views: 15793
- Flag:
Re: Tab "Privat messages" is missing here.
Please tell Henk to write to me at kibernetik@me.com
- Tue Jul 30, 2024 3:51 am
- Forum: Other topics
- Topic: Tab "Privat messages" is missing here.
- Replies: 9
- Views: 15793
- Flag:
Re: Tab "Privat messages" is missing here.
If he forgot his password, he can restore it using password recovery feature when logging in. His account is not blocked or disactivayed.
- Wed Jul 17, 2024 10:15 pm
- Forum: Other topics
- Topic: Tab "Privat messages" is missing here.
- Replies: 9
- Views: 15793
- Flag:
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...
- Sun Jun 16, 2024 5:10 pm
- Forum: Other topics
- Topic: Tab "Privat messages" is missing here.
- Replies: 9
- Views: 15793
- Flag:
Re: Tab "Privat messages" is missing here.
There is no private messaging here.
This is the application support forum, and all discussions are public.
This is the application support forum, and all discussions are public.