[web2py] Re: how to execute the html after the right click event

2019-07-10 Thread Dave S
On Tuesday, July 9, 2019 at 7:08:48 PM UTC-7, Quang Lam wrote: > > i have multiple in my html page and i dont want all of them to be > executed when the page is loaded. is there any way that we can delay it > until the user right click on the context menu. i dont want to use > selector.show o

Re: [web2py] please help testing web3py

2019-07-10 Thread Lovedie JC
Using ubunut 18.04lts, we are getting: Error Ticket: module 'jwt.exceptions' has no attribute 'InvalidSignatureError' Traceback (most recent call last): File "/home/mauricewaka/web3py/web3py/core.py", line 280, in load self.local.data = jwt.decode(token_data, self.secret, algorithms=[self.a

Re: [web2py] Re: how to execute the html after the right click event

2019-07-10 Thread Quang Lam
but this one still cause the section id "thisone" execute when the page is loaded. i want this one to hold off until the user right click and select an option in the menu because the section id "thisone" needs the information of the row on which the user right click. if this section id "thisone exe

Re: [web2py] Re: how to execute the html after the right click event

2019-07-10 Thread Dave S
On Wednesday, July 10, 2019 at 6:19:00 AM UTC-7, Quang Lam wrote: > > but this one still cause the section id "thisone" execute when the page is > loaded. i want this one to hold off until the user right click and select > an option in the menu because the section id "thisone" needs the > info

[web2py] Re: my own records on SQLFORM select

2019-07-10 Thread Dave S
On Tuesday, July 9, 2019 at 11:23:07 PM UTC-7, Murat KAŞIKÇIOĞLU wrote: > > I want to select only authenticated teachers' students on the form. But I > could not find how to filter. Can you help? > I don't find it easy to picture what you want. My best guess is that when a teacher is logged

Re: [web2py] Re: how to execute the html after the right click event

2019-07-10 Thread Quang Lam
can you suggest what i should do in this scenario, I have a couple of div in HTML, and i want id=plot_selector to wait until the user right-click because when the user right-clicks, I use jquery to get the info of the row on which the user right click and send it to the controller, then I will

[web2py] Re: please help testing web3py

2019-07-10 Thread Carlos Cesar Caballero
Working great in Ubuntu 19.04 and Python 3.6.8, no errors, I have created a new app and a new user for the app and login without issues. In the dashboard there is a broken link to "/_dashboard/static/favicon.ico" PD: My words when I looked the dashboard for first time: "My eyes!! my eyes!!!" :P

[web2py] The Web2py editor is not loading in full screen

2019-07-10 Thread Abhishek Gupta
Hey there, I am new to web2py and ran into the below error: The Web2py editor is not loading in full scree and there is no option to expand the screen as well. (Attached screen shot) I am using Internet Explorer Browser and Web2py version of 2.17.2 Please help me to restore this to a normal screen

Re: [web2py] please help testing web3py

2019-07-10 Thread Massimo Di Pierro
https://github.com/vimalloc/flask-jwt-extended/issues/238 I will fix the requirements accordingly On Wednesday, 10 July 2019 05:25:01 UTC-7, Lovedie JC wrote: > > Using ubunut 18.04lts, we are getting: > > Error Ticket: module 'jwt.exceptions' has no attribute > 'InvalidSignatureError' > > Trace

[web2py] Re: please help testing web3py

2019-07-10 Thread Massimo Di Pierro
>>> PD: My words when I looked the dashboard for first time: "My eyes!! my eyes!!!" :P LOL -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received

Re: [web2py] Re: my own records on SQLFORM select

2019-07-10 Thread Murat KAŞIKÇIOĞLU
I wanted to use SQLFORM. Whenever teacher logged in, he has to select from combobox only their responsible students. I could not find the way how to implement it while creating SQLFORM. My solution: I've added one hidden text into form and parse on the client side like this: form = SQLFORM(