XCGui.dll - Free UI library

Discuss other useful utilities, general computing tips & tricks, Internet resources, etc.
tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

XCGui.dll - Free UI library

Post by tmplinshi » 17 Aug 2015, 10:00

Last edited by tmplinshi on 26 Mar 2018, 23:17, edited 9 times in total.

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: XCGui.dll - Free UI library

Post by joedf » 18 Aug 2015, 09:39

Interesting... What are its advantages?
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: XCGui.dll - Free UI library

Post by tmplinshi » 18 Aug 2015, 11:23

Whoops... You might better translate their homepage using Google Translate, as I can only speak simple English words.. :problem:

tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: XCGui.dll - Free UI library

Post by tmplinshi » 19 Aug 2015, 04:28

The UI Design Tool can create GUI easily, and save to xml file. Then the window can be created by just loading xml file.

Code: Select all

xcgui.XInitXCGUI()

	dir := "UITest\QQTest\"
	xcgui.XC_LoadResource(dir . "resource.xml", dir)
	hXCGUI := xcgui.XC_LoadLayout(dir . "layout.xml")
	If xcgui.XC_IsHWINDOW(hXCGUI) {
		m_hWindow := hXCGUI
		xcgui.XWnd_AdjustLayout(m_hWindow)
		xcgui.XWnd_ShowWindow(m_hWindow)
	}

xcgui.XRunXCGUI()
xcgui.XExitXCGUI()
Return
Testing files: XCGUI-LoadLayout Example.7z

One thing I should to tell, the XCGUI.dll is free, but some features in the UI Design Tool need to pay in order to use.
Last edited by tmplinshi on 23 Dec 2016, 10:19, edited 2 times in total.

User avatar
joedf
Posts: 8937
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: XCGui.dll - Free UI library

Post by joedf » 19 Aug 2015, 11:45

Hmm very nice :)
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]

GS SAHU
Posts: 37
Joined: 29 Sep 2014, 12:18

Re: XCGui.dll - Free UI library

Post by GS SAHU » 23 Oct 2015, 13:35

Form text language is Chinese. i want to english. how to set language?

tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: XCGui.dll - Free UI library

Post by tmplinshi » 23 Oct 2015, 21:17

GS SAHU wrote:Form text language is Chinese. i want to english. how to set language?
Use "Google Translate"?

GS SAHU
Posts: 37
Joined: 29 Sep 2014, 12:18

Re: XCGui.dll - Free UI library

Post by GS SAHU » 24 Oct 2015, 05:53

tmplinshi wrote:
GS SAHU wrote:Form text language is Chinese. i want to english. how to set language?
Use "Google Translate"?
IN YOUR ABOVE SCREENSHOT FORM SHOWING WITH ENGLISH LANGUAGE BUT WHEN I RUN YOUR EXAMPLE . FORM SHOWING IN CHINESE.
HOW TO use "Google Translate" for form translation.

tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: XCGui.dll - Free UI library

Post by tmplinshi » 24 Oct 2015, 06:59

What do you mean "form"? Could you upload a screenshot?

tmplinshi
Posts: 1604
Joined: 01 Oct 2013, 14:57

Re: XCGui.dll - Free UI library

Post by tmplinshi » 24 Oct 2015, 07:08

ok, I guess it's because of the AHK version. Please use the latest unicode 32-bit AutoHotkey.

GS SAHU
Posts: 37
Joined: 29 Sep 2014, 12:18

Re: XCGui.dll - Free UI library

Post by GS SAHU » 24 Oct 2015, 07:21

tmplinshi wrote:ok, I guess it's because of the AHK version. Please use the latest unicode 32-bit AutoHotkey.
Thanks.you are right . problem has been solve with latest unicode 32 bit Autohotkey version.
form word for use Gui Window in visual basic 6.

hasantr
Posts: 933
Joined: 05 Apr 2016, 14:18
Location: İstanbul

Re: XCGui.dll - Free UI library

Post by hasantr » 16 Jun 2020, 03:41

@tmplinshi Is it true that the XCGUi ui designer is paid for personal use?

BoBo
Posts: 6564
Joined: 13 May 2014, 17:15

Re: XCGui.dll - Free UI library

Post by BoBo » 16 Jun 2020, 13:38

hasantr wrote:
16 Jun 2020, 03:41
@tmplinshi Is it true that the XCGUi ui designer is paid for personal use?
:arrow: XCGui License (Chinese/English, scroll to bottom of the page) & XCGui @ GitHub

burque505
Posts: 1731
Joined: 22 Jan 2017, 19:37

Re: XCGui.dll - Free UI library

Post by burque505 » 19 Jun 2020, 18:22

4. Obtain the commercial service

Only the 32 bits XCGUI dynamic library is free for personal user as stated in section 2. Enterprise user must pay for 32 bits XCGUI dynamic library. Further more, None of the static library, 64 bits XCGUI dynamic library, GUI Designer or technology support is free no matter for personal user or enterprise user.
From that page and from a link.

Post Reply

Return to “Other Utilities & Resources”