Skip to content
  • 0 Votes
    2 Posts
    5 Views
    R
    Unfortunately CodeProject appears to be in rhe process of shutting down. All the staff who used to fix things and answer queries in this forum have left. Those of us who have been members for years are only able to guess what is hapening, as there has been no official word on the abandonment by the owners.
  • Remembering the state of a property.

    C# question design
    1
    0 Votes
    1 Posts
    18 Views
    No one has replied
  • C++ is a funny language

    The Lounge design csharp c++ com graphics
    2
    0 Votes
    2 Posts
    19 Views
    A
    I know what you mean; it's certainly not a handholding language. I don't profess to know any where near enough about template metaprogramming to be able to coerce it do do some of the things I might like. Definitely a language for grown up programming.
  • Second time's a charm =(

    The Lounge graphics design com iot tutorial
    3
    0 Votes
    3 Posts
    8 Views
    H
    Phil J Pearson wrote: Also, it never seems to take so long or be such hard work the second time. You are so right about that! I just finished retooling and testing. It's all using my new span API. Normally, I am very gifted at designing by the seat of my pants (while coding). For example my graphics library lasted years without a significant breaking change, especially to the design. I added a ton of features in that time. It's a combination of almost 4 decades of coding + some latent ability. But maybe that's why I get frustrated with myself when I miss the mark. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    10 Posts
    0 Views
    R
    I'm part of a project that is replacing an oracle forms app with a web-based solution (javascript using React). We have the "keyboard-centric" UI requirement that you described. We have some interesting auto-completes - In a date field, if the user types an integer from 1-last day of month, and hits Tab, the date is automatically completed to include the current month and year. - On floating point numeric fields, if the user types a period on an empty field, a "0" is automatically pre-pended - We have LOV (list of values) field that allows the user to press F9 to get the list displayed where he can then select one of the values and press return. If he types a value that isn't in the list, and presses Tab, the list of values is displayed with the nearest matching value pre-selected. Curiously, we don't have hot-keys for button presses. I brought it up, citing the keep-them-on-the-keyboard paradigm, but was unceremoniously shot down. I don't make UI suggestions any more. ".45 ACP - because shooting twice is just silly" - JSOP, 2010 ----- You can never have too much ammo - unless you're swimming, or on fire. - JSOP, 2010 ----- When you pry the gun from my cold dead hands, be careful - the barrel will be very hot. - JSOP, 2013
  • You can't have sh*t in Redmond anymore!

    The Lounge design com graphics iot question
    10
    0 Votes
    10 Posts
    4 Views
    H
    I couldn't find the option to actually disable it in my bios settings. And yeah, I tried advanced mode. It lets me reorder them, and even SMART scan them, but disabling is apparently a league too far. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    9 Posts
    0 Views
    J
    'Dave's not here man.'[^] "the debugger doesn't tell me anything because this code compiles just fine" - random QA comment "Facebook is where you tell lies to your friends. Twitter is where you tell the truth to strangers." - chriselst "I don't drink any more... then again, I don't drink any less." - Mike Mullikins uncle
  • Please help make UI design decision

    The Lounge design csharp winforms help question
    15
    0 Votes
    15 Posts
    1 Views
    R
    I would disable the tab and display an informational icon with a tooltip that explains why the option isn't available, and hide the icon when the tab is enabled.  #DontLeaveYourUsersGuessing :) /ravi My new year resolution: 2048 x 1536 Home | Articles | My .NET bits | Freeware ravib(at)ravib(dot)com
  • Big Coding Challenge

    The Lounge design question
    10
    0 Votes
    10 Posts
    3 Views
    S
    Richard Andrew x64 wrote: So I must implement a UI for creating and editing rules in my new ad blocker application. I imagine it being like the rules editor in Outlook, if you're familiar with that one. You're able to manipulate events, actions and conditions in a generic way to build complete rules that determine what Outlook does with your mail. A while back, I was studying AI, and stumbled across Baysian Theory - Google Search[^]. From what I understand, Bayesian Theory is the primary means by which spam email is identified and filtered out from legit email. I know that both Google's Gmail and Microsoft's Outlook use Bayesian Theory. Based on what emails I see in my inbox versus the spam folder, I'm convinced that it works very well. You can use both rules, and Bayesian Theory together to get the best results. Richard Andrew x64 wrote: I've been thinking a lot about design, and I must conclude that this will be fairly challenging for me. It's the most complex UI that I've had to build to this point. My knowledge of Baseyain Theory is quite limited, but I get the feeling that implementing it into your system will be more complex than designing the complex UI that you're speaking of. I wish you the best of luck in this challenge. Keep me posted on how things go, as this subject matter is of interest to me as well. :thumbsup:
  • Well this is better than I expected:

    The Lounge design css asp-net com graphics
    4
    0 Votes
    4 Posts
    1 Views
    J
    I agree. Honey is a Honey. "A little time, a little trouble, your better day" Badfinger
  • Success! Man, this was rough

    The Lounge design com graphics iot data-structures
    3
    0 Votes
    3 Posts
    0 Views
    H
    Thank you! Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • 0 Votes
    8 Posts
    1 Views
    H
    Nah. To make it any good it needs access to the type information the compiler has built up. It can be a separate pass like C++ does to make it work, but it needs to be integrated into the compiler to do things like typed arguments and specialization. Check out my IoT graphics library here: https://honeythecodewitch.com/gfx And my IoT UI/User Experience library here: https://honeythecodewitch.com/uix
  • CodeProject email addresses appear to be down

    The Lounge design com graphics iot
    10
    0 Votes
    10 Posts
    1 Views
    C
    well $hit. I certainly respect the right for Chris to do his business, I just hope he took care of his cohorts. If he has sold, new company please email me. I'd be interested in helping. Charlie Gilley “Microsoft is the virus..." "the problem with socialism is that eventually you run out of other people's money"
  • CodeProject mail addresses seem down

    The Insider News design com graphics iot
    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    1 Posts
    10 Views
    No one has replied
  • 0 Votes
    15 Posts
    1 Views
    P
    megaadam wrote: I was unaware that PS7 is easy to get. Want a copy? :-D I don't know where/how it might be available online these days. I bought my copy in 2003 -- from an online "OEM" seller.
  • 0 Votes
    3 Posts
    0 Views
    C
    I would call it: "MY OWN reference implementation". :-D "In testa che avete, Signor di Ceprano?" -- Rigoletto
  • The pizza fixed it.

    The Lounge graphics design com iot algorithms
    3
    0 Votes
    3 Posts
    0 Views
    G
    honey the codewitch wrote: My compiler and me are friends today You just had to go and say something, didn't you? :laugh: Software Zen: delete this;
  • Hacking my way through

    The Lounge graphics help design wpf wcf
    7
    0 Votes
    7 Posts
    0 Views
    Greg UtasG
    Nah. Your streams of consciousness are usually interesting. :-D But a duck interacts with you, so you wouldn't have to anticipate all the details that you must first explain! Robust Services Core | Software Techniques for Lemmings | Articles The fox knows many things, but the hedgehog knows one big thing.
  • 0 Votes
    4 Posts
    1 Views
    K
    [Conan The Barbarian: What is best in life...? - YouTube](https://www.youtube.com/watch?v=\_XUu3\_pLPUE) "A little song, a little dance, a little seltzer down your pants" Chuckles the clown