Thread: Going for a Graphical UI

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Aug 2007
    Posts
    85
    I'm toying with WX for a few hours, but I can't get a few widgets to work. the slider and scrollbar, for example - the compiler gives me "x is not declared" for any of their function i try to use (including getValue() which is really annoying), however, I see them in the popup menu with the class' members.

  2. #2
    Registered User MacNilly's Avatar
    Join Date
    Oct 2005
    Location
    CA, USA
    Posts
    466
    Most likey a problem with your code, not wxWidgets.

    Win32 API is as native as you can get so the code to even implement a simple window is extremely complex. Your best bet is probably what you are using, just keep experimenting.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Graphical debugger for Linux
    By abh!shek in forum C Programming
    Replies: 6
    Last Post: 05-30-2008, 06:13 PM
  2. Graphical Interface in C
    By dead-eternity in forum C Programming
    Replies: 7
    Last Post: 03-10-2005, 04:10 PM
  3. Graphical standards
    By Shakti in forum Tech Board
    Replies: 1
    Last Post: 08-27-2004, 11:32 AM
  4. Resource ICONs
    By gbaker in forum Windows Programming
    Replies: 4
    Last Post: 12-15-2003, 07:18 AM
  5. C UI
    By ober in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 02-18-2002, 11:40 AM