quittung
8dd8e63d21
Fix typo in dynamic value syntax in Frame documentation ( #112 )
...
In Frame.md the dynamic values are surrounded by curly braces - "{parent.w-1}" instead of just "parent.w-1". This lead to the example code not running on any version of Basalt.
I simply removed the curly braces in this file, not sure if that broke something else or if there are other files that need the same treatment.
2024-05-13 21:27:16 +02:00
Robert Jelic
8168fa4465
1.7 stuff
...
The master branch was reverted to 1.7 because it was very unstable (bugs and stuff that wasn't mentioned on the documentation page yet) - features will come back with 2.0
- fixed debug window
- fixed flexbox not sending drag events to it's children
- small docs updates for 1.7
- removed the examples because the are outdated
2024-03-13 09:57:07 +01:00
cyberbit
1c7558d133
Fix typo in Graph/addDataPoint ( #97 )
2023-10-05 17:13:47 +02:00
Robert Jelic
5f8cbc90f3
small docs fix
...
another small update for docus
2023-07-06 00:31:47 +02:00
Robert Jelic
31cda3d672
small frames-docs update
...
updated frames example
fixed bug in process for programs
2023-07-05 15:49:52 +02:00
SeaSide53
1339337e6e
Fixed typos and cleaned up code in the Images library ( #93 )
...
* Updated setTheme.md
* Updated 1.6 setTheme.md
* Fixed typo
* Cleaned up loadImage functions
* Changed it to use the new function
* More typos
---------
Co-authored-by: SeaSide53 <https://github.com/SeaSide53 >
2023-06-04 15:53:19 +02:00
SeaSide53
84096eeca5
Updated links on the site not to point to 404. ( #92 )
...
* Updated setTheme.md
* Updated 1.6 setTheme.md
---------
Co-authored-by: SeaSide53 <https://github.com/SeaSide53 >
2023-06-03 20:19:56 +02:00
Robert Jelic
d3db685573
Update Flexbox.md
...
Didn't want to remove this - oops!
2023-05-22 20:14:03 +02:00
Robert Jelic
cfb4a197cd
Small docs update
2023-05-22 20:12:19 +02:00
Robert Jelic
87105c4856
Small docs fix
2023-05-21 15:24:39 +02:00
Robert Jelic
cbc8ca5c5b
Update Flexbox.md
...
very small fix
2023-05-19 15:52:13 +02:00
Robert Jelic
631eef525c
Flexbox docs
...
Updated the flexbox documentation for the current flexbox implementation
2023-05-19 15:50:05 +02:00
Robert Jelic
b6114ca8da
Update Scrollbar.md
...
Updated scrollbar example to make more sense
2023-05-18 22:09:23 +02:00
Robert Jelic
47a4706a14
Updated Container docs
...
updated docs for container (child instead of object)
2023-05-18 13:02:04 +02:00
Robert Jelic
e35708902c
Docs
...
- added a onSelect event for lists
- added docs for onSelect
- added addPlugin and addObject docs
2023-05-10 17:21:17 +02:00
Robert Jelic
0086229e38
Update ignoreOffset.md
2023-05-08 17:37:46 +02:00
Robert Jelic
4a5eaf324a
- Added shrink docs
...
- Added shrink documentation which is based on pixelbox by 9551Dev
2023-05-08 17:31:02 +02:00
Sabine Lim
166a234bd2
Add docs
2023-05-08 18:56:12 +10:00
Robert Jelic
9b932704e6
Merge pull request #63 from thesabinelim/fix-changeableobject-docs
...
Fix ChangeableObject docs
2023-05-08 00:08:14 +02:00
Sabine Lim
0b7d5d5bb7
2 hashes not 3
2023-05-08 07:16:59 +10:00
Sabine Lim
43ebd3fc3c
Fix changeable object docs
2023-05-08 07:15:38 +10:00
Sabine Lim
c9ff68dd9e
Flexbox docs
2023-05-08 07:00:28 +10:00
Sabine Lim
2f09e12ec2
Add XML usage to schedule.md
2023-05-08 02:35:33 +10:00
Robert Jelic
c084e9e5ad
Update onEvent.md
2023-05-07 18:11:53 +02:00
Sabine Lim
2e65d14538
Update onEvent.md
2023-05-08 02:04:16 +10:00
Sabine Lim
e3de424f42
Elaborate on onEvent documentation
2023-05-08 01:57:14 +10:00
Robert Jelic
2931a95c20
- Docs Update
...
- Updated List & ScrollbarFrame Docs
- Added setOptions for the List Object
2023-05-06 18:32:33 +02:00
Damianu
5b47bd3daa
Update setTime.md
2023-05-04 18:43:29 +02:00
Robert Jelic
4247277d88
Scrollbar setMaxValue > setScrollAmount
2023-05-03 20:24:27 +02:00
Robert Jelic
4b2d417d75
Small Update
...
- Fixed MonitorFrame
- Added MonitorFrame Docs
2023-05-03 19:50:35 +02:00
Robert Jelic
6bab574e8a
Treeview Docs
...
Added Treeview docs
Improved some stuff in the treeview object
2023-05-01 14:56:16 +02:00
Robert Jelic
a12717935e
Small Docs Update
2023-04-30 19:36:39 +02:00
Robert Jelic
bb1b1beb79
Basalt 1.7 Update
...
- New Objects (Flexbox, Graph, Treeview)
- Pluginsystem to add/remove functionality
- Reworked the entire Object system, instead of one big Object Class we have multiple classes: Object, VisualObject, ChangeableObject
- Instead of one big Frame Class we have multiple Frame Classes: BaseFrame, Frame, MovableFrame, ScrollableFrame, MonitorFrame, Flexbox
- Removed the Animation Object, and added a animation plugin instead
- Removed the Graphic Object and merged it's functionality with the image object
- Updated currently existing objects
2023-04-30 17:05:34 +02:00
Robert Jelic
6d2956f3bf
Updated image docs
2022-12-24 11:48:35 +01:00
Erlend
d6091b312c
✏️ Fix small typo ("sotred" -> "stored")
2022-12-16 15:28:11 +01:00
Robert Jelic
c3e97ae516
Docs -> frames
...
Updated the frame object in docs
2022-10-26 00:19:00 +02:00
Robert Jelic
d78bb4d141
Docs - panes
...
changed panes to make it more clear why they exist
2022-10-21 21:13:09 +02:00
Robert Jelic
ab72f244ed
Updated some formatting
...
Updated formatting for object
2022-10-20 21:05:29 +02:00
Robert Jelic
4352d36831
Small docs update
...
- added searchbar
- added :remove method @Object
2022-10-20 20:20:25 +02:00
Robert Jelic
bf1b008084
Docs update
...
Some more stuff for docs
2022-10-09 14:00:35 +02:00
Robert Jelic
1d3e2018ef
docs update
...
Updated some docs stuff
2022-10-09 12:05:30 +02:00
Erb3
f404e0ad8f
Small onEvent change
2022-09-17 14:59:46 +02:00
Erb3
45bb23476b
Docs: Fix sidebar issue on all Basalt methods
2022-09-17 14:41:54 +02:00
Erb3
bd61da9593
Docs: basalt.update()
2022-09-17 14:33:10 +02:00
Erb3
9acf7d5345
Docs: Basalt.stopUpdate
2022-09-17 14:33:04 +02:00
Erb3
1efca45639
Docs: Basalt.setVariable.md
2022-09-17 14:28:53 +02:00
Erb3
2dfe69fe43
Docs: Basalt.setTheme
2022-09-17 14:28:44 +02:00
Erb3
40b24ccf46
Docs: Add basalt.setActiveFrame.md
2022-09-17 14:25:01 +02:00
Erb3
1ebeda0375
Docs: Clean up basalt.scheduel.md
2022-09-17 14:21:55 +02:00
Erb3
9a514e6f7c
Docs: Add base onEvent.md
2022-09-17 14:21:43 +02:00