Leiti 3 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 | ytdlp_meta | est_subs | eng_subs |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 | /channel_db_lite/web/json/568.json | N/A | N/A |
409 | MarkusTegelane++ | ascii2pixels - Convert ASCII text to pictures! | 0 | 2022-02-06 | This video showcases a cool tool I've made. It's called ascii2pixels. You can use it to convert ANY ascii text graphic in black and white to grayscale images. | 1 | 1 | 0 | 1 | https://www.youtube.com/watch?v=tEh0XZ37P00 | 0 | . | ascii2pixels - Teisenda ASCII tekst kujutisteks! | . | See video näitab lahedat tööriista, mida ma tegin. Selle nimi on ascii2pixels. Te saate kasutada seda IGA must-valge ascii teksti teisendada halliskaalal kujutisteks. | ascii2pixels.mp4 | Utilliidid | Utilities | ASCII,text encoding,ASCII art,batch file,batch scripting,C#,Microsoft Visual Studio,Microsoft .NET Framework,Windows 11,Portable Network Graphics,Graphics Interchange Format,Bitmap,raster graphics | https://odysee.com/@hashMarkusTegelane:3/ascii2pixels:d | MarkusTegelane++ | MarkusTegelane++ | 1 | /channel_db_lite/web/thumbs/409.jpg | /channel_db_lite/web/stream/409.mp4 | /channel_db_lite/web/json/409.json | N/A | N/A |
265 | MarkusTegelane | [UUS: Allalaadimise lingid nüüd saadaval] [Otseülekandest] Movement Batch 3.0 - Esimene ülevaade | 0 | 2019-07-24 | ***************** Lõplik versioon on nüüd allalaadimiseks saadaval! Allalaadimise lingid: Peamine allalaadimise link: http://markustegelane.tk/app/movement_batch_3_0_spectrum.zip Alternatiivne link: https://drive.google.com/open?id=1c2StxyWkHgy20FFFEYvACEn1Z9EvpiuD Checksum: MD5: E7E08B1B23F0BB956DCB143A94AF0E92 SHA-1: D060635DD032CD92ECAA7092696B0C888F3940F5 CRC32: 08257577 *************** Lõigud kanali eelmisest ülekandest. Kui te magasite selle maha, saate te tervet ülekannet järele vaadata koos rikete ja vigadega siit: https://www.youtube.com/watch?v=_K1PhX-rN30 (17:00 alates algab ülevaade) |
1 | 0 | 0 | 1 | https://www.youtube.com/watch?v=ii3CCRf6LJ4 | 0 | [NEW: Download now available] [Live stream highlights] Movement Batch 3.0 - First reveal | [UUS: Allalaadimise lingid nüüd saadaval] [Otseülekandest] Movement Batch 3.0 - Esimene ülevaade | ***************** Final version is now available for download! Download links: Direct download: http:///app/movement_batch_3_0_spectrum.zip Mirror download: https://drive.google.com/open?id=1c2StxyWkHgy20FFFEYvACEn1Z9EvpiuD Checksum: MD5: E7E08B1B23F0BB956DCB143A94AF0E92 SHA-1: D060635DD032CD92ECAA7092696B0C888F3940F5 CRC32: 08257577 *************** Highlights of the last stream in this channel. If you missed it you can watch the whole stream with all of the glitches and mistakes here: https://www.youtube.com/watch?v=_K1PhX-rN30 (skip to 17:00 to skip waiting) |
***************** Lõplik versioon on nüüd allalaadimiseks saadaval! Allalaadimise lingid: Peamine allalaadimise link: http://markustegelane.tk/app/movement_batch_3_0_spectrum.zip Alternatiivne link: https://drive.google.com/open?id=1c2StxyWkHgy20FFFEYvACEn1Z9EvpiuD Checksum: MD5: E7E08B1B23F0BB956DCB143A94AF0E92 SHA-1: D060635DD032CD92ECAA7092696B0C888F3940F5 CRC32: 08257577 *************** Lõigud kanali eelmisest ülekandest. Kui te magasite selle maha, saate te tervet ülekannet järele vaadata koos rikete ja vigadega siit: https://www.youtube.com/watch?v=_K1PhX-rN30 (17:00 alates algab ülevaade) |
MB30HighlightsCPURENDER.MP4 | Pakkfailid | Batch files | Markus Maal,MarkusTegelane,TheMarkusGuy,Movement Batch,batch programming,windows batch file,batch games,ASCII games,RPG,gaming engine,batch scripting,building,Minecraft inspired (a little bit al),MarkuStation,M Software,colors perhaps,maybe even bigger playfields,batch file movement,gravity | https://odysee.com/@MarkusTegelane:8/new-download-now-available-live-stream:a | MarkusTegelane | . | 1 | /channel_db_lite/web/thumbs/265.jpg | N/A | /channel_db_lite/web/json/265.json | N/A | N/A |