5,436 Posted Topics
Re: I asked Google. https://www.google.com/search?q=Can+different+Python+Modules+overlap tells me I would not do this. | |
Re: That datagrid may have a header but your code only exports the data in the grid. The usual datagrid's "header" is a property most likely called HeaderText and is not shown in your code. So I googled this one with https://www.google.com/search?q=export+datagrid+with+header Second hit finds an example exporting the header. | |
Re: It would be rare to find others that own this book. Can you share what you have so far along with what trouble you are having? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question before you answer. | |
Re: Here's the thing. That question has been kicked around for years. [ https://www.google.com/search?q=can't+backspace+a+newline+in+vim ](https://www.google.com/search?q=can't+backspace+a+newline+in+vim) tells me a lot and can be deep reading. In some views this is not a bug but a feature. My call would be to not fix this. PS. Added with edit. Vim is not Word. … | |
Re: This sounds like the old time card/clock system. But with an OCD twist. Most businesses just have you clock in, then take breaks, lunch and at the end of the day, clock out. I'm guessing here you want to only pay for the minutes they are "in some zone." I've … | |
Re: Let's test it. -> [That link](http://www.databasejournal.com/features/mssql/article.php/3112381/SQL-Server-Calculating-Running-Totals-Subtotals-and-Grand-Total-Without-a-Cursor.htm). On some forums the forum software doesn't figure it out automatically. The minus signs? http://www.databasejournal.com/features/mssql/article.php/3112381/SQL-Server-Calculating-Running-Totals-Subtotals-and-Grand-Total-Without-a-Cursor.htm Hmm seems fine or is it? | |
Re: While my answer is it's low risk, not once did Google tell me the password. ONLY GOOGLE might answer all your questions. Read https://www.quora.com/How-does-Google-store-passwords The better programmers never store the password, but the result from some one way encryption. So to decrypt the attacker has to run the encryption some … | |
Re: As I read priors at https://www.google.com/search?q=DIRSD+OWNER+WARNING I'll add I won't duplicate the answers there. Now that the SFC part of your question is answered can you share what issues the OS is showing otherwise? That is, because of how Microsoft treats issues like these, it is OK to see the … | |
Re: I checked priors with https://www.google.com/search?q=Meteor+application+online+over+LAN Chet got it working at http://stackoverflow.com/questions/18601961/accessing-meteor-local-web-server-from-another-local-device-on-mac-10-8 | |
Re: I take a minute to read content at one of your links. https://www.jsxc.org/contact.html shows a mailing list where I hope you've joined and checked out priors and maybe asked them more questions. The install is not trivial and I see no mention of what I read in their install pages. … ![]() | |
Re: This will break in so many ways. I'd rethink my design. Maybe use a sync app that fires up and syncs the Excel file to the server when the file is changed. | |
Re: And that's the trick, isn't it? To deploy without error you test the install and if an error occurs you find out why then fix that error. The more times you deploy the more (or less) errors you encounter. At some point it will be without error. | |
Re: Well there is some good news out there. https://developer.apple.com/library/ios/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html is a rather long read but here's my answer. Your app developer needs to step up to your requirements. I'm not your app developer so take this link back to them and tell them to make it happen. | |
Re: I wonder if you could extend this to all browsers. I use "caniuse.com" and find issues with almost every major browser. So here we are with issues, limitations, not everything is implemented and folks new to the scene asking why it's like that. I have to ask you why you … | |
Re: @Dani. While not spot on, I want to share a spat of Windows hung on reboot failures that are in the forum I moderate. Just in case. I can see a scenario where the update comes down and the machine hangs at some point. I have not done any deep … | |
Re: Just looking at https://developers.google.com/apps-script/add-ons/ it appears you have to dive into what the scripts offer and see if you can achieve your goals. | |
Re: Just a note. There are prior discussions about the message and possible cures. Example http://stackoverflow.com/questions/17723944/to-display-the-webpage-again-internet-explorer-needs-to-resend | |
Re: Before you go any further read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question There is plenty on the subject of Linux, C, interprocess calls and signals on the web. Where I find folk falter is the sheer volume of information and sometimes they don't have the basics down pat. One time they had not setup their … | |
Re: Adding a question mark doesn't turn a sentence into a question. Your "question" reads like a work order or homework rather than a question. The second sentence is vague too. Try this. Share your work so far. Also, if I google a part of your text, I think I see … | |
Re: Read priors like http://www.ozgrid.com/forum/showthread.php?t=201815 Why is your post almost exactly like theirs? Have you been working this issue in more than a few forums? | |
Re: While I don't kow what language that is either, I do have apps that were scanner friendly. Is there something in the scanner that is adding all that information to the scan? The scanners we use only pick up the part number. The follow only data is added by our … | |
Re: I take it this is a job for hire you need done. Be sure to add how much you are paying along with delivery dates and your full design specs. | |
Re: I'm reading https://www.jetbrains.com/webstorm/buy/#edition=commercial and the license is per user and that usually means I can use it on my work PC and my laptop. Maybe all you need to do is to ask how to get it flying on both as this would be fine on a "per user" license. ![]() | |
`Select * from contacts WHERE behavior = 'nice'` [SQL Clause is coming to town.](http://imgur.com/gallery/KvsXO) Not mine, [Little Bobby Tables](https://www.explainxkcd.com/wiki/index.php/Little_Bobby_Tables) almost ruined Christmas. | |
Re: I think you need to clarify your goals here. To me "assign a variable in my checkbox" sounds odd. As a VB6 coder you could use that checkbox's onchange method to change a variable as you see fit but "assign a variable" doesn't seem right. What is this "call it … | |
Re: I want to add two thoughts here. 1. Some think of a programmer is only a programmer if they are employed as a programmer. An artist is an artist if they produce art. So get out there and write something. Anything. The more the better. 2. Money. That's where the … | |
Re: And there it is. I was wondering if your OS actually has a binary called mkdir. On many systems I have to launch a shell (bash or other) then add the command to the bash command line. My second thought over all this is the folder manipulation could be done … | |
Re: This is actually two problems. 1. Make it clickable. I think the easy way would be an "Open this" button that will launch your PDF viewer with that file. 2. Launching a PDF viewer with that file. https://www.google.com/search?q=android+launch+pdf+from+app seems to show this is down with intent. | |
Re: Here's something that won't rile folk too much. Someone had an idea for an app but didn't want to pay much if anything. So they went to the local colleges and picked up "interns" that would code for them in exchange for credits at the college. You can't vouch for … | |
Re: Wow, while I know a lot of PCB and circuitry drawing apps (see my user icon) this one is not one I've run into. But not all is lost. Software updated December 12, 2016 was just 2 days ago so I'd be sure your app is current and if still … | |
Re: Can you clarify the problem? Either there is a need for offline work or the cash drawer needs integration (or a bast_rd workaround.) For offline that's all up to the POS company. For the cash drawer that is still up to them or if you are seeking a workaround my … | |
Re: How I fix this today. I try the "install over the top" and if that fails, wipe and re-install. XP is like that and you learn over time that you can't fix every glitch. Sometimes you just clean install to fix it. | |
http://imgur.com/gallery/dYgFh has a gallery of some visualizations of classic sorting. For your enjoyment. And with sound too! https://www.youtube.com/watch?v=kPRA0W1kECg This post is strictly for programming's secret pleasures. | |
Re: As I read https://developer.android.com/studio/debug/index.html I see you could set breakpoints at and before the failing line of code to examine why that line or call fails. I'm running into new programmers that don't use all the tools. | |
Re: Similar thread noting yet another similar thread at https://www.daniweb.com/programming/software-development/threads/379733/periodic-table-in-c Looking at priors too with https://www.google.com/search?q=c+sharp+periodic+table+app finds ready to use code to make or just use. | |
Re: Just a note. I've seen the printer selected to influence formatting and cell width/height. So there's that. If I was working this I'd use the following call to see what the height was on good and bad table. [https://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.cell.height(v=office.11)](https://msdn.microsoft.com/en-us/library/microsoft.office.interop.word.cell.height(v=office.11)) If the height is set to auto, then it's possible that … | |
Re: To me this sounds like GIS (see google). I don't know your programming skill level or what the full design spec you wrote for this app but [here's a start for open source GIS for Android.](https://www.google.com/search?q=open+source+GIS+for+android) | |
Re: I googled priors on this and it appears you need to compile on the OS you want to target. I think you've seen a lot of apps are from repositories for each Linux OS version. So to target CentOS you need to compile with CentOS. That out of the way, … | |
Re: While I agree on teaching vs. handing out fish, the OP is not engaged here. I think at this point this is their only post with no other feedback. On some boards threads where the OP doesn't participate are closed very quickly. | |
Re: I'm going with no. As in, not currently packaged like that. Since there is source you could make such a project but when folk ask this I have to think they want it like fast food. Ready to eat. More at http://ooo-forums.apache.org/en/forum/viewtopic.php?f=13&t=80966 | |
Re: Free fish isn't always a bad thing. You have a great reply so +1 it is. | |
Re: @jeff, did you complete the reset noted? | |
Re: Just a small thing. Try to mark your answered posts answered if can. | |
Re: OK, I grabbed the Windows Portable version, ran it, Dazah login and now this reply. That's as clean as I can make this. If this posts, it worked on W10. | |
Re: Since you are open to formatting, look up the old HP USB FORMAT TOOL (google it!) and try that. I'll skip any advice about running as admin, formatting on Linux and head to the obvious. These things have limited life spans. Here a 16GB stick is now under 4 bucks … | |
Re: Look at your 50 to the right of you member name. It has a thumbs up and the bot has just a number. I wonder if the intent was soften the negative blow? | |
Re: Small world. I decided to work around this and used a network share one time and the next time DropBox. One file? Email it to yourself with say Gmail? | |
Re: For this I have to read priors at https://www.google.com/search?q=lertDialog.Builder&ie=utf-8&oe=utf-8#q=alertDialog.Builder+virtual+ Since you shared just a sliver of what your app holds my bet is some activity is not present at the time of the call. So it nulls and crashes. http://stackoverflow.com/questions/28395271/android-app-crashing-when-it-reaches-alertdialog-builder-using-post-method kicked it around the most IMO. | |
Re: I'm going with yes, something is up (or down.) Test like this: Open an incognito windows then Ctrl-F5 in your normal window and see if it shows different results from an Incognito window, I haven't dug into this but on another forum, I hit the link, no update. Hit it … |
The End.