Re: Google IO - Anybody up for a GWT meetup?

2012-06-26 Thread István Szoboszlai
Hello Guys,

I already have one GWT developer in the team. We still accept new
applications :)

I also have a US phone number now in case anybody would like to meet eg. at
the after hour party: +1 510 479 4814

If not, have a nice IO, or a nice day! :)

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Sat, Jun 23, 2012 at 12:33 PM, István Szoboszlai mrsz...@gmail.comwrote:

 Hello,

 I will attend google IO next week.

 I am already in SF, so if anybody is up to meet and chat about GWT (or
 anything else:) ), write me!
 We could do a small meetup in a coffe shop. If any Googler would be
 interested that would be even more awesome.

 Üdvözlettel / Best Regards
 --
 István Szoboszlai | +36703264450 | istvan.szobosz...@inepex.com
  http://inepex.com | IT Development and Location Based Services
  http://inepex.com/


 http://inepex.com/


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



Google IO - Anybody up for a GWT meetup?

2012-06-23 Thread István Szoboszlai
Hello,

I will attend google IO next week.

I am already in SF, so if anybody is up to meet and chat about GWT (or
anything else:) ), write me!
We could do a small meetup in a coffe shop. If any Googler would be
interested that would be even more awesome.

Üdvözlettel / Best Regards
--
István Szoboszlai | +36703264450 | istvan.szobosz...@inepex.com
 http://inepex.com | IT Development and Location Based Services
 http://inepex.com/


http://inepex.com/

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



Announcing a IneForm/IneFrame, frameworks for highly productive GWT development

2011-11-21 Thread István Szoboszlai
Dear All,

I would like to introduce our GWT frameworks IneForm/IneFrame.

In a few words:
 - IneForm: an easy to use tool for data presentation and data manipulation
through generated but customizable forms and tables.
 - IneFrame: a frame for any web application, that supports authentication,
authorization, page handling and smarter I18N.

We have been using these framework in almost all of our real life projects
with great success. We have been teaching them at our local University, and
we have got positive feedback.
*We would greatly appreciate some feedback form the GWT community!*

You can try out our example project here:
http://bl06.inclust.com:8080/contactmanager/
Its google code site is: http://code.google.com/p/ineform/
We even have a complete tutorial on how to create the example project from
scratch.

*Feature highlights*

*IneForm features*

   - Client side model objects are extended with a very simple
   reflection-like system.
   - Generated code takes care of CRUD commands
   - Annotation driven code generation system
   - Generated code for describing forms and tables
   - Parts of the generated code can be customized in a way that
   regeneration will not screw it up. See: ClassTempalter - Hand written code
   - One model object can have more form and table descriptor assigned to
   it.
   - Out of the box the forms can handle ManyToOne and OneToOne
   relationships of entities.
   - A form can display fields bound to a property in the object hierarchy
   which is arbitrarily deep.
   - The forms can be customized in more different ways.
   - Basic client and server side validation is also generated, and can be
   customized.
   - When editing objects only the difference is sent to the sever
   - Almost every behavior is described with serializable descriptor
   objects, so runtime generation of forms and tables is also possible.
   - Wizard forms
   - UiBinder based form template can also be bound to model object.

*IneFrame features*

   - A simple to use, yet very powerful internationalization support that
   replaces GWT's built-in one
   - Page handling mechanism that is based on a hierarchical sitemap
   descriptor which handles user rights, can be rendered as a menu, and is
   good for an overview documentation of the whole web application.
   - Basic, extendable helper classes for user authentication and right
   handling.


Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com

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



Re: reflection-like for 2.3 or 2.4

2011-11-21 Thread István Szoboszlai
Hello András,

Our GWT framework IneFrame also provides some basic reflection like
functionality for model objects.
Google code site: http://code.google.com/p/ineform/

The project that provides the reflection-like functionality itself can be
used without the form and table generation stuff. It is called IneOm (om
stays for Object Model)

If you have any question feel free to contact me. Even on phone ;)

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Thu, Nov 17, 2011 at 3:09 PM, András Csányi sayusi.a...@gmail.comwrote:

 Dear All,

 I'm looking for a gwt library which provides me reflection-like
 services. Basically there is an object and I would like to know the
 properties of the object and get them. In the last 1,5 days I found
 many but some of them created for old version of gwt and/or doesn't
 have maven repository.

 Thanks in advance!

 András

 --
 - -
 --  Csanyi Andras (Sayusi Ando)  -- http://sayusi.hu --
 http://facebook.com/andras.csanyi
 --  Trust in God and keep your gunpowder dry! - Cromwell

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



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



