Castillo Posted February 2, 2013 Share Posted February 2, 2013 There isn't a menu/panel for it. Link to comment
TheBite Posted February 2, 2013 Share Posted February 2, 2013 There isn't a menu/panel for it. How to set the settings? Link to comment
Anderl Posted February 2, 2013 Share Posted February 2, 2013 There are no settings as far as I know, every single thing must be scripted in LUA. Link to comment
TheBite Posted February 3, 2013 Share Posted February 3, 2013 There are no settings as far as I know, every single thing must be scripted in LUA. I installed this, and the skin isn't changed. How to change it? Link to comment
Anderl Posted February 3, 2013 Share Posted February 3, 2013 It doesn't change anything, it only allows you to create different style windows. Link to comment
TheBite Posted February 3, 2013 Share Posted February 3, 2013 It doesn't change anything, it only allows you to create different style windows. Yes, and how to change it? Link to comment
Anderl Posted February 3, 2013 Share Posted February 3, 2013 There's nothing to change, this resource is for creating windows and other GUI elements in a different style from CEGUI, using DirectX functions - It changes completely nothing. You must script everything by yourself with LUA. I hope you got it now. Link to comment
TheBite Posted February 3, 2013 Share Posted February 3, 2013 There's nothing to change, this resource is for creating windows and other GUI elements in a different style from CEGUI, using DirectX functions - It changes completely nothing. You must script everything by yourself with LUA.I hope you got it now. Ahh! ok thnx! Link to comment
TheBite Posted February 4, 2013 Share Posted February 4, 2013 You're welcome You can paste here a link of a program/script (you know), who with this I can set/script the windows, buttons e.c.? Link to comment
Anderl Posted February 4, 2013 Share Posted February 4, 2013 There is no software for doing such thing, the resource link is already on the main page - now, learn LUA and do the rest yourself. Link to comment
TheBite Posted February 4, 2013 Share Posted February 4, 2013 There is no software for doing such thing, the resource link is already on the main page - now, learn LUA and do the rest yourself. I'm searching in the #1 post but I can't find the link Link to comment
Anderl Posted February 4, 2013 Share Posted February 4, 2013 Download: https://community.multitheftauto.com/index.php?p= ... ls&id=4871 Guess you should have searched a little more Link to comment
TheBite Posted February 4, 2013 Share Posted February 4, 2013 Download: https://community.multitheftauto.com/index.php?p= ... ls&id=4871 Guess you should have searched a little more ok thnx Link to comment
Anderl Posted February 27, 2013 Share Posted February 27, 2013 I'm still awaiting the author to explain me that thing of the extra parameters... Link to comment
Dealman Posted April 26, 2013 Share Posted April 26, 2013 Is this still in development? So far I am really liking the looks of this even though the Wiki Page is really lackluster, I am going by trial and error. Am hoping to see further releases on this as well as a more detailed Wiki Page, this resource is truly amazing Link to comment
laserlaser Posted April 26, 2013 Author Share Posted April 26, 2013 Is this still in development? So far I am really liking the looks of this even though the Wiki Page is really lackluster, I am going by trial and error.Am hoping to see further releases on this as well as a more detailed Wiki Page, this resource is truly amazing I have to left from MTA last summer. But I will back this summer. I will develop this resource again and improve the wiki page. Link to comment
Dealman Posted April 26, 2013 Share Posted April 26, 2013 Is this still in development? So far I am really liking the looks of this even though the Wiki Page is really lackluster, I am going by trial and error.Am hoping to see further releases on this as well as a more detailed Wiki Page, this resource is truly amazing I have to left from MTA last summer. But I will back this summer. I will develop this resource again and improve the wiki page. Great news! This is one of the better resources to make MTA a "prettier" experience as the original GUI stuff looks rather dull. Can't wait to see it back in progress Link to comment
Halfmillz Posted July 14, 2013 Share Posted July 14, 2013 How to mark Label to wordwarp? I want text will wrap to a new line whenever it reaches the right side of the bounding box. Link to comment
GrimTheXReaperrr Posted August 2, 2013 Share Posted August 2, 2013 OOO Can't Belive I Just Now Or Now Noticed This What A Lovely Tool To Have !!!!!!! God Bless You and God Bless All ( Jesus Christ is Lord and Savior ) Link to comment
laserlaser Posted August 20, 2013 Author Share Posted August 20, 2013 v1.4.2 is now available. Link to comment
zixxonx Posted August 22, 2013 Share Posted August 22, 2013 I created Window with theme 'Orange' then three buttons with theme 'Lighter Blue' Errors; http://i.imgur.com/cdPFwXJ.jpg Tried with Subaru, Lighter Black and the same errors. If i change buttons theme to Orange everything works. D'fuq? Gosc = exports.dxGUI:dxCreateButton(30, 196, 281, 30, "Play as Guest", LoginWindow, tocolor(255,255,255,255), "default", "Subaru") And also, why that isnt working? exports.dxGUI:dxCreateEdit(11, 25, 319, 34, "xd", "sadsa", LoginWindow,tocolor(255,255,255,255) ,"default", "Orange") Link to comment
laserlaser Posted August 23, 2013 Author Share Posted August 23, 2013 I created Window with theme 'Orange' then three buttons with theme 'Lighter Blue' Errors; http://i.imgur.com/cdPFwXJ.jpg Tried with Subaru, Lighter Black and the same errors. If i change buttons theme to Orange everything works. D'fuq? Gosc = exports.dxGUI:dxCreateButton(30, 196, 281, 30, "Play as Guest", LoginWindow, tocolor(255,255,255,255), "default", "Subaru") And also, why that isnt working? exports.dxGUI:dxCreateEdit(11, 25, 319, 34, "xd", "sadsa", LoginWindow,tocolor(255,255,255,255) ,"default", "Orange") I think you are using v1.4.1, and you cant call the theme like "Subaru" you should use 'dxGetTheme' function.Like 'dxGetTheme("Subaru")' I wrote it in the first message, Edit is not a component now.It's just a template, not a drawable component for now.You can create normal gui edit and attach it to the dxGUI window. x_wnd=dxCreateWindow(...) y_edt=guiCreateEdit(...) guiAttachToDirectX(x_wnd, y_edt, y_edt_x_position_on_the_dx_window, y_edt_y_position_on_the_dx_window) You can use it like that in 1.4.3 I will develop 'Attaching' function and It will be better than 1.4.2 Link to comment
laserlaser Posted August 24, 2013 Author Share Posted August 24, 2013 V.1.4.3 COMES ! 11 new beautiful theme added... Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now