Barcode example

2013-05-13 Thread Jake Bearkley
Hi All Does anyone have any code snippets or examples to show a barcode being generated and printed And then a barcode reader used to input into their application? Thanks in advance Bearko ___ Do not post admin requests to the list. They will be

export formula to excel using EGSimpleTableParser

2013-03-26 Thread Jake Bearkley
Hi All, I am using EGSimpleTableParser to export an excel spreadsheet which I want to contain a formula In Styles.plist I have a defined a class formula which defines cellType = CELL_TYPE_FORMULA my td I create is td class=formula=1+2/td but when I open the generated file, the cell is treated

Re: WOPopUpButton not working on ipad

2012-08-08 Thread Jake Bearkley
Yes, well almost, the images are validating correctly because they are missing the closing tag. Does anyone know how to get a closing tag on an img tag I am using myImage: WOImage { On Sun, Aug 5, 2012 at 10:41 PM, Q qdo...@gmail.com wrote: On 05/08/2012, at 10:38 PM, Jake Bearkley jbea

Re: WOPopUpButton not working on ipad

2012-08-08 Thread Jake Bearkley
, at 10:38 PM, Jake Bearkley jbea...@gmail.com wrote: Hi All, I have a WOForm with multiple select which includes a WOPopUpButton It works fine in web browsers, but not on the ipad. Other WOPopUpButtons appear to work fine on the ipad, just not this one. When a button is pressed, html

WOPopUpButton not working on ipad

2012-08-05 Thread Jake Bearkley
Hi All, I have a WOForm with multiple select which includes a WOPopUpButton It works fine in web browsers, but not on the ipad. Other WOPopUpButtons appear to work fine on the ipad, just not this one. When a button is pressed, html content based on the popup button selected is displayed lower

build path entries missing

2012-05-05 Thread Jake Bearkley
Hi All, I am currently building a new Lion development machine. I have successfully installed, eclipse, wolips and retrieved the wonder frameworks following http://wiki.wocommunity.org/display/WONDER/Project+Wonder+Installation my newly built wonder frameworks exist in ~/Roots I have a project

Re: eclipse wont start after failed java update

2010-11-03 Thread Jake Bearkley
manually running the update again. You can get the updater from here: http://support.apple.com/kb/dl972 Post back with the results. If you can include the actual errors here, that would be helpful. Dave On Nov 2, 2010, at 7:37 AM, Jake Bearkley wrote: Hi All, I have just come back

eclipse wont start after failed java update

2010-11-02 Thread Jake Bearkley
Hi All, I have just come back from holiday and my machine is stressing me out!! I need to go on holidays again. An automatic software update failed to install Java 1.6 release(?) 3. Now eclipse wont start and gives this message JVM Terminated Exit Code = -1 and a heap of other launch variables

any there any other actions which could cause a timeout?

2010-07-23 Thread Jake Bearkley
Hi All, can someone tell me if there is anything else which can cause a timeout? we have set setSessionTimeOut to be an hour in Application class, but we are intermittently experiencing timeouts when the hour has not been reached. Thanks in advance Bearko

Re: java.lang.UnsupportedClassVersionError: Bad version number in.class file

2010-06-16 Thread Jake Bearkley
frameworks (/Library/Frameworks) in your build? Right-click on your app project, select Properties, and in the resulting dialog, select Deployment. Tim Worman UCLA GSEIS On Jun 15, 2010, at 5:27 PM, Chuck Hill wrote: On Jun 15, 2010, at 5:25 PM, Jake Bearkley wrote: Build Path

Re: java.lang.UnsupportedClassVersionError: Bad version number in.class file

2010-06-15 Thread Jake Bearkley
that. any suggestions? Thanks in advance Bearko On Tue, Jun 15, 2010 at 12:56 PM, Tim Worman li...@thetimmy.com wrote: What steps are you taking to include openbasepkplugin.jar in your project? Tim Worman UCLA GSEIS On Jun 14, 2010, at 8:03 PM, Jake Bearkley wrote: Yes, I was able

java.lang.UnsupportedClassVersionError: Bad version number in .class file

2010-06-14 Thread Jake Bearkley
HI All, I am trying to build an application on Snow Leopard with Java 1.6 and run on a Leopard server with Java 1.5 Can someone give me guidance on how to do this. Java 1.5 is a symbolic link to 1.6 on the file system Within eclipse I have attempted to set the Workspace settings to use 1.5, to

Re: java.lang.UnsupportedClassVersionError: Bad version number in.class file

2010-06-14 Thread Jake Bearkley
On 2010-06-14, at 2:51 PM, Jake Bearkley wrote: HI All, I am trying to build an application on Snow Leopard with Java 1.6 and run on a Leopard server with Java 1.5 Can someone give me guidance on how to do this. Java 1.5 is a symbolic link to 1.6 on the file system Within eclipse I

Re: java.lang.UnsupportedClassVersionError: Bad version number in.class file

2010-06-14 Thread Jake Bearkley
platform 1.5 but I've on my Macbook 1.6. However you may find error if you're having code of 1.6 which is not compatible to 1.5. In that case you need to change it with 1.5 compatible code. But chances are very rare you get an error. Farrukh On 2010-06-14, at 3:01 PM, Jake Bearkley wrote

Re: java.lang.UnsupportedClassVersionError: Bad version number in.class file

2010-06-14 Thread Jake Bearkley
Sorry, user error, I was trying to start the wrong application!! doh! I have been working on this too long and need sleep! thanks for your patience Bearko On Mon, Jun 14, 2010 at 10:05 PM, Jake Bearkley jbea...@gmail.com wrote: Thanks, but as I have said, I have changed the preference and I

RE: java.lang.UnsupportedClassVersionError: Bad version number in.class file

2010-06-14 Thread Jake Bearkley
Yes, I was able to resolve this by switching the compiler version. My build environment Snow Leopard 10.6.3 WebObjects 533 Eclipse 5.3.2 WOLips 3.5.6066 Still not out of the woods, when I try and deploy to server, it can not find the openbasepkplugin.jar but at least I am past the original

Re: character must be escaped

2010-06-14 Thread Jake Bearkley
Thanks for your response. Couldn't get your woognl to work. have moved the javascript into javascript method and no errors! Cheers Bearko On Mon, Jun 14, 2010 at 2:39 PM, Chuck Hill ch...@global-village.netwrote: On Jun 13, 2010, at 7:46 AM, Jake Bearkley wrote: Hi All, I have just

character must be escaped

2010-06-13 Thread Jake Bearkley
Hi All, I have just upgraded to a Eclipse 3.5 and am having the following issue: when I reference a WOActionURL within javascript I am getting the message The character must be escaped. example a href =# onlick = helpWindow = window.open('webobject name=helpWindow/webobject', 'new',

Snow Leopard questions

2010-05-29 Thread Jake Bearkley
Hi All, I am trying to set up a new development environment. My new mac has Snow Leopard instead of Leopard and so I have a few questions. 1) WebObjects is no longer bundled with the OS or XCode, where can I download the frameworks? 2) Should I be installing Eclipse/WOLips 3.4 or 3.5? 3) My

can someone recommend an upgrade path from Eclipse 3.3 to Eclipse 3.4 and assoc WOLips versions

2010-05-23 Thread Jake Bearkley
Hi All, Eclipse 3.3.2 / WOLips 3.3.5304 / WebObjects 5.3 / Leopard 10.5.8 I want to upgrade to the latest stable Eclipse/WOLips environment. I have tried to use the eclipse upgrade manager, but it finds no updates to be applied. I then tried the all-in-one installer, but it does not appear to

session timeout

2010-01-27 Thread Jake Bearkley
HI All, We have a webobjects application which when the session timeout displays a CustomSessionTimeoutPage. On this page we have a link to the main page for them to click on. 1) is there a way to log a user out and return them to the current page instead of this custom page? 2) is there a way

Re: ant build file size issue

2009-10-06 Thread Jake Bearkley
file. Bearko On Tue, Oct 6, 2009 at 3:34 AM, Chuck Hill ch...@global-village.net wrote: On Oct 5, 2009, at 5:35 AM, Jake Bearkley wrote: ./woproject/ant.frameworks.wo.wosystemroot Delete these lines: Library/Frameworks/JavaVM.framework Library/Java/Extensions/AppleScriptEngine.jar

Re: ant build file size issue

2009-10-05 Thread Jake Bearkley
includesfile name=woproject/ant.frameworks.wo.wolocalroot/ /patternset /fileset fileset dir=Libraries filename name=**/*.jar/ /fileset /classpath /wocompile /target /project On Sun, Oct 4, 2009 at 9:05 PM, Jake Bearkley jbea...@gmail.com wrote: Hi All, I am still having these ant build file size issues

Re: ant build file size issue

2009-10-05 Thread Jake Bearkley
file -Kieran On Oct 5, 2009, at 7:31 AM, Jake Bearkley wrote: an example ./Contents/Library/Frameworks/JavaVM.framework That would be your problem right there. It should NOT be embedding the Java JVM. Check your build file for something that is picking up Java* for embedding perhaps

Re: ant build file size issue

2009-10-04 Thread Jake Bearkley
eclipse 3) remove symbolic links 4) do my work 5) create build can anyone please help? thanks in advance Bearko On Wed, Sep 23, 2009 at 11:25 PM, Jake Bearkley jbea...@gmail.com wrote: Hi All, Eclipse 3.3.2 / WOLips 3.3.5304 / WebObjects 5.3 / Leopard 10.5.8 I am trying to build a project

ant build file size issue

2009-09-23 Thread Jake Bearkley
Hi All, Eclipse 3.3.2 / WOLips 3.3.5304 / WebObjects 5.3 / Leopard 10.5.8 I am trying to build a project using ant embedding the 5.3 frameworks to deploy on 5.4. I can build and run the project fine within eclipse. Yesterday I started getting java heap space issue while trying to build the war