Re: WOLips and html formatting

2009-10-01 Thread Jarda Hanuš
Another gotcha - if you use "" tags in your html, replace them with "". Otherwise everything after just disappears from your brand new formatted html. Jarda Hi Lon, There is one gotcha with this refactoring that I've come across the hard way. If you're using an AjaxModalDialog with just

Re: Error when extending from ERXAjaxApplication

2009-10-01 Thread Matt Stokes
Mike: >>> You're getting backtrack errors doing what and using which components? It is a test app based on the Ajax Example. Using AjaxTab + AjaxTextHinter + AjaxAutocomplete. Two of the 3 tabs have simple forms (which is where I use the Autocomplete and pre-filled text hints). BTW, when I see b

Re: WOLips and html formatting

2009-10-01 Thread Lachlan Deck
On 02/10/2009, at 11:54 AM, Q wrote: On 02/10/2009, at 8:44 AM, Lachlan Deck wrote: On 02/10/2009, at 6:22 AM, Mike Schrag wrote: jira? On a side-note I added a Jira yesterday (WOL-1112) about the reformatting not respecting the tab vs spaces settings. i.e., if you've got soft-tab turn

Re: WOLips and html formatting

2009-10-01 Thread Q
On 02/10/2009, at 8:44 AM, Lachlan Deck wrote: On 02/10/2009, at 6:22 AM, Mike Schrag wrote: jira? On a side-note I added a Jira yesterday (WOL-1112) about the reformatting not respecting the tab vs spaces settings. i.e., if you've got soft-tab turned off and tab inside the editor you g

Re: WOLips and html formatting

2009-10-01 Thread Lachlan Deck
On 02/10/2009, at 6:22 AM, Mike Schrag wrote: jira? On a side-note I added a Jira yesterday (WOL-1112) about the reformatting not respecting the tab vs spaces settings. i.e., if you've got soft-tab turned off and tab inside the editor you get tabs but when you refactor it uses 2 spaces.

Re: WOLips and html formatting

2009-10-01 Thread Chuck Hill
I think I fixed that...Maybe On Oct 1, 2009, at 1:22 PM, Mike Schrag wrote: jira? On Oct 1, 2009, at 2:57 PM, David Holt wrote: Hi Lon, There is one gotcha with this refactoring that I've come across the hard way. If you're using an AjaxModalDialog with just a form inside you'l

Re: WOLips and html formatting

2009-10-01 Thread Mike Schrag
jira? On Oct 1, 2009, at 2:57 PM, David Holt wrote: Hi Lon, There is one gotcha with this refactoring that I've come across the hard way. If you're using an AjaxModalDialog with just a form inside you'll need to add back a return character before the form after you refactor the html. D

Re: WOLips and html formatting

2009-10-01 Thread Lon Varscsak
Awesome guys! I had no idea...that's a big time saver! I don't mind a few tweaks, just enough to get me the basics is great. Thanks, Lon On Thu, Oct 1, 2009 at 11:57 AM, David Holt wrote: > Hi Lon, > There is one gotcha with this refactoring that I've come across the hard > way. If you're usi

Re: WOLips and html formatting

2009-10-01 Thread David Holt
Hi Lon, There is one gotcha with this refactoring that I've come across the hard way. If you're using an AjaxModalDialog with just a form inside you'll need to add back a return character before the form after you refactor the html. David On 1-Oct-09, at 11:27 AM, John Huss wrote: Or h

Re: Ajaxautocomplete to one relationship

2009-10-01 Thread Mark Wardle
Thanks David. I guess there is an inherent lack of genericity here. -- Dr. Mark Wardle Specialist registrar, Neurology (Sent from my mobile) On 29 Sep 2009, at 20:42, David LeBer wrote: On 2009-09-29, at 3:07 PM, Mark Wardle wrote: Hi all. I'm successfully using ajaxautocomplete bu

Re: WOLips and html formatting

2009-10-01 Thread John Huss
Or hidden in the menus: Edit -> Refactor -> Format John On Thu, Oct 1, 2009 at 1:09 PM, David Avendasora wrote: > Cmd-Shift-F ? > > Dave > > > On Oct 1, 2009, at 2:04 PM, Lon Varscsak wrote: > > Is there a way to have WOLips format the html for me (on command). I get >> html from the designer

Re: WOLips and html formatting

2009-10-01 Thread David Avendasora
Cmd-Shift-F ? Dave On Oct 1, 2009, at 2:04 PM, Lon Varscsak wrote: Is there a way to have WOLips format the html for me (on command). I get html from the designer and it's never formatted properly, and in the old WOBuilder there was a way to do this. Any thoughts? Lon __

WOLips and html formatting

2009-10-01 Thread Lon Varscsak
Is there a way to have WOLips format the html for me (on command). I get html from the designer and it's never formatted properly, and in the old WOBuilder there was a way to do this. Any thoughts? Lon ___ Do not post admin requests to the list. They w

Fwd: Using ERJavaMail with IMAG

2009-10-01 Thread Pascal Robert
I forgot to cc the list. De : Pascal Robert Date : 1 octobre 2009 06:58:44 HAE À : Gustavo Pizano Objet : Rép : Using ERJavaMail with IMAG IMAP is to RETRIEVE emails, not sending them. I think that with some email systems, if you use SMTP authentification the MTA might automatically add

Re: Using ERJavaMail with IMAG

2009-10-01 Thread Gustavo Pizano
Ah I see. I will take a lokk at the link Pascal sent me. http://issues.objectstyle.org/jira/browse/WONDER-118 Thanks for the info :D G. On Oct 1, 2009, at 12:52 PM, Kieran Kelleher wrote: Gustavo, ERJavaMail is just a client for sending mail. It does not matter whether the recipient's ac

Re: Using ERJavaMail with IMAG

2009-10-01 Thread Kieran Kelleher
Gustavo, ERJavaMail is just a client for sending mail. It does not matter whether the recipient's account is IMAP or POP. ERjavaMail communicates with the SMTP server which sends the Email. To connect to the SMTP server you need to know the hostname and optionally port (if non-standard) a

Using ERJavaMail with IMAG

2009-10-01 Thread Gustavo Pizano
Hello all. I have been reading on how to send eMails from within WO app, I saw the wiki and the examples how to do this.. so I think I understand how to achieve it. Now I was asked to check if is possible to do it using an IMAP server, I didn't get the whole idea why, I understood is to