Re: hoe to make GWT TabPanel draggable and resizable

2011-11-21 Thread István Szoboszlai
I think you have to implement is yourself.
Or there might be a third party solution. Although I have not came along
one until now.

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Thu, Nov 17, 2011 at 7:58 PM, junaid juna...@gmail.com wrote:

 Hi

 i have a TabPanel in my GWT project, i want to make it draggable and
 resizable
 is it possible with GWT ?

 Thanks
 Junaid

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


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



Re: localization/custom text/ message through configuration

2011-09-18 Thread István Szoboszlai
Hello,

We have an open source project, that is not publicly announced yet as we
still need to do some inmporvements on the code. You can find it at
code.google.com/p/ineform

As part of this framework we have an i18n solution as well. You do not have
to use the full framework, you can use only the i18n component of it. If you
are interested we can have a skype meeting and I can help you get started
with the framework.

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Wed, Sep 14, 2011 at 10:20 PM, kelly kellyche...@gmail.com wrote:

 Hi,

 I have a web application that I want to distribute to multiple user
 grroups./company.

 I want to make the text on my screen fllexible that they can change
 the properties file without re-compiling it.

 ie companyName = my Company

 my client with company name ABC Company can change it like
 companyName = ABC company

 is that for image, as long as they can replace the image with the same
 filename in the war file, they can change it themselves as well?

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



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



Re: Centering text in a Label

2011-09-08 Thread István Szoboszlai
This is a quiet big problem.
It is very hard to center things verically in a browser independent way. You
should try googling for it.
There are a few not very straight forward solutions.

This issue is not related to GWT.

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | inepex.com


On Thu, Sep 8, 2011 at 12:33 PM, ph09 ph.hei...@googlemail.com wrote:

 Hello,

 I try to centering text in a Label with following CSS:
 .gwt-Label-1 {
border: 1px solid;
font-size: 13px;
vertical-align: middle;
text-align: center;
background-color: lavender;
 }

 It works all except of vertical-align: middle. The text is always at
 the top of the Label.
 Does anyone know why?

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



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



Question about google +

2011-08-09 Thread István Szoboszlai
Hello,

Just out of curiosity, the question is: was GWT used to develop Google+? If
so, is that some branched edition? Things are not very familiar in the html
source.
If GWT was *not* used, why is that?

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | inepex.com

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



Re: I need 2 Google IO tickets

2011-04-26 Thread István Szoboszlai
Hello David,

We don't have the tickets yet, but are constantly trying to get two on ebay
for a fair price. We are really interested in the get-together. We will be
in SF from may 6th to may 28th. Do you want to do the event on May 10-11 or
another day(s) would also be good.

Meanwhile the IneForm project I mentioned to you is getting ready to
publish:) We have done a lot of refactoring to it, and we will also do it
maven compatible. It must be out in a week. I have demoed it in our local
university (TUB), and they are quiet interested in it. I'll send you the
link when it is out if you are still interested.

Best - Istvan

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Tue, Apr 26, 2011 at 5:17 PM, David Chandler drfibona...@google.comwrote:

 Hi István,

 Were you able to obtain an I/O ticket? Are you still planning to be in SFO
 May 10-11? I'm thinking of organizing a GWT get-together off campus so
 others could attend.

 Thanks,
 /dmc

 On Fri, Feb 11, 2011 at 12:03 PM, Jeff Larsen larse...@gmail.com wrote:


 I'd also be interested in a get-together for GWT Developers, but I
 will only be in SF if I get a google IO ticket.


 Last year at I/O there were tables setup for the different tracks people
 were interested. GWT, Android, google apis etc.

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




 --
 David Chandler
 Developer Programs Engineer, Google Web Toolkit
 w: http://code.google.com/
 b: http://googlewebtoolkit.blogspot.com/
 t: @googledevtools

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


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



Re: I need 2 Google IO tickets

2011-04-26 Thread István Szoboszlai
IneForm is a soon to be opensourced project.
It's main goal is to provide an easy way to present data in Tables and
Forms. It uses a very simple reflection-extension and some descriptors to
enable data-binding and dynamic rendering of tables and forms.
And it constantly gets new features to help kick-starting a GWT based web
application project.
It will be published to code.google.com/p/ineform (the data on the page is
very obsolate now)

