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
  1. Home
  2. Product Lifecycle
  3. Collaboration / Beta Testing
  4. Code Project Project (CPP) [UPDATED 5/31]

Code Project Project (CPP) [UPDATED 5/31]

Scheduled Pinned Locked Moved Collaboration / Beta Testing
c++combeta-testingtoolsquestion
306 Posts 79 Posters 982 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.
  • B Brian Delahunty

    Navin wrote: I have now lost all respect for you. You shouldn't.. It's looks very very good :-D Regards, Brian Dela :-)

    P Offline
    P Offline
    Paul Watson
    wrote on last edited by
    #297

    Brian Delahunty wrote: It's looks very very good :-O ta Brian.

    Paul Watson
    Bluegrass
    Cape Town, South Africa

    Chris Losinger wrote: i hate needles so much i can't even imagine allowing one near The Little Programmer

    1 Reply Last reply
    0
    • M Marc Clifton

      Rocky Moore wrote: Common Control Library - Have a set of controls that have the exact same interfaces for both Web or WinForm. Ths code inside the presentation layer would be the same for both. Controls would give the same appearence but maybe with a setting on a control to determine if a lighter weight version of the control should be used (less graphics and control if bound by bandwidth) but still remain transparently identical to the calling code. I have a couple articles on that: http://www.codeproject.com/cs/miscctrl/DynamicForms.asp[^] http://www.codeproject.com/cs/miscctrl/DynFormPartII.asp[^] Want to work with me on developing them further (after a redesign of the initial concept, I should think!) Rocky Moore wrote: Builds the WinForm window or web page based on XML configuration data either embedded or in a file. I'm almost finished with the next article in the AAL series that uses XML for GUI generation. The last one, http://www.codeproject.com/cs/menu/AAL-4.asp[^] uses XML to generate menus (I'll need to send you a better version of the source if you're interested in this). Rocky Moore wrote: the .NET internal buggy databinding Buggy how? I've dabbled with it a bit with the XML Data Editor I put together. Seemed fine, except what pisses me off is that you have to press the Tab key for it to recognize that a field changed in value. Probably can be fixed, but I didn't bother looking. Rocky Moore wrote: Oh yeah, I forgot, for those that have never done web work, it would allow them to build a WinForm app, make a few adjustments and have a web application running! Exactly. The worst thing though is the state stuff. Have to figure that part out. Anyways, want to work together on your idea? Marc Help! I'm an AI running around in someone's f*cked up universe simulator.
      Sensitivity and ethnic diversity means celebrating

      R Offline
      R Offline
      Rocky Moore
      wrote on last edited by
      #298

      Marc Clifton wrote: Buggy how? I've dabbled with it a bit with the XML Data Editor I put together. Seemed fine, except what pisses me off is that you have to press the Tab key for it to recognize that a field changed in value. Probably can be fixed, but I didn't bother looking. There are several things that cause problems. Once of them is when working with tab pages. Another once that is more of a hassle than a bug, when using multiple comboboxes with that may select key values and changing one changes the others. The one that bit me the most is the rebinding needed if you should use different datasets. You can to clear and merge your sets to maintain the binding. There were others but those are the ones still fresh in the old memory ;) Marc Clifton wrote: I have a couple articles on that: .... Want to work with me on developing them further (after a redesign of the initial concept, I should think!) I missed those. Now I have more reading to do ;) Browsing over them though, it appears we are in the same ballpark. I did not see how you use the controls yet (still have to look through them). I would think it would be easier to use custom built controls that all share the same common interfaces regardless of web or WinForm. Yeah know, kind of like splitting the presentation layer away from the core of the control and have it implement the actual IO dependant on platform. There may not be enough in common though to justify it. As an example, if you have to add a custom column to a grid control, your code for the display has to be completely different. It may be hard, but imagine if the code you wrote for a window was actually the same code as you would write for the web page (at least the code behind). Same events, same contols interfaces, same databinding. It really just pushes the "presentation layer" down lower into the controls themselves. I may be way out there though, I have not spent enough time examining what is actually possible. Marc Clifton wrote: Exactly. The worst thing though is the state stuff. Have to figure that part out. Anyways, want to work together on your idea? State is a problem in many ways ;) Actually, it doesn't sound like just my idea, seems the goal is in both camps ;) Would be interesting! Rocky Moore <><

      1 Reply Last reply
      0
      • J Jason Henderson

        empty

        Jason Henderson

        My articles

        "The best argument against democracy is a five-minute conversation with the average voter." - Winston Churchill

        T Offline
        T Offline
        Terry Denham
        wrote on last edited by
        #299

        Count me in.

        1 Reply Last reply
        0
        • C Chris Richardson

          LOL, I knew I should have taken the red pill. Er, was it the blue one? Hmmm :) Chris Richardson
          Terrain Software

          V Offline
          V Offline
          Vikram A Punathambekar
          wrote on last edited by
          #300

          :laugh:
          Vikram. ----------------------------- My site due for a massive update. "it is in your best interest to begin a serious study of classic Visual Basic. Nothing will help you in achieving your goals so well as mastering this wonderful language and it's design philosophies." - Shog9 "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.

          1 Reply Last reply
          0
          • J Jason Henderson

            empty

            Jason Henderson

            My articles

            "The best argument against democracy is a five-minute conversation with the average voter." - Winston Churchill

            V Offline
            V Offline
            Vikram A Punathambekar
            wrote on last edited by
            #301

            Sure, I'll help. Depends on what I'll have to do, tho :-O . Regards,
            Vikram. ----------------------------- My site due for a massive update. "it is in your best interest to begin a serious study of classic Visual Basic. Nothing will help you in achieving your goals so well as mastering this wonderful language and it's design philosophies." - Shog9 "Do not give redundant error messages again and again." - A classmate of mine, while giving a class talk on error detection in compiler design.

            1 Reply Last reply
            0
            • J Jason Henderson

              empty

              Jason Henderson

              My articles

              "The best argument against democracy is a five-minute conversation with the average voter." - Winston Churchill

              C Offline
              C Offline
              CJOakwood
              wrote on last edited by
              #302

              If it's C#, I'm in.

              1 Reply Last reply
              0
              • J JoeSox

                Colin Davies wrote: Consider the differnece in how you talk to a young child, and to your boss. what you are talking about is context[^] and is developed in, my current opinion, is Intuition. See my representational graph of my current thinking[^]? :-D Later,
                JoeSox
                www.humanaiproject.org "Reality is merely an illusion, albeit a very persistent one." -Albert Einstein (INTP)

                C Offline
                C Offline
                ColinDavies
                wrote on last edited by
                #303

                JoeSox wrote: See my representational graph of my current thinking[^]? Maybe it's just the way my mind works but I find it easier to understand via cycles of process controls, rather than via representations. My belief is that the context generated is an output of the AI's state. Your "Is emotion created decision" seems to have the same process for both "neutral" and "no". Also wouldn't a direct link from "common sense" to "outputs" have a benefit. And The "Nat Lang Proc" arrow go bidiretionally to "Thinking Logic" ?? In a few days I'll post a description of my "current thinking" about crating a AI form. Every where you go thre are totally different philosophies on what AI is or how it should be implimented. Regardz Colin J Davies

                *** WARNING *
                This could be addictive
                **The minion's version of "Catch :bob: "

                It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

                J 1 Reply Last reply
                0
                • C ColinDavies

                  JoeSox wrote: See my representational graph of my current thinking[^]? Maybe it's just the way my mind works but I find it easier to understand via cycles of process controls, rather than via representations. My belief is that the context generated is an output of the AI's state. Your "Is emotion created decision" seems to have the same process for both "neutral" and "no". Also wouldn't a direct link from "common sense" to "outputs" have a benefit. And The "Nat Lang Proc" arrow go bidiretionally to "Thinking Logic" ?? In a few days I'll post a description of my "current thinking" about crating a AI form. Every where you go thre are totally different philosophies on what AI is or how it should be implimented. Regardz Colin J Davies

                  *** WARNING *
                  This could be addictive
                  **The minion's version of "Catch :bob: "

                  It's a real shame that people as stupid as you can work out how to use a computer. said by Christian Graus in the Soapbox

                  J Offline
                  J Offline
                  JoeSox
                  wrote on last edited by
                  #304

                  Colin Davies wrote: Your "Is emotion created decision" seems to have the same process for both "neutral" and "no". I quickly threw that in there because research from the brain, if I remember correctly (I forgot to write down the reference on that one) says emotion is produced from perception, I think it is also produced by judgment, I have done so much reading I need to find my notes. anyway feel free do down load my incomplete VC++ 6 demo http://savemall.net/downloads/carl.zip[^] I am not a professional coder so the code is not perfect. It doesn't actually do anything now but read the comments in the code. I plan on adding three more editboxes to the dialog, Carls innerworld, carl's outerworld, and one to display administrator messages. Later,
                  JoeSox
                  www.humanaiproject.org "Dream as if you'll live forever; live as if you'll die tomorrow." - James Dean(ISTP)

                  1 Reply Last reply
                  0
                  • J Jason Henderson

                    empty

                    Jason Henderson

                    My articles

                    "The best argument against democracy is a five-minute conversation with the average voter." - Winston Churchill

                    J Offline
                    J Offline
                    jeff_martin
                    wrote on last edited by
                    #305

                    count me in

                    1 Reply Last reply
                    0
                    • J Jason Henderson

                      empty

                      Jason Henderson

                      My articles

                      "The best argument against democracy is a five-minute conversation with the average voter." - Winston Churchill

                      E Offline
                      E Offline
                      Erick Sgarbi
                      wrote on last edited by
                      #306

                      Me too!;P

                      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