The original message was received at 2010-01-13 07:16:01 -0800
from postoffice.(null) [10.0.0.1]

   ----- The following addresses had permanent fatal errors -----
<[email protected]>

   -----Transcript of session follows -----
... while talking to postoffice.(null).:
>>> RCPT To:<[email protected]>
<<< 550 5.1.1 unknown or illegal alias: [email protected]
550 <[email protected]>... User unknown
-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reporting-MTA: dns; postoffice.(null)
Received-From-MTA: DNS; postoffice.(null)
Arrival-Date: 2010-01-13 07:16:01 -0800

Final-Recipient: RFC822; [email protected]
Action: failed
Status: 5.1.1
Remote-MTA: DNS; postoffice.(null)
Diagnostic-Code: SMTP;550 5.1.1 unknown or illegal alias: [email protected]
Last-Attempt-Date: 2010-01-13 07:16:01 -0800
--- Begin Message ---
=============================================================================
Today's Topic Summary
=============================================================================

Group: [email protected]
Url: http://groups.google.com/group/google-web-toolkit/topics

  - placing a widget in a dropdown [2 Updates]
    http://groups.google.com/group/google-web-toolkit/t/6976b08f69e6d42b
  - Strange crash of Hosted Browser when adding ClickHandler to button... [2 
Updates]
    http://groups.google.com/group/google-web-toolkit/t/f279e63837b6f61d
  - problems invoking a function from an external javascript source file... [2 
Updates]
    http://groups.google.com/group/google-web-toolkit/t/a445efd3212d0470
  - GWT 2.0.0rc2 ::: Unknown argument: -portHosted [1 Update]
    http://groups.google.com/group/google-web-toolkit/t/5cc60357bb8cd48a


=============================================================================
Topic: placing a widget in a dropdown
Url: http://groups.google.com/group/google-web-toolkit/t/6976b08f69e6d42b
=============================================================================

---------- 1 of 2 ----------
From: djd <[email protected]>
Date: Dec 04 02:29AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/7d56bbc2a4ee989c

I also needed this, the idea is simple. You have 2 options:

1. From the plethora of gwt extension libraries (gwt-mosaic, gwtx,
smartgwt, ext js, MyGWT), I'm pretty sure you can find a listbox that
will fit your needs

2. Create a custom listbox from scratch, adjusting it to your needs.
If you plan to do this, the simplest way is to extend a Composite, and
having the dropdown list as a PopupPanel or AbsolutePanel (with big z-
index so it stays on top).

Best of luck,
Alex D



---------- 2 of 2 ----------
From: Joe <[email protected]>
Date: Dec 04 03:46AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/7569e01efdf74504

Hi Jaimon,

There's a widget i have created long time ago, it's a listbox
functionality,
but where i have control on all css and styles and design of it. As
you know,
the normal listbox of gwt depends on your browser look and feel.
But the idea is simple:

You need to have a textbox  with image(drop down arrow).
Then, when you click on the image, a popup will appear below it.
The popup can contain a scrollpanel with a vertical panel.
The vertical panel can conatin any widget you want, a label, an image,
a textbox, etc ...

Hope this will be helpful, let me know if you need any help.

Good luck,

Joe




=============================================================================
Topic: Strange crash of Hosted Browser when adding ClickHandler to button...
Url: http://groups.google.com/group/google-web-toolkit/t/f279e63837b6f61d
=============================================================================

---------- 1 of 2 ----------
From: Kah0ona <[email protected]>
Date: Dec 04 03:10AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/659789bb8c0d1681

Hi,

[System details: Mac OS X Snow Leopard 1.6.2, eclipse gallilleo]


I am having a strange problem in a little project of mine. I am
building (generating actually) a system that allows basic CRUD
operations on data, and I am using a simple MVC pattern. For every
data entity I have a MVC triple. So consider a Person who has Hobbies,
then there will be a 'Person MVC' and a 'Hobby MVC'

Just started this project, and this is what goes wrong:

The 2nd line in the body of this method causes the hosted mode to
crash:
       [mypackage.client.PersonView]
        /**
         * Adds a create button to the PersonTableView
         */
        private void addCreateButton() {
                this.createButton = new Button("Create");
                
this.createButton.addClickHandler(controller.getCreateListener());
                panel.add(this.createButton);

        }