I will post it here when it's out. I hope I will get some honet feedback:)

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Tue, Apr 26, 2011 at 5:47 PM, nino ekambi jazzmatad...@googlemail.comwrote:

 IneForm project ? :)


 2011/4/26 István Szoboszlai mrsz...@gmail.com

 Hello David,

 We don't have the tickets yet, but are constantly trying to get two on
 ebay for a fair price. We are really interested in the get-together. We will
 be in SF from may 6th to may 28th. Do you want to do the event on May 10-11
 or another day(s) would also be good.

 Meanwhile the IneForm project I mentioned to you is getting ready to
 publish:) We have done a lot of refactoring to it, and we will also do it
 maven compatible. It must be out in a week. I have demoed it in our local
 university (TUB), and they are quiet interested in it. I'll send you the
 link when it is out if you are still interested.

 Best - Istvan

 Üdvözlettel / Best Regards
 - István Szoboszlai
 istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com



 On Tue, Apr 26, 2011 at 5:17 PM, David Chandler 
 drfibona...@google.comwrote:

 Hi István,

 Were you able to obtain an I/O ticket? Are you still planning to be in
 SFO May 10-11? I'm thinking of organizing a GWT get-together off campus so
 others could attend.

 Thanks,
 /dmc

 On Fri, Feb 11, 2011 at 12:03 PM, Jeff Larsen larse...@gmail.comwrote:


 I'd also be interested in a get-together for GWT Developers, but I
 will only be in SF if I get a google IO ticket.


 Last year at I/O there were tables setup for the different tracks people
 were interested. GWT, Android, google apis etc.

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




 --
 David Chandler
 Developer Programs Engineer, Google Web Toolkit
 w: http://code.google.com/
 b: http://googlewebtoolkit.blogspot.com/
 t: @googledevtools

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


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




 --

 GWT API for  non Java based platforms
 http://code.google.com/p/gwt4air/
 http://www.gwt4air.appspot.com/


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


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



I need 2 Google IO tickets

2011-02-10 Thread István Szoboszlai
Hello, Sorry to post about this, but I am desperate about going to Google
IO. I develop in GWT for more than 3 years. We already bought the plain
tickets from Hungary, but could not buy IO tickets.
We also have a gwt framework called IneForm, that is going to be opensourced
soon (I think it is a decent framework, I will announce it here, when it's
out).

So I really want to meet other GWT developers, and I thought IO is a great
opportunity. I will be in SF form May 6 to May 29.
*If anybody have some ticket to sell, I would pay decent amount of money for
it!*

Irrespectively of me being able to get tickets, we could organize some event
in SF in the time of IO for GWT developers.
Anybody Interested ether in selling ticket or in some GWT event?

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com

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



Re: CellTable multiline header, header custom style

2010-12-07 Thread István Szoboszlai
Hello,

Thanks for the answers! Actaully I did not see it until now, as my gmail
archives gwt list mails automatically, but ususally when I ask somehing it
the answers do show up in my inbox. Now it did not happen.

But thanks for the answers they are also useful now :)

Üdvözlettel / Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 70 32 64 450 | inepex.com


