Page 53 of 299 FirstFirst ... 343515253545563103153 ... LastLast
Results 521 to 530 of 2990

Thread: Mac-style Menu Bar for GTK and Java/Swing applications!

  1. #521
    Join Date
    Feb 2007
    Location
    Athens ,Greece
    Beans
    158
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by Pasto View Post
    I found an easier way, by changing the pattern of the label:

    In that same function, look for the line

    Code:
                  *pattern_dest++ = '_';
    and change it to

    Code:
                  *pattern_dest++ = ' '; // Annoying underline removed
    It's indeed seems allot better that way, no table, no loop etc. Boneyjellyfish's trick keeps the double underlines though. I will build some debs with both methods and post them along with the hacked gnome-panel that removes the arrow. Can anyone recommend a reliable free hosting server?
    Last edited by SkiesOfAzel; May 3rd, 2007 at 02:47 PM.

  2. #522
    Join Date
    Jul 2006
    Location
    Milan, Italy
    Beans
    22
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by SkiesOfAzel View Post
    It's indeed seems allot better that way, no table, no loop etc. Boneyjellyfish's trick keeps the double underlines though. I will build some debs with both methods and post them along with the hacked gnome-panel that removes the arrow. Can anyone recommend a reliable free hosting server?
    http://rapidshare.com/

  3. #523
    Join Date
    Jun 2006
    Location
    London
    Beans
    215
    Distro
    Kubuntu 6.10 Edgy

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    rapidshare is awful...doesn't work for many people...like me

    Can't remember why it is though...might be something to do with where I am I think. Or my ISP or something :S (UK, virgin media)

    -Rashid

  4. #524
    Join Date
    Apr 2007
    Location
    Milan - Italy
    Beans
    12

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    i've a problem on my iBook: i can't add the applet to the bar, because when i try i obtain a message tha sounds like this "The applet is not compatible ... bla bla bla ... Elimante Cancel etc..."

  5. #525
    Join Date
    Feb 2007
    Location
    Athens ,Greece
    Beans
    158
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by Jeby View Post
    i've a problem on my iBook: i can't add the applet to the bar, because when i try i obtain a message tha sounds like this "The applet is not compatible ... bla bla bla ... Elimante Cancel etc..."
    Try installing the applet attached on this post, logout , relogin and readd it to the panel.

  6. #526
    Join Date
    Apr 2007
    Location
    Milan - Italy
    Beans
    12

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by SkiesOfAzel View Post
    Try installing the applet attached on this post, logout , relogin and readd it to the panel.
    I've already tried it! For me does not work!

  7. #527
    Join Date
    Feb 2007
    Location
    Athens ,Greece
    Beans
    158
    Distro
    Ubuntu 7.04 Feisty Fawn

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by Jeby View Post
    I've already tried it! For me does not work!
    Are you running Feisty? Do you use a patched gtk?

  8. #528
    Join Date
    Sep 2006
    Location
    Ohio
    Beans
    53
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    can someone please recommend/make a good turorial? this whole thread is a jumble of instructions, and none of it helps.
    my system?
    Compaq Presario 5WV280
    900MHz AMD Athalon, 256 Mb RAM, 8Mb nVidia TNT graphics card
    legacy, aint it?

  9. #529
    Join Date
    Apr 2006
    Beans
    Hidden!

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by SkiesOfAzel View Post
    It's indeed seems allot better that way, no table, no loop etc. Boneyjellyfish's trick keeps the double underlines though. I will build some debs with both methods and post them along with the hacked gnome-panel that removes the arrow. Can anyone recommend a reliable free hosting server?
    My code isn't finished, either. I need to add in code to determine if there's a triple-underline present (a literal underscore, or two underlines, followed by another underline; in total it would draw an underscore and then underline the following letter).

    Quote Originally Posted by glaeven
    can someone please recommend/make a good turorial? this whole thread is a jumble of instructions, and none of it helps.
    SkiesOfAzel made a wonderful guide here. If you have any questions after following all of those instructions, I'd be happy to help.

  10. #530
    Join Date
    Apr 2007
    Location
    BA
    Beans
    Hidden!
    Distro
    Ubuntu 6.06 Dapper

    Re: Mac-style Menu Bar for GTK and Java/Swing applications!

    Quote Originally Posted by SkiesOfAzel View Post
    It's indeed seems allot better that way, no table, no loop etc. Boneyjellyfish's trick keeps the double underlines though. I will build some debs with both methods and post them along with the hacked gnome-panel that removes the arrow. Can anyone recommend a reliable free hosting server?
    If you take a look at the code, double underscores are used for deciding whether to set the pattern to an underscore or not. This change *should* have the same effect, unless I missed something.

Page 53 of 299 FirstFirst ... 343515253545563103153 ... LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •