Re: [web2py] Re: Help with cascading drop down list

2018-03-04 Thread 'Matthew J Watts' via web2py-users
Ok thanks for your tips Val, i'll focus my efforts on learning basic java script then and libraries Cheers Matt On Sat, Mar 3, 2018 at 3:43 PM, Val K wrote: > just for clarity: > JQuery is a Javascript library. Javascript doesn't have any relation to > Java. Web2py also

Re: [web2py] Re: Help with cascading drop down list

2018-03-03 Thread Val K
just for clarity: JQuery is a Javascript library. Javascript doesn't have any relation to Java. Web2py also has nothing to do with Java. There is a misunderstanding when you talk about Java. And yes, to do what you need, you should have understanding javascript. JQuery is quite enough for a

Re: [web2py] Re: Help with cascading drop down list

2018-03-03 Thread 'Matthew J Watts' via web2py-users
Ciao Massimo Thanks for getting back to me. Where do i start! As a beginner i'm struggling to understand how i go developing the dependent /cascading drop down list, eventually i also want to start using the d3 library with my app. There seems to be several concepts i need to learn to be able

[web2py] Re: Help with cascading drop down list

2018-02-24 Thread Massimo Di Pierro
what do you want to do exctely? call a Java function from web2py? On Monday, 12 February 2018 11:56:59 UTC-6, Matthew J Watts wrote: > > Can anyone point me in the right direction with this, any good tutorial > out there on how i can integrate java and web2py? > > On Friday, February 9, 2018 at

[web2py] Re: Help with cascading drop down list

2018-02-12 Thread 'Matthew J Watts' via web2py-users
Can anyone point me in the right direction with this, any good tutorial out there on how i can integrate java and web2py? On Friday, February 9, 2018 at 12:05:32 PM UTC+1, Matthew J Watts wrote: > > Thanks for your reponse David! > > On Thursday, February 8, 2018 at 8:56:19 PM UTC+1, Dave S

[web2py] Re: Help with cascading drop down list

2018-02-09 Thread 'Matthew J Watts' via web2py-users
Thanks for your reponse David! On Thursday, February 8, 2018 at 8:56:19 PM UTC+1, Dave S wrote: > > > > On Thursday, February 8, 2018 at 9:55:25 AM UTC-8, Matthew J Watts wrote: >> >> Hi community >> >> I'm having a few problems trying to understand how create a cascading >> drop down list. I've

[web2py] Re: Help with cascading drop down list

2018-02-08 Thread Dave S
On Thursday, February 8, 2018 at 9:55:25 AM UTC-8, Matthew J Watts wrote: > > Hi community > > I'm having a few problems trying to understand how create a cascading drop > down list. I've followed this recipe - > > >