Search found 27 matches

by rj71
Tuesday 31st October 2023 3:37pm
Forum: General
Topic: gtk3 webview question
Replies: 2
Views: 5455

Re: gtk3 webview question

Update: I never did figure out why the clock was so off with this particular page with that JS code and the webview component. This was a simple page to show the time in my app so I just switched it to php code instead of JS. No big deal, not a fancy page anyways but still curious if anyone would kn...
by rj71
Wednesday 18th October 2023 7:25pm
Forum: General
Topic: Raspbian Bookworm issues
Replies: 6
Views: 4103

Re: Raspbian Bookworm issues

Bruce is right. I have switched this RPI 4 to X11 using the raspi-config tool and this appears to have solved this particular issue of automatically moving the form to the bottom of the screen. Anyone have any insight on if Gambas will play nice with Wayland in the future?
by rj71
Wednesday 18th October 2023 6:48pm
Forum: General
Topic: Raspbian Bookworm issues
Replies: 6
Views: 4103

Re: Raspbian Bookworm issues

Thanks Bruce. I'll start my investigation there and report back for anyone else that needs the info.
by rj71
Wednesday 18th October 2023 4:55pm
Forum: General
Topic: Raspbian Bookworm issues
Replies: 6
Views: 4103

Raspbian Bookworm issues

Hi All, Bookworm for RPI's was recently released and I have a RPI 4 that's running an app I've been working on for awhile and has worked fairly well on Raspbian Bullseye. Gambas version on the RPI 4 is 3.18. So far I've had several issues that I have solved or found a work around but there's one I c...
by rj71
Saturday 30th September 2023 3:48pm
Forum: General
Topic: gtk3 webview question
Replies: 2
Views: 5455

gtk3 webview question

Hi All, I'm building an app where I'm using the GTK3 webview component that hits a lot of php pages I've built. The pages themselves are not terribly complex in terms of what is going on, some css, a bit of jquery but mostly the pages are hitting a mysql server for some data. Problem-free for the mo...
by rj71
Monday 24th July 2023 4:45pm
Forum: General
Topic: Gambas 3 and Touchscreen app
Replies: 20
Views: 3296

Re: Gambas 3 and Touchscreen app

Thanks Bruce. I have replaced scrollview with webview. I already had the web page built from a similar app I was working on. The webview does what I want which is one finger swipe up/down. Unfortunately, it breaks the UI design I was going for but not a big problem, I'll deal with that.
by rj71
Tuesday 18th July 2023 8:57pm
Forum: General
Topic: Lots of Timers Question
Replies: 4
Views: 1125

Re: Lots of Timers Question

I've been testing different things the last couple hours. It sure seems like I have too many timers doing too many things. I think since it's such a large app I'll just divide it up into smaller individual apps and figure out a way to get them to work together and communicate when needed. Thanks Bru...
by rj71
Tuesday 18th July 2023 3:59pm
Forum: General
Topic: Lots of Timers Question
Replies: 4
Views: 1125

Re: Lots of Timers Question

Thanks Bruce, I'll check out Tasks. Probably what I'm looking for. Cogier, sorry for so many questions. The timers have various delays...1, 2, 5 seconds etc. Most of the timers are just using HttpClient to grab data from a server then depending on what is returned, doing something with that data lik...
by rj71
Monday 17th July 2023 10:16pm
Forum: General
Topic: Lots of Timers Question
Replies: 4
Views: 1125

Lots of Timers Question

Hi All, I'm currently working on a ambitious and big project with several timers on each form. Does having too many timers doing different things cause bottlenecks because I'm getting unexpected behavior and things either don't fire off or end up way slower than they should be. I guess what I'm aski...
by rj71
Saturday 8th July 2023 4:39pm
Forum: General
Topic: Gambas 3 and Touchscreen app
Replies: 20
Views: 3296

Re: Gambas 3 and Touchscreen app

Just a quick update on this project. I just keep running into more and more problems. I have several forms that have a scrollview that is dynamically populated with buttons w/images (not pictureboxes anymore) with info coming from a php page. Swiping motions up or down do not seem to work on the sur...