Now, I've got two of these methods, one in the PersonView and one in
the HobbyView. It simply calls the controller, to retrieve a listener
for the button. This works, if I out-comment one of the
addClickHandler lines (eg. in the PersonView xor in the HobbyView).
But if i enable both lines, the GWT hosted browser crashes with the
following errormessage in the console:

2009-12-04 11:51:00.270 java[13001:a07] [Java CocoaComponent
compatibility mode]: Enabled
2009-12-04 11:51:00.273 java[13001:a07] [Java CocoaComponent
compatibility mode]: Setting timeout for SWT to 0.100000
Invalid memory access of location 00000010 eip=9229277b

I also tried
this.createButton.addClickHandler(new ClickHandler(){ public void
onClick(ClickEvent event){...}));

Which gives the same error; only works if one of the two is
outcommented.

Any thoughts? Both views are part of a TabPanel btw, where the user
can do CRUD operations on Person and on a Hobby tab.

Should I file this as a bug? It is hard to come up with an accurate
description, but I hope I kind of succeeded...


---------- 2 of 2 ----------
From: Kah0ona <[email protected]>
Date: Dec 04 03:13AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/2ffe58e794c93711

I forgot to mention: GWT 1.7.1




=============================================================================
Topic: problems invoking a function from an external javascript source file...
Url: http://groups.google.com/group/google-web-toolkit/t/a445efd3212d0470
=============================================================================

---------- 1 of 2 ----------
From: Komal <[email protected]>
Date: Dec 04 02:45AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/74f5385a8b118f84

Hi,

I am trying to invoke a method from prettify.js the method looks like
this....
my jsni method:-


        public native String getPrettifiedOutput(String result)
        /*-{
                 var prettyPrintingJob = {
              sourceCodeHtml: result,
              langExtension: '.java',
            };
            $wnd.applyDecorator(prettyPrintingJob);
                return prettyPrintingJob.prettyPrintedHtml;
        }-*/;

///---------------------------------------------------------------------------

method definition in the js file is :-
http://code.google.com/p/google-code-prettify/source/browse/trunk/src/prettify.js#1382


  function applyDecorator(job) {
    var sourceCodeHtml = job.sourceCodeHtml;
    var opt_langExtension = job.langExtension;

    // Prepopulate output in case processing fails with an exception.
    job.prettyPrintedHtml = sourceCodeHtml;

    try {
      // Extract tags, and convert the source code to plain text.
      var sourceAndExtractedTags = extractTags(sourceCodeHtml);
      /** Plain text. @type {string} */
      var source = sourceAndExtractedTags.source;
      job.source = source;
      job.basePos = 0;

///---------------------------------------------------------------------------

Am I invoking the method properly?
Please let me know for the changes I need to make.....

Thanks,
Komal


---------- 2 of 2 ----------
From: Thomas Broyer <[email protected]>
Date: Dec 04 02:56AM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/b9a59229984d09a9

>             };
>             $wnd.applyDecorator(prettyPrintingJob);

applyDecorator is "private" in prettify.js, only
PR_SHOULD_USE_CONTINUATION, PR_normalizedHtml, prettyPrintOne,
prettyPrint and PR are public (well, and _pr_isIE6 too, but it's kind
of an "implementation detail")



=============================================================================
Topic: GWT 2.0.0rc2 ::: Unknown argument: -portHosted
Url: http://groups.google.com/group/google-web-toolkit/t/5cc60357bb8cd48a
=============================================================================

---------- 1 of 1 ----------
From: Gerhard Davids <[email protected]>
Date: Dec 02 10:46PM -0800
Url: http://groups.google.com/group/google-web-toolkit/msg/2f317dcb0fb27e77

Hey, what did you do at this point to get it working?
Your steps up to now has been very valuable.

My run config is now a normal java config instead of the GWT plugin's
config.
I'm getting the following in my Dev Mode when I hit the "Default
Browser" button :

Unable to find type 'com.curasoftware.assessor.client.Assessor'
Check that the type name 'com.curasoftware.assessor.client.Assessor'
is really what you meant
Hint: Check that your classpath includes all required source roots

Now the string the error quotes is my Entry point class.
Im at a loss.

I could simply go to m2 and work from it but there are some fixes in
RC2 that I urgently need to investigate.

Peace
Gerhard





--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



--- End Message ---

Reply via email to