Leiti 4 vastet.

ID Kanal Video Kustutatud Kuupäev Kirjeldus Subtiitrid Avalik Ülekanne HD URL PRIVATE TitleMUI_en TitleMUI_et KirjeldusMUI_en KirjeldusMUI_et Filename Category CategoryMUI_en Tags OdyseeURL KanalMUI_en KanalMUI_et Translated has_thumbnail local_stream
568 MarkusTegelane++ Light OS with draggable windows is really broken [Fun Experiments 0x00] 0 2024-03-15 For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
0 1 0 1 https://www.youtube.com/watch?v=RwAvwf8xYeA 0 Light OS with draggable windows is really broken [Fun Experiments 0x00] Light OS with draggable windows is really broken [Fun Experiments 0x00] For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
For this video, I added window movement to Light OS just for fun. All I did was add two custom macros and PPTGames Cursor API to be able to drag a window around. Then I grouped shapes which are related to the window I wanted to move as "RegularApp:1" and added a hidden shape "MoveEvent", which would store the current state of window movement as a global variable. Finally, I added a mouse hover action to the titlebar, which points to the MovableWindow macro.

I am not making the .ppsm file, because a lot of stuff is broken, however you can find the macro I added in this secret gist: https://gist.github.com/MarkusMaal/a9d56efc5433a5ac1821adcf43cf9235

There are several reasons why this doesn't really work all that well and would require some serious reworks, some of which being the following:
1. There are custom animations which don't play, because in order to make the window draggable, I had to group all of the shapes in it
2. All slides have a reveal transition, which make window movement jittery (would need to be disabled if windows are being moved, but I didn't do it for this proof of concept video)
3. Appear/disappear animations would need to be implemented programmatically for shapes, which appear from trigger animations to stay on screen (these include volume test, power controls and opaque backdrop)
4. ActiveX controls don't disappear and don't get replaced by placeholders, meaning they stay on screen, flickering and being on top of the window, staying in one place.
5. The close button is on top of the area, where the mouse hover trigger for window movement is. This means that it might be difficult to click that button, as the Cursor API might think there is window movement going on. Easy fix would be to introduce a sort of "deadzone" where the hover trigger isn't active.
6. There is no multi-tasking, since windows appear on separate slides
7. Sound clips would have to be disabled, while the window is being moved

All of these issues are addressed in my next upcoming PowerPoint OS (Codename OrangePath), which was designed from the ground up to have movable window capabilities and multitasking, so stay tuned...
2024-03-15 21-10-42.mkv PowerPoint PowerPoint PPTOS,Light OS,PowerPoint OS,movable windows,draggable,droppable,VBA,Visual Basic for Applications,Microsoft PowerPoint,ppsm,Light OS Technologies,macro,scripting N/A MarkusTegelane++ MarkusTegelane++ 0 /channel_db_lite/web/thumbs/568.jpg N/A
460 MarkusTegelane++ PowerPointi mäng - Movement Point 0 2022-07-04 See video demonstreerib PowerPointi mängu, mille tegin, mis on port Movement Batch-ist. See oli alguses nali, aga ma üritasin välja selgitada, kas see on päriselt võimalik. Noh, see video annab teile vastuse. 1 1 0 1 https://www.youtube.com/watch?v=dhqy5G9yvqs 0 Pushing PowerPoint to its limits - Movement Point . This video demonstrates a PowerPoint game I made, which is a port of Movement Batch. It started off as a joke, but I was thinking if it was actually possible. Well, in this video, we'll find out.

Downloads: https://drive.google.com/drive/folders/188K4IxAvX6pvclajD5TL7szZEZheVcFa?usp=sharing

Chapters:
0:00 Demonstration
2:39 How do you make a game like this in PowerPoint
6:08 Macro overview
11:26 Making a custom map
See video demonstreerib PowerPointi mängu, mille tegin, mis on port Movement Batch-ist. See oli alguses nali, aga ma üritasin välja selgitada, kas see on päriselt võimalik. Noh, see video annab teile vastuse.

Allalaadimised: https://drive.google.com/drive/folders/188K4IxAvX6pvclajD5TL7szZEZheVcFa?usp=sharing

Peatükid:
0:00 Demonstratsioon
2:39 Kuidas on võimalik üldse sellist mängu PowerPointi teha
6:08 Makro ülevaade
11:26 Kohandatud väljaku loomine
MovementPoint.mp4 PowerPoint PowerPoint https://odysee.com/@hashMarkusTegelane:3/MovementPoint:5 MarkusTegelane++ MarkusTegelane++ 1 /channel_db_lite/web/thumbs/460.jpg /channel_db_lite/web/stream/460.mp4
101 MarkusTegelane Light OS Release (from the live stream) 0 2016-10-13 Now I would like to introduce you the release of the Light OS. This has everything fixed. The download link is coming soon... 0 1 0 1 https://www.youtube.com/watch?v=uRwP0R7s00o 0 . . . . yt-editor.flv PowerPoint PowerPoint YouTube'i redigeerija https://odysee.com/@MarkusTegelane:8/light-os-release-from-the-live-stream:6 MarkusTegelane . 1 /channel_db_lite/web/thumbs/101.jpg N/A
73 MarkusTegelane Light OS Väljalaske Kandidaat #1 0 2016-03-27 See on väga esimene Light OS-i väljalaske kandidaat

Allalaadimise link: https://goo.gl/QFHOrc (.zip fail)

Tõmba failid lahti ja käivita Install_fonts.bat. Kui sa ei usalda batch faile, kopeeri käsitsi .ttf failid kausta C:WINDOWSFonts
0 0 0 1 https://www.youtube.com/watch?v=MZbdHz5_oIk 0 Light OS Release Candidate #1 Light OS Väljalaske Kandidaat #1 This is very first release candidate of Light OS

Download link: https://goo.gl/QFHOrc (.zip file)

Extract files and run Install_fonts.bat. If you don't trust batch files, copy manually .ttf files to C:WINDOWSFonts.
Random video // Juhuslik video
https://markustegelane.ml/random.html
See on väga esimene Light OS-i väljalaske kandidaat

Allalaadimise link: https://goo.gl/QFHOrc (.zip fail)

Tõmba failid lahti ja käivita Install_fonts.bat. Kui sa ei usalda batch faile, kopeeri käsitsi .ttf failid kausta C:WINDOWSFonts
Light OS Release Candidate #1.mp4 PowerPoint PowerPoint LightOS,PowerPoint OS,Microsoft PowerPoint (Office tools) https://odysee.com/@MarkusTegelane:8/light-os-release-candidate-1:e MarkusTegelane . 1 /channel_db_lite/web/thumbs/73.jpg N/A