Sponsored Content
The Lounge What is on Your Mind? Update to Navbar - Member Info and Avatars Post 303020385 by wisecracker on Wednesday 18th of July 2018 05:59:37 AM
Old 07-18-2018
I can see me being banned. ;oDD
Both logged in and NOT logged in, not sure if this is a bug or required by yourself...
Hope the gibberish makes sense...

When the mouse pointer is over the pull down menus they switch perfectly.

BUT, when the pointer is over a non pull down menu ready to be accessed they don't cancel.

They do close down IF the other menus are actually accessed.
The cancel if you click anywhere outside the the pull down menu area.

In the image the snapshot does not show the pointer, BUT, the menu is highlighted to show the pointer is over the HOME menu...

See image of NON logged in mode...

EDIT:
OSX 10.13.5 using fully updated FireFox.
Update to Navbar - Member Info and Avatars-screen-shot-2018-07-18-104252png

Last edited by wisecracker; 07-18-2018 at 07:04 AM..
 

5 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

Avatars?

Just wondering why the board is configured not to show any avatars in the post displays? I haven't seen anyone else asking this question and there is no mention of it by the admins anywhere (correct me if I am wrong).... A little bit of playfulness would do unix.com good :) (2 Replies)
Discussion started by: patvdv
2 Replies

2. Post Here to Contact Site Administrators and Moderators

avatars

how do i get those avatars on the bottom of my user name? (2 Replies)
Discussion started by: grizzly1
2 Replies

3. Forum Support Area for Unregistered Users & Account Problems

Update my info

I hadn't logged on here in several months. I want to update my info, such as the email address that I can be contacted at, but I don't see any links to do that. (1 Reply)
Discussion started by: cleopard
1 Replies

4. What is on Your Mind?

Update to Posts - Member Info Icon and Badge

Hey, Upgrade (step 1) the posts, by putting a "user info" icon in the top right and making it so it toggles the user info. The user info icon has a badge which shows the number of posts. I will have to dig around in the code more to get the total posts thanks and other badges working; but... (22 Replies)
Discussion started by: Neo
22 Replies

5. Web Development

Update to Member List - New Click Options

FYI, Have updated our memberlist : https://www.unix.com/members/list/?order=DESC&sort=lastvisit&pp=30 $cat memberlist.php ... 375 // added next line by neo 15 Nov 2018 376 $condition .= ' AND credits > 0'; ... The reason for this change is insure the... (3 Replies)
Discussion started by: Neo
3 Replies
menu_new(3CURSES)					     Curses Library Functions						 menu_new(3CURSES)

NAME
menu_new, new_menu, free_menu - create and destroy menus SYNOPSIS
cc [ flag... ] file... -lmenu -lcurses [ library... ] #include <menu.h> MENU *new_menu(ITEM **items); int free_menu(MENU *menu); DESCRIPTION
new_menu() creates a new menu connected to the item pointer array items and returns a pointer to the new menu. free_menu() disconnects menu from its associated item pointer array and frees the storage allocated for the menu. RETURN VALUES
new_menu() returns NULL on error. free_menu() returns one of the following: E_OK The routine returned successfully. E_SYSTEM_ERROR System error. E_BAD_ARGUMENT An incorrect argument was passed to the routine. E_POSTED The menu is already posted. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
curses(3CURSES), menus(3CURSES), attributes(5) NOTES
The header <menu.h> automatically includes the headers <eti.h> and <curses.h>. SunOS 5.11 31 Dec 1996 menu_new(3CURSES)
All times are GMT -4. The time now is 11:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy