Re: New potential project to convert ASP web app

2017-07-01 Thread James Cicenia
Unfortunately I can’t. And it hurts. Nothing yet has come close to WO especially with D2W. Sigh. Luckily most of my efforts are in developing iOS apps. I use a cheesy backend REST server called DreamFactory to access my databases. Cheers or Sighs. > On Jul 1, 2017, at 8:21 AM, Ted Archibald

Hello again.

2016-10-26 Thread James Cicenia
Ray - How goes it? Long time no hear. Anyway, I have a small android project I need ported from iOS. Interested? Know anyone? - James <http://www.jimijon.com/> James Cicenia Founder / CEO Direct: (773) 398-4649 Mail: ja...@jimijon.com <http://www.linkedin.com/profil

Re: The WOCommunity slack channel

2016-09-06 Thread James Cicenia
I’ve heard about Slacking and since I am still lurking, add me too. > On Sep 6, 2016, at 2:57 PM, Oscar González wrote: > > Hi all, > Add me please. > > Regards, > > Oscar Gonzalez. > > > De: webobjects-dev-bounces+racso_gp=hotmail@lists.apple.com >

Re: What's new?

2016-01-13 Thread James Cicenia
Here’s a very interesting back end setup: mongoDb and vert.x FrontEnd… react meteor angular2 . . . bootstrap > On Jan 13, 2016, at 1:18 PM, Chuck Hill wrote: > > On 2016-01-12, 10:30 PM, "T Worman" wrote: > > > >> Welcome back! >> >> The biggest issue with Golipse was adjusting the p

Re: BuiltWith February 2015 - New sites found using WebObjects that we added over the past month.

2015-02-18 Thread James Cicenia
We added another one recently! :-) <http://www.jimijon.com/> James Cicenia Founder / CEO Direct: (773) 398-4649 Mail: ja...@jimijon.com <http://www.linkedin.com/profile/view?id=4226928&trk=tab_pro> > On Feb 17, 2015, at 5:14 PM, Robert B. Hanviriyapunt

Re: Unknown key

2015-02-09 Thread James Cicenia
You might want to check your database integrity. Maybe a bad id reference? > On Feb 9, 2015, at 10:01 AM, Lize Anthonin (@JCOMMOPS) > wrote: > > I actually n-checked the model... I even open the plist files in a text > editor in order to check the relationships. Nothing abnormal apparently.

Re: user.d2w crashes otherwise, I get log spamming

2015-01-20 Thread James Cicenia
We did, same result. > On Jan 20, 2015, at 11:40 AM, David Avendasora > wrote: > > Is the file completely empty? If so, try making the contents of the file: > > { > "rules" = ( > ); > } > > Dave > >> On Jan 20, 2015, at 11:45 A

user.d2w crashes otherwise, I get log spamming

2015-01-20 Thread James Cicenia
I am trying to remove this spamming log entry: WARN NSLog - ** DirectToWeb could not find user.d2wmodel file. One will be created if you try to save changes. If I create a user.d2w file, albeit it with no rules, it then crashes my app and in particular the list component of a query/list pag

Re: use case for ERPDFWrapper?

2015-01-18 Thread James Cicenia
Thanks! > On Jan 17, 2015, at 11:03 AM, Louis Demers wrote: > > I've put up my copy at http://demers.name:81/PDFIn60Seconds.mov > > > >> On Jan 16, 2015, at 22:38, James Cicenia wrote: >> >> Unavailable >> >> Sent from my iPhon

Re: use case for ERPDFWrapper?

2015-01-16 Thread James Cicenia
Unavailable Sent from my iPhone > On Jan 16, 2015, at 4:28 PM, Timothy Worman wrote: > > https://itunes.apple.com/us/podcast/webobjects-podcasts/id270165303 > > "ERPDF in 60 seconds” > > Podcast #78 > > Tim Worman > UCLA GSE&IS > > >>

Re: use case for ERPDFWrapper?

2015-01-16 Thread James Cicenia
I never could find a working video. > On Jan 16, 2015, at 2:29 PM, Ray Kiddy wrote: > > > Does anyone have a use case for the ERPDFWrapper classes? I am not > seeing, for example, package-level javadoc that might explain this. > > The reason I ask is that I recently had to generate PDF invo

Ponder Arrow Images on Sort Headers?

2015-01-08 Thread James Cicenia
I can’t seem to figure out the switches, rule or components to show the sort images. I see reference to : session.objectStore.modernizr.svg = 1 => sortImageComponentName = "R2DSortImage" [com.webobjects.directtoweb.Assignment] but who set modernize.svg to 1 ? advice? James ___

Editable List and displayNameForProperty vs Header displayNameForProperty?

2014-12-29 Thread James Cicenia
Possible Ponder. Anyway, I have an editable list. I have a checkbox per row. I don’t want a displayName in the row but want it in the column header only. Is this possible or do I have to make a new header component with a new key, displayNameForHeaderProperty? Thanks James

Re: Showing new items without saving?

2014-12-23 Thread James Cicenia
nt that all in one page. ERModern does this really nicely > with inline edit relationship pages. R2 can do those too, but without ajax, > the update mechanism is not as slick. > > > On Dec 23, 2014, at 10:05 AM, James Cicenia wrote: > >> >> I have a situation where

Showing new items without saving?

2014-12-23 Thread James Cicenia
I have a situation where I am creating order items and inserting them into the context. However, when I refresh the page nothing shows up. If I put a save to the context after creating the records I see them. I am using a ERXListPage with a EODatabaseDataSource public ERXDisplayGroup displ

Re: ERPDFWrapper ?

2014-12-22 Thread James Cicenia
Hey ! I resemble that remark. ;-) Anyway, I will try it again. I put it on a back burner as I got excel and screen working. I thought I actually tried it by settting the wrapper to ERXEmptyComponent. I’ll report back. > On Dec 22, 2014, at 5:17 PM, Ramsey Gurley wrote: > > On Dec 22, 2014,

Re: Ponder/D2W Format Date Output in my list.

2014-12-20 Thread James Cicenia
20, 2014, at 11:38 AM, Theodore Petrosky wrote: > > first I have never done a “like” on a propertyKey. But I suspect that > formatter, I would have expected "%Y-%m-%d” > On Dec 20, 2014, at 12:24 PM, James Cicenia wrote: > >> Why doesn’t this work? >> >>

Ponder/D2W Format Date Output in my list.

2014-12-20 Thread James Cicenia
Why doesn’t this work? 200 : ((pageConfiguration like 'List*' or pageConfiguration like 'EditList*') and propertyKey like ‘*Dt') => formatter = "YY-MM-dd" [ERDDelayedKeyValueAssignment] ___ Do not post admin requests to the list. They will be ignored

Ponder ? Make ListPage editable?

2014-12-18 Thread James Cicenia
I want to make a typical order page and I wish for the quantities to be editable. Can I do this in R2D2W ? ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsub

Re: Linking Query to List within an One-Many

2014-12-18 Thread James Cicenia
bly just return null. > > MyPage page = pageWithName(MyPage.class); > page.setSourceObject(obj); > return page; > > public void setSourceObject(Order obj) { > queryDataSource().qualifyWithRelationshipKey(Order.ORDER_ITEMS_KEY, > obj); > } > > Something like that.. > &

Linking Query to List within an One-Many

2014-12-18 Thread James Cicenia
Here is the scenario: I am creating a custom Query/List page using D2WQuery and D2WList. The page will always be repopulated. In this case an Order —>> OrderItems. I want the query page to control what shows in the List. What is the best way to do this? Create a specific ERDQueryDataSourceDele

ERPDFWrapper ?

2014-12-17 Thread James Cicenia
I found this wrapper. So I dutifully assigned it: 100 : pageConfiguration like 'ListCustomPDF*' => pageWrapperName = "ERPDFWrapper" [com.webobjects.directtoweb.Assignment] But then when I run the page: ListPageInterface newListPage = (ListPageInterface) D2W.factory().pageForConfigurationNamed

Re: PDF in 60 secs ?

2014-12-10 Thread James Cicenia
10, 2014, at 10:54 AM, Timothy Worman wrote: > > ERPDF in 60 Seconds podcast. It plays fine for me. > > http://www.wocommunity.org/podcasts/wopodcasts.xml > > Tim Worman > UCLA GSE&IS > >> On Dec 10, 2014, at 7:40 AM, James Cicenia wrote: >> &

PDF in 60 secs ?

2014-12-10 Thread James Cicenia
I remember seeing something like PDF in 60 secs. Searched for it and found it linked to iTunes. I went to run it and it said it required “QuickTime” which iTunes doesn’t support. So how can I watch it or is there a link to read about it? Thanks ___ Do

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
chiver); > } > > You may need to override the other constructor too. Lots of boilerplate with > these things, unfortunately. > > On Dec 9, 2014, at 3:34 PM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> It never fires :-( >> &g

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
rley wrote: > > Put a breakpoint on the line > > return keys; > > It sounds like keys is a string, not an array. > > On Dec 9, 2014, at 3:17 PM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> >> Uh… that first rule. >> >> I created

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
playPropertyKeys = "” [MyDelayedAssignment] > > MyDelayedAssignment.java > > public Object fireNow(D2WContext c) { > String keyPath = “session.objectStore.” + c.pageName + “_availableKeys”; > Object keys = c.valueForKeyPath(keyPath); > //TODO Do something if keys is null >

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
> On Wed, Dec 10, 2014, at 03:22 AM, James Cicenia wrote: >> I want to run a method called availableKeys which just returns an NSArray of >> keypaths for that Entity. >> >> I will be creating a picker of keys that are pre determined. I was going to >> use the U

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
til it doesn’t :-) >>> >>> Were I doing this, I would put the keys in the userInfo like you were >>> doing. I would then take the selected values from the custom page and stuff >>> it in say, session.objectStore._availableKeys. Then I >>

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
led those keys back out of the session > and provided them to the displayPropertyKeys RHS key. > > On Dec 9, 2014, at 1:36 PM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> >> I am using D2W except for on custom screens like my column pic

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
want to get the userInfo started and then edit the entity.plist > directly in a text editor instead. > > On Dec 9, 2014, at 9:22 AM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> I want to run a method called availableKeys which just returns an NSArray of >> key

Re: d2w add displayPropertyKeys in new ListPageInterface

2014-12-09 Thread James Cicenia
here > I pushed the context on values typically set by rules and it resulted in hard > caching those values. No matter what other rules I had set, it was stuck that > way. If I need to do it in code, I do so via a custom rule assignment. > > On Dec 9, 2014, at 9:56 AM, J

Re: d2w add displayPropertyKeys in new ListPageInterface

2014-12-09 Thread James Cicenia
ent. > > On Dec 9, 2014, at 9:56 AM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> Great - >> forgot about d2wContext() >> thanks >> >> >> >> >>> On Dec 9, 2014, at 10:35 AM, Theodore Petrosky >> <mailto:tedp.

Re: d2w add displayPropertyKeys in new ListPageInterface

2014-12-09 Thread James Cicenia
"displayPropertyKeys”); > > > > On Dec 9, 2014, at 11:25 AM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> >> How does one add the displayPropertKeys in code for a new ListPageInterface? >> >> I could add it to the session and use a

d2w add displayPropertyKeys in new ListPageInterface

2014-12-09 Thread James Cicenia
How does one add the displayPropertKeys in code for a new ListPageInterface? I could add it to the session and use a rule to grab it, but that doesn’t sound right. Thanks James ___ Do not post admin requests to the list. They will be ignored. Webo

Re: Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
reflection APIs, but that sounds really fishy. > Maybe if you explain what you are trying to accomplish, we could offer better > insight. For instance, you may be better served using the clazz pattern if > you want static methods you can override. > > > > On Dec 9, 2014

Best way to run static class method from a string?

2014-12-09 Thread James Cicenia
I have a string that is an EntityName. I want to run that entity’s static class method. do I have to do this?: EOEnterpriseObject myClass = EOUtilities.createAndInsertInstance( ec, entityName) ; I really don’t want to create an instance. Thanks James _

Re: EOModeler UserInfo

2014-12-05 Thread James Cicenia
. > open the model plist in a text editor and find the userInfo = at the bottom > of the plist (delete it) or > in Entity Modeler, select the key and use the delete key, Not the backspace > key. on a laptop, you have to use fn-delete combination. > > Is this what you are looking

EOModeler UserInfo

2014-12-05 Thread James Cicenia
Is there a magic incantation to allow EOModeler to add to the UserInfo dictionary? I see no mechanism to add to it. Thanks James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists

Model the Query Bindings

2014-12-05 Thread James Cicenia
The last time I did this I stored it as a custom mutable dictionary. However, this is fraught with issues as I discovered the hard way. Is there a framework or such or example out there of modeling a QueryPage/List in the database? I am thinking: Template Entity QueryEntity

Re: getting the display group of the list page for a custom component?

2014-12-04 Thread James Cicenia
ionResults)lpi; } seems to work great. Thanks > On Dec 4, 2014, at 4:58 PM, David Holt wrote: > > This is pretty vague. > > > On Dec 4, 2014, at 2:34 PM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> I have a d2w vlistin

getting the display group of the list page for a custom component?

2014-12-04 Thread James Cicenia
I have a d2w vlisting page. I have put a custom component to be displayed on the top with “aboveDisplayPropertyKeys” How do I get the list page’s display group? Thanks James ___ Do not post admin requests to the list. They will be ignored. Webob

mark custom attributes in eomodeler ?

2014-12-04 Thread James Cicenia
Is it possible to use the EOModeler to build a dictionary of attribute name vs. user readable name? I saw UserInfo in EOModeler but I can’t figure out how to insert anything into it. I would like to be able to read in the attributes and relationships and if I have marked it in the EOModel to

Re: a rule for formatting?

2014-12-04 Thread James Cicenia
ou choose > ERDDelayedKeyValueAssignment? > > I don’t see any documentation to tell me to use the DelayedKeyYadaYada. > > Ted > > On Dec 4, 2014, at 11:03 AM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> >> Thanks… I had the wrong propertyKey spelling! &g

Re: a rule for formatting?

2014-12-04 Thread James Cicenia
> > formatter = "###" [com.webobjects.directtoweb.Assignment] > > > Ted > > On Dec 4, 2014, at 10:21 AM, James Cicenia wrote: > >> OK - >> >> I have tried all kinds of assignment regular and delayed in my rule for >> setting the format

a rule for formatting?

2014-12-04 Thread James Cicenia
OK - I have tried all kinds of assignment regular and delayed in my rule for setting the format but nothing changes. 100 : (pageConfiguration = 'ListCustomerOrder' and propertyKey = 'totalSellPrice') => formatter = "$###,###,##0.00;0;($###,###,##0.00)" [ERDDelayedKeyValueAssignment] Is there

Re: ERD2WQueryPage Expert?

2014-12-03 Thread James Cicenia
> not using the actor stuff, I think it’s just a NSMutableDictionary and that > gets dumped when the session terminates. > > > On Dec 3, 2014, at 9:25 AM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> Hello - >> >> I am trying to figure out

ERD2WQueryPage... redux.

2014-12-03 Thread James Cicenia
Read my own emails from years ago. REMEMBER: Must pass in a mutable dictionary!!! ((ERD2WQueryPage) qpi).setQueryBindings(new NSMutableDictionary()); James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

ERD2WQueryPage Expert?

2014-12-03 Thread James Cicenia
Hello - I am trying to figure out this QuerPage with regards to bindings. Can anyone give me an explanation on where to get the query bindings? My page works fine, except when I trace through, queryBindings are always null. Where are my query entries stored or set? I need to get at them to save,

Saving and Retrieving Query Bindings

2014-12-02 Thread James Cicenia
I have an embedded query page: QueryAndListProducts: ERXD2WQuery{ pageConfiguration = "QueryProduct"; entityName="Product"; displayKeys="(name, sku, categorizedProducts)"; queryDataSource=dg.dataSource; listConfigurationName = "ListProduct" } How do I go about saving

Re: Set default base query or filter array in ERD2WQueryPage

2014-12-01 Thread James Cicenia
Thanks. > On Dec 1, 2014, at 4:29 PM, Ramsey Gurley wrote: > > http://wiki.wocommunity.org/display/documentation/D2W+Flow+Control > > I think you want to look at the bit about the > ERDQueryDataSourceDelegateInterface > > > On Dec 1, 2014, at 3:23 PM, James C

Set default base query or filter array in ERD2WQueryPage

2014-12-01 Thread James Cicenia
How or where does one set a default filter? I have been playing with all sorts of things in my appendToResponse: dg().setObjectArray(filtered); dg().updateDisplayedObjects(); But it seems to ignore my filtered array and just uses some internal representation. QueryAndListCategor

Re: Ponder: filteringComponent ?

2014-12-01 Thread James Cicenia
Ah, makes sense. Thanks. > On Dec 1, 2014, at 10:01 AM, Ramsey Gurley wrote: > > I’ve always set up a Query* page config that has showListInPage = true. Works > for me. > > On Nov 30, 2014, at 6:55 PM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > &g

Ponder: filteringComponent ?

2014-11-30 Thread James Cicenia
Ramsey - Do you have a default filtering component for the list pages or an example of one you could share? Thanks James ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple

Re: Displaying preview image of an ERAttachment in a List or EmbeddedList

2014-11-18 Thread James Cicenia
he propertyKey you used? > > > Cheers, > Flavio > > On 18/11/2014, at 16:03, James Cicenia wrote: > >> Excellent ! That worked for me as the s3Path (An amazon server) had the full >> path in the property. >> >> thanks. >> >> >> >>>

Re: Displaying preview image of an ERAttachment in a List or EmbeddedList

2014-11-18 Thread James Cicenia
ning the full path, only the filename portion. This > is what I get in the HTML: > > > > I'll be looking at the screencasts suggested by Ramsey, since I want to > create something like an "image grid" component... I'm gonna need a custom > component

Re: Copy EO. Practical Utilities?

2014-11-18 Thread James Cicenia
at the session, > I created my own and referred the .eogen file to use it. > > Basically, copying can be accomplished with no code using this method. It is > fantastic. > > Ted > > > > > On Nov 18, 2014, at 10:00 AM, James Cicenia wrote: > >>

Re: Displaying preview image of an ERAttachment in a List or EmbeddedList

2014-11-18 Thread James Cicenia
Funny - I was just looking at this issue. I was hoping to use the path as mine is not stored in the database: imageAttachment.s3Path I tried ERD2WDisplayImage but didn’t understand where to set the “src” property since it wasn’t from the d2wcontext then ERD2WDisplayImageWithUrl seemed perfect.

Copy EO. Practical Utilities?

2014-11-18 Thread James Cicenia
Morning - I want to copy an EO. I remember in my dusty Practical WebObjects there was a nice chapter on copying enterprise objects. I blew off the dust and dove in. Wow, there is a lot of code to transcribe with old java syntax etc. Question: Is there an updated version of the copying code anyw

Re: Own and Propagate

2014-11-17 Thread James Cicenia
I Punted. Managed it explicitly myself. > On Nov 17, 2014, at 1:23 PM, Chuck Hill wrote: > > And Propogate Primary Key set on the App? To-one, mandatory relationship? > > > On 2014-11-17, 11:17 AM, "James Cicenia" wrote: > > I was. Took that out of

Re: Own and Propagate

2014-11-17 Thread James Cicenia
sconnected. > > Chuck > > > On 2014-11-17, 11:00 AM, "James Cicenia" wrote: > > I am trying to use the own and propagate attributes on my model. > > I have a relationship modeled that way. > > App — Config > > App: primaryKey is set as ‘id' &

Own and Propagate

2014-11-17 Thread James Cicenia
I am trying to use the own and propagate attributes on my model. I have a relationship modeled that way. App — Config App: primaryKey is set as ‘id' Config: primaryKey is set as ‘appID' However, when I save my context I get a SQL error where it is trying to insert/save the Config without an ap

We need Watson!

2014-11-15 Thread James Cicenia
After taking a break from D2W / WO. Man oh man are there a lot of components. LOL I need a siri / watson link to just answer my questions. Though Chuck / Ramsay are pretty darn close! Example: Q: “Siri, I have a D2W setup and I have and edit task, what is the best component to use to list rel

Ponder and/or d2w

2014-11-15 Thread James Cicenia
I have a relationship that is owned and propagated. What is the proper D2W component to show it in the owners page and then to have an “edit” button to modify the related record? I was using R2D2WEditToOneFault but that also shows a submit button. What is that for? How do I turn that off? Tha

D2W propertyKey question

2014-11-14 Thread James Cicenia
I have an App object. I have a method in App: public AppConfigIOS iosAppConfig(){ //lazily create an instance of AppConfigIOS } how come I get an error in my rule for “tabSectionContents” with: “iosAppConfig.certPassword" It says lookup of unknown key: valueForKey(): lookup of unknown key

Re: Ponder R2D disabled flag.

2014-11-13 Thread James Cicenia
r method would be used because there’s no method specific to > MyOtherUser. If eo is an instance of some other entity, then the generic > EOEnterpriseObject method is called. > > Using the CRUDAuthorization approach, you can supply all your permission > logic in a single class as I did

Ponder R2D disabled flag.

2014-11-13 Thread James Cicenia
This, I think is a Ponder question. After coming back to the problem of the non-enterable forms, I have identified that there is no explicit rule setting disabled to false in any of the frameworks I used. All the rules set the flag to true, but those are all list and inspect type tasks. James

Re: My d2w edit page fields are disabled

2014-11-12 Thread James Cicenia
leFiringEnabled=DEBUG > > of course I am probably barking up the wrong tree. > > > On Nov 12, 2014, at 9:32 AM, James Cicenia wrote: > >> My d2w edit page fields are disabled >> >> I have seemingly checked all my rules to no avail. Any Edit or Create page

My d2w edit page fields are disabled

2014-11-12 Thread James Cicenia
My d2w edit page fields are disabled I have seemingly checked all my rules to no avail. Any Edit or Create page has all fields disabled. Am I missing a rule? Thanks ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mail

Re: flattened relationship crash

2014-11-10 Thread James Cicenia
I had a bad inheritance qualifier in my entity in the eomodeler. > On Nov 10, 2014, at 9:14 AM, Paul Yu wrote: > > James > > Are you sure your referential data content is valid? > > Paul > > Sent from my iPad > > On Nov 10, 2014, at 10:02 AM, James C

Re: flattened relationship crash

2014-11-10 Thread James Cicenia
alid? > > Paul > > Sent from my iPad > > On Nov 10, 2014, at 10:02 AM, James Cicenia <mailto:ja...@jimijon.com>> wrote: > >> Hello - >> >> I have a many-to-many relationship. >> I checked my database and the joining table has the correct e

flattened relationship crash

2014-11-10 Thread James Cicenia
Hello - I have a many-to-many relationship. I checked my database and the joining table has the correct entries to relate user to app However, when I try to get my flattened relationship or even the one-tomany linking relationship via: public NSArray userApps() { return (NSArray)storedValu

framework not found answer..

2014-11-03 Thread James Cicenia
I created a new workspace and everything worked. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mail

Can't find Framework

2014-11-03 Thread James Cicenia
I have a nice new laptop. Started back on a project I pulled from my repo. Installed all the wonder, wo frameworks, etc. Tried to run my app from Eclipse and I get: However, PurplePush is the main app not a framework. I swear I had something like this happen to me before. Any obvious answers?

Re: [ANN] Montage Studio

2014-05-26 Thread James Cicenia
How do compare against Sencha? I need to make a decision in the next 30 days and was all set on Sencha until your post. Thanks James Sent from my iPhone > On May 25, 2014, at 6:15 PM, Benoit Marchant wrote: > > Michael, > > We don't offer it yet. We need to add the ability to enter an appli

OT - Help on Project.

2014-04-29 Thread James Cicenia
I won't know until next week, but I will probably get a small project to create an ordering system with reporting and more. I am looking for someone who has time to work on this with me. I am very booked these days with apps and lack the time. Regards, James PS: Please contact me off the list.

Re: WebObjects development (Mark Wardle)

2014-03-08 Thread James Cicenia
Been doing iOS work at a "Big Health Tech Company". They use a big Hadoop database for storing everything and then use various ETL type systems to move, clean, organize, etc, back into a SQL database. Most of the iOS stuff talks with Rest to RubyOnRails, hence, my desire to maybe start learning

Re: WebObjects-Projects?

2014-03-07 Thread James Cicenia
Yep. WO is dead. I was thinking of starting learning Ruby. I love Objective-C and iPhone development. And now was thinking about Node or Ruby for the back end. Thoughts? This also has been the finest list I have ever had the joy of participating. Everyone has helped, educated and scolded me to

Re: WOLips for Eclipse 4.3.1

2014-02-06 Thread James Cicenia
How about we just "fund" an Eclipse Plug-In developer? We could add money or bitcoins to a community sponsored fund and then see if a developer is interested. ? On Feb 6, 2014, at 1:18 AM, Johann Werner wrote: > > Am 04.02.2014 um 16:37 schrieb Frank Cobia : > >> I will give this a try a

Re: REST + Subclassing NSIncrementalStore on iOS

2014-01-16 Thread James Cicenia
I use the following for my iOS apps: MOGenerator - to setup my subclassed NSMAnagedObject Cumulus to do all my networking calls. MagicalRecord or OBCoreDataJSON to interact with CoreData. Those latter two frameworks have the ability to import directly into coredata using 1 to 1 name matching wi

Re: Audio playing component?

2014-01-15 Thread James Cicenia
Try Jplayer.org. I made it work with a joomla site. Shouldn't be too bad for WO. I might be able to help. Cheers James Cicenia Founder / CEO Direct: (773) 398-4649 Mail: ja...@jimijon.com On Jan 14, 2014, at 1:09 PM, Ken Anderson wrote: > All, > > I have

Re: problems running *AjaxExamples

2013-08-06 Thread James Cicenia
How is "bundless builds" in the Eclipse wolips preferences set? On Aug 5, 2013, at 9:31 PM, Timothy Worman wrote: > When I try to run any of the ajax examples from within Eclipse, they fail > with the dreaded: > > [2013-8-5 19:11:30 PDT] A fatal exception occurred: ERXExtensions have > n

Re: Create dynamic AjaxTabbedPanelTab in AjaxTabbedPanel with WORepetion

2013-07-20 Thread James Cicenia
+1 Thanks Ps: funny thread Sent from my iPhone > On Jul 20, 2013, at 4:37 PM, Timothy Worman wrote: > > Super stoked. Appreciate your JS talents and efforts. > > T > >> On Jul 20, 2013, at 2:06 PM, Johnny Miller wrote: >> >> I guess this would be a bad time to mention I'm working on a >>

Re: Background image in css for email from component

2013-06-26 Thread James Cicenia
The image has to be public. So you could just store a url to the public image. Otherwise: > /Users/kanderson/MBM/repository/trunk/source/WebObjects/FitnotixService/WebServerResources/emailBackground.png does look correct. It is the actual path to the image which the server needs to server it up

Re: D2W displayPropertyKeys indirection

2013-06-25 Thread James Cicenia
NSArray of strings. On Jun 25, 2013, at 10:52 AM, Theodore Petrosky wrote: > but of course in this case, session.theReportKeys is an NSDictionary or > NSSet, no? Something that has keys, and values. Not just a string > > Ted > > > > > On Jun 25, 2013, at 11:

Re: D2W displayPropertyKeys indirection

2013-06-25 Thread James Cicenia
I don't know but this worked for me: 100 : pageConfiguration like 'List*' => displayPropertyKeys = "session.theReportKeys" [ERDDelayedKeyValueAssignment] On Jun 25, 2013, at 10:07 AM, Markus Ruggiero wrote: > > On 25.06.2013, at 09:37, Theodore Petrosky wrote: > >> You are trying to overri

Re: D2W displayPropertyKeys indirection

2013-06-25 Thread James Cicenia
is DelayedKeyValueAssignment correct? On Jun 25, 2013, at 6:57 AM, Markus Ruggiero wrote: > Folks, > > I need to have a dynamically populated displayPropertyKeys for a list page. I > was trying a couple things and eventually got the following tip. > Unfortunately it seems not to work > > In

Re: Database Exception occured: N/A

2013-06-21 Thread James Cicenia
Yep,,, I missed a stray "Double" again. Ramsey is correct. Doubles are Evil as they never seem to give the same exception twice. > I'd guess a problem converting a database value into Java. Check your model > and / or prototypes for mistakes. > > Chuck > >

Re: Small probleme during a Linux server application migration

2013-06-21 Thread James Cicenia
Are you embedding all your frameworks? Also, put your other libraries in Libraries. Then you can also check the class path of the server on startup. hth On Jun 21, 2013, at 9:12 AM, SAUGET Marc wrote: > Hi, > > I m trying to deploy my Wo Application on a linux server. > > > At this mome

Database Exception occured: N/A

2013-06-21 Thread James Cicenia
Here is another database error. mySQL: Database Exception occured: N/A INFO (ERXDatabaseContextDelegate.java:185) - Database Exception occured: N/A N/A at com.webobjects.jdbcadaptor.JDBCColumn.takeInputValue(JDBCColumn.java:621) at com.webobjects.jdbcadaptor.ERXJDBCColumn.takeI

Re: CSS framework

2013-06-20 Thread James Cicenia
That app looks great! thanks. On Jun 20, 2013, at 9:52 AM, Faizel Dakri wrote: > I still edit my .scss files in either Eclipse or a text editor. But to > process them, I rely on the CodeKit[1] app. You set up "projects" in CodeKit, > which are just folders that you drag into its main window. Y

Re: CSS framework

2013-06-19 Thread James Cicenia
I used Less with templates from wrapbootstrap.com for my last "dashboard" application. Worked pretty darn well. On Jun 19, 2013, at 8:03 AM, Samuel Pelletier wrote: > Hi, > > Is there some Wonder developers that use CSS frameworks in their projects > like Bootstraps and other. I tried B

Re: JodaDateTime and mySQL update.

2013-06-19 Thread James Cicenia
an control rounding. > > http://en.wikipedia.org/wiki/Loss_of_significance > > On Jun 19, 2013, at 8:29 AM, James Cicenia wrote: > >> >> Looks like I had to unlock "doubleNumber" in my model. >> >> thanks. >> >> On Jun 19, 2013, at 9:59 AM,

Re: JodaDateTime and mySQL update.

2013-06-19 Thread James Cicenia
Looks like I had to unlock "doubleNumber" in my model. thanks. On Jun 19, 2013, at 9:59 AM, James Cicenia wrote: > Red herring... something else going on. > > I have a rest direction action and do the following in the action: > > EOEditingContext ec

Re: JodaDateTime and mySQL update.

2013-06-19 Thread James Cicenia
().replace("\"", ""))); device.setLastReportedLatitude(new Double(json.get("lat" ).toString().replace("\"", ""))); device.setDateModified(new DateTime());// I can remove this and it still fails. ec.saveChanges(); Thoughts? On Wed, Jun 19, 2013 a

