Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Humanized Messages

    Has anyone ported Humanized message boxes :

    http://humanized.com/weblog/2006/09/11/monolog_boxes_and_transparent_messages/

    to SmartGWT yet? Or it's already part of the library and I missed it somehow.
    I can take a stab at porting it - if it has not been done already.

    Also, any idea on how to show the small yellow message layers that gmail shows when 'Loading' or 'Sending' emails?

    Thanks

    #2
    hope you could do it/sponsor the feature..

    i've been using ext-gwt Info. for a while now~

    Comment


      #3
      Its been done, search the forums for growl messages. It is very easily implemented.

      Comment


        #4
        i've tried that growl message. but i do not know how to make it globally available.

        like calling SC.say() anywhere i want.

        any idea what kind of adjustment to make?

        Comment


          #5
          Sure make the method that invokes it static, that is how SC works.

          Also if you have the link to the forum posting your are using, please post so others can also see.

          Comment


            #6
            You can find growl like notification here

            http://forums.smartclient.com/showthread.php?t=10675&highlight=notification


            i search forum for 'notification' .

            Comment


              #7
              i tried to make the method static, but got syntax errors... have no idea how to make it work...


              http://forums.smartclient.com/showthread.php?t=10675&highlight=notification


              Anyone can help?

              Thanks in advance~

              Comment


                #8
                This is extremely basic programming. You should become proficient in Java before attempting to learn SmartGWT.

                Sanjiv

                Comment


                  #9
                  i wonder why smartgwt devs does not include this kind of notification in smartgwt out of box.

                  there are demands for it~

                  Comment

                  Working...
                  X