Thanks Button Coming to Mobile Soon


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Thanks Button Coming to Mobile Soon
Prev   Next
# 2  
Old 01-14-2019
Update:

Thanks is mostly working on mobile now.

It's not working perfectly, but it's working. There is a small tooltip bug I need to fix after thanks is given on mobile, which only effects the button tooltip after thanks is given; but I think it's basically working.

Will working on fixing the tooltip issue soon.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. What is on Your Mind?

Thank You Button is Working on Mobile Now

RE: https://www.unix.com/what-is-on-your-mind-/280775-thanks-button-coming-mobile-soon.html Now, the "Thank You" icon is working on mobile so all registered members can "give thanks" on mobile. Seems to work fine. (2 Replies)
Discussion started by: Neo
2 Replies

2. What is on Your Mind?

Mobile Thanks Now Visible in Mobile

Hey, I have enable post thanks (viewing thanks, not yet giving thanks) in mobile: https://www.unix.com/members/1-albums214-picture1018.jpeg I plan to also add the button to "give thanks on mobile. In addition, I will change the formatting (color and justification) of this new mobile... (1 Reply)
Discussion started by: Neo
1 Replies

3. Post Here to Contact Site Administrators and Moderators

New Thread Button

Where do I find the New Thread Button so I can post a message to get some help in an issue I am having ? (2 Replies)
Discussion started by: kstalder
2 Replies

4. Shell Programming and Scripting

Wget invoke a button

Hi I have a certain URL(ABC TV Network - Shows, Episodes, Schedules & Programming - ABC.com) and I want to invoke a button (say abc) in it from BASH. How should I do it using wget? Any help! Thanks in advance (2 Replies)
Discussion started by: ankur328
2 Replies

5. Shell Programming and Scripting

html/bash button

Hello everyone I am writing a cgi script in bash/html. I am trying something new with this one I have seperated the html code from the scripting. The html code is found in text files on the drive and the scripting is only one script in the cgi bin and i am using "<select multiple name="state"... (3 Replies)
Discussion started by: wlane7878
3 Replies

6. UNIX for Dummies Questions & Answers

Changing middle mouse button for pasting to right mouse button in cygwin rxvt

Hi, I'm using rxvt in Cygwin and I'm wondering how to change my mouse bindings from the middle button for pasting to the right button. The main reason why I want to do this is because my laptop doesn't have a middle mouse button. Thanks for any help! (2 Replies)
Discussion started by: sayeo
2 Replies

7. Shell Programming and Scripting

need help with html button

Hello everyone, I am trying to implement an html button that will call a script and pass two arguments "perl script.pl website.com 1" this is for a search results page on a php spider called "sphider". the variable $url? is the url and Than needs to be one of the arguments in calling the script.... (0 Replies)
Discussion started by: mike171562
0 Replies

8. UNIX for Dummies Questions & Answers

Script for using the Back button and the Close button

Here's a question I have for anyone that might be able to help me: I can write a html script that will allow the user to return to the previous page using the back button, and I can write a script that will allow the user to return to the previous page using the close button, but...is there a... (1 Reply)
Discussion started by: mdgibson
1 Replies
Login or Register to Ask a Question
Gtk2::ScaleButton(3pm)					User Contributed Perl Documentation				    Gtk2::ScaleButton(3pm)

NAME
Gtk2::ScaleButton - wrapper for GtkScaleButton HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Bin +----Gtk2::Button +----Gtk2::ScaleButton INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Activatable Gtk2::Orientable METHODS
widget = Gtk2::ScaleButton->new ($size, $min, $max, $step, ...) o $size (Gtk2::IconSize) o $min (double) o $max (double) o $step (double) o ... (list) adjustment = $button->get_adjustment $button->set_adjustment ($adjustment) o $adjustment (Gtk2::Adjustment) $button->set_icons (...) o ... (list) widget = $button->get_minus_button Since: gtk+ 2.14 orientation = $button->get_orientation Since: gtk+ 2.14 $button->set_orientation ($orientation) o $orientation (Gtk2::Orientation) Since: gtk+ 2.14 widget = $button->get_plus_button Since: gtk+ 2.14 widget = $button->get_popup Since: gtk+ 2.14 double = $button->get_value $button->set_value ($value) o $value (double) PROPERTIES
'adjustment' (Gtk2::Adjustment : default undef : readable / writable / private) The GtkAdjustment that contains the current value of this scale button object 'icons' (Glib::Strv : default undef : readable / writable / private) List of icon names 'size' (Gtk2::IconSize : default "small-toolbar" : readable / writable / private) The icon size 'value' (double : default 0 : readable / writable / private) The value of the scale SIGNALS
value-changed (Gtk2::ScaleButton, double) popup (Gtk2::ScaleButton) popdown (Gtk2::ScaleButton) ENUMS AND FLAGS
enum Gtk2::IconSize o 'invalid' / 'GTK_ICON_SIZE_INVALID' o 'menu' / 'GTK_ICON_SIZE_MENU' o 'small-toolbar' / 'GTK_ICON_SIZE_SMALL_TOOLBAR' o 'large-toolbar' / 'GTK_ICON_SIZE_LARGE_TOOLBAR' o 'button' / 'GTK_ICON_SIZE_BUTTON' o 'dnd' / 'GTK_ICON_SIZE_DND' o 'dialog' / 'GTK_ICON_SIZE_DIALOG' enum Gtk2::Orientation o 'horizontal' / 'GTK_ORIENTATION_HORIZONTAL' o 'vertical' / 'GTK_ORIENTATION_VERTICAL' SEE ALSO
Gtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Bin, Gtk2::Button COPYRIGHT
Copyright (C) 2003-2011 by the gtk2-perl team. This software is licensed under the LGPL. See Gtk2 for a full notice. perl v5.14.2 2012-05-27 Gtk2::ScaleButton(3pm)