GtkPlot...using different scales left/righ axis

2007-06-06 Thread ferri_marllo
Hello!! I need your help... I'm buiding an application which read some dates from a file and then it draws them into an X-y plot, using gtk-plot. My problem is that i'd like that axis right and left have diffrent escales,and of couse different ticks.Is it possible?? then,on the other hand, i'd like

Export a windows-gtk-glade application to Linux

2007-04-12 Thread ferri_marllo
Hello!! I need your help! I built an application using glade-gtk compiling with Dev-cpp...so i have the .exe file. I did it in Windows system, and now i'd like to export it to linux system. How can i do it?? ___ gtk-devel-list mailing list [EMAIL PROT

ADD A CURSOR !!

2006-10-27 Thread ferri_marllo
I ve build a gtk_aplication that consist in plot points in a graphic...i'd like to insert a cursor to can jump throught the points. how can i do it?? ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-de

undefined reference to GTK_TEXT

2006-10-27 Thread ferri_marllo
Hi!! I'm compiling a gtk project using devcpp and i have a problem like this: [linker error] undefined reference to GTK_TEXT can you help me?? thanks!! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk

Insert an image into a gtk_window

2006-09-04 Thread ferri_marllo
I'm trying to insert an image in a window creted with gtk. The problem is that the image doesn't appear efter executing,and there'not an error message. Can you help me?? #include #include int main(int argc,char **argv) { GtkWidget *window; GtkWidget *image; GdkPixbuf *pixbuf;

create_pixbuf/gtk_image_new_from_file

2006-09-04 Thread ferri_marllo
Hi!! Please i need help... i want to build a window,and show into it this image in it: c:\dates\image.jpg I tried with image=create_pixbuf(window1,"c:\\dates\\image.jpg") but it showed an error message:"Couldn't find the file". Then i tried with image=gtk_image_new_from_file(,"c:\\dates\\ima

Insert an image!!

2006-09-01 Thread ferri_marllo
Hi everyone!! I want to insert a photo in a window,creted with glade-gtk. How can i do it?? thanks a lot! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

GtkPlot and GtkExtra under windows 98!

2006-05-15 Thread ferri_marllo
Hello everyone!! I need to make an XY plot,with a cursor.I've readen something about GTkPlot and GtkExtra,but i don't know if it's compatible with windows 98.In other hand,i downloaded it,and when i tried to compile the examples(with dev-c++) there were some errors,like this: [Linker error]Undefine

libgnomecanvas fon windows

2006-05-15 Thread ferri_marllo
Hi!! I want to buildf an XY plot using libgnomecanvas under windows.. Can anyone tell me where isit to download??And...where are exampleS?? Thanks a lot ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gt

gtk_statusbar_push!!

2006-05-12 Thread ferri_marllo
Hi everyone!! I need your help... I built a window with glade_gtk,including an statusbar,but the problem is that i want to write in the statusbar,different sentences telling me about the process...just after click one button of my window. Like this... first: "processing file" (and after proces

gtk_statusbar

2006-05-08 Thread ferri_marllo
Hi!! I need to create a window with an status bar and an open dialog. Each time i select a file,i want to write into the status bar this two sentences: "Opening filename..." and then after the processing time "File open" How can i do it?? I'm trying but the only sentence that is written is the l

Re: Welcome to the "gtk-devel-list" mailing list

2006-05-08 Thread ferri_marllo
Hi!! I need to create a window with an status bar and an open dialog. Each time i select a file,i want to write into the status bar this two sentences: "Opening filename..." and then after the processing time "File open" How can i do it?? I'm trying but the only sentence that is written is the la

Re: Welcome to the "gtk-devel-list" mailing list

2006-05-08 Thread ferri_marllo
Hi!! I need to create a window with an status bar and an open dialog. Each time i select a file,i want to write into the status bar this two sentences: "Opening filename..." and then after the processing time "File open" How can i do it?? I'm trying but the only sentence that is written is the la

graphics!!

2006-04-19 Thread ferri_marllo
Hello!! I need help about creating graphics...i want to represent point into a graphic, but i want to can interact with them too,i need to click on them and see in the satatus bar what're the coordenates,i need to can delete them, and more things. I'm trying with gdk,but the problem is that i don

Graphics!!

2006-04-19 Thread ferri_marllo
Hello!! I need help about creating graphics...i want to represent point into a graphic, but i want to can interact with them too,i need to click on them and see in the satatus bar what're the coordenates,i need to can delete them, and more things. I'm trying with gdk,but the problem is that i don'

problems with graphics with gtk!

2006-04-06 Thread ferri_marllo
Hi everyone! I need to graph some points in a graphic,but not only this...in need to can interact with them,like:when i click in each point can see the coordinetes,i can delete them... please,can anyone help me?? Thanks a lot ___ gtk-devel-list mailing

Gdk!

2006-04-05 Thread ferri_marllo
Hello!! I'm using windows 98,and i need to install gdk library. Which version is good?Where can i download it?? Thank you! ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-devel-list

graphics using GTK+

2006-04-03 Thread ferri_marllo
Hi!! I've a problem to solve... I need to graph some points in a graphic using GTK+. And after graph them,i need to can delete some of the points. How can i do?? thanks ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gnome.org/mail

GTkWindow

2006-02-17 Thread ferri_marllo
Hi again!! I made a program with one main_window and inside i create a menu of options.Each of this options goes directly to open a new window(different for eaah one),but my problem is that when i execute the program all of theam appear on time...instead not checking my menu options. How can i do

Gtk windows problem!!

2006-02-15 Thread ferri_marllo
Hi to everyone!! I've a big trouble...ok!I had a code of a program that was executed under MOS-DOS, and now,i made a windows aplication,using gtk+...but in the program i use the command SYSTEM and now it doesn't work!! can anyone help me?? Example: strcpy(registro,"edit"); strcat(regis

(no subject)

2006-02-15 Thread ferri_marllo
Hi to everyone!! I've a big trouble...ok!I had a code of a program that was executed under MOS-DOS, and now,i made a windows aplication,using gtk+...but in the program i use the command SYSTEM and now it doesn't work!! can anyone help me?? Example: strcpy(registro,"edit"); strcat(registr

Pango-warning:**SetGraphicsMode () failed

2006-01-11 Thread ferri_marllo
Hi!!! I'm trying to compile a text editor program, that i want it to open a file in tha screen because i want to edit it. I've written using Glade,and everything works...the compilation and execution, but after it when i touch any button of my created window it appears a msdos screen with his erro