[web2py] Re: Learning Management System survey

2015-12-06 Thread Richard D
Would love to take this forward too. But I might be able to support you before pyodel is developed further. Richard On Saturday, February 15, 2014 at 8:09:10 PM UTC+1, Nico de Groot wrote: > > Haven't followed thread for a while, I'm still interested. Working at > Dutch university as Bb coordin

[web2py] Pyodel announcement

2015-12-09 Thread Richard D
Hi, Some years ago a discussion took place about a LMS. Since then Alan Etkin has created Pyodel. I contacted Alan and decided to take this project forward. A Github repo https://github.com/RichDijk/pyodel is created for code management. This is the initial version which is exact like the last

[web2py] Re: Pyodel announcement

2015-12-10 Thread Richard D
I / We will extend the goodies. On Thursday, December 10, 2015 at 5:54:23 AM UTC+1, Massimo Di Pierro wrote: > > This was built by some of my students. It is incomplete but has lots of > goodies. > > On Wednesday, 9 December 2015 14:53:33 UTC-6, Richard D wrote: >> >>

[web2py] rewrting url for function flexibility through routes

2019-01-26 Thread Richard D
Good afternoon, I want to rewrite an URI url ti a function an the proper parameter. For this I have included in routes.py and reloaded routes.py routes_in = ( (r'/shcc/default/Sfg_customer_[1-9]', '/shcc/default/view_customer/?klantnr=10056'), ) routes_out = ( # ('/examples/default/index', '

[web2py] Re: adding fields dynamically in web2y forms

2019-01-26 Thread Richard D
", Field("name"), Field("invoice_line_ids", "list:reference invoice_line"), Field('total_price', compute=lambda r: invoice_sum(r['invoice_line_ids']) ), format='%(name)s') Hope th

[web2py] Re: Ractive example

2014-10-29 Thread Richard D
Richard D again ;) pass missing was my error cleaning up index.html only half. Having added the 3 js file to application I get the error in the js console when reactive.js is run: Uncaught SyntaxError: Unexpected reserved word More specific: on the first line when importing defaults

Re: [web2py] Re: Ractive example

2014-10-29 Thread Richard D
d(URL('static','js/ractive-events-tap.js')) > response.files.append(URL('static','js/ractive-transitions-fade.js')) > > > Try comment the line above > > Does it remove the error you have? > > Richard > > On Wed, Oct 29, 2

Re: [web2py] Re: Ractive example

2014-10-29 Thread Richard D
s about reserved word that you may use in your model... > > Could you show your model? > > Richarc > > On Wed, Oct 29, 2014 at 4:20 PM, Richard D > wrote: > >> With and without these plugins the error occurs. I downloaded them >> seperately, after the error

[web2py] Re: Ractive example

2014-10-30 Thread Richard D
Leonel, Richard, Thank you for your support :) The big disturbing factor for me was the wrong Ractive.js I took the first I saw, but that is the development code starting with the imports etc Dive into the release and take ractive.js there. Richard Dijkstra p.s. Trying to use Richard D for

[web2py] Re: Kendo UI

2014-10-30 Thread Richard D
() { console.log('ok')}) How to solve? Richard D On Saturday, October 25, 2014 12:42:15 PM UTC+2, ArtDijk wrote: > > LS > We are developing a kind of business application. The standard w2p > application user interface is not rich enough for our needs. We nee more > wid

[web2py] Re: Kendo UI

2014-10-30 Thread Richard D
After a day struggeling and finding Kendo and Angular too much connected, and we need the layout functionality the most, we go for jqxwidgets! Richard D On Thursday, October 30, 2014 5:41:22 PM UTC+1, Leonel Câmara wrote: > > Frankly I considered Angular 1.0 a horrible framework that ap

[web2py] Javascript layout

2014-11-01 Thread Richard D
point me to the main solution and design difference between a HTML and javascript layout for web2py? Thank you, Richard D -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list

[web2py] Re: Javascript layout

2014-11-04 Thread Richard D
Dear All, After some days no reply came to my question. Why is this the case? Is the question wrong, I tried to formulate it in general for the sake of usefullness to others. Richard D On Saturday, November 1, 2014 8:51:55 PM UTC+1, Richard D wrote: > > Hi, > > I want to use

[web2py] Re: Javascript layout

2014-11-04 Thread Richard D
In the default.py controller and navigation.load locals and session vars are set which are rendered for building dropdown menu's on bootstrap buttons. In the standard web2py layout this works fine. The windows are created nicely but is the code above t

[web2py] Re: Javascript layout

2014-11-04 Thread Richard D
@Anthony, Thank you, from your answer I concluded that it must be possible to use jqwidgets. Loading jquery explicitely, the load completed and ajax did it's job. Not fully ready but a big step in the right direction :) Richard D On Saturday, November 1, 2014 8:51:55 PM UTC+1, Rich

[web2py] CSV import in LOAD does not work

2014-11-06 Thread Richard D
_href=URL('import','import_entities.load'), ajax=True, cid='internal_add_data_div') }} It looks like the formcsv.process().accepted is working differently, why? Or is something else broken? Richard D (D for distinguishing to the other Richard ;) ) -- Resou

[web2py] Re: CSV import in LOAD does not work

2014-11-06 Thread Richard D
Leonel, Thank you for the quick answer, I'll try to implement this. I assume this will not touch the other form handling in components. Richard D On Thursday, November 6, 2014 7:34:36 PM UTC+1, Richard D wrote: > > Dear all, > > I am making a csv import function but en

[web2py] Re: CSV import in LOAD does not work

