Properties
Category
Croatian
Similar Topics
Statistics
Comments
6
Participants
3
Subscribers
0
Votes
2
Views
1495
Share
Answered
Can I customize Point tool (draw a point in Graphic view) in a way that when a persone draw Point it shows only it's x coordinate? I need it to be inside of the tool. Now I can use %x on objects that already exist on screen but I need it for new objects - so persone can see a coordinate when point is put on the screen rigth away without a need to go to object properties.
If anyone knows, I would be of great help!
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2021 International GeoGebra Institute
A user tool for all possibilities for points (free, on, in, intesect etc) is not possible.
In the attachment a user-tool that can create a new, free point or give a text-object to an exist point.
--------------------
Also in the attachment a JS. This script change all exists points in the caption with <name>=x(%v)
Maybe you can give conditions what points are to processed in this script (for example: "if show label == ON")
Hi
Maybe like this.
A user tool for all possibilities for points (free, on, in, intesect etc) is not possible.
In the attachment a user-tool that can create a new, free point or give a text-object to an exist point.
--------------------
Also in the attachment a JS. This script change all exists points in the caption with <name>=x(%v)
Maybe you can give conditions what points are to processed in this script (for example: "if show label == ON")
A small improvement for “Set X-Label all points”:
If the caption is set to “%n = x(%x)” then the caption is NOT set again.
So you have the possibilit to change show-label or label-style (but not the caption) after press the button.
This changes are not destroyed when you press again the button.
Comments have been locked on this page!