Search found 7890 matches

by netmaestro
Fri Mar 01, 2024 11:47 pm
Forum: Coding Questions
Topic: Solve 1 Equation with 2 Unknowns
Replies: 23
Views: 711

Re: Solve 1 Equation with 2 Unknowns

The real solution for me is the one that lets me eat 25 cookies. :mrgreen:
by netmaestro
Sat Jan 13, 2024 3:58 pm
Forum: Coding Questions
Topic: Webview example stopped working with B2 [solved]
Replies: 1
Views: 268

Webview example stopped working with B2 [solved]

This code, posted in Announcements, runs fine with B1 but with B2 there are many linker errors. Am I doing something wrong? Html$ = ~"<button id=\"increment\">Tap me</button>\n"+ ~"<div>You tapped <span id=\"count\">0</span> time(s).</div>\n"+ ~"<button i...
by netmaestro
Mon Jan 01, 2024 8:06 pm
Forum: Announcement
Topic: PureBasic 6.10 beta 8 is out !
Replies: 248
Views: 32989

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Much better is *lpbData
by netmaestro
Sun Dec 24, 2023 2:50 am
Forum: Coding Questions
Topic: Pb 6.10b1 Super Slow for you?
Replies: 6
Views: 1061

Re: Pb 6.10b1 Super Slow for you?

Could you post your test so I can run it here?
by netmaestro
Sat Dec 23, 2023 4:21 am
Forum: General Discussion
Topic: Windows quarantines PureBasic
Replies: 8
Views: 1364

Re: Windows quarantines PureBasic

Windows Security said Purebasic.exe had a virus.
by netmaestro
Sat Dec 23, 2023 4:20 am
Forum: General Discussion
Topic: Windows quarantines PureBasic
Replies: 8
Views: 1364

Re: Windows quarantines PureBasic

So does Avira take over for Windows Security and turn it off?
by netmaestro
Sat Dec 23, 2023 12:49 am
Forum: General Discussion
Topic: Windows quarantines PureBasic
Replies: 8
Views: 1364

Windows quarantines PureBasic

I had to create an exception in Windows Security to allow PB to run, it says it has a virus, Trojan:Script/Wacatac.B!ml. Windows called it severe.


// Moved from "Bugs - Windows" to "General Discussion" (Kiffi)
by netmaestro
Fri Dec 22, 2023 11:12 pm
Forum: Announcement
Topic: PureBasic 6.10 beta 8 is out !
Replies: 248
Views: 32989

Re: PureBasic 6.10 beta 1 - Xmas Release - is out !

Yippee!! Thanks team!
by netmaestro
Tue Dec 12, 2023 7:14 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: [solved] How to send Chrome a refresh periodically

Thanks infratec but the site won't work in the native webgadget. But the WebGadgetEx by RSBasic works flawlessly. So I have a couple of solutions that are working now until Fred releases b1 of PB 6.10. Then the native webgadget should do the trick and your code will be the best and simplest solution...
by netmaestro
Mon Dec 11, 2023 10:18 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: [solved] How to send Chrome a refresh periodically

@BarryG, that's a great idea and I'll see if the site will talk to my computer. But it's a banking site so its security may not be something I can get through to. With the webpage I log in with my credentials and it sometimes gives me captchas and text messages containing 6 digit codes. I don't thin...
by netmaestro
Mon Dec 11, 2023 6:27 am
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: [solved] How to send Chrome a refresh periodically

Thanks 6theo4 and firace, that was it. I took the Debug statement out quite a while back and I thought I'd recompiled after that but I hadn't. Working perfectly now. Kiffi's code should work too imho but the server refuses to connect in both Chrome and Edge.
by netmaestro
Mon Dec 11, 2023 2:28 am
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: [solved] How to send Chrome a refresh periodically

I've been trying the iFrame approach by Kiffi but without success. I slightly modified the code to make sure it's using html5 and edited the address to reflect my page but with both Chrome and Edge this is my result: https://lloydsplace.com/Untitled-1.jpg And here is the code I used: <!doctype html>...
by netmaestro
Sun Dec 10, 2023 11:07 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: [solved] How to send Chrome a refresh periodically

Ok, so this is just weird now. The code from 6theo4 works perfectly, refreshing my window at the selected intervals. But only if run from the IDE. If I compile the code, add it to my taskbar and run it from there it does not work anymore. Anyone have an idea?
by netmaestro
Sun Dec 10, 2023 9:50 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: How to send Chrome a refresh periodically

Thanks, 6theo4, that works perfectly for me! Thanks as well to all who gave ideas, it's much appreciated :mrgreen:
by netmaestro
Sat Dec 09, 2023 7:41 pm
Forum: Coding Questions
Topic: [solved] How to send Chrome a refresh periodically
Replies: 27
Views: 1620

Re: How to send Chrome a refresh periodically

Thanks Fred. IE4 is older than PureBasic! Don't tell anyone else, this'll be our secret, OK?