Posts by Alexandro Santos • 51 points
3 posts
-
-2
votes2
answers64
viewsQ: Delphi Two methods for Onmessage
In Delphi, it is possible to set two methods for the event OnMessage of TApplication? Detail: both should work simultaneously. Ex.: TApplication.OnMessage := MetodoA(); TApplication.OnMessage :=…
-
1
votes1
answer436
viewsQ: FLASK - Changeable in template
I passed to the template a variable and need to change (in the template) the value of it. Ex.: in the controller: return render_template('index.html', start_code = start_code). I need to change…
-
4
votes1
answer381
viewsQ: Why aren’t my custom error pages being called?
My custom error page is not being called. OS: Linux Ubuntu PHP 7 / Laravel 5.5 I already created the folder "Resources/errors" and in it the file "404.blade.php" I already gave permission in the OS…