Properties
Category
Hebrew
Similar Topics
Statistics
Comments
4
Participants
3
Subscribers
3
Votes
1
Views
899
Share
Answered
Hi!
I am calling the setMode() at the onclick java script (see attached file ggb).
When the button is clicked i get an error "JOIN" is not recognized.
See the page
https://wiki.geogebra.org/e...
That works fine when JOIN is replaced by "2".
How do I get JOIN to be recognized??
Thanks in advance!
Natalia
Files:
setModeParamete...
- 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
© 2023 International GeoGebra Institute
void setMode(int mode) int<-->integer
try ggbApplet.setMode(15);
Please never mind that on the ggb file attached, the button referees to a segment, not a line. Just a naming mistake :)
void setMode(int mode) int<-->integer
try ggbApplet.setMode(15);
Hi mathmagic!
Yes, that works fine. The question is weather JOIN is some kind of global variable that is recognized as an int... If so, how do i access it? If not, never mind, I can create this class no problem...
Hi nat,
See exemple file
Comments have been locked on this page!