[CLOSED] moveable bubble panel?

  1. #1

    [CLOSED] moveable bubble panel?

    Does it possible to make a moveable bubble panel inside a panel?
    Last edited by Daniil; Apr 01, 2011 at 1:04 PM. Reason: [CLOSED]
  2. #2
    Hi,

    Moveable == draggable

    Please look at the following example.

    Example
    https://examples1.ext.net/#/DragDrop...aggable_Panel/
  3. #3
    Well, one questions, i can hide dragable panel with #{Panel1}.hide() but i cannot show it back with #{Panel1}.show(). What is my mistake?

    I also want to know if the address of svn was change from http://svn.coolite.com/toolkit/branches? I cannot get any update from that address..
  4. #4
    Quote Originally Posted by dev View Post
    I also want to know if the address of svn was change from http://svn.coolite.com/toolkit/branches? I cannot get any update from that address..
    Please use (Ext.Net 1.0)
    http://svn.ext.net/premium/trunk/

    Here the tutorial is:
    http://forums.ext.net/showthread.php?10672#post44029
  5. #5
    Thank you, but i have problem with svn password, can u send me a new one to dev@bpn.go.id?
  6. #6
    Unfortunately, I don't have your credentials.

    Geoffrey can help, but he is offline. I will inform him about your request.

    I should say also that the credentials was sent on your e-mail when you bought the license. Maybe, you could find that.
  7. #7
    Quote Originally Posted by dev View Post
    Well, one questions, i can hide dragable panel with #{Panel1}.hide() but i cannot show it back with #{Panel1}.show(). What is my mistake?
    When a panel is configured with Floating="true", you have to call .setPosition(x,y) after .show().
    Panel1.show()
    Panel1.setPosition(50, 50)
    See also
    http://dev.sencha.com/deploy/dev/doc...ember=floating
  8. #8
    Yes, it was sent to my mailbox.. But i had a problem with my inbox, so please send me a new one..

    btw, don't forget my question about hide and show dragable panel

    Thank you

Similar Threads

  1. Replies: 6
    Last Post: Mar 26, 2011, 2:03 PM
  2. Replies: 0
    Last Post: Mar 02, 2011, 8:06 AM
  3. Replies: 8
    Last Post: Apr 01, 2010, 6:25 PM
  4. [CLOSED] Auto Resize of North Panel in ViewPort on Panel.AutoLoad
    By randy85253 in forum 1.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 19, 2008, 12:13 AM
  5. Replies: 3
    Last Post: Sep 13, 2008, 10:09 AM

Posting Permissions