Re: Adding more conditions to a custom Qualifier - ERXInQualifier

2006-02-21 Thread Art Isbell
On Feb 21, 2006, at 5:41 AM, John Huss wrote: I'm trying to use ERXInQualifier in my program and I'd like to test multiple conditions besides the IN part of the query.  How do I add other conditions to the qualifier? Use EOAndQualifier and/or EOOrQualifier to combine ERXInQualifier with an arbitra

Xcode SCM

2006-02-21 Thread Zac Konopa
Hey folks, Does anyone know how to change the scm settings for a project in Xcode? Specifically the server settings? I had to change my servers IP information and now I want to change my projects SCM settings to match. Thx Zac ___ Do not post

Re: External javascrpt file - referencing

2006-02-21 Thread John Huss
Ok, I figured out how to do the split-install and it is working now. Thanks, John - Original Message - From: "John Huss" <[EMAIL PROTECTED]> To: "WebObjects Dev Apple" Sent: Tuesday, February 21, 2006 2:39 PM Subject: Re: External javascrpt file - referencing So it should be in the

Connection Trouble

2006-02-21 Thread Mario Casassus
Searching helpI work with the version Mac OSX Tiger 10.4.5 in french version. After install the complete OSX Tiger (updates included) I do the install for Postgres 8.1.3 I testing befor in the terminal and all work OK. Then I test the one connection and new database and also all work OK.Later I do

WOImage and FireFox

2006-02-21 Thread Frank Stock
Hi, I use a WOImage with bindings: data=aLeerling.foto.foto and mimeType='image/jpeg". It is an image of a student and it works fine with Safari. I did a test with Firefox and I don't see anything. I use frontbase, so I did look at a site that is using WO with images. The ony difference I

Re: External javascrpt file - referencing

2006-02-21 Thread Galen Rhodes
This is way off topic but it is OS X related. I've done searching on the net and found nothing. So I'm hoping someone here can point me in the right direction. What I want to do is, periodically, from a C program, have my Mac dial into a PPP server that I supply the phone, username and

Re: External javascrpt file - referencing

2006-02-21 Thread John Huss
So it should be in the Resources folder, not WebServerResources? John - Original Message - From: "Chuck Hill" <[EMAIL PROTECTED]> To: "WebObjects Dev Apple" Sent: Tuesday, February 21, 2006 1:20 PM Subject: Re: External javascrpt file - referencing On Feb 21, 2006, at 11:05 AM, Je

Re: External javascrpt file - referencing

2006-02-21 Thread Chuck Hill
On Feb 21, 2006, at 11:05 AM, Jeffrey Schmitz wrote: Would that fact that the file was only added to the Web server Target be why the cgi-bin doesn't show up in the URL? i.e. isn't that saying that the web server should access it directly? Yes, that is it. It needs to get added to the

Re: External javascrpt file - referencing

2006-02-21 Thread Jeffrey Schmitz
Would that fact that the file was only added to the Web server Target be why the cgi-bin doesn't show up in the URL? i.e. isn't that saying that the web server should access it directly? Jeff On Tuesday, February 21, 2006, at 11:49AM, Chuck Hill <[EMAIL PROTECTED]> wrote: >Hi John, > > >On F

Re: External javascrpt file - referencing

2006-02-21 Thread Chuck Hill
Hi John, On Feb 21, 2006, at 8:40 AM, John Huss wrote: The Javascript console shows this error when the javascript is executed: "The requested URL /WebObjects/SalondataComparison.woa/Contents/ WebServerResources/sortTable.js was not found on this server" But the file is there. Where is

Re: External javascrpt file - referencing

2006-02-21 Thread John Huss
Yes, it works with WOJavaScript, but then the whole text of the file is displayed in the source for the page; i'd prefer to hide that. John - Original Message - From: "Cliff Tuel" <[EMAIL PROTECTED]> To: "webobjects-dev" Sent: Tuesday, February 21, 2006 12:43 PM Subject: Re: External

Re: External javascrpt file - referencing

2006-02-21 Thread Cliff Tuel
> sortTableURL: WOResourceURL { > filename="sortTable.js"; > } Have you tried WOJavaScript? -- Cliff Tuel . http://apple.com/services/technicalsupport ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

Re: Detecting a deleted object

2006-02-21 Thread Anjo Krank
This is currently fixed in the CVS (and has been for about a year), it's now the javadocs that are wrong. We'll fix these as soon as we clear this up. Cheers, Anjo Am 20.02.2006 um 14:30 schrieb Kieran Kelleher: Actually, I spoke too soon too early in the morning! You can follow the

Re: External javascrpt file - referencing

