Skip to content
  • Hacking my way through

    The Lounge graphics help design wpf wcf
    7
    0 Votes
    7 Posts
    9 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
    1 Posts
    97 Views
    No one has replied
  • 0 Votes
    1 Posts
    2 Views
    No one has replied
  • 0 Votes
    1 Posts
    1 Views
    No one has replied
  • My sins return to haunt me

    The Lounge csharp wpf
    28
    0 Votes
    28 Posts
    100 Views
    realJSOPR
    I despise K&R bracing. I have ALWAYS used Allman (for the last 45 years), and at work, we're using K&R (apparently the go-to bracing used in javashit). I hate it. It's unnatural. Curious note: I never knew the bracing styles had names. I always referred to them as "the way I do it", and "not the way I do it". ".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
  • App WPF

    WPF csharp question visual-studio wpf help
    2
    0 Votes
    2 Posts
    69 Views
    Richard DeemingR
    Nelson1965 wrote: I would like the windows I open not to appear in the Task Manager The dream of malware authors everywhere! No, you can't hide your application from the task manager. At least not without writing and installing a "rootkit", which will get your application banned with extreme prejudice. Nelson1965 wrote: when I log out to turn off the computer it tells me that there are open windows You don't need to hide your application from the task manager to avoid that. Any normal application will shut down when the user logs out. If you need to do something special when that happens, subscribe to the Application.SessionEnding event[^]. "These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer
  • 0 Votes
    1 Posts
    25 Views
    No one has replied
  • is this spam? chat

    Spam and Abuse Watch html wpf com question lounge
    1
    0 Votes
    1 Posts
    0 Views
    No one has replied
  • RenderTransform Compilation Error

    WPF wpf css database wcf help
    2
    0 Votes
    2 Posts
    53 Views
    realJSOPR
    Try changing the TargetProperty to just "Angle" instead of "RenderTransform.Angle" - no guarantees, but it might work. ".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
  • Optimization woes. I love/hate embedded

    The Lounge design performance c++ css wpf
    3
    0 Votes
    3 Posts
    0 Views
    honey the codewitchH
    I've considered preprocessing but many of these devices are connectible and you can't download SVGs if I don't support them. I don't know how big of a deal that is in practice, probably not much, but it would actually be a lot more work for me. I have codebases I'm pulling from, mainly a nanosvg port I completed for gfx 1.0, and plutosvg so I have quite a bit of the work more or less done, waiting to import and massage. If I switch to another format I have to redo all that code. TinyVG is interesting, and I'll keep it in my back pocket, until I hear that someone's actually using the format, as this is the first I've heard of it. One of the advantages of htcw_gfx is you don't need to preprocess most things. You can get your screens directly from your designers in SVG, PNG or whatever, and simply put them on the display. This saves time, especially when you have a lot of assets. It also makes the build process simpler since you're not doing any preprocessing of assets. So all that said, I like being able to support formats as they were intended, where possible. 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
    1 Posts
    0 Views
    No one has replied
  • I hate being hung up and indecisive.

    The Lounge graphics design wpf wcf com
    7
    0 Votes
    7 Posts
    2 Views
    C
    Okay, I concede that your requirements are a bit more than mine ever were. Charlie Gilley “They who can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety.” BF, 1759 Has never been more appropriate.
  • 0 Votes
    1 Posts
    0 Views
    No one has replied
  • 0 Votes
    4 Posts
    141 Views
    D
    @Preeti-Sarkar said in Android studio not showing all activity templates so need help: I am using windows 10. Android studio Koala latest release. Have used Hedgehog and Chipmunk versions. The Chipmunk version gave google maps and settings activity template. For Hedgehog these activity templates disappeared after 3 projects. Now when I have installed Koala it shows only 5 templates. I need the settings template but can't find it in koala and Hedgehog. Is it just me or everyone having this problem. And it its only at my end how do I get the template setting activity. Got stuck in my first new project I have tried uninstalling and reinstalling the Koala and Hedgehog versions but no change. Problem persists It’s not just you, newer Android Studio versions (Hedgehog/Koala) removed the settings template. You can copy it from an older Chipmunk project or create one manually with PreferenceFragmentCompat.
  • Just asking ... (see type )

    The Lounge wpf question
    12
    0 Votes
    12 Posts
    13 Views
    J
    trønderen wrote: that they know The Universal Truth And home repair. And cooking And skin care And work outs And just weird stuff about health care And pets And even the how to write code.
  • binding textblock to tabitem textblocks

    WPF wpf wcf tutorial question
    1
    0 Votes
    1 Posts
    24 Views
    No one has replied
  • [WPF] ComboBox with RichTextBox

    WPF wpf csharp regex architecture tutorial
    2
    0 Votes
    2 Posts
    53 Views
    M
    I have a flat text file of which here is an example line: sample 1 : {Image1} blah {image2} blah. sample 2 : blah {Image1} blah sample 3 : blah blah sample 4 : {Image1} blah (each line may be different) With Image1 and Image2 which represents the name of the image file in the Images of the project.
  • 0 Votes
    14 Posts
    262 Views
    T
    Interesting, and good to know. I'm way behind on modern CSS. There are no solutions, only trade-offs.    - Thomas Sowell A day can really slip by when you're deliberately avoiding what you're supposed to do.    - Calvin (Bill Watterson, Calvin & Hobbes)
  • 0 Votes
    1 Posts
    28 Views
    No one has replied
  • Log file advice?

    C# csharp wpf help question code-review
    8
    0 Votes
    8 Posts
    82 Views
    J
    Rob Philpott wrote: and been replaced by something more standardised and flexible, What exactly?