Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16

Thread: frontend developers - forms and menues

  1. #11
    Constant Bitrate
    Join Date
    Mar 2005
    Location
    Wiesbaden/Germany
    Posts
    214
    Quote Originally Posted by Mcnovy View Post
    Hey.


    im making my own front end, but i have a Q. for other developers of front-end.

    the way im about to do it, is (by the way its C#) i got a form, and in that form, i use usercontrols to be used as menu's.

    how do others do it..

    ex code, og just explanations would be great.. thanks
    If you really need your own frontend:

    VB.Net Plugin with new concepts
    (this is also running standalone because it is not using CF's skinning engine)

  2. #12
    Variable Bitrate
    Join Date
    Apr 2006
    Location
    Dallas, Texas
    Posts
    264
    Looks like Street Deck is about to become the better solution of addin development.

    http://www.mp3car.com/wiki/index.php...for_StreetDeck

  3. #13
    Newbie
    Join Date
    Jan 2007
    Posts
    38
    I like the idea of using DirectX, especially for the alpha blending capabilities. Does anyone have links to projects that do it this way?

  4. #14
    Low Bitrate farolfo's Avatar
    Join Date
    Apr 2004
    Posts
    69
    Plastico HT on www.sf.net have a complete set of usercontrol like menu, common dialog and other features, it's open source and it is made in vb6

  5. #15
    Low Bitrate Mcnovy's Avatar
    Join Date
    Feb 2005
    Location
    Denmark
    Posts
    89
    Quote Originally Posted by sama View Post
    a simple way would be to work on an image, and have a file that defines clickable areas. To begin with, you can have one image. then you can start adding images that are hidden, and the button you press, reveals that part of the hidden image and so giving the illusion of animation.

    this would be a much better way than to use a form. however, for rapid develipment (and you can worry about skinning later) you can use a form, but make sure you dont' embedd too much into the actual buttons, and just have the buttons calls methods. in that way, when you do implement the code for a skin, you can point the click-over to the method.

    hope that helps

    Why not go a step further and have an XML file that defines each object, the properties (aka images) of the object and the method to be called from being "clicked" on or any other event. This way the screen becomes totally customizable and you can work on the background processing instead of focusing on the interface.

    is XML the way other front end developers are making their skinning options..?

    and, do anyone have some links on how to's..?
    thanks..:!

    appreciate all help I can get.!


    do not wish to use either CF or SD, would like to create my own (one reason is to make myself a better programmer)
    Sorry for the english

    CarPC Specs.

    Via Epia MII 12000 \\ 512 Mb Ram \\ 200 GB Western Digital \\ PCmcia asus wi-fi
    Xenarc 7" Touchscreen \\ Usb Bluetooth \\ Carnetix P-1280

  6. #16
    Low Bitrate Thelgord's Avatar
    Join Date
    Jan 2007
    Location
    Wahiawa, HI
    Posts
    67
    If you google it, you will find it. There are many free libraries that speed up development of skinable apps.


    CarPuter
    ----------------------------
    Planning....[||||||||||]60%
    Parts.......[||||||||||]20%
    Construction[||||||||||]0%
    Software....[||||||||||]0%


Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •