Page 5 of 20 FirstFirst ... 3456715 ... LastLast
Results 41 to 50 of 193

This is a discussion on [Ext/US] Chrome Gestures (modified) within the Chrome Plugins section, part of the Google Chrome category: @Kryptyx Thanks for that, I know how to do my customisation - thanks ... Just checking back through the thread ...


  1. #41
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    @Kryptyx

    Thanks for that, I know how to do my customisation - thanks ...

    Just checking back through the thread from when Kyrax first started and found this 'bug fix' for the Close operation not always working ....

    ChromeGestures beta 0.1

    Checked your JS and you haven't got it in so it might be worth a go (or you can tell me why it won't)

    @dangdang

    I've got AdSweep and have no problems whatsoever ..

  2. #42
    pcki11's Avatar
    pcki11 is offline Senior Member
    Join Date
    Jun 2009
    Posts
    214

    Default

    Quote Originally Posted by Kryptyx View Post
    @pcki11:
    Its meant to replicate the reload icon, its a circle animation and fairly quick to perform with a flick of the wrist. If you have a better idea on how to implement it let us know.
    you didnt use "up" and "down" gesture, and of course, there are still open possibilities of gestures using two directions.

    also,
    if you make "up"-"right" gesture, the right click menu appears, and after closing it with a left click the gestures arrow doesnt disappear. you have to right click and left click to remove it. - cannot duplicate this on other sites, maybe it has something to do with the iframe tag. i start a gesture on the page, go up and while going right move into an iframe with my mouse, then this bug appears.
    Last edited by pcki11; 07-16-2009 at 10:29 PM.

  3. #43
    Kryptyx is offline Member
    Join Date
    Jul 2009
    Posts
    59

    Default

    The popups are caused by Waha's hack to load data. Basically its how the options (up down) work. They need to communicate with the main script and the only way to do that right now is through that popup. I am going to make another update soon I can include a switch to turn off the options page if its becoming bothersome. Waha can have a look at it since hes more familiar with it than I am.

    I'll include the switch in the 1.0.4.1 version

  4. #44
    Kyrax is offline Senior Member
    Join Date
    Apr 2009
    Location
    Qc, Canada
    Posts
    495

    Default

    Ok. We definitely need a common project to work on.
    This is getting out of hand.

    This is not a chat guys. I posted this morning on page one only to come back and to see that this thread has 5 pages !

    If nobody volunteers by tonight, I'll create a project on Google Code tomorrow.

    Now if you want this extension to be taken seriously, you all need to stop spamming.
    We need more documentation and examples for common uses cases. There should not be any post asking to add this or that feature as the whole extension is designed to be customizable and extensible.

    We don't need a new version every day.
    Let's try to get this extension somewhere not too hastily as this can only result in a bunch of patches put together, only moderately tested and undocumented.

    A little organization cannot hurt.

  5. #45
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    In total agreement with that Guys ...

    BTW Kryptyx ...

    That Bug Fix link I posted for closing tabs seems to work OK ...

    I edited the JS and saved it as a test US and it worked every time ...

  6. #46
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    @Kryptyx

    Waha can have a look at it since hes more familiar with it than I am.

    Hope this was a slip of the keyboard ;-)

  7. #47
    Kryptyx is offline Member
    Join Date
    Jul 2009
    Posts
    59

    Default

    Quote Originally Posted by Kyrax View Post
    Ok. We definitely need a common project to work on.
    This is getting out of hand.

    This is not a chat guys. I posted this morning on page one only to come back and to see that this thread has 5 pages !

    If nobody volunteers by tonight, I'll create a project on Google Code tomorrow.

    Now if you want this extension to be taken seriously, you all need to stop spamming.
    We need more documentation and examples for common uses cases. There should not be any post asking to add this or that feature as the whole extension is designed to be customizable and extensible.

    We don't need a new version every day.
    Let's try to get this extension somewhere not too hastily as this can only result in a bunch of patches put together, only moderately tested and undocumented.

    A little organization cannot hurt.
    I started the project hosting at the following URL:
    http://code.google.com/p/chromegestures/

    All future downloads should be from that site, You and Waha should send me your google account names so I can add you as developers.

    EDIT:
    I forgot to mention the changes I added... I temporarily disabled (commented out) Waha's communication popup. This means that the options menu will not work correctly (Up, Down). I added the bug fix for closing tabs. I recoded the way the visual gestures are shown and updated the graphics to fit more in-line with the default chrome skin. I also added a click visual gesture and fixed a bug with the click timeout. You may experience issues with iframes and the visual gestures... This is something I will need to think over on how to tackle. If you have questions or suggestions it may be best to PM them to me to keep this thread more organized.
    Last edited by Kryptyx; 07-17-2009 at 01:14 AM.

  8. #48
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    O.O 5 pages...eep..
    Quote Originally Posted by StevePaul View Post
    ...
    I noticed that the Extension and User Script versions are actually the same and uses the .user version of the script and the JS has an IF(!us) statement for the Options (I'm assuming will only work in the Dev version)..
    ...
    Yes they are the same! Like I said in the change log I did that for easy release of a User Script as well. If you look at the code, "us" is a variable I set. It will work on any version of Chrome that supports User Scripts, not just dev.

    Quote Originally Posted by StevePaul View Post
    ...
    As a matter of interest why did you create another 2 refresh gestures (or am I missing something)...
    ...
    Like it says in the change log, "to make it more forgiving". Gestures are not intended to be so square, you can do things like refresh in a more circular motion. I caught myself quite often, when trying to make a loop, accidentally starting with an upward motion, so I added gestures for that assuming other people did as well. There are two added gestures with different finishes, so that you can either finish the loop on the up stroke, or top it off with a right stroke.

    Quote Originally Posted by StevePaul View Post
    ...
    Finally, is there any way of providing a link to the help file (I guess you’re going to say No because it’s included in the JS), I’d like to use it in a post I’ve done about this Extension on the Chrome Help forum
    ...
    Absolutely none, the help file is dynamically generated by use of a "registerForHelp" function I made.

    Quote Originally Posted by mg2 View Post
    Error : see attachment
    Chromium 3.0.195.0 (20855)
    In that version, they probably disabled "chrome://*/" matches. D:

    Quote Originally Posted by pcki11 View Post
    the default gesture for reload is a bit complicated, isn't it? ...
    It's a circle! Start at the top and go clockwise. You don't need to draw it like a box. ^^

    @Kryptix thanks for the code page, I'll PM you my google account name and stuff and update my first post.
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

  9. #49
    StevePaul's Avatar
    StevePaul is offline Senior Member
    Join Date
    Mar 2009
    Location
    Birmingham, England
    Posts
    1,522

    Default

    So now all this is has been done I'm confused (and everybody else I think) ...

    To put us all right ...

    What is the latest version of GG and where do we get it from ?

    Who actually is now responsible for releasing updates ?

  10. #50
    Waha's Avatar
    Waha is offline Senior Member
    Join Date
    Apr 2009
    Location
    Oregon
    Posts
    788

    Default

    Quote Originally Posted by StevePaul View Post
    So now all this is has been done I'm confused (and everybody else I think) ...

    To put us all right ...

    What is the latest version of GG and where do we get it from ?

    Who actually is now responsible for releasing updates ?
    GG = CG? :P
    Anyway I amended the first post's download link to point to the project page, which will contain all future updates, and I will make sure to post the User Script separately as well (even if it's really just the Content Script).
    ~ Projects ~
    Specialized: Carapass Auction Watcher, Kongregate Chat
    Libraries: bliplib
    Tools: manifest syntax highlighting & snippits
    ~ Happy to make extensions for pay too ;D ~
    Portfolio: Search and Share

Page 5 of 20 FirstFirst ... 3456715 ... LastLast

Similar Threads

  1. Chrome Mouse Gestures?
    By Wisher in forum Chrome Plugins
    Replies: 40
    Last Post: 12-28-2010, 08:33 PM
  2. New Chrome Mouse Gestures Plugin (Rocker support)
    By OwenCM in forum Chrome Plugins
    Replies: 1
    Last Post: 05-06-2009, 01:38 AM
  3. Chrome Custom Mouse Gestures
    By Laoguy in forum Chrome Plugins
    Replies: 6
    Last Post: 04-15-2009, 06:52 AM

Tags for this Thread

Posting Permissions

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