JodaDateTime and mySQL update.

2013-06-19 Thread James Cicenia
I am getting an error: Caused by: com.webobjects.eoaccess.EOGeneralAdaptorException: updateValuesInRowDescribedByQualifier -- er.extensions.jdbc.ERXJDBCAdaptor$Channel method failed to update row in database Here is the SQL being generated: UPDATE Device SET lastReportedLatitude = ?, lastRepo

Re: CSS framework

2013-06-19 Thread James Cicenia
We recently incorporated a template from: http://www.wrapbootstrap.com and it went well. Those are "responsive" templates and have their own quirks. Just put all the css/js/etc., in the WebServerResources folder. On Jun 19, 2013, at 8:03 AM, Samuel Pelletier wrote: > Hi, > > Is there som

Re: ssl from iOS error? OT?

2013-06-17 Thread James Cicenia
> > On Jun 17, 2013, at 8:25 AM, James Cicenia wrote: > >> Yes... I was thinking that would be the solution. I will go ahead and try >> that. >> >> Thanks >> >> >> On Jun 16, 2013, at 2:46 PM, Asa Hardcastle wrote: >> >>> We ha

Re: Can WOWODC folks make this happen some day

2013-06-17 Thread James Cicenia
I admit to doing it once and it worked! It got us started. On Jun 16, 2013, at 8:16 PM, prob...@macti.ca wrote: > And I would add: who would be crazy enough to host production and public Web > services on a Mac Mini? > > Envoyé de mon iPhone > > Le 2013-06-16 à 20:57, "Paul Yu" a écrit : >

Re: ssl from iOS error? OT?

2013-06-17 Thread James Cicenia
signed > cert. > > Later, > > Asa > > On Jun 15, 2013, at 4:41 PM, George Domurot > wrote: > >> If you're testing on an older iPod, make sure the time is accurate on the >> device. >> >> >> On Jun 15, 2013, at 1:09 PM, James Cicenia

  1   2   3   4   5   6   7   8   9   10   >