4,901 Posted Topics
Re: >whatever graphics system you choose is likely to be highly specific to your choice of platform Not necessarily. If they use [wxWidgets](https://www.wxwidgets.org/) for the graphics, the code should be easily ported to other platforms. | |
![]() | Re: If you have a specific question perhaps we can help but we are not going to do your research for you. |
Re: Can you please give more details? | |
Re: Can't offer any suggestions unless we see the code. | |
Re: >"I hope you will continue to pay attention to the news that we are about to overthrow the Biden regime." That pretty much fits the text book definition of sedition. | |
Re: Please keep in mind 1. This is an English-only forum. Please read the rules. (I translated your title to English) 1. There are already too many SEO threads on this forum. We don't need another. | |
The Quebec government recently proposed a tax on the unvaccinated. Their reasoning is that the Covid crisis is being exacerbated because so many people are refusing the vaccine. In Canada, health care is publicly funded so the extra costs associated with the flood of mostly unvaccinated people into hospitals must … | |
Re: That's not how this works. Show us what you have tried so far and we can help. For starters, try a specific case first - say a diamond of width five. That will require nine lines of output. Write the code to generate that without a loop (one line of … | |
Re: My older son is a bio-physicist and assures me of the safety (barring a rare allergic reaction) of mRNA vaccines, particularly for me because I cannot be given live vaccines. As someone who has the trifecta of risk factors (old, cancer, depressed immune system) I will likely qualify for the … | |
Re: You don't need to pause. VB applications are event driven. By nature, the application will do nothing until it has to react to an event. In this case the event is the button click. What type of processing are you trying to pause? | |
Re: 1. What are you wanting as the output from this script? 1. What does the input (bible.txt) look like? | |
| |
Happy New Year to all. I hope 2022 is much kinder to everyone than the last two years. I, for one will be spending the evening with family and killing many monks, knights, and ghouls (In Death Unchained on the Oculus is awesome). Oh yeah. We're also going to eat … | |
Re: Welcome. A good place to start is to read the [Daniweb Posting Rules](https://www.daniweb.com/welcome/rules) and [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question). | |
Re: I can't recommend a free tutorial. That is something you will have to google. I learned from a book (sorry, not free) that I highly recommend. It is **Beginning Python From Novice to Professional by Magnus Lie Hetland**. The third edition came out in 2018 and, although it is not … | |
![]() | Re: If the computer had Windows 10 on it previously and had been through the entire installation and activation process then there should be no need to enter a licence key again as that computer is already associated with the key on the Microsoft servers. If there is a problem then … |
Re: The people who brought you the [brave browser](https://search.brave.com/search?q=brave.com&source=web) now have their own [search engine](https://search.brave.com/) | |
![]() | Re: You have to see Dr. Strangelove. Peter Sellers goes to town playing three roles to perfection. And, of course, My favourite Kubrick film - A Clockwork Orange. It helps if you have read the original book. The film was based on the American release of the novel which omits the … |
Re: What have you tried so far? | |
Re: Welcome to Daniweb. Just curious as to why you tagged this post with `Python`. | |
Re: I'm more of a bungee-shopper. I get in, shop, then get out as quickly as possible. | |
Re: If nothing else has worked for you I suggest you download [AutoRuns](https://docs.microsoft.com/en-us/sysinternals/downloads/autoruns) which is part of the free Sysinternals suite of tools. Fire it up and uncheck everything that references Teams. | |
Re: My suggestion is to install the free version of Macrium and take a complete image of your C partition. Also create bootable recovery media (a small USB memory stick) using the tools from within Macrium. Then you can reformat and re-install Windows. If you find that you are missing any … | |
Re: Ditto for me, another dinosaur. Let me just add an analogy. Learning to play the piano well isn't just a matter of remembering which keys to press, and when. It's also learning a lot of technique and theory, and of course, practise, practise, practise. A gentle reminder - when you … | |
Re: Welcome to Daniweb. What type of writing do you do? | |
Re: I do not. From a security aspect, it has already shown to be vulnerable to hacking. From an environmental aspect, because of its vast energy requirements, it is an unmitigated disaster. Over the last 50 years I have seen many technologies touted as "the future of...". Almost all were nothing … | |
Re: Why are you asking for `n` then reading it into `i`? And why are you then just ignoring it in your loop control? | |
Re: Please post your code in this thread. When your link eventually goes dead this thread will not be helpful to anyone else. | |
Re: Easiest way is to add import wx.lib.mixins.inspection at the top and wx.lib.inspection.InspectionTool().Show() after self.Show() This will bring up an inspection window where you can examine all of your display items. I strongly recommend that you upgrade to Python 3.9.x and the latest wxPython. Don't pick the most recent Python as … | |
Re: Are you an absolutist, or a relativist? | |
Re: Show us what you have that doesn't work. | |
Re: Welcome. One of the many plusses of Daniweb is that we have many un-like people as well so you will get diverse opinions. We grow when we are challenged. | |
Re: If I could just chime in here, you might also consider type hints. As an example, here are two function declarations: def MyFunc(parm1, parm2, parm3): def MyFunc(parm1: int, parmn2: str, parm3: float) -> float: Ignore for the moment that I chose non-descriptive parameter names, the second form indicates the types … | |
Re: I suspect what you want to do is sort a **list** of brands. In that case you have to start with a list like brands = [] Then you can `.append` more brands to the list as entered. After you are done you can sort the list by brands.sort() This … | |
Re: Can't do much without seeing your code. | |
Re: Keep in mind that by remapping the arrow keys you will be over-riding their original functionality in all applications. It may be possible to test in AutoHotKey if the desktop (Explorer) has focus and restrict the new functionality so that other apps can still use the original behaviour. | |
Re: I find that if you just want to paint over without stripping/sanding, it is best to clean it thoroughly with TSP first otherwise the paint may just peel off. | |
Re: It is going to match `Narrator:` or `narrator:` because you are allowing the first letter to be either case. As for the `NARRATOR:` match, check to see if you have an `ignorecase` option that may be True by default. In Python you have to explicitly state IGNORECASE. This may not … | |
Re: You aren't following protocol. The way it worked when I was a lad was: - first you steal my lunch money - then you tell me to do your homework | |
I've had one for a couple of years. I like it because I only have to spend $25 a year to keep the phone minutes topped up (sometimes more if I use more minutes). It does what I want, which is make and receive calls while I am away from … | |
Re: We won't do your homework for you, but if you have hit a snag, post what you have done so far and where you are are stuck and we'll see if we can help you through it. | |
Re: If you got the free upgrade to Windows 10 then your computer has already been registered with Microsoft as legit (licensed). If you don't mind installing your apps again you should be able to reinstall Windows 10 over top of the existing installation. I'd recommend backing up any data files … | |
Curious. Both [this post](https://www.daniweb.com/programming/computer-science/threads/536401/how-to-write-a-function-of-image-rotation) and [this post](https://www.daniweb.com/programming/computer-science/threads/536400/how-to-rotate-image-using-c) by user omar90 are tagged as "first post by omar90". They were posted 6 hours apart. | |
What are the odds. Three minutes before I popped in, we started getting support spam. I whacked 4-5 but I expect they'll keep coming. | |
Re: Glad to see you. Feel free to ask questions, but please read [Suggestions For Posting Questions](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) before you ask. |
The End.