Ok, I have the ERModernMoviesDemo app running and linked to the new framework.

I notice my rules and components are working, but the css overrides is not 
loading??

      <wo:ERXStyleSheet framework = "BootstrapModernLook" filename = 
"ermod-overrides.css" />


It’s almost like ERXStyleSheet isn’t working or something?

This seems fine in my other app — how are folks loading in framework based css 
files?

I see a stylesheet injector which seems to accept only the sheets listed in a 
rule from the modern look...




> On Oct 17, 2018, at 9:23 AM, lists.fab...@e-lumo.com wrote:
> 
> Hi Jesse,
> 
> That does indeed look suspicious, so it might be the space in the username.
> 
> Fabian
> 
>> Am 17.10.2018 um 13:41 schrieb Jesse Tayler <jtay...@oeinc.com>:
>> 
>> Hi Fabian
>> 
>> I’m guessing this might be related to the fact that Migration Assistant once 
>> assisted me and kindly created a new home folder with a jtayler 1 in it…yes, 
>> including the space…
>> 
>> So, I have had to do some local stuff and likely should break down and just 
>> change my home dir in the UNIX system so I can go on with my post-migration 
>> life.
>> 
>> What does this error suggest?
>> 
>> 
>> 
>> 
>> BUILD FAILED
>> /Users/jtayler 1/Downloads/Archive/ERModernMoviesDemo/build.xml:7: The 
>> following error occurred while executing this line:
>> Error reading project file /Users/jtayler 1/Build/build/build.xml: 
>> /Users/jtayler 1/Build/build/build.xml
>> 
>> 
>>> On Oct 17, 2018, at 1:57 AM, Fabian Peters <lists.fab...@e-lumo.com> wrote:
>>> 
>>> Hi Jesse,
>>> 
>>> Can you show a bit more of the stacktrace please?
>>> 
>>> Fabian
>>> 
>>>> Am 16.10.2018 um 21:29 schrieb Jesse Tayler <jtay...@oeinc.com>:
>>>> 
>>>> Ted-
>>>> 
>>>> Oh, that’s great — that would be perfect because you could compare things 
>>>> easily and I can show some modern D2W ideas that are useful
>>>> 
>>>> I am able to find and import the app and try to run it, it locks up after 
>>>> launch and listing SQL although I don’t know where from — ???
>>>> 
>>>> Anyway, it gets into an infinite loop that throws the stack until you run 
>>>> out of memory.
>>>> 
>>>> Is this perhaps because I’m not configured right or because I have not 
>>>> built a dependency perhaps?
>>>> 
>>>> 
>>>> 
>>>> 
>>>>    at 
>>>> com.webobjects.appserver._private.WODeployedBundle._newPreloadAllResourcesInSubDirectory(WODeployedBundle.java:297)
>>>> 
>>>> 
>>>> 
>>>> 
>>>>> On Oct 16, 2018, at 2:59 PM, Theodore Petrosky <tedp...@yahoo.com> wrote:
>>>>> 
>>>>> Weird, ERModernMoviesDemo with ERMoviesLogic work just fine for me! I 
>>>>> just compiled it and ran it to make sure!
>>>>> 
>>>>> It would be nice to start with this demo as it is set up to to all the 
>>>>> different migrations for Postgresql, MySQL, Derby, H2. 
>>>>> 
>>>>> ERMovies worked fine also.
>>>>> 
>>>>> 
>>>>>> On Oct 16, 2018, at 2:06 PM, Jesse Tayler <jtay...@oeinc.com> wrote:
>>>>>> 
>>>>>> Movies was a nice simple model that if I had migrations or in-memory it 
>>>>>> would allow me to render some D2W data rather than just present some 
>>>>>> HTML.
>>>>>> 
>>>>>> I can add a simple app next to the framework and we can figure if Movies 
>>>>>> or something else is easy to put in there.
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>> 
>>>>>>> On Oct 16, 2018, at 2:03 PM, Tim Worman <li...@thetimmy.com> wrote:
>>>>>>> 
>>>>>>> If my memory serves me correctly: Movies.woa had an in-memory db 
>>>>>>> option, right? Are you thinking it might be an option to resuscitate 
>>>>>>> Movies.woa and add your samples there. Or maybe just replace it 
>>>>>>> altogether with a modernized version that uses the movies data?
>>>>>>> 
>>>>>>> Tim
>>>>>>> 
>>>>>>>> On Oct 15, 2018, at 11:50 PM, Jesse Tayler <jtay...@oeinc.com> wrote:
>>>>>>>> 
>>>>>>>> 
>>>>>>>> I’d like to add a simple test / demo app or at least a page to show 
>>>>>>>> things working
>>>>>>>> 
>>>>>>>> I see Movies.woa is no longer working?
>>>>>>>> 
>>>>>>>> I figured there would be something with migrations that could just run 
>>>>>>>> and load a basic model?
>>>>>>>> 
>>>>>>>> Anyone have suggestions how I should set that up?
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>>>> On Oct 15, 2018, at 10:26 PM, Tim Worman <li...@thetimmy.com> wrote:
>>>>>>>>> 
>>>>>>>>> Yes, for sure.
>>>>>>>>> 
>>>>>>>>>> On Oct 15, 2018, at 1:41 PM, Theodore Petrosky <tedp...@yahoo.com> 
>>>>>>>>>> wrote:
>>>>>>>>>> 
>>>>>>>>>> Jesse,
>>>>>>>>>> 
>>>>>>>>>> of course!!!
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> Ted
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>> 
>>>>>>>>>>> On Oct 15, 2018, at 2:04 PM, Jesse Tayler <jtay...@oeinc.com> wrote:
>>>>>>>>>>> 
>>>>>>>>>>> Hi All
>>>>>>>>>>> 
>>>>>>>>>>> Anyone interested in modern UI kits like Bootstrap & Shards with WO?
>>>>>>>>>>> 
>>>>>>>>>>> Robert Hanna and I, have started a very simple framework migrating 
>>>>>>>>>>> Bootstrap stuff out of an app. Stuff people might find really 
>>>>>>>>>>> useful —Beautiful table-free list-views, fantastic looking forms 
>>>>>>>>>>> with all modern input tagging, sliders and date pickers that all 
>>>>>>>>>>> support modern inline icons (Material and FontAwesome) plus random 
>>>>>>>>>>> things like alerts nav bars etc.
>>>>>>>>>>> 
>>>>>>>>>>> Read along down this page to see UI examples
>>>>>>>>>>> 
>>>>>>>>>>> https://designrevision.com/demo/shards/
>>>>>>>>>>> 
>>>>>>>>>>> One D2W rule sets up a "Card" with a dictionary that configures any 
>>>>>>>>>>> of the many different options. Display a top or bottom image, have 
>>>>>>>>>>> a button, make the button square, outlined or primary-btn styled 
>>>>>>>>>>> etc. Add a footer, body, title… The rules include all the keys 
>>>>>>>>>>> you'll find in Bootstrap/Shards css tags as part of a D2W 
>>>>>>>>>>> configuration.
>>>>>>>>>>> 
>>>>>>>>>>> 
>>>>>>>>>>> You can have crazy cool class tags: 
>>>>>>>>>>> 
>>>>>>>>>>>     objectCardColumnClass = "col-sm-6 col-md col-lg-3 pb-4”. 
>>>>>>>>>>> 
>>>>>>>>>>> Which makes a dynamic grid that displays on tiny or giant screens.
>>>>>>>>>>> 
>>>>>>>>>>> https://designrevision.com/docs/shards/cards.html
>>>>>>>>>>> 
>>>>>>>>>>> This one rule here sets up a card and configures each option you 
>>>>>>>>>>> see in the attached:
>>>>>>>>>>> 
>>>>>>>>>>> cardSectionsContents =  
>>>>>>>>>>> {
>>>>>>>>>>> "card-img-top" = "object.imageURL"; 
>>>>>>>>>>> "card-link" = "object.publicURLString"; 
>>>>>>>>>>> "card-text" = "object.title"; 
>>>>>>>>>>> "card-title" = "object.venue.title"; 
>>>>>>>>>>> "cardLInkTitle" = "Tell me more &rarr;"; 
>>>>>>>>>>> "cardLinkClass" = "btn btn-primary";
>>>>>>>>>>> }
>>>>>>>>>>> <card.jpeg>
>>>>>>>>>>> 
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> 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/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>>>>>>>>>>> 
>>>>>>>>>>> This email sent to tedp...@yahoo.com
>>>>>>>>>> 
>>>>>>>>>> _______________________________________________
>>>>>>>>>> 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/mailman/options/webobjects-dev/lists%40thetimmy.com
>>>>>>>>>> 
>>>>>>>>>> This email sent to li...@thetimmy.com
>>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>>> _______________________________________________
>>>> 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/mailman/options/webobjects-dev/lists.fabian%40e-lumo.com
>>>> 
>>>> This email sent to lists.fab...@e-lumo.com
>>> 
>> 
> 

 _______________________________________________
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/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to