• Member Avatar for rproffitt
    rproffitt

    Began Watching Deleting a chat message

    In the programming chat I tried to delete a message containing someone's phone number. The Javascript action appears to delete it, but after a refresh the message is still there.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Coordinate System Oddity

    Looking around for example code to draw on the Windows screen rather than in the app. Hmm, interesting.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Coordinate System Oddity

    The tool you mentioned is reporting (according to what I'm seeing) the client coordinate because AUTOIT code may need that to say move the cursor to x,y in the app …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pc only boots when ram is reseated

    Try the solution at https://forums.tomsguide.com/threads/no-windows-no-uefi-just-a-black-screen-and-short-ticking-every-3-seconds.111128/ But at this age board, we try a few things then replace the board and whatever else is required if we have to change to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Coordinate System Oddity

    I'm sure there's a tutorial about Windows coordinate systems out there but from memory the client window is the area inside the borders you see in a non-maximized app. So …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Coordinate System Oddity

    I think it's explained by the following: "Au3Info allows you to get information from a specified window that can be used to effectively automate it." The tool appears to be …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is there an easy way to select all code in a code block?

    Which page? What editor? Daniweb hasn't implemented a "copy code" feature that you see elsewhere.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is there an easy way to select all code in a code block?

    What I've been doing is to click and drag to select code. Is there a hotkey that will select only the code? CTRL-A selects all text on the page.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in providing the TEXT to save at the Command line when calling the URL

    Is this the window.open issue on iOS and a lot of browsers?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching providing the TEXT to save at the Command line when calling the URL

    I like to know if its possible to create a web page and provide the TEXT that needs to be SAVED in some kinda file or Table to be provided …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Coordinate System Oddity

    Apps will have screen coords for the app placement and then the client area of said app. I see this mentioned widely but you can see it in one paragraph …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in sending email from a webpage

    Most likely answer: You can't rely on window.open because browsers may have different policies. Google prior discussions about this: https://www.google.com/search?client=opera&q=ios+window.open
  • Member Avatar for rproffitt
    rproffitt

    Began Watching sending email from a webpage

    I am trying to send an email from an HTML page using JS In windows the outlook opens up and the fields are populated , however when I click on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Pc only boots when ram is reseated

    The omission of all PC details means I'll stick with the usual fix which is a new motherboard. Example: https://forums.tomshardware.com/threads/my-pc-wont-start-until-i-remove-and-reinsert-my-ram-or-turn-off-psu-after-shutdown-then-turn-it-on.3141531/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Pc only boots when ram is reseated

    Hey, I am facing this problem from yesterday and I was just using my pc like normally and I plyggin my wifi adapter and speakers but suddenly a BSOD came …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows Coordinate System Oddity

    From memory this is the area you paint in. The coordinate of the app might be at 0.0 but the border might be 7 wide so there are absolute windows …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Windows Coordinate System Oddity

    This is yet another thing that everyone just accepts, but nobody can tell me why this decision was made. Everyone is familiar with the Windows screen coordinate system where x …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Problem with submitting new topics

    When I create a new topic and enter the mandatory tags, the tag dialog box sometimes overlays the "Continue to the Last Step" button leaving only the merest sliver of …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Please help with Python code

    To @Felonely. Code does what the code does and not always what we want. Unless we see your code along with you telling what it did and what you want, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Guess what, everyone? I'm Back!!

    Here's to a speedy recovery. COVID BA.4 and .5 have an R0 value of 18. Original COVID was about 3. You can see what's going on in the usual charts. …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Guess what, everyone? I'm Back!!

    I'm back!! After a month-long break, filled with family visits, getting married, and going on our honeymoon, I'm finally back! Family is still in town for another couple of weeks, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Please help with Python code

    All that but no indication of where you are stuck or if you wanted others to write this app for you. This sounds like homework so let's hear: 1. Where …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Please help with Python code

    I am new here. I passionately need the help of python gurus here to help solve this my statistics analytics problem. I want to write a python code that prompts …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Some Example Code

    Wait? What? https://en.wikipedia.org/wiki/Microsoft_Excel tells us this is Excel from 1992 or 30 years ago. I haven't seen that old a version of Excel in over 20 years and back then …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Some Example Code

    I am trying to rewrite Excel 4.0 macro in VB.NET by calling the DLL from VBA code in excel. Looking for an example that can detect the range of cells …
  • Member Avatar for rproffitt
    rproffitt

    Endorsed jwenting

  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in cannot read the txt file

    No mention of the compiler. For Visual C++ the text file has to be in a certain folder but without knowing which compiler you use and host OS I can't …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching cannot read the txt file

    hi guys, i dont know why when i run the code, its shows my txt is not found, here i attached the txt.file and the coding :) i just follow …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How do I attempt the assignment?

    Weird assignment. No bank I know would code this in C++ today. It would be some web server and backend systems. But hey who said what they teach you in …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How do I attempt the assignment?

    Hi, would anybody be king enough to assist me in completing this assignment? A local bank is attempting to digitize a few of its services and operations. In an effort …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in I need to learn how to code

    DOS you say? https://en.wikipedia.org/wiki/DOS reminds us this was prevalent during the 1990's but has not been seen by most in the last two decades. Maybe you meant something else or …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching I need to learn how to code

    I'd like to start learning how to program. I have limited skills in SQL and DOS. I need to learn how to code in a proprietary language that is similar …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Vandiun in Programme for converting infix to postfix (java)

    Update: I've found a solution from [Scaler](https://www.scaler.com/topics/infix-to-postfix-conversion/)
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in What are the main logical objects about the database?

    I have to ask why this would have to be known. For me all I care about in SQL is price for the system, performance and the platforms (hardware and …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching What are the main logical objects about the database?

    The logical objects of databases are generally the same, but there are some differences. Compared to openGause and Oracle, the logical structure and physical structure are not strictly distinguished.So, what …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm fitdesign09

    Wait, what? I show you're in Florida man!
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm fitdesign09

    I'm a content strategist and entrepreneur in London. Working at [Fit Design](https://www.fitdesignldn.com) agency. I enjoy driving and traveling around the World, and spending quality time with my family and friends.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Generate 75,000,000 + Random Numbers Fast

    Flip the equation. 2,500 soldiers have a 1 in 15K chance to fire per frame. or 2500 in 15000. To get to 15000 in 15000, that's 6 frames for a …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Generate 75,000,000 + Random Numbers Fast

    I'm making a game in Python, where two armies battle each other. The soldiers both spray arrows at each other. But for **each** soldier, there is a 1 in 15,000 …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in MongoDB ipv4/ipv6 hex index

    My thoughts: 1. Don't create another wheel. Use prior projects like https://github.com/ip2location/ipinfodb-php 2. Consider starting with NO initial values in the database. Add them if there is a query about …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching MongoDB ipv4/ipv6 hex index

    I am building a ipv4/ipv6 geo ip **MongoDB** database and i will have millions (100+) of ips Structure will of the database will be [ { _id: 58fdbf5c0ef8a50b4cdd9a8e , ip: …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Hi everyone, I'm abundancedrive

    Tony Robbins? Yep. You can keep him.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Hi everyone, I'm abundancedrive

    The abundance mindset is the set of assumptions, notions, and methods that are held by a person. It is the mental inclination and the collection of thoughts and beliefs. Moreover, …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to open a web page in the background after hiding the browser window i

    Thinking about this I would not use a typical browser. I would never be able to do this in C so I'm guessing you misspoke. Instead make the usual Windows …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Anyone here using JellyFin Media Server?

    I think we need transcoding for playing in a browser. Unlike VLC Player, browsers can't decode most videos. So is this all videos that fail to play?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Anyone here using JellyFin Media Server?

    From memory I've seen this when the "over the network" play transcodes on the fly but local playback leans on the local audio video decoders. BUT if you are using …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Anyone here using JellyFin Media Server?

    I agree. Easy to use is confused with "it just works." Guns are easy to use too!
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Anyone here using JellyFin Media Server?

    I've seen multiple write-ups and videos on how super-easy it is to install and configure JellyFin Media Server. My experience has been the opposite. It has a lot of really …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to open a web page in the background after hiding the browser window i

    Which OS? Which C compiler? Also, why do this since it's something a malevolent app might do. Even so, you left out too many details to start looking at possible …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to open a web page in the background after hiding the browser window i

    How to open a web page in the background after hiding the browser window in C language

The End.