Listening for textbox clicks


 
Thread Tools Search this Thread
Operating Systems Linux Ubuntu Listening for textbox clicks
# 1  
Old 03-03-2011
Listening for textbox clicks

Hi everyone.

Apologies if I am posting in the wrong area.

I would like to find out a bit about how ubuntu/linux handles text boxes. In particular I would like to develop an application that launches another application (on screen keyboard) when any text box is clicked. The goal is to get better on screen keyboard integration for touch screen users.

I am a programming noob so go easy on me in interpreting and answering the following questions.

My questions for now are:
- How are textboxes managed in Ubuntu/linux - is there a system wide framework or are they application specific? or both?
- what else do I need to be thinking of to get this to work

I will have more questions later but will take it in baby steps.

Thanks in advance!
# 2  
Old 03-04-2011
Are the text boxes part of the first application or a third application? The complexity of what you are proposing to do depends on the answer to this question.

If the text boxes belong to the first application you have absolute control of what goes into them and how. If they are part of a third application your first application is effectively replacing the third applications keyboard input.

Given your goals, the latter sounds more likely. Look up freedesktop.org and also the Inter-Client Communication Convenvtions Manual (ICCCM).

Best of luck

Andrew
# 3  
Old 03-06-2011
Hi Andrew,

Thanks for the quick reply.

It seems as though there would be text boxes controlled by other applications.

Looking at the ICCCM, it is described as Locally Active Input.

I will create a new project on freedesktop and go from there.

Any other resources for this idea? Things I need to be thinking of?

Cheers!
# 4  
Old 03-07-2011
Quote:
Originally Posted by Huss
Hi Andrew,

Thanks for the quick reply.

I will create a new project on freedesktop and go from there.

Any other resources for this idea? Things I need to be thinking of?

Cheers!
You could check sourceforge and freshmeat for similar projects. Other than that I can't think of anything.

Andrew
# 5  
Old 03-07-2011
Ubutu's GUI already has a menu-system, you could easily use that.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to pass arguments from a textbox in CGI to a shell script?

Hello All, Could you please help me to explain that how do I pass textboxes values while running a shell script which need some arguments while running it and should be invoked after the button click. Here is an example. The first CGI is: #!/bin/ksh echo "Content-Type: text/html"... (4 Replies)
Discussion started by: RavinderSingh13
4 Replies

2. AIX

Process running but not listening

Hello guys I am experiencing a very strange behavior on one of our AIX servers. We have an application with several processes that listen on several port numbers. Sometimes we receive complains that people cannot connect to the server on a specific port that is used by one the application... (6 Replies)
Discussion started by: abohmeed
6 Replies

3. Solaris

Can not type in textbox ( Solaris 10 x86 )

My X86-Solaris 10- server after installed some softwares now has a bug. We can not type anything on the text box of Java applications or CDE such as Add printer or Raid Controller etc.. but i can type on the Command Line Terminal or Star Office applications :eek: I want to ask for a system... (4 Replies)
Discussion started by: tien86
4 Replies

4. Shell Programming and Scripting

textbox and user interaction

I'm wanting to get user interaction...textbox or checkboxes would be great. I want to allow someone to enter data into textbox. (this is the time I want to grab a photo from) Then I want to be able to check the different sizes I want for the image. Say 4 options. Is this possible using the... (0 Replies)
Discussion started by: mainegate
0 Replies

5. What is on Your Mind?

What are you listening to right now?

This is has been posted many times before... It is not in this forum as of now, so I have decided to put it here :D I'm listening to The Outsiders (AKA Hell is for Heros Part I) by Modern Life is War.... what about ya'll? (4 Replies)
Discussion started by: Mars8082686
4 Replies

6. What is on Your Mind?

So... What are you listening to?

Hi guys, lets make this more interesting... I'm sure you listen to something when your working on a project or something... I know, I do, helps with concentration. Track: ±¯¸èÖ®Íõ (King of sad songs) Artist: -îǧ‹Ã Miriam Yeung Lovely forum BTW! :D (33 Replies)
Discussion started by: hype.it
33 Replies

7. IP Networking

port not listening..

Hi.. I am using HPux11.0 i want to know if server not listening to a tcp port what should we do to resolve the problem.... in /etc/services tcp port 7108/tcp is mentioned for some perticular application.. while starting that application error is coming could not establish listening address... (1 Reply)
Discussion started by: Prafulla
1 Replies
Login or Register to Ask a Question