On Sun, Nov 14, 2010 at 11:41 PM, Dawson dawson.schaf...@gmail.com wrote:

 I have created a header class called StyledHeader.  It has a styleName
 property that mimics the base UIObject and is a space separated list
 of class names.  The header renders any parent content and then wraps
 it in another div with the set of supplied classes.  I also have a
 similar class called StyledColumn that does the same for columns.
 They are both generic and do not have specified types so they can be
 extended.  I'll paste them here as well as another extension
 SortedHeader (based on the Expenses sample) that extends from
 StyledHeader instead of Header.  I hope someone finds it useful.

 StyledHeader.java

 ---
 public abstract class StyledHeaderH extends HeaderH
 {

/**
 * {...@link SafeHtmlTemplates} for header rendering.
 */
interface Template extends SafeHtmlTemplates
{
@Template(div class=\{0}\{1}/div)
SafeHtml header(String classes, SafeHtml contents);
}

/** {...@link Template} instance. */
private static Template TEMPLATES = GWT.create(Template.class);

/** Style classes. */
private String styleName = ;

/**
 * Construct a new StyledHeader.
 *
 * @param cell
 *the {...@link Cell} responsible for rendering items in
 the header
 */
public StyledHeader(CellH cell)
{
super(cell);
}

/**
 * Adds a style name to this object.
 */
public void addStyleName(String style)
{
styleName = StringUtils.addStyleName(styleName, style);
}

/**
 * Removes a style name from this object.
 */
public void removeStyleName(String style)
{
styleName = StringUtils.removeStyleName(styleName, style);
}

/**
 * Returns all of the object's style names, as a space-separated
 list.
 *
 * @return the objects's space-separated style names
 */
public String getStyleName()
{
return styleName;
}

@Override
public void render(SafeHtmlBuilder sb)
{
/* create an html builder and render parent contents into it
 */
SafeHtmlBuilder contents = new SafeHtmlBuilder();
super.render(contents);

/* render wrapped contents */
sb.append(TEMPLATES.header(styleName, contents.toSafeHtml()));
}
 }

 StyledColumn.java

 ---
 public abstract class StyledColumnT, C extends ColumnT, C
 {
/**
 * {...@link SafeHtmlTemplates} for header rendering.
 */
interface Template extends SafeHtmlTemplates
{
@Template(div class=\{0}\{1}/div)
SafeHtml cell(String classes, SafeHtml contents);
}

/** {...@link Template} instance. */
private static Template TEMPLATES = GWT.create(Template.class);

/** Style classes. */
private String styleName = ;

/**
 * Construct a new StyleColumn with a given {...@link Cell}.
 *
 * @param cell
 *the Cell used by this Column
 */
public StyledColumn(CellC cell)
{
super(cell);
}

/**
 * Adds a style name to this object.
 */
public void addStyleName(String style)
{
styleName = StringUtils.addStyleName(styleName, style);
}

/**
 * Removes a style name from this object.
 */
public void removeStyleName(String style)
{
styleName = StringUtils.removeStyleName(styleName, style);
}

/**
 * Returns all of the object's style names, as a space-separated
 list.
 *
 * @return the objects's space-separated style names
 */
public String getStyleName()
{
return styleName;
}

@Override
public void render(T object, ProvidesKeyT keyProvider,
 SafeHtmlBuilder sb)
{
/* create an html builder and render parent contents into it
 */
SafeHtmlBuilder contents = new SafeHtmlBuilder();
super.render(object, keyProvider, contents);

/* render wrapped contents */
sb.append(TEMPLATES.cell(styleName, contents.toSafeHtml()));
}
 }


 SortableHeader.java

 ---
 /**
  * A {...@link Header} subclass that maintains sorting state and displays
 an icon
  * to indicate the sort direction.
  */
 public class SortableHeader extends StyledHeaderString {

/**
 * {...@link SafeHtmlTemplates} for header rendering

CellTable multiline header, header custom style

2010-11-10 Thread István Szoboszlai
Hello,

I would need 2 functions in the new GWT 2.1 CellTable.

1. Multiple tr-f for table header.
2. Custom style for th component in the header. As I have seen in the
code, there is no easy way. The method createHeaders(boolean isFooter) is
private and can not appand custom stylename to the th component. I would
really need to set the with of each colum specificly.

Does any of you know any simple ways to accomplish these?

Anyways the new Cell based components rock! Thank you GWT developers :)

Any help is much appreciated.

Thanks
- István Szoboszlai
istvan.szobosz...@inepex.com | inepex.com

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



Re: GWT runAsync question

2010-08-24 Thread István Szoboszlai
Hello,

Gwt optimizes what part of code will be loaded in which async module. There
will be common parts, that are needed by more modules. You can see what code
gets in which async part when compyling with the -soyc option (story of your
compile).
Google for it and you will find a lot of answeres.

Üdvözlettel / Best Regards
- István Szoboszlai
inepex.com


On Tue, Aug 24, 2010 at 10:31 AM, Ice13ill andrei.fifi...@gmail.com wrote:

 Nobody? anybody ?

 On Aug 23, 7:35 pm, Ice13ill andrei.fifi...@gmail.com wrote:
  I would like to know if the GWT.runAsync method downloads code
  recursive when calling methods inside the code that is being run
  async.
  For example if i have a load() method with let's say 100 lines of code
  (which also contains some other methods), will GWT download async the
  code inside load() method ? or will do this only for that line of code
  (which is actually one)

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



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



Re: GWT 2.04 + Eclipse Galileo

2010-08-15 Thread István Szoboszlai
Hello!

Are you not trying to use an old launch config?
Try creating a new GWT project, and see what happens!
I don't think though there is a -style argument for devmode.
The -style argument I know is used for specifying javascript output style
for gwt compiler.

Hope that helps.

Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | inepex.com


On Sun, Aug 15, 2010 at 8:22 AM, kirtcathey kirtcat...@gmail.com wrote:

 Hi.

 Every time I try to run my application, the server doesn't start and
 stops with an error: Unknown argument: -style

 Have searched, but nothing yet. Any ideas?

 --Kirt

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



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



Re: com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException: java.lang.IllegalAccessException: Private fields can not be set on JRE classes

2010-08-15 Thread István Szoboszlai
Hello!

Do you have public getters and setters on your classes.
I think they are needed. However some code sample would be useful. It is
hard to guess what the problem is from just a stacktrace...

Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | inepex.com


On Sat, Aug 14, 2010 at 4:04 PM, Vik vik@gmail.com wrote:

 hie

 i m passing throwable parameter in the method. Can please someone help me
 on this?

 Thankx and Regards

 Vik
 Founder
 www.sakshum.com
 www.sakshum.blogspot.com


 On Fri, Aug 6, 2010 at 9:09 PM, Vik vik@gmail.com wrote:

 Hie

 On a rpc call i am getting following exception. please advise what is
 going wrong here?


 com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException:
 java.lang.IllegalAccessException: Private fields can not be set on JRE
 classes.
  at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at
 sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  at
 sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:105)
 at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
  at
 com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
 at
 com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1714)
  at
 com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:165)
 at
 com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
  at
 com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
 at
 com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
  at
 com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
 at
 com.google.gwt.user.client.rpc.IncompatibleRemoteServiceException_FieldSerializer.instantiate(IncompatibleRemoteServiceException_FieldSerializer.java)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
  at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
 at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
  at
 com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
 at
 com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1714)
  at
 com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:165)
 at
 com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
  at
 com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
 at
 com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
  at
 com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91)
 at
 com.google.gwt.user.client.rpc.impl.SerializerBase$MethodMap$.instantiate$(SerializerBase.java)
  at
 com.google.gwt.user.client.rpc.impl.SerializerBase.instantiate(SerializerBase.java:140)
 at
 com.google.gwt.user.client.rpc.impl.ClientSerializationStreamReader.deserialize(ClientSerializationStreamReader.java:114)
  at
 com.google.gwt.user.client.rpc.impl.AbstractSerializationStreamReader.readObject(AbstractSerializationStreamReader.java:61)
 at
 com.google.gwt.user.client.rpc.impl.RequestCallbackAdapter.onResponseReceived(RequestCallbackAdapter.java:199)
  at
 com.google.gwt.http.client.Request.fireOnResponseReceived(Request.java:287)
 at
 com.google.gwt.http.client.RequestBuilder$1.onReadyStateChange(RequestBuilder.java:393)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at
 sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  at
 sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
  at com.google.gwt.dev.shell.MethodAdaptor.invoke(MethodAdaptor.java:103)
 at com.google.gwt.dev.shell.MethodDispatch.invoke(MethodDispatch.java:71)
  at
 com.google.gwt.dev.shell.OophmSessionHandler.invoke(OophmSessionHandler.java:157)
 at
 com.google.gwt.dev.shell.BrowserChannel.reactToMessagesWhileWaitingForReturn(BrowserChannel.java:1714)
  at
 com.google.gwt.dev.shell.BrowserChannelServer.invokeJavascript(BrowserChannelServer.java:165)
 at
 com.google.gwt.dev.shell.ModuleSpaceOOPHM.doInvoke(ModuleSpaceOOPHM.java:120)
  at
 com.google.gwt.dev.shell.ModuleSpace.invokeNative(ModuleSpace.java:507)
 at
 com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(ModuleSpace.java:264)
  at
 com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(JavaScriptHost.java:91

Gwt Developer Plugin for Safari does not work

2010-06-17 Thread István Szoboszlai
Hello,

The developer mode plugin for safari stopped working a while ago.
I am using a Mac.
The symptom is, that when I point my browser to the url given by devmode in
eclipse, safari simply comes up with the please download devmode plugin.
Doesn't matter how many times I reinstall the plugin, it won't be recognised
by safari... :(
Now my only option is to use Firefox, which is quiet slow...

Any answer would be greatly appreciated!

Thanks -
- István Szoboszlai | inepex.com

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



GWT Developer mode plugin for Safari does not work

2010-06-16 Thread István Szoboszlai
Hello,

The developer mode plugin for safari stopped working a while ago.
I am using a Mac.
The symptom is, that when I point my browser to the url given by devmode in
eclipse, safari simply comes up with the please download devmode plugin.
Doesn't matter how many times I reinstall the plugin, it won't be recognised
by safari... :(
Now my only option is to use Firefox, which is quiet slow...

Any answer would be greatly appreciated!

Thanks -
- István Szoboszlai | inepex.com

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



Re: Can UIBinding's auto-fit LayoutPanel components?

2010-02-23 Thread István Szoboszlai
Hello,

This was also my biggest problem with the GWT layout system I am afraid It
does not support dynamic resizing of divs depending on it's content.

It somewhat makes sense, as if you use simple FlowPanels then that resizes
itself.

Still I would also very well use a Layout system that supports dynamic
resizing depending on content. The most obvious field of use for this is
replacing the (so much hated) table components with floated divs.

So I think this is a good feature request form the GWT team:)

Best - Istvan

Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | inepex.com


On Tue, Feb 23, 2010 at 6:25 AM, ahhughes ahhug...@gmail.com wrote:

 Hi Guys,

 The LayoutPanels typically take in a (sizing) unit (like PX or PC or
 EM) and a discrete size for each component, like:

 ui:UiBinder
  g:DockLayoutPanel unit='PX'
g:north size='64'
  g:Label text=Example/g:Label
/g:north
  /g:DockLayoutPanel
 /ui:UiBinder

 But what if I don't want to set a discrete size (whatever the unit),
 and I want the g:north to auto fit whatever is placed within the
 north component?

 Cheers.

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



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



Re: TreeMapString, ListInterface_For_Custom_Pojo can not be serialized by gwt-rpc in gwt 2.0

2010-02-10 Thread István Szoboszlai
Hello David!

I don't think it is a bug. How would the gwt compiler know that you want to
transfer Pojo_Object_Concrete_Class over RPC. You only declare
Custom_Pojo_Object_Interface  in your RPC interface. You have to explicitly
show the compiler what classes you want to transfer over RPC.

I hope this helps

Best
 - István


On Tue, Feb 9, 2010 at 11:21 PM, devadvocate 
david.jonathan.nel...@gmail.com wrote:

 While attempting to serialize this type with gwt-rpc in gwt 2.0:

 SortedMapString, ListCustom_Pojo_Object_Interface

 and a concrete type of TreeMap, I get this error message at runtime:

 Type 'Pojo_Object_Concrete_Class' was not included
 in the set of types which can be serialized by this
 SerializationPolicy or its Class
 object could not be loaded. For security purposes, this type will not
 be serialized.:
 instance = fPojo_Object_Concrete_Class...

 Both Custom_Pojo_Object_Interface

 and

 Pojo_Object_Concrete_Class

 implement IsSerializable.

 is this a bug in GWT 2 or am I doing something wrong?

 Thanks,
 David

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


istvan.szobosz...@inepex.com | inepex.com

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



Re: MVP + UiBinder, thoughts?

2010-01-29 Thread István Szoboszlai
Hello Bryce,

Are you using the approach you were describing in any project now with
success? If so it would be very appreciated if you could write some
sentences about your experiences.
I thing I like what you proposed, and I also think it is not a big drawback
that you have to inject the presenters 'execute' interface int he view by
hand.

So I think I will give a chance to this approach.

I'll write if I have any conclusion (good, or bad).

Best - Istvan

On Wed, Dec 30, 2009 at 1:55 AM, bryce cottam bcot...@gmail.com wrote:

 very similar, but I think I either wanted to keep the Execute
 interface on the Presenter (since the View is already dependent on a
 nested interface from the Presenter) or having it on a top level
 package.  Come to think of it I think I tried to define the Execute
 interface inside the Presenter and the compiler didn't like that, so I
 wound up just making it a top level api Interface.  I think this is
 more decoupled than the interface being nested in the View
 implementation, (since the Presenter is only dealing with interfaces
 defined either in it's self, or in a top level package)

 You are correct on the constructor injection though, you wouldn't be
 able to inject both via constructor arguments, however, in the
 Presenter constructor you could simply inject it's self into a setter
 on the Display:

 public MyPresenter(MyDisplay display) {
display.setExecute(this);
 }

 I'm used to Spring-style injection, which usually leverages some kind
 of setter post-construction anyhow.  You could even have some other
 class implement the Executer api that just had a reference to the
 Presenter instance, but that's a few levels of indirection for
 delegating method calls  :)

 I guess it's a small trade off for me to self-inject in my constructor
 rather than having Guice inject me if I can reduce boiler plate code.

 I'm glad to hear you were at least considering my approach, it's nice
 to know i'm not way off in left field.

 -bryce


 On Tue, Dec 29, 2009 at 4:53 PM, FKereki fker...@gmail.com wrote:
  I also gave a thought to your method, but in the end opted out... but
  I guess it's where you are heading.
 
  In the same way that the View implements Display, an interface defined
  in the Presenter class, Presenter could implement Execute, an
  interface defined in the View class.
 
  The View should have a method allowing injection of the Execute
  object; the Presenter would this self injection in its constructor.
 
  Then, whenever any event happened, the View handler would do getExecute
  ( ).someMethod( ).
 
  You would do away with all anonymous classes, and each class (View,
  Presenter) would implement an interface defined in the other class.
 
  The symmetry breaks down a bit because you cannot inject each object
  in the other through their constructors (obviously!)
 
  Is this along the lines you were thinking?
 
  --
 
  You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
  To post to this group, send email to google-web-toolkit@googlegroups.com
 .
  To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 
 
 

 --

 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.





-- 
Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 30 432 8533 | inepex.com

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



Re: Eclipse Plugin for GWT 2.0 release

2009-12-11 Thread István Szoboszlai
Hello Rajeev,

Actually I think it is good, but I liked it when it was a separate
window. Of course you can drag the development mode tab to be a
separate window.

I liked the tabbing in the normal oophm window better, and there was a
way to restart jetty (perhaps I just did not find it yet in Eclipse
plugin.

I also liked, that the debug info and the http request log was in a
separate window.

Actually I really like gwt 2.0 and also the eclipse plugin rocks! The
UiBinder support is awesome!

Best - István

On Thu, Dec 10, 2009 at 5:43 PM, Rajeev Dayal rda...@google.com wrote:
 If you want to use the Development Mode UI provided by GWT, define the
 USE_REMOTE_UI environment variable for the launch configuration, and set its
 value to false. You can do this via the Environment tab for the launch
 configuration.
 If you don't mind, can you tell us why you're not a fan of the Development
 Mode View in Eclipse?
 2009/12/10 István Szoboszlai mrsz...@gmail.com

 Hello!
 I have tried the new GWT 2.0 release, and it looks very god!
 My only problem is with the eclipse plugin.
 Do you know how to debug the project using the normal devmode window
 instead of the Development Mode tab in eclipse? I don't really like the
 new tab:)
 Is there a command line argument to use the nomral devmode window?
 Any answer is really appreciated:)
 Thanks in advance
 - István Szoboszlai | inepex.com

 --

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

 --

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


--

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




Eclipse Plugin for GWT 2.0 release

2009-12-10 Thread István Szoboszlai
Hello!

I have tried the new GWT 2.0 release, and it looks very god!

My only problem is with the eclipse plugin.

Do you know how to debug the project using the normal devmode window instead
of the Development Mode tab in eclipse? I don't really like the new tab:)

Is there a command line argument to use the nomral devmode window?

Any answer is really appreciated:)

Thanks in advance
- István Szoboszlai | inepex.com

--

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




Re: CommandPattern vs Server side Event Bus?

2009-09-30 Thread István Szoboszlai
Hello,
Sure by nature http does not support events instantiated on by the server.
But there are some workarounds. Try to google for http server push, or
comet.

Best - Istvan

On Wed, Sep 30, 2009 at 4:51 PM, Trevis trevistho...@gmail.com wrote:


 The enherent problem with having a server side bus that talks to a
 client bus is that the server can't initiate the event.  . (due to the
 non-push nature of the web) but the second issue is that a client bus
 services one client where as the server bus would need to service
 many.  Questions spud arise like can a server event fire to a specific
 client or only to an individual client?

 In the application that I'm developing I have a polling thread in the
 gwt client and an event broadcast system on he server to allow the
 server to notify clients of notworthy activities.  I don't use a bus
 on the server to handle requests though I just use RPC and command
 pattern.

 On Sep 29, 4:09 pm, PJ Gray pj4...@gmail.com wrote:
  Yeah, I have thought the same thing as I was implementing
  MVP/CommandPattern.   I have a few eventbus events that I handle with
  EventHandlers, but then I have the whole gwt rpc mechanism that uses my
 own
  generic action classes.
 
  Combining the two might be a good move, however it might get tricky
 crossing
  the great wall of javascript.   I am no gwt expert, so I don't know how
  tight a coupling you can get from your server side stuff and GwtEvent
  (assuming you still want to use eventhandlers).
 
  I am sure its doable though.
 
  -pj
 
  On Tue, Sep 29, 2009 at 3:37 PM, Chris christopher.burr...@gmail.com
 wrote:
 
 
 
 
 
   Just had a quick question... I can see the benefits of the
   CommandPattern to some extent, what I'm not sure about is why, if
   we're using an Event Bus on the client side, one might not try and use
   an event bus on the server side too with an event bridge (you might
   say) in the middle.
 
   - Each event would define whether it propagates to the server.
   - The clients would be listening for events and all they would see is
   their relevant events being fired. They wouldn't know whether the
   event originated from the server and the client.
   - The server components would be listening on to the server-side event
   bus. In this case, the server would just fire off its response in the
   form of an event that all other server components could see and if
   need be this would propagate to the clients.
 
   Just wondering what people think of that pattern? I'm rather new to
   GWT and want to make my app as simple as possible, and it seems to me
   it would be rather nice if my
 
   Client Module says: I need a list of names,
   Server Module sees message someone needs a list of names.
   Server Module says Someone needed a list of names and here it is...
 
   I guess in that way, the response can be shared by many clients. The
   bridge in the middle could do some caching/filtering in the middle,
   since clearly not all events would need to be propagated to the
   server...
 
   Just some thoughts...
 



-- 
Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 30 432 8533 | inepex.com

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



Re: resize imagebundle

2009-04-04 Thread István Szoboszlai
Hello,
I had this problem, too. Actually it is how html works. Imagebundle creates
css background, and the background image can not be resied AFAICT.

Best - István

On Sat, Apr 4, 2009 at 10:29 PM, L Frohman lfroh...@gmail.com wrote:

  I couldn't find any information on this. I have an application where the
 images
 get resized using setWidth(), setHeight(). This shrinks the images to the
 requested size. I changed the application to use ImageBundle, and the
 images come from AbstractImagePrototype.createImage(). But now, the
 setWidth() and setHeight() calls just crop the image instead of shrinking
 it.
 Has anyone run into this problem or have a solution?

 Thanks,
 Lance



 



-- 
Best Regards
- István Szoboszlai
istvan.szobosz...@inepex.com | +36 30 432 8533 | inepex.com

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



Re: Flash with GWT

2009-03-26 Thread István Szoboszlai
Hello,
If the transparent option is applied on the flash object, than it will have
the same z-order as its containing dom element.

You can also use the swfobject's gwt wrapper to add flash components to your
site.

Best - István

On Thu, Mar 26, 2009 at 6:29 PM, lukehashj bobwazn...@gmail.com wrote:


 There's not much you can do about this :)

 This happens for the same reason that dropdown menus burn through
 'popunders' like you describe.

 Try creating a new popup class that uses an IFRAME to show your
 element, and then it won't burn through to the second iframe.

 Sucks, yes.

 On Mar 26, 6:28 am, ping2ravi ping2r...@gmail.com wrote:
  Hi All,
  I have a web page where i am using Flash and GWT both, i am using
  GWT's popup thing.
  Non flash screen part of the page shows the popup correctly but the
  screen part where flash is, it hides the popup under it. I can see
  that the potion of popup which should be on the top of Flash part is
  hidden and the otehr part is visible as there is no flash on that
  part.
 
  I remember that in JS/CSS we used to use z-index kind of this to make
  such ordering of JS object, but how to do that with flash.
 
  Any comments/Suggestion?
 



-- 
Üdvözlettel
Best Regards

- István Szoboszlai

ist...@szoboszlai.eu
Tel: 0036305658018

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