• Member Avatar for rproffitt
    rproffitt

    Replied To a Post in resistor

    Pictures? No code. But someone has it completed in a codepen ready for you to look over how they did it. http://codepen.io/AbhishekGhosh/pen/doqywd
  • Member Avatar for rproffitt
    rproffitt

    Began Watching resistor

    I've attached a picture of how I'm coding the given problem, but i'm certain i'm doing it wrong. could anyone please guide me how to go ona bout the problem? …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Yes /no click count

    Hi Bb, I can't guess why prior examples don't work for you. Try https://www.google.com/search?q=button+shows+click+count+javascript+example
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Yes /no click count

    Im trying to make two buttons a yes button and a no button and I want it to show how many time some one click on a button plz some …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Understanding where the Error is.

    @Violated. Line 4 shows nothing. If you post incomplete code, you risk incomplete answers.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in How to click a button in another application.

    While you are correct, many can't write the code to do that. Why not use AUTOIT scripts instead?
  • Member Avatar for rproffitt
    rproffitt

    Began Watching How to click a button in another application.

    I am using Excel with VBA 7.1. I am starting another application from VBA using the shell command. The application comes up OK. But now I need to click a …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Understanding where the Error is.

    Just asking, why line 3 here? Just remove and fix line 5.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Understanding where the Error is.

    I keep getting a sytax error but i can not find it. It does not highlight the area where it is at. I am still new to programming and need …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Is stuff easier to access?

    Nice revamp. But can you save us a click? That is, if I click on Read on the top bar and there are no results, the top bar is gone …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Is stuff easier to access?

    With the new navigation menu and search functionality, are you finding stuff easier to access?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about casting varchar to numeric then evaluating

    Step through your failed line of code. Echo/print/debug what those values are to see why it may fail.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Question about casting varchar to numeric then evaluating

    I am trying to cast/ convert varchar to a numeric value. I have done this succesfuly when I eval the lower range, however I get an error when I do …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in connecting kivy apps to a localhost server

    As I read from https://kivy.org/#home I found no reason why connecting a kivy app would be any different from any other app. As such to connect would be done just …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching connecting kivy apps to a localhost server

    hi, i have managed to several different kivy apps on and i want them to run on different pcs but using a central server which wont be hosted online but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in what compiler can i use in Android phone

    No programmer I know does this. But if you must, try ones found with https://www.google.com/search?q=compiler+that+runs+on+android+phone Android programmers tend to be on a PC with Android Studio. I can't imagine why …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching what compiler can i use in Android phone

    **what compiler can i use in Android phone ? Offline compiler ** - java
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in charges of a simple desktop Point of Sale

    As others noted, you may have reasons to do this but my view is you should pick an opensource project and contribute to it's development. Examples at https://sourceforge.net/directory/business-enterprise/financial/pointofsale/os:windows/
  • Member Avatar for rproffitt
    rproffitt

    Began Watching charges of a simple desktop Point of Sale

    Hello to all! I have an order of a simple desktop pos which i will develop in java. Actually i have to develop this pos for a person who is …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to Reverend Jim in Just fix it

    I'd brace myself if I were you.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Phone Support Scamming

    "**CAN YOU HEAR ME NOW!!!!!**" is a NEW SCAM. http://newyork.cbslocal.com/2017/01/30/can-you-hear-me-now-scam/ covers this one. Just hang up.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Connecting a N64 to my new Vizio TV

    That's not a nice link. I do read that the composite input is shared with the component inputs but this manual omitted how to change the input from component to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in mp3 CD, not in order

    I've read this complaint before and many MP3 CD players have no clue on order by tag or meta data. The most common fix is to prefix 01 to 99 …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching mp3 CD, not in order

    I have been downloading old kid's readio stories and trying to burn them onto mp3 CDs for my daughter. The problem is that when she plays the CDs on the …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in count display with Jacascript

    Just for you. Read and run http://www.w3schools.com/code/tryit.asp?filename=FCCZ4KEI353K Nope, never looped. You should fix that.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching count display with Jacascript

    Hello i want to do a count from 1 to 30 (1,2,3,4,5,6,7,8,9 etc) with javascript I did this var i = 1; if(i<=30) { i++; } '<span>#'+i+'</span>' all good but …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about support for older androids

    @Susan. If the browser has no name, dead end. I looked over http://caniuse.com/usage-table and will call it "Android Browser." http://caniuse.com/#comparison has "Android Browser" so now you can pick through your …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about support for older androids

    Here's a bit more about that default android browser. What is it? It's not like I can head to caniuse.com and check it out. What is that (horrible) thing?
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Question about support for older androids

    In short why I install Chrome on my older Android phone. The phone maker is never going to update it so Chrome it is.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Question about support for older androids

    I need a little advice. I am working on a webpage that includes tabbed panels that use hidden checkboxes to switch between panels and, for smaller devices, a collapsing menu …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to gentlemedia in Tight CSS

    > why not let a robot do this? http://codebeautify.org/css-beautify-minify for example and move on to the next thing. But you still have to copy/paste back & forth :) Setting this …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Tight CSS

    To me, this smacks of code style (wars?) Maybe folk continue to debate code style (well, yes they do) but why not let a robot do this? http://codebeautify.org/css-beautify-minify for example …
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Tight CSS

    I'm working tonight on tightening up the CSS (reducing the amount of whitespace, margins, padding, etc.). Back in the day, this was super important because people wanted to have to …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Unique IT thesis topic for 2011

    @Mark. Sure. Read from https://www.google.com/search?q=10+capstone+title
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Unique IT thesis topic for 2011

    Hi! We are a 4 member group for our thesis and we already have submitted 5 topic proposals yet nothing was accepted...and here are the topics: enrollment system, gadgets on …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in DaniWeb on Ubuntu Phone

    @Dani, only in respect to being lumped in to "other" when you read smart phone market shares.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Phone Support Scamming

    @Dani, it's a robot. It's noted at http://jollyrogertelephone.com/how-to-send-your-telemarketers-to-this-robot/ but the conference call method was too much work so I came up with a quick alternative. > Sorry but can you …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Phone Support Scamming

    I swear I'll tell them to call me back at 214 666 4321.
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Phone Support Scamming

    I got a call from recently from someone claiming to be a Dell tech rep. He said my laptop was reporting multiple errors. Realizing immediately that this was a scam …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Linker Fatal Error

    Answered years ago at https://www.daniweb.com/programming/software-development/threads/236961/linker-fatal-error
  • Member Avatar for rproffitt
    rproffitt

    Began Watching Linker Fatal Error

    i have just installed c builder and i was doing a simple program and when i set to run it is giving me this error: [Linker Fatal Error] Fatal: Could …
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to rubberman in Linker Fatal Error

    RTFM? The C Builder documentation should cover what you need to do for a new installation.
  • Member Avatar for rproffitt
    rproffitt

    Gave Reputation to rubberman in Linker Fatal Error

    RTFM? The C Builder documentation should cover what you need to do for a new installation.
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in DaniWeb on Ubuntu Phone

    @AndrisP It's great you were able to escape all this with another OS load. I have a few diehard Blackberry friends (well just one now) and they had a rough …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows10 Abruptly Failed to Start

    For the record, I have tried for a very long time to share what I run into but about half the time folk bristle at the notion of the cracked …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in Windows10 Abruptly Failed to Start

    Not only that I wrote about it. But the issue I'm seeing is some odd USB enumeration/driver issue. Fortunately it happened at the office so I got to see it …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in PrestaShop - Login programmatically

    Crossposting is going to get noticed. Anyhow my first thought would be asking if there's an API for this. Seems Dr. Google says there is. https://www.google.com/search?q=prestashop+api&ie=utf-8&oe=utf-8#q=prestashop+api+login
  • Member Avatar for rproffitt
    rproffitt

    Began Watching PrestaShop - Login programmatically

    I am writing a android and windows native app. The native app stores the login details as reated for mulitple other web apps, and logs them into this when browsing …
  • Member Avatar for rproffitt
    rproffitt

    Replied To a Post in C# Delete files from the directory even if being used by another process

    I'd use a search like this. https://www.google.com/search?q=c%23+delete+locked+file
  • Member Avatar for rproffitt
    rproffitt

    Began Watching C# Delete files from the directory even if being used by another process

    I am not expert. I am trying to delete the files from the directory at button click. I have windows application which have folders populated in combobox1 and files populated …

The End.