flat-files (comma separated or delimited files)

2006-09-18 Thread rachit goel
is there any kit or util available with gtk+2.6 that allows to use flat-files as database and fire the queries on them like we have drivers for flat files in windows.. - All new Yahoo! Mail The new Interface is stunning in its simplicity and

app launch detection

2006-06-20 Thread rachit goel
i am trying to program an applaunch detection tool or u can say a please wait -- application is starting up utility but don't know where to start . i also read a mailing list http://www.redhat.com/archives/xdg-list/2000-November/thread.html#0 and from this it seems there was some

RE:RE: mouse click problem

2006-05-12 Thread rachit goel
hi there, thanks for the reply... but solved that already . actully what i did was add a timeout function for 600ms since a triple click must occur within 1/2 a second of first click , as per gtk man pages . and set a global time var to the events time stamp for first click . also i

mouse click problem

2006-05-09 Thread rachit goel
hi i am facing a problem in mouse click. i am using iconview to display some items to the user. I want the items to be activated at single mouse click only. and even in case of double or triple mouse clicks it should be fired only once. Now here is the problem How should i ignore

problem on file io

2006-05-03 Thread rachit goel
Hi all , I am facing a problem in file io. The issue is that i use libwnck to get the current active window and then need to append it and the timestamp in a file . This is where i am facing a problem. When i looked at the gtk's help base i couldn,t find any file io functions, so I

get command from pid in gtk programm

2006-05-02 Thread rachit goel
hi all i am facing a problem i need to know what command fired the process with the given pid just like CMD ooption of ps command. But the issue is that due to timing constraint i don't have enough time to everytime fire a shell which writes this cmd from ps to a file and read it . i need

Re: can't ercieve data passed to g_signal_connect

2006-04-21 Thread rachit goel
interface.h . . . GtkEventBox **eventt; . . . . interface.c GtkWidget* create_window1 (void) { . . . . . eventt = g_new0 (GtkWidget * , tab_count); . . . for (iter = 1 ; iter = tab_count ; iter++) { . . . .

re:re:Re: can't ercieve data passed to g_signal_connect

2006-04-21 Thread rachit goel
thanks guys i was mistaken in my assumption about omitting the arguments well thanks anyways that solved the probs Send instant messages to your online friends http://uk.messenger.yahoo.com ___ gtk-app-devel-list mailing list

can't ercieve data passed to g_signal_connect

2006-04-20 Thread rachit goel
hi, i am having a problem i just can't recieve the data passed to signal handler using g_signal_connect() . it always gets messed up. plz its rather critical for me at this stage any help will be appreciated also i am using gtk-2.6.7 on fc4-i386

event logger on fc4 - i386

2006-04-18 Thread rachit goel
hi , i am new to linux. but has some experience on programming gtk apps. i would like to do the following things on on my linux workstations 1. get which window is active at any given time. That is need a notification when a window ,thread , and process bewcomes active, gets

event logger on fc4 - i386

2006-04-18 Thread rachit goel
hi , i am new to linux. but has some experience on programming gtk apps. i would like to do the following things on on my linux workstations 1. get which window is active at any given time. That is need a notification when a window ,thread , and process bewcomes active, gets

event logger on fc4 - i386

2006-04-18 Thread rachit goel
hi , i am new to linux. but has some experience on programming gtk apps. i would like to do the following things on on my linux workstations 1. get which window is active at any given time. That is need a notification when a window ,thread , and process bewcomes active, gets