Jump to content

argumentum

MVPs
  • Posts

    5,792
  • Joined

  • Last visited

  • Days Won

    197

argumentum last won the day on March 12

argumentum had the most liked content!

7 Followers

About argumentum

Profile Information

  • Member Title
    ✨Universalist ✨
  • Location
    I'm in your browser now =)
  • WWW
    https://www.youtube.com/watch?v=SjwX-zMRxO0&t=5s
  • Interests
    Relax

Recent Profile Visitors

14,695 profile views

argumentum's Achievements

  1. A user, any user: lets say @mLipok makes a script with this and everybody uses it because is great. Kudos Then someone else makes a script a year later but conflicts with the prior version(s), then what 🤔 Hence the request to have the ability of registering each version independently so that they can both ( or multiple ) versions work without disrupting each other. Maybe that is already there and I should study the script before making requests that already exist ? 😅
  2. My monitor is 5120x2160 and the Scale is 175% @ioa747, I've changed the example a bit to not have to compile the "mdMsgBox stub"
  3. 1) ..what if: @mLipok makes something very cool with a version of this and ships to users. @argumentum makes something very cool with another version of this and ships to users. Can 2 different versions coexist ? Can it be made to coexist ? 2) I'd like to make those UI. Is there a "Koda" to make them ? How would I go about it ? Thanks. All this is awesome
  4. It may sound silly and unneeded but I would add $STR_ENTIRESPLIT to make sure the the whole $sDelim is used.
  5. ...so, you are one of those "MVP" people I see in the forum 😛 Why don't you just change it ? Or is it better to make a trac entry ? /me is quite new
  6. ..the values should be at the center: === -3 3 === That way, even if the bar goes to ..infinite, you can read the values.
  7. ..that was Win10 but is not the issue. The issue is the width calculation I just adjust it by hand extending the column so, .. I cheated But the whole thing is the auto-width. ( that would depend on the font but haven't look at the code, just run the example. I've never seen that function. So thanks for sharing )
  8. This uses the CSS of the web site's help and Jon preferred to limit the width because he as a widescreen monitor and watches the browser in full screen. I prefer it without width but it don't look so neat in full screen. Now you are ok as long as the left margin is not so large. But it is just centered. Make a CSS you like and share it I'll use it in my test site, or you make one, and we ask Jon how he feels about it. P.S.: I suck at CSS, and anything with a color and/or a size 😒
  9. ..to width or not to width 🤷‍♂️
  10. ..am thinking of having the "alpha, as beta" 🤔 We don't have a newer beta than the currently stable, so the "beta mode" ( so to call it ) is free right now, and that way can compare the way it is with the ways is going to be. Also, I can have the rest of my scripts running without a complain of something been different if it was, and convenient because SciTE has the run beta, etc. beta. So yes, decompress to the beta folder ( that don't exist in my case ) and add the missing files that don't come in the alpha zip from stable/production and treat it as beta. - ..good thinking @argumentum - Thank you. P.S.: I should have a script doing all this but am just thinking out loud for now.
  11. ..looks Delphi like ( the coding language ). Where can I get the sprite utility to look at it and give it a try ?
  12. ..to be or not to be.. As the well read and organized coder that I am ( or aim to be ) I read the WiKi. Add button(s) with $idRun, and $idCancel to have $idCntrlName = ... Then I run the script and I get "error: $idCancel previously declared as a 'Const'." and I open the offending file and I read: ... Global Const $MB_SERVICE_NOTIFICATION = 0x00200000 ; The caller is a service notifying the user of an event. Global Const $MB_RIGHTJUSTIFIED = $MB_RIGHT ; Do not use, see $MB_RIGHT. Included for backwards compatibility. ; Indicates the button selected in the message box Global Const $IDTIMEOUT = -1 ; The message box timed out Global Const $IDOK = 1 ; OK button was selected Global Const $IDCANCEL = 2 ; Cancel button was selected ... ... I found it, "funny" ? 🤷‍♂️
×
×
  • Create New...