01 May 2013 - After the site upgrade, all passwords were reset and you will need to ask the site for a login reset on your first connection.
Sometimes I need to create a combobox to manage associative arrays. I need something which works like HTML comboboxes, where the value chosen by the user, is different from the one sent to the application.
Just like that:
<option value="Red">Apple</option>so I wrote a component which doesn't use a GtkTreeModel to manage data.
<?php
class GtkAssociativeComboBox {
private $data;
public $box;
public function __construct ()
{
$this->box = GtkCombobox::new_text();
$this->data = null;
}
/**
Poslední komentáře
před 43 týdnů 5 dnů
před 44 týdnů 5 dnů
před 45 týdnů 1 den
před 47 týdnů 5 dnů
před 1 rok 16 týdnů
před 1 rok 19 týdnů
před 1 rok 23 týdnů
před 1 rok 23 týdnů
před 1 rok 23 týdnů
před 1 rok 40 týdnů