Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. User Interface - Advice Required

User Interface - Advice Required

Scheduled Pinned Locked Moved C / C++ / MFC
c++designbusinesstoolshelp
6 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    Imtiaz Murtaza
    wrote on last edited by
    #1

    Dear friends, I developed an application in Visual C++. The application is completed and successfully deployed. Clients are satisfied as all their requirements are fulfilled. In our application, there is a feature of 'scripting' i.e Users can enter their formula using VBScript, and then our application loads the script dynamically and executes it. Now the problem is that users are having problem while manually entering formula. Users don't know how to code in VBScript. Ofcourse, VBScript is easy for all of us; but not for the general public. Now you can say that we should hardcode all the formulas..no..this is not possible. Users define their own conditions using the formulas, ard there can be thousands of conditions..and..thats why we provided them scripting support. We want to make the process of formula creation, somewhat user friendly. And i want your suggestions in this regard. If you know any such application that provides userinterface for entering formula, then please tell me about it, so that i can take impression from it. And please give your advices in this regard. Thanks a lot. Imtiaz

    M T P T H 5 Replies Last reply
    0
    • I Imtiaz Murtaza

      Dear friends, I developed an application in Visual C++. The application is completed and successfully deployed. Clients are satisfied as all their requirements are fulfilled. In our application, there is a feature of 'scripting' i.e Users can enter their formula using VBScript, and then our application loads the script dynamically and executes it. Now the problem is that users are having problem while manually entering formula. Users don't know how to code in VBScript. Ofcourse, VBScript is easy for all of us; but not for the general public. Now you can say that we should hardcode all the formulas..no..this is not possible. Users define their own conditions using the formulas, ard there can be thousands of conditions..and..thats why we provided them scripting support. We want to make the process of formula creation, somewhat user friendly. And i want your suggestions in this regard. If you know any such application that provides userinterface for entering formula, then please tell me about it, so that i can take impression from it. And please give your advices in this regard. Thanks a lot. Imtiaz

      M Offline
      M Offline
      Maximilien
      wrote on last edited by
      #2

      what do you mean by "general public" ? as soon as there's an option for the user to enter new commands ( in you case, formulas ), it is a feature for power users; meaning that the user who need to enter such data will need to work a bit on their side to learn the scripting language, especially if it was part of the requirements. Also, if this feature is really important, then, you can't underestimate the need to ship documentation for the scripting language, with as many example and sample you can offer.


      Maximilien Lincourt Your Head A Splode - Strong Bad

      1 Reply Last reply
      0
      • I Imtiaz Murtaza

        Dear friends, I developed an application in Visual C++. The application is completed and successfully deployed. Clients are satisfied as all their requirements are fulfilled. In our application, there is a feature of 'scripting' i.e Users can enter their formula using VBScript, and then our application loads the script dynamically and executes it. Now the problem is that users are having problem while manually entering formula. Users don't know how to code in VBScript. Ofcourse, VBScript is easy for all of us; but not for the general public. Now you can say that we should hardcode all the formulas..no..this is not possible. Users define their own conditions using the formulas, ard there can be thousands of conditions..and..thats why we provided them scripting support. We want to make the process of formula creation, somewhat user friendly. And i want your suggestions in this regard. If you know any such application that provides userinterface for entering formula, then please tell me about it, so that i can take impression from it. And please give your advices in this regard. Thanks a lot. Imtiaz

        T Offline
        T Offline
        toddbrooks
        wrote on last edited by
        #3

        Why not create a form or dialog or even a wizard that walks the user through creating a formula with drop downs, checkboxes, ie. standard UI controls and create the script behind the scenes? That allows your users to create custom formulas and at the same time, prevents them from having to learn a scripting language.

        1 Reply Last reply
        0
        • I Imtiaz Murtaza

          Dear friends, I developed an application in Visual C++. The application is completed and successfully deployed. Clients are satisfied as all their requirements are fulfilled. In our application, there is a feature of 'scripting' i.e Users can enter their formula using VBScript, and then our application loads the script dynamically and executes it. Now the problem is that users are having problem while manually entering formula. Users don't know how to code in VBScript. Ofcourse, VBScript is easy for all of us; but not for the general public. Now you can say that we should hardcode all the formulas..no..this is not possible. Users define their own conditions using the formulas, ard there can be thousands of conditions..and..thats why we provided them scripting support. We want to make the process of formula creation, somewhat user friendly. And i want your suggestions in this regard. If you know any such application that provides userinterface for entering formula, then please tell me about it, so that i can take impression from it. And please give your advices in this regard. Thanks a lot. Imtiaz

          P Offline
          P Offline
          peterchen
          wrote on last edited by
          #4

          Why not provide a "tutorial by example" first? Much more powerful than a wizard


          we are here to help each other get through this thing, whatever it is Vonnegut jr.
          boost your code || Fold With Us! || sighist | doxygen

          1 Reply Last reply
          0
          • I Imtiaz Murtaza

            Dear friends, I developed an application in Visual C++. The application is completed and successfully deployed. Clients are satisfied as all their requirements are fulfilled. In our application, there is a feature of 'scripting' i.e Users can enter their formula using VBScript, and then our application loads the script dynamically and executes it. Now the problem is that users are having problem while manually entering formula. Users don't know how to code in VBScript. Ofcourse, VBScript is easy for all of us; but not for the general public. Now you can say that we should hardcode all the formulas..no..this is not possible. Users define their own conditions using the formulas, ard there can be thousands of conditions..and..thats why we provided them scripting support. We want to make the process of formula creation, somewhat user friendly. And i want your suggestions in this regard. If you know any such application that provides userinterface for entering formula, then please tell me about it, so that i can take impression from it. And please give your advices in this regard. Thanks a lot. Imtiaz

            T Offline
            T Offline
            Tareq Ahmed Siraj
            wrote on last edited by
            #5

            Well, its almost the same as Truistic said ... i saw something like this in the Wise Installation Studio scripting (yours may be a lot simpler than that ... ) editor. goto wise.com and download the trial version of wise installation system 9 (if you own a copy... its even better) and see how their scripting editor operates... maybe this will give you some idea on what your clients would like to have. - tareq

            1 Reply Last reply
            0
            • I Imtiaz Murtaza

              Dear friends, I developed an application in Visual C++. The application is completed and successfully deployed. Clients are satisfied as all their requirements are fulfilled. In our application, there is a feature of 'scripting' i.e Users can enter their formula using VBScript, and then our application loads the script dynamically and executes it. Now the problem is that users are having problem while manually entering formula. Users don't know how to code in VBScript. Ofcourse, VBScript is easy for all of us; but not for the general public. Now you can say that we should hardcode all the formulas..no..this is not possible. Users define their own conditions using the formulas, ard there can be thousands of conditions..and..thats why we provided them scripting support. We want to make the process of formula creation, somewhat user friendly. And i want your suggestions in this regard. If you know any such application that provides userinterface for entering formula, then please tell me about it, so that i can take impression from it. And please give your advices in this regard. Thanks a lot. Imtiaz

              H Offline
              H Offline
              Henry miller
              wrote on last edited by
              #6

              If the most of the formulas are variations on a theme you can provide them in a simple torturial. Provide the best documentation you can. Direct it at programers. Tell customers that programers can be hired to write these scripts. Perhaps even have a list of those willing to do the work. For many customers the correct action is to have a standard contract rate to write them for the customers. Make sure you are fairly expensive, because you provide the highest quality results. That is you don't ask them for the math to translate into their program, you spend time finding out their needs in detail, to make sure it is the right thing for them.

              1 Reply Last reply
              0
              Reply
              • Reply as topic
              Log in to reply
              • Oldest to Newest
              • Newest to Oldest
              • Most Votes


              • Login

              • Don't have an account? Register

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • World
              • Users
              • Groups