11 aug. 2010 : PHP-GTK Application descriptions can now be submitted in German too. Thanks Florian Freeman !.

Italian is still missing: who will contribute the translated categories for these languages ? Contact the team to offer your translations !

Community

[Forum] Re:Running another proccess in background on windows

KKsou - Thu, 26/08/2010 - 09:46
does this block the main program? I want copy a DB in background without block the main program. ok, I\'ll try your suggestion thx man!


Categories: Community

[Forum] Re:Problem in running GTKHtml example

KKsou - Thu, 26/08/2010 - 03:40
I also get same error GConf Error: Failed to launch configuration server: Failed to execute helper pro gram (Invalid argument) (php.exe:3704): Gdk-WARNING **: gdkselection-win32.c:1068: OpenClipboard failed: Invalid window handle. Any clue about it?


Categories: Community

[Forum] Re:Running another proccess in background on windows

KKsou - Thu, 26/08/2010 - 01:09
Hi.. i\'m newbie on PHP-GTK, i came on same trouble as you and i use Gtk::timeout_add(delay,array(class_name,method)); try it..


Categories: Community

[Forum] Having problems with main_quit() after idle_add()

KKsou - Tue, 24/08/2010 - 16:38
Hello, i need some help with a script i\'m working on. I\'m using an Gtk idle proccess to check in \"background\" an url, my problem is that when i want to end my application within a popup menu i call Gtk::main_quit() and before that i tell the application to do a Gtk:idle_remove(), and it stops the process but the application just freezes and ...


Categories: Community

[Forum] Running another proccess in background on windows

KKsou - Fri, 20/08/2010 - 09:10
How I Running another proccess in background on windows with php-gtk? like threads!!


Categories: Community

[Forum] Re:error on google weather

KKsou - Fri, 20/08/2010 - 02:44
May i know what are the clues that i can give to get this resolved? i had installed in my localhost as well. but it turns out the same as well. i failed to get it work.


Categories: Community

[Forum] Re:error on google weather

KKsou - Thu, 19/08/2010 - 21:55
Not sure about this, as there are not enough clues that you\'ve given to be able to figure out what might be the problem. Regards, /kksou


Categories: Community

[Forum] Re:ComboBoxEntry

KKsou - Thu, 19/08/2010 - 21:44
Hi, Please refer to the following very useful functions compiled and contributed by Dysmas: [url=http://www.kksou.com/php-gtk2/index.php?option=com_fireboard&Itemid=67&func=view&catid=40&id=2424]Get_text and set_text helpers[/url] and do a $comboentry->set_text(\'\'); in the callback of the \"Save\" button. Regards, /kksou


Categories: Community

[Forum] Re:ComboBoxEntry

KKsou - Thu, 19/08/2010 - 19:24
hi kksou, thank you.^^ I solve the problem. IF I want to clear the content of the comboboxentry,after press the button \"save\". HOw can I do? thank you. Best regards, Tom Kuanq


Categories: Community

[Forum] Re:error on google weather

KKsou - Thu, 19/08/2010 - 19:12
hi my project is hosted at my intranet company server. There is no use to give u the URL. is this the reason why i failed to get this to work because of the intranet?


Categories: Community

[Forum] Re:error on google weather

KKsou - Thu, 19/08/2010 - 08:40
Hi, I cannot replicate the error using the city you mentioned. Please indicate your URL so that I can test it. Regards, /kksou


Categories: Community

[Forum] Re:ComboBoxEntry

KKsou - Thu, 19/08/2010 - 07:35
Hi, Please refer to the sample code: [url=http://www.kksou.com/php-gtk2/articles/setup-and-process-GtkComboBoxEntry---Part-1.php]Sample Code 25: How to setup and process GtkComboBoxEntry - Part 1?[/url] To use Glade effectively, you need to under the underlying PHP-GTK. For your case, you retrieve the selection in the callback, not right after you set up the widget. Take a look at the sample code. Run it as pure PHP-GTK2. Then use Glade to simplify the ...


Categories: Community

[Forum] ComboBoxEntry

KKsou - Thu, 19/08/2010 - 07:17
hi everyone!! I defined apply.glade . and load the apply.glade. Here the code. [code] $glade=new GladeXML(\'apply.glade\',\'winapply\'); $winapply=$glade->get_widget(\'winapply\'); $winapply->connect(\'hide\',\'on_winapply_hide\'); $item2=$glade->get_widget(\'ComboBoxEntry2\'); $selection=$item2->get_child()->get_text(); [/code] But I can not get the value of the ComboBoxEntry. HOw can I get the value of the ComboBoxEntry? thank you Best regards, Tom Kuanq


Categories: Community

[Forum] Re:error on google weather

KKsou - Wed, 18/08/2010 - 03:37
i am installing in my intranet server. i put city - Penang


Categories: Community

[Forum] Re:error on google weather

KKsou - Wed, 18/08/2010 - 00:25
Hi, Can you show the URL? Also, what city did you use that produce the error? Regards, /kksou


Categories: Community

[Forum] error on google weather

KKsou - Tue, 17/08/2010 - 23:53
hi i just installed the googleWeather but it display the following errors.. Warning: simplexml_load_string() [function.simplexml-load-string]: Entity: line 7: parser error : Opening and ending tag mismatch: BR line 6 and FONT in C:\\xampp\\htdocs\\xxx\\modules\\mod_googleWeather\\mod_googleWeather_libclass.php on line 26 please hlep. i have turned on the curl. i am using 1.5.17


Categories: Community

[Forum] Re:Displaying image from the Web

KKsou - Fri, 13/08/2010 - 03:21
There is an example about loading a remote file image at http://php-gtk.eu/en/widgets/gtkimage You need to have GD extension enabled.


Categories: Community

[Forum] Re:GtkEntry with icon like SexyEntry...

KKsou - Fri, 13/08/2010 - 03:13
This function is undocumented in PHP-GTK Manual. set_icon_from_pixbuf(GtkEntryIconPosition, pixbuf) set_icon_from_stock(GtkEntryIconPosition, stockid) set_icon_from_icon_name(GtkEntryIconPosition, icon-name) GtkEntryIconPosition Enum: GTK_ENTRY_ICON_PRIMARY => Icon at the front GTK_ENTRY_ICON_SECONDARY => Icon at the end Example: [code] $entry = new GtkEntry(); $entry->set_icon_from_stock(GTK_ENTRY_ICON_PRIMARY, Gtk::STOCK_FIND); [/code] That will create a GtkEntry with a Gtk Stock Find icon at the front of the entry.


Categories: Community

[Forum] Displaying image from the Web

KKsou - Mon, 09/08/2010 - 11:03
Hi ther I am new to php-gtk2. I am creating a widget that will display the weather forecast details. So far I managed to display all the details except for one. How do you display an image from the internet on to the widget. The weather forecast company provides different images for different weather conditions. Its not possible to copy these images as there are copyright issues. What I ...


Categories: Community

[Forum] Gtk ListStore Move After and Before

KKsou - Fri, 06/08/2010 - 21:32
Hi guys! How use GtkListStore::move_after(); ::move_before()??? I wish to build a Grid with move buttons outside the grid.. Somebody help me in this!! Thanks Daniel Rivas


Categories: Community
Syndicate content