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;
}
/**
I wrote an application where the user clicks on a GtkImage, and I want to know *where* the user clicked. Here's a simple object extending GtkAlignment.
I was a RapidQ programmer. RapidQ was my "Paradise" for several reasons:
- I had not to pay to get/use development tools
- Executables were able to use external libraries
- GUI creation was *really* easy
- rudimental object-oriented programming
when I realized that RapidQ had no future, the doors of heaven closed. I've been searching for another good language for years.
Recent comments
43 weeks 2 days ago
44 weeks 1 day ago
44 weeks 5 days ago
47 weeks 1 day ago
1 year 15 weeks ago
1 year 19 weeks ago
1 year 23 weeks ago
1 year 23 weeks ago
1 year 23 weeks ago
1 year 40 weeks ago