User contributions for Pongo02

From Legacy Roblox Wiki
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)

13 February 2024

30 October 2023

  • 00:1800: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

  • 15:1815: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
  • 13:1713: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
  • 13:1113: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..."
  • 13:1113:11, 29 October 2023 diff hist −15 Resize DHTML (Method)Undo revision 83289 by Pongo02 (talk) oops... wrong page... lol Tag: Undo
  • 13:1013:10, 29 October 2023 diff hist +15 Resize DHTML (Method)No edit summary Tag: Reverted
  • 12:5812:58, 29 October 2023 diff hist +6 Object:HtmlWindow/methodsNo edit summary current
  • 12:5712:57, 29 October 2023 diff hist +5 Resize DHTML (Method)No edit summary
  • 12:5612: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..."
  • 12:4812:48, 29 October 2023 diff hist −328 Resize (Method)No edit summary current Tag: Manual revert
  • 12:4712:47, 29 October 2023 diff hist +328 Resize (Method)No edit summary Tag: Reverted
  • 12:4612:46, 29 October 2023 diff hist −2 Show (Method)No edit summary current
  • 12:4512: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"
  • 12:3812: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
  • 11:5811: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
  • 11:5511:55, 29 October 2023 diff hist +2,803 N Blender 2.8 exporter scriptCreated 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
  • 11:5411:54, 29 October 2023 diff hist −250 Anim8tor exporter scriptNah, don't delete it. We could use this!
  • 11:3511:35, 29 October 2023 diff hist −37 m Mesh file formatThis page has been nominated to stay, thank you very much! current Tag: Manual revert

26 December 2022

25 December 2022

(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)