1ForeverHD / TopbarPlus

Construct dynamic and intuitive topbar icons. Enhance the appearance and behaviour of these icons with features such as themes, dropdowns and menus.
https://devforum.roblox.com/t/topbarplus/1017485
Mozilla Public License 2.0
95 stars 123 forks source link

UI not showing then interacted #64

Closed DionBlox1 closed 1 year ago

DionBlox1 commented 1 year ago

Hello. I was working on a Ui game but the ui won't open.

https://user-images.githubusercontent.com/90649001/192615420-d9ce94bf-e649-4bcc-b5bc-da44dfd6663b.mp4

Script: --Getting the module to work the script local Icon = require(game:GetService("ReplicatedStorage").Icon) local IconController = require(game:GetService("ReplicatedStorage").Icon.IconController) local Themes = require(game:GetService("ReplicatedStorage").Icon.Themes) IconController.setGameTheme(Themes["BlueGradient"])

--All icons local Emails = Icon.new()

--Get UI local EmailsGUI = game.StarterGui.Emails.Mainbase

Emails:setImage(11084222714) Emails:setLabel("Email", "deselected") Emails:setLabel("You have "..game.StarterGui.Emails.Numofemails.Value.." new messages", "hovering") Emails:setLabel("Email", "selected") Emails:bindEvent("selected", function() print("selected!") EmailsGUI.Visible = true end) Emails:bindEvent("deselected", function() print("deselected!") EmailsGUI.Visible = false end)

Game: https://drive.google.com/file/d/1pP1LAJ9dJt4X165-JonUeNDBxgRp8X_w/view?usp=sharing

1ForeverHD commented 1 year ago

For help support can you ask your question on the devforum discussion post please as I have to prioritize the most important bugs here: https://devforum.roblox.com/t/topbarplus-v277-construct-intuitive-topbar-icons-customise-them-with-themes-dropdowns-captions-labels-and-much-more/1017485

DionBlox1 commented 1 year ago

It wornt let me talk in dev fourm even though I'm a member Screenshot_20220928_122423 Screenshot_20220928-122611_Samsung Internet @1ForeverHD

1ForeverHD commented 1 year ago

Your code looks fine from what I can see at a glance. I recommend posting a help thread in scripting support once your permissions appear

DionBlox1 commented 1 year ago

My devfourm acount is on hold for a time period of over 2 years

DionBlox1 commented 1 year ago

Hello?