Info bar to add to your apps (2 versions)

User avatar
Dav
Posts: 279
Joined: Tue Dec 30, 2014 5:12 pm
My devices: iPad Mini, iPod Touch.
Location: North Carolina, USA
Contact:

Re: Info bar to add to your apps (2 versions)

Post by Dav »

I've added a second version of this routine that uses transparent buttons instead to safely display info over graphics (doesn't use a back bar at top). Check the first post for both versions.

- Dav

User avatar
Dav
Posts: 279
Joined: Tue Dec 30, 2014 5:12 pm
My devices: iPad Mini, iPod Touch.
Location: North Carolina, USA
Contact:

Re: Info bar to add to your apps (2 versions)

Post by Dav »

I fixed a bug in the clock part of this program. I noticed at 12 am the clock would show 0:15am instead of 12:15am. I just had to add if hr=0 then hr=12. Can't believe I didn't catch it until now (I don't do a lot of coding after midnight anymore).

Updated both versions with the fix.

- Dav

User avatar
rbytes
Posts: 1338
Joined: Sun May 31, 2015 12:11 am
My devices: iPhone 11 Pro Max
iPad Pro 11
MacBook
Dell Inspiron laptop
CHUWI Plus 10 convertible Windows/Android tablet
Location: Calgary, Canada
Flag: Canada
Contact:

Re: Info bar to add to your apps (2 versions)

Post by rbytes »

Your info bar is one of the contributions that I use the most, Dav. I add the transparent version to nearly every program I create, so that I can get the most screen space. I have added a debug pause button on the left and a stop button on the right so that I can shut off the default toolbar.
The only thing that gets me down is gravity...

User avatar
Dav
Posts: 279
Joined: Tue Dec 30, 2014 5:12 pm
My devices: iPad Mini, iPod Touch.
Location: North Carolina, USA
Contact:

Re: Info bar to add to your apps (2 versions)

Post by Dav »

Glad you find it useful! Nice additions you addEd.

- Dav

Post Reply