• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

frame

  1. HerlySQR

    How can I know the order my heros will appear in the hero bar?

    Hello, in my map I constantly add and remove heros to each player, and also hide them, but for that I need to change their owners, the problem is everytime I do that the heros could change the order they appear in the UI Hero Bar at the top left, this wasn't too much an issue until now that I...
  2. HerlySQR

    Problem with re-positionating the unit portrait

    Hello, I wanna move the portrait to make a custom inventory system, it is suposed to look like this: But looks like this: I don't know what is happening, this the script: BlzFrameClearAllPoints(Portrait) BlzFrameSetPoint(Portrait, FRAMEPOINT_TOPLEFT, InventoryMenu, FRAMEPOINT_TOPLEFT...
  3. Produtor

    Frame Button with an Icon

    Hi guys! How do I create a button with an icon that when I click it performs an action of my choice? In Jass language, please I sent an example image.
  4. VaaL

    Multiboard frame reseting position after Alt+Tab

    I have an issue concerning multiboards. I create a mb after the game started, and change its position. Yet after I switch to another tab, then switch back to WC3 Reforged, its position resets to default. Here's the trigger: Is there any way to fix this issue?
  5. HerlySQR

    How can I create buttons in the AllianceSlot frames?

    Hello, I wanna add buttons in the Allies Menu, specifically in the AllianceSlot frames to make it more dynamic and not having to create another custom menu that fills the screen, the thing is the alliance slot are labeled from 0 to 23 but they are not asigned to their respective player with that...
  6. HerlySQR

    Why my custom tooltip is not displaying correctly?

    Hello, I made this custom tooltip using the method the set the height of the text frame to 0 to auto-set according to the text and then setting the backdrop a bit bigger than the text: local lockFrame = BlzCreateFrameByType("BACKDROP", "BackdropLockCosmeticEffect[" .. id .. "]", button, "", 0)...
  7. HerlySQR

    Function BlzFrameSetScale also affects the positioning of the frames, how can I solve it?

    Hello, I was using the function BlzFrameSetScale to make the text of a frame smaller, but sadly it also makes the frame lose its position, because the relative position of the frame is also scaled, do you know what should I do to solve it?
  8. HerlySQR

    How to run the frame and oskey events in a "Client context"?

    Hello, to clarify what I wanna discuss is if there is a method to make the frame events like 'click' only runs to the player who clicked it. I don't mean just use FRAMEEVENT_CLICK and then GetLocalPlayer() I mean, the event runs for the local player by default, because the event is already...
  9. HerlySQR

    Custom Tooltip similar to the default ones

    Hello, I wanna know how can I make a custom frame that looks like the tooltip of W3? I know how to resize, I just wanna know how to create it, please.
  10. HerlySQR

    How can I hide the unit command buttons when I hide the UI and don't be able to select a unit?

    Hello, I made this to hide the UI: BlzHideOriginFrames(true) BlzFrameSetSize(BlzGetFrameByName("ConsoleUIBackdrop",0), 0, 0.0001) And worked well, but if I select a unit, the command buttons still appear, I think is because I didn't hide the ConsoleUIBackdrop, but I can't do that because I need...
  11. HerlySQR

    Childs of a frame are not appearing

    Hello, I made a frame to display information of the current units a player has, the frame of "Information" appears, but their childs are not appearing, and I'm sure that I have correct lenghts, but maybe not, what's wrong? local t = nil ---@type trigger BlzLoadTOCFile("ButtonsTOC.toc")...
  12. HerlySQR

    Is possible make a flash for a custom UI button?

    Hello, I wanna know if there is a way to create a flash like the Quest Dialog button or when you set autocast an spell in a custom UI button.
  13. HerlySQR

    How can I unfocus a custom UI button?

    Hello, I made a custom UI button, but when I press it, I have the focus to it until I right-click to other place and its annoying when I wanna use the keyboard, how can I unfocus it after press it?
  14. HerlySQR

    How can I check a checkbox with triggers?

    Hello, I wanna set a checkbox created with the QuestCheckBox template to checked using triggers, but I couldn't, I tried using BlzFrameClick with it and its children, but didn't work, how can I do that?
  15. HerlySQR

    How can I get the screen position of a unit in the map?

    I wanna emulate the unit health bars (until I see, there is no desync with frames having different points), but I wanna know if there is a way that I can get the screen position of the unit in the game?
  16. HerlySQR

    How to create a frame spinner?

    Hello, I wanna create something like this: But also having it as a template, how can I do it?
  17. HerlySQR

    Transparent frame or with empty background?

    Hello, I wanna know how can I create frames with empty background because I'm using blps that it suppose they have empty background, but they appears with a black background; also make them transparent because the function BlzFrameSetAlpha and BlzFrameSetVertexColor are not working.
  18. Varcklen

    Is it possible to track a click on an item frame?

    I tried to find out information about whether it is possible to track the click on the item frame (BlzGetOriginFrame (ORIGIN_FRAME_ITEM_BUTTON, X), where X = 0-5 - item frames), but I could not find information about how someone could do it. Is it possible? From what I was able to figure out...
  19. NightKnight

    Reforged UI Designer

    Allow me to introduce you to the: Ultimate Reforged UI Designer (RUID) There is now a new thread for this tool. This thread is no longer being updated. - Designed to take Map modding to the next level, with graphical Frame creation and adjustment. - Made for everyone, from the humble GUI...
  20. Tom_Almighty1

    JASS Description Frame?

    Guys I am having trouble learning these new updates in war3 1.31 TFT non-reforged. Can you please provide me a simple trigger on how to make a description box frame with words in it? Kinda like how the tooltip works but I need to move it to an area I also need to have a way to hide/unhide it...
Top