Displaying 20 results from an estimated 120 matches similar to: "TreeCtrl"
2007 Dec 28
0
checklistbox/html windows
Bonsoir Alex.
Je voulais savoir, si pour la prochaine version de wxruby, vous comptiez apportez deux améliorations à "checklistbox", qui sont:
- de pouvoir changez le contenu de la checklistbox sans avoir besoin de fermer et réouvrir l''application pour effectuer le changement du contenu?
- de mettre l''option "HSCROLL"?, car la barre apparaît mais ça ne marche
2006 May 11
1
Boxplot and range of x-axis
Hello there,
could somebody help me with this: I have to create a lot of boxplots but
with same range concerning the x-axis.
For example I have following data:
liste1 <- c(3,4,5,3,3,4,4)
liste2 <- c(1,2,3,4,6)
png(file = "liste1.png")
boxplot(liste1)
png(file = "liste2.png")
boxplot(liste2)
q()
Works perfectly, but what I need would be that both boxplots have their
2010 Oct 06
1
R getting slower until it breaks...
Hello R-users,
I'm currently facing a pretty hard problem which I'm hopping you'll be able to help me with. I'm using R to create images. That alone is not the problem, the problem is that I'm using R to create 168 000 images... My code (which is given below) use different package (raster and rgdal) to import a image (size 20gig) and divide it into 168 000 pictures that are
2008 Jan 04
2
checklistbox
Salut Alex.
En fait je me suis rendu compte de mon erreur à propos de "HSCROLL", ça marche correctement. La scrollbarre apparaît et fonctionne bien. La dernière fois j''ai eu l''impression qu''elle ne marchait pas, car cela peut arriver que la dernière lettre de la ligne de charactères qui s''affiche soit un peu coupée par la "VSCROLL".
2005 Feb 07
2
questions sur R
bonjour,
Je suis actuellement en derniere annee d'ecole d'ingenieur en informatique et statistiques et je dois réaliser mon projet de fin d'études sur le logiciel R.
En fait, je dois réaliser un scoring sous R puis le meme sous SAS et comparer les resultats. Mon fichier se prete à une regression logistique. J'ai donc utilisé la fonction glm sous R et Catmod sous SAS seumement, je
2019 Feb 26
1
Gpo computer not applied a boot system
Bonjour à tous
depuis maintenant un certain temps je tire mes cheveux et ne comprends pas
la source de mon problème.
après une migration de samba 3 pdc vers samba 4.8.5 AD, au démarrage d’un
client Windows, l’ordinateur gpo n’est pas appliqué au démarrage.
Dans les journaux Windows, il y a 1058 erreurs d'objet de stratégie de
groupe et samba côté serveur. Voici les journaux:
Mise à jour du
2011 Mar 08
2
Comment creer un formulaire maitre-detail
Salut a tous!
Est-il possible de creer un formulaire maitre-detail?
J''ai besoin de creer une fenetre ou l''utilisateur rentre un commande et
les differents produits associaes a cette commande.
Puis-je afficher le tout dans une seule page? Faut-il un minimum de 2
pages
Comment visualiser le detail de la commande avec tous les produits
commandes, et l''imprimer si
2008 May 11
2
wxruby-1.9.7.tar.gz
Bonjour, comment est-ce que je fait pour installer wxruby1.9.7?
Je ne peut plus l''installer à partir de rubygems.
J''ai télécharger "wxruby-1.9.7.tar.gz" et après que faut-il faire?
merci
sebastien
http://beusse.liveror.com/
_______________________________________________
wxruby-users mailing list
wxruby-users@rubyforge.org
2012 Jan 14
6
professional application Olympe5
Hello.
Code:
$ env WINEPREFIX="/home/thierry/.wine" wine C:\\Program\ Files\\Olympe\ V5.0\ FirefoxPortable\\Olympe5.exe
fixme:advapi:GetCurrentHwProfileA (0x33fbc8) semi-stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:win:RegisterDeviceNotificationA (hwnd=0x13b4a0, filter=0xe6e9d4,flags=0x00000001) returns a fake device notification handle!
wine: Unhandled page fault on write
2007 Apr 14
0
[966] branches/wxruby2/wxwidgets_282/doc/textile/listbox.txtl: Fix methods which don''t need a ''n'' item for arrays in Ruby
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Dec 01
0
[768] trunk/wxruby2/doc/textile/checklistbox.txtl: Corrected constructor method signature
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Dec 01
0
[767] trunk/wxruby2: Added CheckListBox to item_data test, note to explain why fixes are not needed
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Nov 21
10
bugs
Bonjour tout le monde.
Parfois j''ai mon application qui se ferme toute seul et voila l''erreur qui apparaît: "Exit code: -1073741819"
Est-ce que quelqu''un peut m''expliquer ce que veut dire ce message d''erreur?
Je vous remercie.
sebastien
http://beusse.liveror.com
_______________________________________________
wxruby-users mailing list
2007 Oct 23
3
CheckListBox : delete method bug !
Hi,
I''ve practically finished a patch for removing the limitation of
CheckListBox (http://rubyforge.org/pipermail/wxruby-development/2007-October/000973.html)
but I just discovered a new bug related with this control !!
I need to redefine the delete method to take into account the deletion
of the associated data. The problem is that if I just redefine this
method and simply call super,
2007 Jul 25
11
taskbaricon
Salut alex, j''ai un petit souci.
quand j''utilise "demotaskbaricon" avec traducteur-wxruby, que j''ouvre mon application(donc l''icone apparaît dans la barre de lancement rapide) et que je ferme mon application, l''icone disparaît tout de suite.
Mais quand je l''utilise avec l''exemple Wizard et que je ferme mon application
2007 Sep 20
7
Troubles with ListBox and CheckListBox events
Hi all,
Here is an excerpt of code (with the new syntax from upcoming wxRuby 1.9.2) :
evt_checklistbox(my_checklist, :on_checklistbox)
evt_listbox(my_checklist, :on_listbox)
evt_listbox(my_list, :on_listbox)
def on_checklistbox(event)
checklist = event.event_object
# puts "listbox - event : item[#{event.int}] checked : #{event.checked?}"
puts "listbox -
2007 Sep 20
3
Bug? in wxSugar enumerable_controls.rb
Hi,
I wanted to use wxSugar enumerable features to add a method for
returning checked items'' index to the CheckListBox class :
require ''wx_sugar/version''
require ''wx_sugar/wx_classes/control_with_items''
require ''wx_sugar/wx_classes/listctrl''
class Wx::CheckListBox
def checked_items
# use of find_all method from Enumerable
2007 Apr 14
0
[965] branches/wxruby2/wxwidgets_282/doc/textile: Misc.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2006 Dec 01
0
[766] trunk/wxruby2: Added item_data aliases for client_data functions, update doc & tests;
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 Sep 15
2
wxRuby 1.9.1 and id accessor consistency problem
Hi all,
wxRuby 1.9.1 introduced great Rubish style accessors (x.label as a synonym
for x.get_label).
I just found that get_id has no corresponding Rubish style id accessor.
For a CheckListBox or a StaticText (I haven''t checked for other kind of
controls), id just returns the Ruby object_id.
This is very confusing and not consistent with other accessors.
Chauk-Mean.