Search found 25 matches

Go to advanced search

by Jay
Fri Nov 02, 2018 7:27 am
Forum: General Discussion
Topic: The purpose of model view schema separation
Replies: 0
Views: 3305

The purpose of model view schema separation

Highlighting the demarcation between object model and user interface encourages functionality to be added to the most appropriate class this is the answer I put down for the exam and the tutor allows only one answer that a development team to have members working in their various areas of expertise....
by Jay
Wed Oct 17, 2018 1:51 pm
Forum: Tips and Techniques
Topic: how to turn off alert sound?
Replies: 3
Views: 5895

Re: how to turn off alert sound?

You mean the sound like when you compile a method with a syntax error? That usually means you are trying to do something wrong. Unless, of course, your code has app.beep or global.beep. Yeah the same sound when I have compile error. I guess I put somewhere. There is no problem in running the applic...
by Jay
Sun Oct 14, 2018 1:02 pm
Forum: Tips and Techniques
Topic: how to turn off alert sound?
Replies: 3
Views: 5895

how to turn off alert sound?

It seems like the application is working smoothly but alert sound is heard when I click some buttons. It happens just one time when I click the button from the main menu. And if I comeback to the menu and click other buttons, it is not heard. Where can I check the alarm log files ? or is there any w...
by Jay
Fri Oct 12, 2018 1:48 pm
Forum: Tips and Techniques
Topic: how to sort table or dictionary as I can put the object to the last row of the table
Replies: 2
Views: 5191

how to sort table or dictionary as I can put the object to the last row of the table

Let's I have a few columns and the first column shows only the number.. What I want to do with the table is that if I add a new object to the table, it is organized by ID as I set the keyID ascending order from the dictionary and the table is getting the data from the dictionary. the problem lies he...
by Jay
Sun Oct 07, 2018 8:09 pm
Forum: Tips and Techniques
Topic: showing initial data in combobox
Replies: 2
Views: 5095

showing initial data in combobox

additem only shows when I click the combobox. If I want to see the certain number or string first before I click the combobox, what class or methods should I use? I couldn't find proper ways after reading jadeworld documentation.

thank you .
by Jay
Wed Oct 03, 2018 2:46 pm
Forum: Tips and Techniques
Topic: how to initialize the payment?
Replies: 1
Views: 4357

how to initialize the payment?

I am thinking about making payment function in the Jade form.
Maybe possible ways to make it happen would be using HTML or .NET. I couldn't find native function for this to happen.
What methods do you use to make a payment page actually working?

Thank you.
by Jay
Thu Sep 27, 2018 10:13 pm
Forum: Tips and Techniques
Topic: Is there any detailed hash external function?
Replies: 1
Views: 4684

Is there any detailed hash external function?

At first, I thought if I can understand the logic of hash, It might be possible to make the code on my own. And I realized that it is really time consuming. There might be external files I can include by calling external program from the node. How do I use PBKDF2 ? any detailed steps or white paper ...
by Jay
Thu Sep 27, 2018 10:10 pm
Forum: Tips and Techniques
Topic: Any native function like "mailto" as in HTML ?
Replies: 2
Views: 6757

Any native function like "mailto" as in HTML ?

Any native function like "mailto" as in HTML ?
I am trying to use Jade code only without using html or .Net.
Thinking if I can find the outlook filepath maybe I can connect to it when I click the button.
by Jay
Thu Sep 20, 2018 4:36 pm
Forum: Tips and Techniques
Topic: manual validation code for login.
Replies: 10
Views: 15765

Re: manual validation code for login.

You seem to be making the assumption that the following line of code will actually find a shared instance of the UserByID dictionary class: userDict:=UserByID.firstInstance(); Simply defining a dictionary doesn't mean any instances of that dictionary will exist. Also, it is very, very unusual to us...
by Jay
Tue Sep 18, 2018 10:43 pm
Forum: Tips and Techniques
Topic: manual validation code for login.
Replies: 10
Views: 15765

manual validation code for login.

The code is written in the method of the form which is view model. The error occurs while the iteration. It can go into while iteration but it doesn't read any user. I feel like the reason of errors is I 'm trying to get access to Dictionary which is located in the model view. What did I do wrong? l...

Go to advanced search