gui

How can I make an GUI Application in Lua

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: First I'll show you an example of what I am talking about: GUI Example I've been studying Lua for around a week now, and I'm really curious of how I would do this. Basically (for now, and learning purposes), I just want to make a GUI with 2 buttons, 1 to start the specified (.exe), and one to exit the GUI. Is this possible? How would I go about doing this? Any information would be great! 回答1: I believe you may want to take a look: http://lua-users.org/wiki/GraphicalUserInterfaceToolkits If you want something well know and tested I would go

C# GUI programming for beginners: Where to start? [closed]

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I'm a C++/Java developer and have no idea about .Net or GUIs. I need to develop a windows app for 2000/XP/Vista/7. I think I've come to conclusion that C# is the best and the fastest way to go (please correct me if I'm wrong). What do you recommend? Which GUI approach should I learn? (Forms? Any other stuff?) Is it the best way to compile in .Net 2.0 mode? It's going to be an application for the public to download. 回答1: In my personal development experience Windows Forms is just about as easy as it gets when it comes to rapidly

Boost Asio pattern with GUI and worker thread

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I would like to implement a Boost Asio pattern using a thread for GUI and a worker thread for some socket IO. The worker thread will use boost::asio::io_service to manage a socket client. All operations on sockets will be performed by the worker thread only. The GUI thread needs to send and receive messages from the worker thread. I can't exactly figure how to implement this pattern using Boost Asio. I've already implemented the socket communication in the standard Asio way (I call io_service.run() from the worker thread and I use async_read

WPF thread and GUI how to access object from different thread?

匿名 (未验证) 提交于 2019-12-03 02:49:01
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have a thread that call an object that get some stuff from Internet. When this object is filled up with all information required, it raises an event with an object will all the information. The event is consumed by the controller that has started the thread. The returned object from the event is than added into a collection that is binded the the GUI via a View Model approach. The problem is that I can't use the CheckAccess with the binding... how can I fix the problem of using Object that has been created from an other thread of the main

How to render in Qt3D in standard GUI application?

匿名 (未验证) 提交于 2019-12-03 02:48:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I enjoy using Qt3D, but all of the examples I see for it are full window applications. What I can't understand from the examples is how to add a qt3d rendering window to a regular qt gui application. Basically what I want is a little rendering widget for my Qt5 Gui application. I've looked into Qtgl widget, but I really want to use the scene management abilities of Qt3D. How can I render as a sub window inside of a qt Gui window? Is this possible? Update So I added this to my MainWindow.cpp It is loosely based off of this http:/

C# .NET 3.5 GUI design

匿名 (未验证) 提交于 2019-12-03 02:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm looking for some programming guides to C# GUI design. I come from the Java camp (where I can happily hand-code Swing/AWT GUIs) and thus don't have a clue where to start :( Also, what difference (if any) is there between the Windows Presentation Foundation and WinForms? 回答1: Chris Sells seems to be 'dah man' with regard to Windows Forms and WPF: http://www.sellsbrothers.com/writing/ http://www.sellsbrothers.com/writing/wfbook http://www.sellsbrothers.com/writing/wpfbook Also well taking a look at Charles Petzold as well: http://www

Perl GUI programming on Windows

匿名 (未验证) 提交于 2019-12-03 02:47:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm looking for tools for Perl GUI programming on Windows for educational/in-house development, mostly science related. My first choice was PerlQt. A friend of mine was developing with Qt and C++ so I expected getting some help from him. Also Qt has a GUI creator and Linux has nice integration with Perl. Unfortunately, I failed to make it work on Windows. I searched for other options and am still not clear after search. This is what I've got so far. Perl/Tk: broad user base, good documentation, relatively low learning curve. But old look and

Lightweight C++ Gui Library [closed]

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 由 翻译 强力驱动 问题: I want to create GUI applications with C++ on Windows. I have downloaded Qt, and it works well, but it has so much stuff in it and so many header files that I really don't use. It is a nice framework, but it has more than just GUI. Are there any lighter GUI libraries out there for Windows C++ that is "just GUI"? 回答1: FLTK, if you are serious about lightweight. http://www.fltk.org/ edit: Blurb from the website: FLTK is designed to be small and modular enough to be statically linked, but works fine as a shared library. FLTK also

creating a nice GUI in WPF

匿名 (未验证) 提交于 2019-12-03 02:45:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I need to create a desktop CAD application which essentially should have a nice modern GUI. I am thinking of creating a WPF application so that I can have a rich user interface. Could some one suggest me a well designed desktop application GUI framework in WPF, please? I found some cool GUI in this video http://channel9.msdn.com/posts/Psychlist1972/Pete-at-PDC09-WPF-3d-Awesomeness-with-Tor-and-Robby/ but not sure of the controls they used in their application. Does any one have an idea which controls did they use there? Is there any property

vim colorschemes not changing background color

匿名 (未验证) 提交于 2019-12-03 02:44:02
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I try to apply various color schemes in vim that I have seen on the net. Whatever scheme I choose, the background remains white, even though screenshots of the applied scheme shows that the background should be colored. In some schemes, some of the background change color, but space right of lines containing text still remains white. I'm using Vim 7.2 on a mac. I have just started messing with non-gui applications, so everything should be pretty much as it was out of the box.. Does the overall settings for the terminal window have something