Wht I'm up to.

Not about OpenMW? Just about Morrowind in general? Have some random babble? Kindly direct it here.
Post Reply
User avatar
Star-Demon
Posts: 73
Joined: 11 Aug 2011, 03:17
Location: New York
Contact:

Wht I'm up to.

Post by Star-Demon »

Image

Learning windows forms through MSVC.
User avatar
pvdk
Posts: 528
Joined: 12 Aug 2011, 16:34

Re: Wht I'm up to.

Post by pvdk »

Nice, but consider learning Qt. Then we can actually use your code for OpenMW's editor.
User avatar
Star-Demon
Posts: 73
Joined: 11 Aug 2011, 03:17
Location: New York
Contact:

Re: Wht I'm up to.

Post by Star-Demon »

I got a lot more to work. I figured out data grids and context menus, as well as opening and closing forms.

As for QT - probably a good idea. I remember there being handy tools when I used OpenSuse - any advice for getting started?
User avatar
pvdk
Posts: 528
Joined: 12 Aug 2011, 16:34

Re: Wht I'm up to.

Post by pvdk »

I think you will find creating stuff like that a breeze compared to WinForms.
There are several good books available for Qt programming and the online documentation is nothing short of perfect. When you're used to MSDN you will certainly like it.

Good places to start:
How to learn Qt
Getting started with Qt
Examples of Qt code

Happy coding!

PS: The launcher is written in Qt too, you can check it out on my GitHub
User avatar
Star-Demon
Posts: 73
Joined: 11 Aug 2011, 03:17
Location: New York
Contact:

Re: Wht I'm up to.

Post by Star-Demon »

I notice the SDK comes with an IDE - I'm downloading and will install tonight. Very busy day. Very tired.
User avatar
Star-Demon
Posts: 73
Joined: 11 Aug 2011, 03:17
Location: New York
Contact:

Re: Wht I'm up to.

Post by Star-Demon »

Here: I'm learning it.

Image

Need more widgets....
User avatar
Star-Demon
Posts: 73
Joined: 11 Aug 2011, 03:17
Location: New York
Contact:

Re: Wht I'm up to.

Post by Star-Demon »

http://www.youtube.com/watch?v=nz4C2haBPCI

Progress! I can now open forms - although I have to be careful or else I might mismanage data down the line.

Right now I'm just spending time making forms and hooking everything up.
Post Reply