2006-02-21 Thread John Huss
The _javascript_ console shows this error when the _javascript_ is executed:   "The requested URL /WebObjects/SalondataComparison.woa/Contents/WebServerResources/sortTable.js was not found on this server"   But the file is there.  I'm accessing it over https.  Does that have anything to do w

External javascrpt file - referencing

2006-02-21 Thread John Huss
I put the _javascript_ file in the Web Server Resources folder and added it to the Web Server target.   Here's the HTML:   And the binding:sortTableURL: WOResourceURL {    filename="sortTable.js";}   In the source for the generated page it shows up as:     It looks like the other links on the

Re: Number

2006-02-21 Thread David LeBer
On 21-Feb-06, at 5:08 AM, Jim Wong wrote: Hi: In java and C++, there's the ++, += operations. But in WO, when i have a data type : public Number tmpCode how can i use tmpCode for things like tmpCode += 1; or tmpCode++ etc? As others have kindly pointed out WO *is* Java. int i; i = 5; i

Adding more conditions to a custom Qualifier - ERXInQualifier

2006-02-21 Thread John Huss
I'm trying to use ERXInQualifier in my program and I'd like to test multiple conditions besides the IN part of the query.  How do I add other conditions to the qualifier?   Thanks, John ___ Do not post admin requests to the list. They will be ignore

Re: Web Services and multiple instance : Error processing WSDL document

2006-02-21 Thread Hugi Thordarson
Excuse me folks, this was not supposed to go to the list. Enjoy your day :-) - Hugi On 21.2.2006, at 15:36, Hugi Thordarson wrote: Hi Jacky. Sorry for the intrusion, but I'm looking at the same exact problem right now - did you figure out how to solve it, or get rid of the instance numb

Re: Web Services and multiple instance : Error processing WSDL document

2006-02-21 Thread Hugi Thordarson
Hi Jacky. Sorry for the intrusion, but I'm looking at the same exact problem right now - did you figure out how to solve it, or get rid of the instance numbers from the WSDL? Thanks, - Hugi // Hugi Thordarson // http://hugi.karlmenn.is/ On 15.11.2004, at 18:39, Jacky Gagnon wrote: Hi,

Re: Number

2006-02-21 Thread Alan Ward
On Feb 21, 2006, at 3:08 AM, Jim Wong wrote:Hi:In java and C++, there's the ++, += operations. But in WO, when i have a data type :in WO?  You do realize that this is a Java question right?... and WO has absolutely nothingto do with it.Alanpublic Number tmpCodehow can i use tmpCode for things like

Re: quick question

2006-02-21 Thread WebObjects
Yes - Original Message - From: Jerry W. Walker To: Michael DeMan Cc: WebObjects-List Apple Sent: Tuesday, February 21, 2006 3:19 PM Subject: Re: quick question Hi, Michael, On Feb 20, 2006, at 5:41 PM, Michael DeMan wrote: Does anybody know if:

Re: quick question

2006-02-21 Thread Jerry W. Walker
Hi, Michael,On Feb 20, 2006, at 5:41 PM, Michael DeMan wrote:Does anybody know if:validateForSave() calls validateForInsert() if an object is not in the database yet?It works in the opposite direction for EOCustomObjects' default implementation. From the API for ValidateForInsert:    Confirms that

Re: PostgreSQL vs MySQL for Blobs

2006-02-21 Thread Arturo Pérez
On Feb 20, 2006, at 2:10 PM, Loren Cahlander wrote: Thanks, Everytime I looked at the PostgreSQL documentation, I saw to use type oid and then run some functions to get the data. Thanks for the help! I think that's the old way pgsql stored large objects. Make sure you're using version

Instance numbers in WSDL

2006-02-21 Thread Hugi Thordarson
Good morning all. I have a web service that I want to run multiple instances of. My problem is that when the WSDL is generated, the namespace URLs include the instance numbers, meaning that I can't load balance between instances of the app (most SOAP clients throw up if the namespace keep

Re: Number

2006-02-21 Thread Wolfram Stebel
Am 21.02.2006 11:08 Uhr schrieb "Jim Wong" unter <[EMAIL PROTECTED]>: > Hi: > > In java and C++, there's the ++, += operations. But in WO, when i > have a data type : > > public Number tmpCode > > how can i use tmpCode for things like tmpCode += 1; or tmpCode++ etc? You can't. Number is an Obje

Number

2006-02-21 Thread Jim Wong
Hi:In java and C++, there's the ++, += operations. But in WO, when i have a data type :public Number tmpCodehow can i use tmpCode for things like tmpCode += 1; or tmpCode++ etc? Warmest Regards,Jim Wong[EMAIL PROTECTED] ___ Do not post admin requests to