Search found 11 matches

by Gamba_Dance
Saturday 9th September 2023 8:56am
Forum: General
Topic: How to autosize monitor-screen?
Replies: 4
Views: 1593

Re: How to autosize monitor-screen?

Super! :idea: Thanks much, because this solution gets the problem completely out of the way. I can now address the text fields with data from saved content and the size automatically adjusts to different monitor sizes. That's all I wanted. You've additionally added more fields to the panel than I ne...
by Gamba_Dance
Thursday 7th September 2023 2:38pm
Forum: General
Topic: How to autosize monitor-screen?
Replies: 4
Views: 1593

Re: How to autosize monitor-screen?

Hi cogier, thank you and your script shows the final solution, the automatic size of the whole visible frame as it should be. You have used container elements like HBox and Panel. You split the content into 4 png images. In my solution there is a lot of add-on programming behind the scene, for examp...
by Gamba_Dance
Wednesday 6th September 2023 8:01am
Forum: General
Topic: How to autosize monitor-screen?
Replies: 4
Views: 1593

How to autosize monitor-screen?

Hi there, since I have not found a solution so far, I would like to share a problem here. I have a small routine running on Gambas 3.12.2 that displays a menu card with 4 different labels on one monitor. The problem occurs when the monitor resizes and the panels do not fit the new size afterwards. I...
by Gamba_Dance
Tuesday 8th December 2020 12:54pm
Forum: General
Topic: Calendar, Scheduler in Gambas
Replies: 5
Views: 4140

Re: Calendar, Scheduler in Gambas

In the moment I solved the problem with textboxes, because I need only one week. But for another version your solution might be better.
Thanks for posting!
by Gamba_Dance
Tuesday 8th December 2020 12:52pm
Forum: General
Topic: How can I play a .h264 video in a box?
Replies: 4
Views: 3524

Re: How can I play a .h264 video in a box?

Thank you very much!
by Gamba_Dance
Monday 7th December 2020 4:48pm
Forum: General
Topic: How can I play a .h264 video in a box?
Replies: 4
Views: 3524

Re: How can I play a .h264 video in a box?

Thank you, that looks better. But I still don't know how I can start the .h264 video
with this player..
by Gamba_Dance
Monday 7th December 2020 10:17am
Forum: General
Topic: How can I play a .h264 video in a box?
Replies: 4
Views: 3524

How can I play a .h264 video in a box?

Hallo, while experimenting with the pi cam, I found out, how to store videos with different parameters, but I could not replay it in a form-box, f.e. MovieBox, because there is no format available, which is compatible to the recording file "filename.h264". Any idea, how to fetch this prob...
by Gamba_Dance
Wednesday 18th November 2020 5:56pm
Forum: General
Topic: Calendar, Scheduler in Gambas
Replies: 5
Views: 4140

Re: Calendar, Scheduler in Gambas

Good evening Bruce,

thank you and I like much the small coding-ideas :idea: (like you did) at the beginning of every big project.
Will check this..

Greetings from
Jürgen

PS: Sorry for the wrong aera
by Gamba_Dance
Tuesday 17th November 2020 3:04am
Forum: General
Topic: Calendar, Scheduler in Gambas
Replies: 5
Views: 4140

Calendar, Scheduler in Gambas

Good morning to all, years ago I programmed an application where I stored some data, according to the days of a week. Now a customer is interested in this solution and I have to digg out everything for a re-make with individual demand. To have a better sight of what data is stored, I wanna show this...
by Gamba_Dance
Wednesday 30th September 2020 5:55pm
Forum: General
Topic: Terminal Windows in Main-Form
Replies: 4
Views: 3938

Re: Terminal Windows in Main-Form

Hallo together and thank you very much, for your quick an friendly help.
I think your solutions will fetch my problem. Because I didn't find any
chat-code for Gambas, I wanna integrate a terminal-window with a chat-function,
for using in LAN intranet.

Gamba_Dance