| View previous topic :: View next topic |
| Author |
Message |
syn
Joined: 12 May 2006 Posts: 46 Location: Hamburg
|
Posted: Thu Nov 02, 2006 11:58 pm Post subject: GtkMozEmbed? |
|
|
Hi,
when will there be a running version of GtkMozEmbed?
Is there an other way to get html within gtk2 aplications to work? I read an anouncement in may talking about GtkMozEmbed.... we still wait for this
There is a help page http://php-gtk2.de/manual/en/html/mozembed/mozembed.gtkmozembed.html
but no windows dll  |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Nov 03, 2006 12:04 am Post subject: |
|
|
GtkMozEmbed is working, but is not shipped on windows. It would require a whole self-compiled version of mozilla or firefox, thus an additional 10MB of files. I didn't want to put this into the gnope package since most people don't need it now IMO.
Btw, I have some apps using it running on my linux box. |
|
| Back to top |
|
 |
syn
Joined: 12 May 2006 Posts: 46 Location: Hamburg
|
Posted: Fri Nov 03, 2006 12:10 am Post subject: |
|
|
Hi,
thank you for your fast answer. I also think, that is a big block for a little browser within php-gtk2 Is there any other way to implement html in a PHP-Gtk2 based tool? I need html for my help-system and some emulator-specs with screenshots. Now im using labels and textareas... not really beauty. Maybe i miss something in the php-gtk2 documentation how to implement rich text  |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Nov 03, 2006 12:15 am Post subject: |
|
|
| GtkTextView can display bold and colored text and such, and images. You might want to write a simple html-to-GtkTextBuffer converter. I originally wanted to do this, but GtkTextView doesn't support tables IMO, and I needed them. Read the Gtk+ docs about it. |
|
| Back to top |
|
 |
syn
Joined: 12 May 2006 Posts: 46 Location: Hamburg
|
Posted: Fri Nov 03, 2006 12:19 am Post subject: |
|
|
| Cool, i think, html is a better way because its could be uses ofline and online, but if its possible to do some formats in GtkTextView, i will try this. Do you know some referezes or tutorials, or should i check GtkTextView-docu? |
|
| Back to top |
|
 |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
Posted: Fri Nov 03, 2006 12:23 am Post subject: |
|
|
| The latter |
|
| Back to top |
|
 |
|