make fxml screen static, not able to open other running services - javafx

i want to make a user not able to do anything else of my application, i want a user to do things available on my application only.
I will get this done on swing by Robot class, but in fxml i have no idea.
Can anybody guide me?
Thanks in advance

I'm not quite sure what you're asking.
If you want the user to be restricted from interacting with the rest of your application while a window is open, then you could use stage.initModality(Modality.WINDOW_MODAL);.
If you want the user to be restricted from interacting with all other application windows, you could use stage.initModality(Modality.APPLICATION_MODAL);.
If this is not what you were looking for, sorry in advance as your post kind of confused me. If this was not what you were looking for, could you try and clarify your question a little bit so I can understand it?
Thanks and good luck with your project!

Related

I want listView suggestions over the same page in flutter

Hey guys I want to make an dictionary app
Which will show list suggestions over the screen (not taking over another page for that)
Can anyone help please
I agree you need to share more so I understand that you need to something like typehead library, you can check that.

A way to automate a website user with AI?

Call me silly, but I'm looking for a way to use a website automatically, same time every day, but with the capability of responding to many different situations (all of them can be predicted so I can do it myself, I just need it to recognise it) The problem is im very new to programming as a whole and I'm totally lost on where to start with this project... can anyone help? Is it even possible for someone at my level?
To be simple. no. AI programming is very advanced and requires a lot of in-depth knowledge of programming. You might be able to hack together a solution using selenium, which is a tool for testing the UI.
There is also the possibility to make a bot that clicks on specific locations on the screen. they cannot respond to what is actually on the screen however. If the website is a bit slower than normal things can go wrong as well. That would not be the best solution.

Create Multilanguage QtQuick App with QtLinguist

I do this stuff for research, so there´s no source code.
My programm has to be able to change the language via buttons. I got the information that the QtLinguistis often used for this stuff. The problem is that I can´t find something like a workflow, what and when do I have to do something.
It would be nice if someone can give me a push in the right direction.
Thanks in advance.

asp.net web application

i am new for asp.net. i want to develop a simple web application(asp.net+c#) which display
questions and multiple choice answers and calculate result. i want to know which one is the best way for me to do it.
i want to use linq to sql.
please guide me.
thanks in advance and sorry if you feel my question style is bad.
Here is where you can start
http://www.asp.net/get-started
http://www.asp.net/web-forms
http://www.asp.net/mvc
http://www.codeproject.com/KB/aspnet/
Start by this examples...
Oh and here is something very close to what you ask
http://www.codeproject.com/KB/aspnet/MultipleChoiceExam.aspx

Customize WSAT in ASP.Net

Has anyone ever customized the website admin tool in ASP.Net? I would like to add some fields when ceating a user and keep it all in one place.
Any pointers would be appreciated.
W£as a tumbleweed :) Not sure if anyone has done this or not. I've managed to rip out the table sthat are not used and create a few views in MVC to allow Intranet\Internet MVC applications, It's working well.
If anyone requires anything like this I'm happy to help.

Resources