Re: bootstrap affix onload not executed

2016-06-21 Thread D.R.
Hi Carlos, thanks a lot for the hint and the info, works now as expected. Kind regards David On 21.06.2016 19:29, Carlos Montero Canabal wrote: Hi, In Tapestry 5.4.X versions "$(window).on('load', function ()" is never call it for requireJs. So you can create a module as: my-affix-module.

Re: bootstrap affix onload not executed

2016-06-21 Thread Carlos Montero Canabal
Hi, In Tapestry 5.4.X versions "$(window).on('load', function ()" is never call it for requireJs. So you can create a module as: my-affix-module.js (into META-INF/modules folder) with the code define([“jquery”, “bootstrap/affix"], function($) { return function(){

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-06 Thread Chris Mylonas
I always use the override option so I know what version I'm using and like Chris said, don't want to be locked into shipped version. AppModule has configuration.add(SymbolConstants.BOOTSTRAP_ROOT, "context:assets/bootstrap"); configuration.add(SymbolConstants.JAVASCRIPT_INFRA

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-06 Thread Chris Poulsen
We use the BOOTSTRAP_ROOT override to use a custom bootstrap build with product specific styling and because we do not want to be locked on to the bootstrap version supplied with tapestry. This has worked well so far. If there are documentation pages mentioning disabling bootstrap as the "recomme

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-06 Thread Geoff Callender
On 6 Oct 2014, at 10:41 pm, nhhockeyplayer nashua wrote: > ok I got control of this now... my login works and home page displays > > having opened up my code for first time since June 2013, I saw I was stomping > out BOOTSTRAP as recommended in the apache tapestry appmodule config page... >

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-06 Thread nhhockeyplayer nashua
ok I got control of this now... my login works and home page displays having opened up my code for first time since June 2013, I saw I was stomping out BOOTSTRAP as recommended in the apache tapestry appmodule config page... which tells you to do this configuration.add(SymbolConstants.B

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread Geoff Callender
On 6 Oct 2014, at 2:47 pm, nhhockeyplayer nashua wrote: > thanks geoff... > > ok the app I am running last ran June 2013 on t-5.4 but I got pissed and > dropped tynamo > > I am jumping cold back into tynamo on 5.4-beta-22 > > no page has rendered as of yet > > has nothing to do with tynam

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
yes way back when... June 2013... I had login/logout working with shiro and home page and other pages rendering fine... I couldnt get past the hibernate incompatibility release problems and dropped tynamo at like t-5.4-alpha6 ??? best I recall nothign has changed in my code except for minor mod

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
thanks geoff... ok the app I am running last ran June 2013 on t-5.4 but I got pissed and dropped tynamo I am jumping cold back into tynamo on 5.4-beta-22 no page has rendered as of yet has nothing to do with tynamo... this app is clean and I feel its a legit tap bug... thats my gut feel and

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
ny tips Best regards and thanks... KEN From: nhhockeypla...@hotmail.com To: users@tapestry.apache.org Subject: RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22 Date: Sun, 5 Oct 2014 23:26:06 -0400 I thought maybe I wasnt including the maven dependency so I added

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread Geoff Callender
So to be clear, have you ever had your project's first screen up and running with 5.4-beta-22? If not, what version of T5.4 did your project last work with successfully, and what changes did you make to go up to 5.4-beta-22? I'm just trying to clarify the basics of your situation. On 6 Oct 2014

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
I thought maybe I wasnt including the maven dependency so I added org.apache.tapestry tapestry-jpa ${tapestry-release-version} and still no solution if its zipped up in the jar file of tapestry... how isnt the runtime core modules not b

Re: 'bootstrap/popover' Module

2013-11-25 Thread Eugen
Thanks Howard, last commit solved this issue Best regards Eugen 2013/11/18 Eugen : > Good day > I've tried it with the last version from staging repository (tapestry > 5-alpha-25) and last version from Git repo (5-alpha-26). > I use Eclipse 4.4.0 with maven-jetty-plugin 9.0.4.v20130625 (tested >

Re: 'bootstrap/popover' Module

2013-11-18 Thread Eugen
Good day I've tried it with the last version from staging repository (tapestry 5-alpha-25) and last version from Git repo (5-alpha-26). I use Eclipse 4.4.0 with maven-jetty-plugin 9.0.4.v20130625 (tested also with 6.1.16 in an new Quickstart Project) Browsers: Popover Failed in Waterfox 24.0 and Ch

Re: 'bootstrap/popover' Module

2013-11-17 Thread Howard Lewis Ship
What's you environment, including exact version of Tapestry? On Thu, Nov 14, 2013 at 1:26 PM, Eugen wrote: > Good day, > when I try to require the bootstrap/popover Module I become an error > in Firefox console: > > [22:05:14.435] "RequireJS error: scripterror: Script error for: > bootstrap/pop

Re: Bootstrap 3.0.1

2013-11-04 Thread Peter Hvass
Thanks for the reply Massimo! We're looking forward to it! - Original Message - From: "Massimo Lusetti" To: "Tapestry users" Sent: Monday, November 4, 2013 11:47:16 AM Subject: Re: Bootstrap 3.0.1 I mean at least in the final GA release On Mon, Nov 4,

Re: Bootstrap 3.0.1

2013-11-04 Thread Massimo Lusetti
I mean at least in the final GA release On Mon, Nov 4, 2013 at 10:46 AM, Massimo Lusetti wrote: > I think you can be sure > > > On Mon, Nov 4, 2013 at 10:44 AM, Peter Hvass wrote: > >> Hello! >> >> >> Just wondering if we might be seeing Bootstrap 3.0.1 in the next 5.4 >> alpha? >> >> >> A lot

Re: Bootstrap 3.0.1

2013-11-04 Thread Massimo Lusetti
I think you can be sure On Mon, Nov 4, 2013 at 10:44 AM, Peter Hvass wrote: > Hello! > > > Just wondering if we might be seeing Bootstrap 3.0.1 in the next 5.4 alpha? > > > A lot of bug fixes in this one... > > > Thanks! > Peter -- Massimo Lusetti

Re: Bootstrap 3 and tapestry 5.4

2013-07-30 Thread Barry Books
51 PM > > To: Tapestry users > > Subject: Re: Bootstrap 3 and tapestry 5.4 > > > > My plan is to upgrade to Bootstrap 3, and bundle Glyphicons and Font- > > Awesome as well. > > > > My hope is that Bootstrap 3.x and 4+ will stay compatible w.r.t. class &

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Howard Lewis Ship
On Mon, Jul 29, 2013 at 11:19 AM, Tony Nelson wrote: > > > > -Original Message- > > > That's the whole point of the 5.3/5.4 rewrite. Letting users choose > > > javascript stacks. You can't choose your own js stack if you can't > > > even choose your own css stack. > > > > Tapestry can d

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Thiago H de Paula Figueiredo
On Mon, 29 Jul 2013 15:19:22 -0300, Tony Nelson wrote: Tapestry can deal with that by having a symbol defining whether you use Bootstrap 2 or 3+, then using it in the components to know how to deal with Bootstrap. What about those of us using a customized version of bootstrap? Well, the

RE: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Tony Nelson
> -Original Message- > > That's the whole point of the 5.3/5.4 rewrite. Letting users choose > > javascript stacks. You can't choose your own js stack if you can't > > even choose your own css stack. > > Tapestry can deal with that by having a symbol defining whether you use > Bootstrap

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Howard Lewis Ship
Original Message- > > From: Jon Williams [mailto:williams.jonat...@gmail.com] > > Sent: Monday, July 29, 2013 2:06 PM > > To: Tapestry users > > Subject: Re: Bootstrap 3 and tapestry 5.4 > > > > That sounds good Mr 'Ship. > > > > It's not Mr. &#

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Thiago H de Paula Figueiredo
On Mon, 29 Jul 2013 15:10:31 -0300, Tony Nelson wrote: I don't think that Tapestry should ship with any css or javascript personally. At least not the base package. How would the JavaScript-based base components work? I'm sorry, but writing JavaScript that deals with the inconsistencies

RE: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Tony Nelson
com] > Sent: Monday, July 29, 2013 2:06 PM > To: Tapestry users > Subject: Re: Bootstrap 3 and tapestry 5.4 > > That sounds good Mr 'Ship. > > It's not Mr. 'Ship's fault that twitter chose to change up things in > bootstrap 3. > It would be a lot of w

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Jon Williams
il.com] > > Sent: Monday, July 29, 2013 12:51 PM > > To: Tapestry users > > Subject: Re: Bootstrap 3 and tapestry 5.4 > > > > My plan is to upgrade to Bootstrap 3, and bundle Glyphicons and Font- > > Awesome as well. > > > > My hope is that Bootstr

RE: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Tony Nelson
; Sent: Monday, July 29, 2013 12:51 PM > To: Tapestry users > Subject: Re: Bootstrap 3 and tapestry 5.4 > > My plan is to upgrade to Bootstrap 3, and bundle Glyphicons and Font- > Awesome as well. > > My hope is that Bootstrap 3.x and 4+ will stay compatible w.r.t. class names

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Howard Lewis Ship
.4 components updated to reflect any breaking > changes between 2.3 and 3. > > > Thanks for all the work on 5.4 so far! It's fantastic. > > > Peter > > > - Original Message - > > From: "Barry Books" > To: "Tapestry users" >

Re: Bootstrap 3 and tapestry 5.4

2013-07-29 Thread Peter Hvass
aking changes between 2.3 and 3. Thanks for all the work on 5.4 so far! It's fantastic. Peter - Original Message - From: "Barry Books" To: "Tapestry users" Sent: Saturday, July 27, 2013 3:49:12 PM Subject: Re: Bootstrap 3 and tapestry 5.4 I wo

Re: Bootstrap 3 and tapestry 5.4

2013-07-27 Thread Barry Books
I would agree with that. I suspect Bootstrap 3 will be done before Tapestry 5.5 and the markup between Bootstrap 2 and 3 changes. On Sat, Jul 27, 2013 at 3:15 AM, Dimitris Zenios wrote: > Hi everyone > > Bootstrap 3 RC1 is released and get bootstrap page redirect to download the > new version i

Re: bootstrap popover, tooltip

2013-06-03 Thread Mischa Tuffield
On 3 Jun 2013, at 23:22, Jens Breitenstein wrote: > Honestly read this: > > http://tapestry5-jquery.com/ > and click on "usages" tab. You should not rely on sources, but classes thus > the jar is what you want, right? > If you use maven to build your project everything you need is explained he

Re: bootstrap popover, tooltip

2013-06-03 Thread Jens Breitenstein
Honestly read this: http://tapestry5-jquery.com/ and click on "usages" tab. You should not rely on sources, but classes thus the jar is what you want, right? If you use maven to build your project everything you need is explained here. Furthermore the lib contains it's own BootstrapModule cla

Re: bootstrap popover, tooltip

2013-06-03 Thread Mischa Tuffield
Jan, It looks like what is needed is the following to be added to your AppModule: public static void contributeComponentClassResolver(Configuration configuration) { configuration.add(new LibraryMapping("bootstrap", "com.trsvax.bootstrap")); } And then you can call the mixin "

Re: bootstrap popover, tooltip

2013-06-03 Thread Mischa Tuffield
Hello Jens,I had to copy the below mixin (from the tapestry-bootstrap plugin) into the mixins folder in my project. My problem is that I should be importing this mixin from the plugin (tapestry-bootstrap) which I already have imported in my project but I don't know how to. I guess I should be doing

Re: bootstrap popover, tooltip

2013-06-03 Thread Jens Breitenstein
Hi Mischa, hi Jan! You mean this: http://tapestry5-jquery.com/mixins/docstooltip ? There is an example on the same page, too including code. Or can you please describe what particular information you need? Jens Am 03.06.13 23:09, schrieb Mischa Tuffield: Hey Jan, I am currently looking a

Re: bootstrap popover, tooltip

2013-06-03 Thread Mischa Tuffield
Hey Jan, I am currently looking at this stuff to, and it looks like you need to include the following mixin somehow : https://github.com/trsvax/tapestry-bootstrap/blob/master/src/main/java/com/trsvax/bootstrap/mixins/Tooltip.java I am not sure how I can make use of that mixin given that I hav

Re: Bootstrap

2011-10-24 Thread Steve Eynon
I've just re-skinned a couple of small apps with Bootstrap and jQuery - it looks good and there's no problems with the javascript. The snippets of JS it uses, localise the jQuery '$' as defined here: http://docs.jquery.com/Plugins/Authoring#Getting_Started So you just need to put jQuery into its

Re: Bootstrap

2011-10-23 Thread Mark
On Wed, Oct 12, 2011 at 4:15 PM, Denis Stepanov wrote: > how many of you know Bootstrap http://twitter.github.com/bootstrap/, a css > toolkit designed to kickstart development of webapps and sites from Twitter? > > I just had an idea that Tapestry could use bootstap as defaul css stylesheet. > I

Re: Bootstrap

2011-10-13 Thread Richard Frovarp
On 10/12/2011 05:06 PM, Howard Lewis Ship wrote: I think it's a good idea; what's the license? Looks like AL 2.0. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tap

Re: Bootstrap

2011-10-13 Thread Tony Nelson
I'm just starting the infrastructure of my project. I had settled on Blueprint CSS http://www.blueprintcss.org/ but I may have to take a closer look at this Bootstrap. It seems to have some very nice features. On Oct 13, 2011, at 9:53 AM, George Christman wrote: > That's beautiful. I"m a huge

Re: Bootstrap

2011-10-13 Thread George Christman
That's beautiful. I"m a huge fan of the idea. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Bootstrap-tp4897002p4899291.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubs

Re: Bootstrap

2011-10-12 Thread Steve Eynon
Wow - I've just taken a glimse at Bootstrap and it's gotten me very excited! Time to re-read the "Compiled CSS" thread! I actually been waiting for something like Less for at least a decade - but since it's arrival I've been put off trying it by the pre-process compile stage (the on-the-fly javas

Re: Bootstrap

2011-10-12 Thread Howard Lewis Ship
I think it's a good idea; what's the license? On Wed, Oct 12, 2011 at 2:15 PM, Denis Stepanov wrote: > Hello, > > how many of you know Bootstrap http://twitter.github.com/bootstrap/, a css > toolkit designed to kickstart development of webapps and sites from Twitter? > > I just had an idea that