2014-11-06 Thread Richard D
Thank you, I'll implement it. For the time being I open a new tab in the browser, but the component solution is better because I need to update the page from which it is triggered. On Thursday, November 6, 2014 8:35:22 PM UTC+1, Leonel Câmara wrote: > > Yeah it only changes stuff for forms that

[web2py] Verification email is not sent

2014-12-10 Thread Richard D
ages.verify_email = 'Click here' I have no further controller functions. What can be wrong? Thank you for your feedback. Richard D -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2

[web2py] Re: Get a Web2py cloud instance in less than 30 seconds

2014-12-11 Thread Richard D
Works nice :) Richard D On Friday, December 5, 2014 5:46:50 PM UTC+1, Enrique Conci wrote: > > Hi There! > > My name is Enrique and I work for Terminal.com, a cloud computing provider. > > We were playing a little bit with web2py and we think it's a really good > produ

[web2py] Re: Verification email is not sent

2014-12-11 Thread Richard D
Thank you, I think mail.settings.tls = False did it :) Richard D On Wednesday, December 10, 2014 9:34:56 PM UTC+1, Richard D wrote: > > Hi, > > In my app standard email can be send using mail.send(to=['ric > The registration email is not sent however. >

[web2py] Maximum size session variable

2014-12-15 Thread Richard D
Hi, We have strange behaviour (e.g. message: 'memory error') while using large (>1MB) session variables. Is there a limit to session variables? Thank you Richard -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https:

[web2py] Re: Backend and FrontEnd dev

2014-12-18 Thread Richard D
Hi, I would advice to stick to web2py in the first place. Only then you will learn the strengths of Web2py. I have been through a similar process for a RIA app and have now a full web2py app with good functionality. Focus on functionality and organisation win instead of ui details. Richard D

[web2py] Re: happy holidays everybody

2014-12-24 Thread Richard D
To all web2py users and developers, Merry X-mas and a happy New Year. Richard D On Wednesday, December 24, 2014 2:48:18 PM UTC+1, Massimo Di Pierro wrote: > I wish a happy holidays to everybody in this community. > > As a Christmas present and mostly the work of Giovanni Barillar

[web2py] Re: mobile-menu nav is not is not working up on tablet

2015-01-08 Thread Richard D
Ho Jo, Do you still have this issue? Richard D On Tuesday, October 7, 2014 4:05:08 PM UTC+2, Joe wrote: > > I am having a great time using web2py. I am grateful to all of you who > created and contributed to this amazing framework. I just created my first > app, I am learning as f

[web2py] mobile menu item always active

2015-01-08 Thread Richard D
lse, URL('default', 'statistieken'), []), (T('Presentatie'), False, 'https://prezi.com/e36pz5qa1ghg/het-wij-gevoel/', []) ] Thank your for your feed back. Richard D -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://

[web2py] Re: mobile menu item always active

2015-01-09 Thread Richard D
I have tested this on the iPhone and Samsung Note 2014 with the same behaviour. It looks to be a consequent issue. I'll open a ticket for this. Richard D On Friday, January 9, 2015 at 6:07:36 AM UTC+1, Massimo Di Pierro wrote: > > Please open a ticket. Is this an IPad specific is

[web2py] SQLFORM in Nested components

2015-01-10 Thread Richard D
A(T("Edit"),_href=URL('environment','change_issue.load', vars=dict(issue_id=i.id)), ajax=True, cid='chg_issue_' + str(i.id), _class='label') }} The submit button (=ajax?) is not working on this latter FORM. What is wrong here? Ric

[web2py] Re: web2py 2.9.12 is OUT

2015-01-18 Thread Richard D
I upgrade manually from 2.9.11 to 2.9.12, looks fine so far, thank you :) Richard D On Saturday, January 17, 2015 at 7:20:14 AM UTC+1, Massimo Di Pierro wrote: > > Changelog: > > - Modular DAL, thanks Giovanni > - Added coverage support, thanks Niphlod > - More tests, thanks

[web2py] Extra field in SQLFORM can not be processed()

2015-01-30 Thread Richard D
;).accepted: Gives an error : 'Table' object has no attribute 'conversation' What is going wrong? Richard D -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/w

[web2py] Re: Extra field in SQLFORM can not be processed()

2015-01-31 Thread Richard D
kbox')) form[0].insert(-1,my_extra_element) Do INPUT and SELECT behave differently? Richard D On Saturday, January 31, 2015 at 6:46:40 AM UTC+1, Anthony wrote: > > You added a select element with the name "conversation" to a SQLFORM based > on db.entity. Does db.entity in

[web2py] Re: Adding the number of day to a date

2015-01-31 Thread Richard D
Anthony S What is the trigger for this update of T2 withholding _until? This will influence the solution drastically. Richard D On Saturday, January 31, 2015 at 8:47:47 PM UTC+1, Anthony Smith wrote: > > Hi > > I never explained it very well, > Table 1 has products with a with

[web2py] Graphql consumption

2020-07-29 Thread Richard D
Dear Web2py friends, I am trying to cosume a graphql endpoint using https://github.com/graphql-python/gql#HTTP-async-transport but get an error. Applied code: def qlquery(): from gql import gql, Client, AIOHTTPTransport # Select your transport with a defined url endpoint transport

[web2py] Re: Graphql consumption

2020-07-29 Thread Richard D
sday, July 29, 2020 at 3:57:33 PM UTC+2, Richard D wrote: > > Dear Web2py friends, > > I am trying to cosume a graphql endpoint using > https://github.com/graphql-python/gql#HTTP-async-transport but get an > error. > > Applied code: > > def qlquery(): > fr