User contributions for Pongo02
From Legacy Roblox Wiki
Jump to navigationJump to search
13 February 2024
- 22:4222:42, 13 February 2024 diff hist +22 Navigate (Method) No edit summary current
- 22:4122:41, 13 February 2024 diff hist +22 Bind (Method) No edit summary current
- 22:4122:41, 13 February 2024 diff hist +20 Unbind (Method) No edit summary current
- 22:3922:39, 13 February 2024 diff hist +80 Unbind (Method) No edit summary Tag: Visual edit: Switched
- 22:3422:34, 13 February 2024 diff hist +158 N Unbind (Method) Created page with "<onlyinclude>{{Method|name = Unbind |description = Removes every Bind related to the given window. |object = HtmlWindow }}</onlyinclude> Category:Methods"
- 22:3122:31, 13 February 2024 diff hist +1,118 N Bind (Method) Created page with "<onlyinclude>{{Method|name = Bind |arguments = Instance '''object''', String '''property''', String '''htmlElementId''' |description = Binds the property of an instance to an HTML input. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will create a Hint, and Bind an input to the Text property. It will give the option to toggle the Bind: <syntaxhighlight lang="lua"> html = game:service("HtmlService") wind = html:NewWindow() wind:N..." Tag: Visual edit: Switched
30 October 2023
- 04:1804:18, 30 October 2023 diff hist +1,094 N SetCallback (Method) Created page with "<onlyinclude>{{Method|name = SetCallback |arguments = Function ''callback'' |description = Passes back variables from executed javascript code to lua. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|Makes a window that will allow you to play audio from a textbox: <syntaxhighlight lang="lua"> html = game:service("HtmlService") wind = html:NewWindow() wind:Navigate() sound = workspace:FindFirstChild("HTMLSound") if not sound then sound = Instan..." current
29 October 2023
- 19:1819:18, 29 October 2023 diff hist +744 N SetBody (Method) Created page with "<onlyinclude>{{Method|name = SetBody |arguments = String ''HTML'' |description = Sets the HTML contents of the window. Can be run on a single window continuously, allowing for dynamic content. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|Sets and then updates the body to count from 0 to 10: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() local initialDisplayed = false htmlW..." current
- 17:1717:17, 29 October 2023 diff hist +180 N Close (Method) Created page with "<onlyinclude>{{Method|name = Close |description = Closes the HtmlWindow, this deletes the instance, it does not hide it. |object = HtmlWindow }}</onlyinclude> Category:Methods" current
- 17:1117:11, 29 October 2023 diff hist +570 N Navigate (Method) Created page with "<onlyinclude>{{Method|name = Navigate |arguments = Content <var>URL = about:blank</var> |description = Allows the DHTML to load a trusted url. It should be noted that Navigate loads about:blank by default. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will open shirt.png, the default roblox T-Shirt from around 2010: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() h..."
- 17:1117:11, 29 October 2023 diff hist −15 Resize DHTML (Method) Undo revision 83289 by Pongo02 (talk) oops... wrong page... lol Tag: Undo
- 17:1017:10, 29 October 2023 diff hist +15 Resize DHTML (Method) No edit summary Tag: Reverted
- 16:5816:58, 29 October 2023 diff hist +6 Object:HtmlWindow/methods No edit summary current
- 16:5716:57, 29 October 2023 diff hist +5 Resize DHTML (Method) No edit summary
- 16:5616:56, 29 October 2023 diff hist +550 N Resize DHTML (Method) Created page with "<onlyinclude>{{Method|name = Resize |arguments = Integer '''Width''', Integer '''Height''' |description = Changes the size of the window. |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code will create and spam resize a DHTML window 1000 times: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() htmlWindow:Show() for i = 0, 1000 do htmlWindow:Resize(math.floor(math.ran..."
- 16:4816:48, 29 October 2023 diff hist −328 Resize (Method) No edit summary current Tag: Manual revert
- 16:4716:47, 29 October 2023 diff hist +328 Resize (Method) No edit summary Tag: Reverted
- 16:4616:46, 29 October 2023 diff hist −2 Show (Method) No edit summary current
- 16:4516:45, 29 October 2023 diff hist +255 N Show (Method) Created page with "<onlyinclude>{{Method|name = Resize |description = Opens the HtmlWindow, does not update the contents. It should be noted that, if you don't use this, the window will still run in the background. |object = HtmlWindow }}</onlyinclude> Category:Methods"
- 16:3816:38, 29 October 2023 diff hist +887 N DocumentComplete (Event) Created page with "<onlyinclude>{{Event |name = DocumentComplete |arguments = String ''URL'' |description = Fired when the DHTML document finishes processing a SetBody |object = HtmlWindow }}</onlyinclude> {{clear floats}} {{Example|This code would fire when the document finishes loading: <syntaxhighlight lang="lua"> local HtmlService = game:service("HtmlService") local htmlWindow = HtmlService:NewWindow() htmlWindow.DocumentComplete:connect(function() htmlWind..." current
- 15:5815:58, 29 October 2023 diff hist +159 N RBX.lua.HtmlWindow (Object) Created page with "{{Stub}} {{NonStandard|reason=HtmlWindow was removed after 2007.}} {{Object}} {{ObjectPage|name=HtmlWindow|A interactive HTML window generated by HtmlService}}" current
- 15:5515:55, 29 October 2023 diff hist +2,803 N Blender 2.8 exporter script Created page with "The process of using this mesh on Roblox is no longer relevant, as there is no known way to upload it. If you would like to have some details on how these meshes were once used with roblox.com, and how you could use them today, check here ==Script== <pre> bl_info = { "name": "Roblox Mesh 1.0 (.mesh)", "author": "Nukley", "version": (0, 1), "blender": (2, 80, 0), "location": "File > Export", "description": "Save a Roblox Mesh 1.0 File",..." current
- 15:5415:54, 29 October 2023 diff hist −250 Anim8tor exporter script Nah, don't delete it. We could use this!
- 15:3515:35, 29 October 2023 diff hist −37 m Mesh file format This page has been nominated to stay, thank you very much! current Tag: Manual revert
26 December 2022
- 04:2304:23, 26 December 2022 diff hist +853 N Screenshots Created page with "Post amazing or funny screenshots you've made here! '''''How to Take Screenshots''''' left|172px|thumb|Houston, we have a problem. left|172px|thumb|Impalement hurts. left|172px|thumb|Gamehero failed to get to China in one strike. left|172px|thumb|SURPRISE! left|172px|thumb|Gamer3d did it. left|172px|thumb|Durrrr... File:Ohnoes.jp..." current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Ohnoes.jpg Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:B10.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:RocketProblem.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Fatality.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Spire and I.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:OHNOES.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Dogfighting in Rockets.jpg Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Surprise.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Hair.jpg Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Onoztehhaxxorz.png Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Mikedplaces.gif Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Owie.JPG Uploaded with SimpleBatchUpload current
- 04:0404:04, 26 December 2022 diff hist 0 N File:Hats.gif Uploaded with SimpleBatchUpload current
- 03:2203:22, 26 December 2022 diff hist 0 File:Path.gif Pongo02 uploaded File:Path.gif current
- 03:2203:22, 26 December 2022 diff hist 0 File:My User Talk Background.png Pongo02 uploaded File:My User Talk Background.png current
- 03:2203:22, 26 December 2022 diff hist 0 File:RPGTut1.png Pongo02 uploaded File:RPGTut1.png current
- 03:2203:22, 26 December 2022 diff hist 0 File:RPGTut4.png Pongo02 uploaded File:RPGTut4.png current
- 03:2203:22, 26 December 2022 diff hist 0 File:RPGTut3.png Pongo02 uploaded File:RPGTut3.png current
- 03:0203:02, 26 December 2022 diff hist 0 File:Maintenance 2.png Pongo02 uploaded File:Maintenance 2.png current
- 03:0203:02, 26 December 2022 diff hist 0 File:Profileplace.png Pongo02 uploaded File:Profileplace.png current
- 02:5902:59, 26 December 2022 diff hist 0 File:Paint Ball 2.PNG Pongo02 uploaded File:Paint Ball 2.PNG current
- 02:5902:59, 26 December 2022 diff hist 0 File:ROBLOX Toolbox.png Pongo02 uploaded File:ROBLOX Toolbox.png current
- 02:5902:59, 26 December 2022 diff hist 0 File:Maintenance.png Pongo02 uploaded File:Maintenance.png current
- 02:5902:59, 26 December 2022 diff hist 0 File:My profile.jpg Pongo02 uploaded File:My profile.jpg current
- 02:5902:59, 26 December 2022 diff hist 0 File:TerrainH.PNG Pongo02 uploaded File:TerrainH.PNG current