Panel Question

sitajony

Active Member
Licensed User
Can you upload your sbp cause I don't understand your quotes (unuseful)
Your Timer5 move Panel to the top? And Timer1 to the bottom? In this case you don't have to enable the Timers in same time otherwise your Panel will stay in the same place...
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
Hi

Good Morning

Here you go. The Toggle Btn needs to function, thats about it.
 
Last edited:

klaus

Expert
Licensed User
Longtime User
I had a look at your program and found following:
- On the bottom of the screen you have a wide button and small Clock button on top of it. If you click outsides of the small button nothing happens. You should use only ONE button.
- You load the background image at run time, you should add it in the IDE. Advantage, it is merged into the exe file.

Attached a modifyed program, with 2 types of time display (click on 'System Time'.
I changed also the image sizes according to the control sizes.

In your zip files you must NOT include the library files (dll files)!

EDIT: slap my bug... in Numerics ? seems like a digital font problem. I see some tabs or spacers between the Numbers.
That's normal, in the digital font all characters have the same width, so when the digit "1" is displayed there is more space on it's left side!

Best regards.
 

wm.chatman

Well-Known Member
Licensed User
Longtime User
klaus what about my toggle btn, hmm, i had been wanting to toggle the imgButtClock for a arrorw up down situation ?
that's what got me all messt up, in the first place ! darn s**t ! :)

todays my daugther's 15 b-day. we both had tears in our eyes. **************** you think JD would ease the pain, until you look into the mirror into your eyes, and see death itself ! bad feeling this is.

well, i'll add the new data to the GPSlog App. be back later.

back with a cup of coffee, and i got this ! On the HTC Hd

had things working with sys time and this panel in the GPSlog App, until i needed a or wanted to toggle the imgButtClock.
Now, we are testing single frm on htc. I've not got the msgBox back yet.
Son has BD on 18 this Month, and he will be 11y. how things do fly by...

sorry about the imgLib matter, had not meant to be.
 
Last edited:

klaus

Expert
Licensed User
Longtime User
I removed it because you wanted a toggle button.
That's how I understoud your request (you should be more precise).
I also found that the moving of the panel didn't look that nice on the device.

Attached two versions with the toggle button.
Your code and my last one.

:) how are your taste to german wine ?
I'm much more used to the wines from the area I live in, or french or italian wines.

Best regards.
 
Top