Re: wxdemo programs

2014-10-11 Thread herbert breunung
hai, yes two problems i moved the files around becasue they become to many i anted to organize them and icons are there in the data directory, which is now much better visible and patchable. script is still not in its final form some parts can be written cleaner but it's on a good way I think.

Re: wxdemo programs

2014-10-11 Thread herbert breunung
. 18:53:33: can't open file '../../data/application-dock.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file ../../data/application-dock.png. Regards Steve. On 11/10/14 12:27, herbert breunung wrote: hai, yes two problems i moved the files around

Re: wxdemo programs

2014-10-10 Thread herbert breunung
hai the latest demo programm (wxtoolbar.pl) https://bitbucket.org/lichtkind/kephra/src/351772c848defc53d3b90ea4ec314d88750afac7/proto/function/bin/wx/wxtoolbar.pl?at=cp is a bit more complicated than the one from demo because (I at least) have more toolbars you manage via sizers, still not

Re: Alien::Wx : where is the 3.0

2014-10-08 Thread herbert breunung
22:16, herbert breunung wrote: excuse me was just late but its still same main machine :) Linux 3.13 Mint 17 Cinamon 64 Bit but error message i cant provider i just use Wx and its: WxPerl 0.9923 wxWidgets 2.8.12 but i have installed alien 0.65 or have i there basic misunderstanding what

Re: Installation Cookbook

2014-10-05 Thread herbert breunung
OMG, abandonded too ? not really thing is that I started to study (2 completely different subjects) but my thesis will be bases on a WxPerl program thats why mainly I'm back on track since 2 month or so. Since Wx is huge there are lot of details to try out before I ca write ebout them and i also

Alien::Wx : where is the 3.0

2014-10-05 Thread herbert breunung
greeting nice people, earthlings congrats steve for the newest Alien, but even with it I seem to cant reach the Wxwidgets 3.0. did i overlooked some dumb error or have I forgotten to enable it or something? thanks herbert

wxdemo programs

2014-09-28 Thread Herbert Breunung
Greetings yes we have wxdemo but i have alsso my own set for testing purposes which might someone find useful. between them also the xpm loader someone i think jouke requested once. when they more stable we could also transfer part of it into the wiki or into a module just check the rodmap file

cant install 0.9923 on mint 17 64bit

2014-09-19 Thread herbert breunung
/1411132608.11927/build.log for details. Retry with --force to force install it. Hi, A fix for this committed to SVN. Release probably at the weekend as I have a lot of other Wx things to catch up on. Regards Mark On 2014-09-13 12:56, herbert breunung wrote: thank

Re: Wx::Event::EVT_AUINOTEBOOK_BEGIN_DRAG stopped workind

2014-09-16 Thread herbert breunung
excuse please my impatiente but is there a way to introspect which methods an perk object has that comes from XS such as in Wx? thank you very much herbert

Re: Wx::Event::EVT_AUINOTEBOOK_BEGIN_DRAG stopped workind

2014-09-13 Thread herbert breunung
: EVT_AUINOTEBOOK_TAB_MIDDLE_DOWN EVT_AUINOTEBOOK_TAB_MIDDLE_UP And: EVT_AUINOTEBOOK_CANCEL_DRAG is not wrapped. It looks like a wxWidgets problem. See here from 2011: https://groups.google.com/forum/#!msg/wx-users/8lflty8iDJo/5-r_qLcP2MIJ Regards Steve. On 12/09/14 14:24, herbert breunung wrote: ah

Wx::Event::EVT_AUINOTEBOOK_BEGIN_DRAG stopped workind

2014-09-11 Thread herbert breunung
oh no not again, but this time i have sample code, running on newest mint with Wx 0.9922 (sorry cant intall latest - just crashes: make[1]: Entering directory `/home/lichtkind/.cpanm/work/1410448739.5240/Wx-0.9923/ext' make[2]: Entering directory

XUL konflict, (was Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug)

2014-09-05 Thread herbert breunung
Hai hai im going now to reinstall my systme to see if the issue lies there but i found now whats the real issue behind my previous bug reports. as soon I run firefox or thunderbird, and even if I close them before starting my app, certain AUI features that are triggered by constant , as this on

Re: XUL konflict, (was Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug)

2014-09-05 Thread herbert breunung
work. Does anyone have a view? What is the right way? My concern is that -1 may not uniquely identify your control. Regards, Steve. On 05/09/14 17:38, herbert breunung wrote: Hai hai im going now to reinstall my systme to see if the issue lies there but i found now whats

no Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE bug

2014-09-04 Thread herbert breunung
hai steve, made simples possible prototype and all worked :) just appended it for maybe future usufulness bug was on my side simple but kinda vicious, fixed now too, hope to contribute real stuff soon :) bigup herbert #!/usr/bin/perl use strict; use Wx; use Wx::AUI; package MyApp; use

Wx::Event::EVT_AUINOTEBOOK_PAGE_CLOSE dead?

2014-08-24 Thread herbert breunung
cheers good devs after i updates WxPerl this event stopped firing on mint perl 5.16, any ideas? and yes - I did some amount o testing to rule out the most obvous errors. thanks a chunk

Re: The Elephant in the room - maintenance

2014-05-30 Thread herbert breunung
this is great when its on git there is even a chance i can contribute :) how is planning for our meeting going onward, i need to know because i also plan for YAPC, swiss, austrain and ffm PWS thanks herbert Am 30.05.2014 16:29, schrieb Erik Colson: Hi, So I moved the github repo of wxPerl

cant install 9922 under maverick

2013-11-04 Thread herbert breunung
latest alien is is landed but Wx wouldn't und multithread 5.16.2 (with 3 registred patches) final error was a make error 2 and 3 with xcode/.../tiils/rez does it help to deinstall xcode? thanks herbert

Re: missing libgcc_s_sjlj-1.dll

2013-10-12 Thread herbert breunung
Am 11.10.2013 00:32, schrieb herbert breunung: cheers comerads, i have here my little app that i foolishly not distribute with cava but with my own copied bunch of file, but it worked always :) just now i updated to 5.18 and newest WxPerl and even if the file is there i get

missing lobgcc_s_sjlj-1.dll

2013-10-10 Thread herbert breunung
cheers comerads, i have here my little app that i foolishly not distribute with cava but with my own copied bunch of file, but it worked always :) just now i updated to 5.18 and newest WxPerl and even if the file is there i get this errormessage. i even copied into complete wxperl and all

Re: Moving to wxWidgets 3.0 as the standard install.

2013-10-09 Thread herbert breunung
Am 08.10.2013 00:59, schrieb Mark Dootson: Hi All, I'll be playing catch up over the next few weeks with all things Wx but I wanted to give the earliest possible notice of a change to the default version of wxWidgets that will be compiled under Alien::wxWidgets. The first release candidate

Re: $app-SetTopWindow($frame);

2013-09-06 Thread herbert breunung
I found it, reason was usage of the constant: wxFRAME_TOOL_WINDOW :)

Re: $app-SetTopWindow($frame);

2013-09-05 Thread herbert breunung
I use the linx mint default vm and it doesn't happen with the wxperl_demo.pl so I have something to dig in thanks Am 05.09.2013 08:08, schrieb Johan Vromans: herbert breunung deirdre_s...@web.de writes: we all know that famous line, but actuall when I start a script from the bash with 5.14

$app-SetTopWindow($frame);

2013-09-04 Thread herbert breunung
greetings wxperl people, we all know that famous line, but actuall when I start a script from the bash with 5.14 it shows up behind the shell win. Any fix or explanation for this? thank you very much lichtkind

Wx::Pen thickness doesn't work

2013-08-31 Thread herbert breunung
hello champs, in an otherwise working program i debugged now the line my $pen = Wx::Pen-new($colour, $value-{'thickness'}, Wx::wxSOLID); yes it draws yes values of thickness are changing, for all directions I could think of ending with conclusion that it draw only with 1 px anyway.

missing Wx::Colour method?

2013-08-30 Thread herbert breunung
cheers ass tated i resently used Set method which works as documented -Set( $self-{'r'}, $self-{'g'}, $self-{'b'}, 0 ); but doc says also i can ommit the alpa value which wxperl doesnt allow me to do. is that intentional? best herbert

Wx::Perl::* libs

2013-08-27 Thread herbert breunung
Hai Guys As part of the joint effort for my book I started to move some helper libs from Kephra to own Repo https://bitbucket.org/lichtkind/wx-perl which hopefully will spawn into some CPAN modules and a combining distro. blog post will follow and the harmongraph using that is currently in a

scroll warnings under mac

2013-07-13 Thread herbert breunung
cheers, i suppose that warnings like 2013-07-13 17:05:03.100 perl5.12[28331:1307] -_continuousScroll is deprecated for NSScrollWheel. Please use -hasPreciseScrollingDeltas. 2013-07-13 17:05:03.101 perl5.12[28331:1307] -deviceDeltaX is deprecated for NSScrollWheel. Please use

Re: how to useMemoryFileHandler ?

2013-06-29 Thread herbert breunung
Am 29.06.2013 10:14, schrieb Johan Vromans: herbert breunung deirdre_s...@web.de writes: Thats exactly what I looked for (shit I even knew this some years ago) Can you put a short instruction on the wiki? -- Johan sure I did :)

Re: how to useMemoryFileHandler ?

2013-06-28 Thread herbert breunung
of config files, if it could have also inline icons. thanks a lot. herbert Hi Herbert, On 26/06/2013 18:11, herbert breunung wrote: greetings comrads I have seen the XRC custom example in Wx::Demo and did Wx::MemoryFSHandler::AddTextFile( 'file.xpm', 'EOB' ); my

Re: how to useMemoryFileHandler ?

2013-06-28 Thread herbert breunung
the name, size and offset of each PNG in the main body of the module code. It would be quite simple I think to add a GetBitmap method to this module that would return bitmap objects by name. Hope some of it helps Regards Mark On 28/06/2013 20:16, herbert breunung wrote: Thanks so much

how to useMemoryFileHandler ?

2013-06-26 Thread herbert breunung
greetings comrads I have seen the XRC custom example in Wx::Demo and did use Wx; use Wx::FS; use Wx::STC; use base qw(Wx::App); sub OnInit { my $app = shift; my $frame = Wx::Frame-new( undef, -1, __PACKAGE__); Wx::FileSystem::AddHandler( Wx::MemoryFSHandler-new );

WxPerl Contribs

2013-04-28 Thread herbert breunung
Dear Comrads, during my efforts writing the WxPerlbook (http://bitbucket.org/lichtkind/wxperlbook/src) i collected some of the more useful contribs on the wiki page http://www.wxperl.nl/WxPerlContribs maybe some cheerful minds could add some small evaluations of these modules and help me in this

Re: Wx 0.9921 Released

2013-04-15 Thread herbert breunung
congratulations !!! Am 16.04.2013 02:06, schrieb Mark Dootson: After ironing out some differences for IPC in platforms, wxWidgets version and bitness, 0.9919 became 0.9921. http://www.wxperl.it/2013/04/wx-09921-released.html Regards Mark

Re: use Wx 0.15 qw[:allclasses]; etc

2013-04-03 Thread herbert breunung
i think your right glade just produces glacially ancient perl code actually glade does a whole set of rather annoying things, like writing into symbol table when not have to. please use some better code or xrc for that matter. xrc code is much mre flexible and can produced via WxFormbuilder and

Re: rowcall for installation info

2013-03-24 Thread herbert breunung
. In fact as I get more used to it, I suspect my current, more procedural, code will gradually be replaced by OO code. So why don't you look through this forum for ideas. Regards Steve. -Original Message- From: herbert breunung [mailto:deirdre_s...@web.de] Sent: 19 March 2013

Re: rowcall for installation info

2013-03-19 Thread herbert breunung
Am 18.03.2013 03:01, schrieb herbert breunung: Comerads even if i prepared my slides for this weeks where i gave two talks at german perl workshop and chemnitzer linux tage to promote perl 6 and 5, the book will goe on, told even liz that i will postpone my tpf grant for that. allright after

snippet tester for wxperlbook wanted

2013-01-17 Thread herbert breunung
dear colleagues, even with some days delay, I prepare the WxPerlBook and some of you offered graciously help, which will be needed. however I need also volunteers that use win 7 8 and can run the code samples. also a kde based linux or something else thats not gtk would be very helpful. some

Re: wxperlbook

2013-01-09 Thread herbert breunung
thank you i missed that, just scribbled some first notes: http://wiki.wxperl.nl/w/index.php/WxPerlBook Am 09.01.2013 08:37, schrieb Johan Vromans: herbert breunung deirdre_s...@web.de writes: yes, in which wiki? :) wiki.wxperl.nl is currently the 'official' wxPerl wiki. -- Johan

Re: wxperlbook

2013-01-08 Thread herbert breunung
thank you both for the ideas : mooore :) Am 05.01.2013 14:39, schrieb Johan Vromans: Octavian Rasnita orasn...@gmail.com writes: Talking about modern Perl, I think it could be useful to see examples of using WxPerl with Moose/Moo. Currently, wxPerl uses bare-bones object machinery (e.g.,

Re: wxperlbook

2013-01-08 Thread herbert breunung
yes, in which wiki? :) herbert Am 05.01.2013 18:06, schrieb Johan Vromans: Octavian Rasnita orasn...@gmail.com writes: BTW, is it necessary to login on bitbucket to be able to get it? Why not use the wiki to collaborately develop the examples and the book? -- Johan

Re: wxPerl past, wxPerl present and wxPerl future.

2013-01-02 Thread herbert breunung
as said this year i want to write the wxperlbook, https://bitbucket.org/lichtkind/wxperlbook/src my tutorial in perl magazine is now complete herbert Am 02.01.2013 04:48, schrieb James Lynes: Steve: Thanks for the conversation starter. As a new learner,for me, the state of the

Re: AUI Notebook tabs

2012-12-29 Thread herbert breunung
So what should $self be? I usually use $self to be the holding frame ($frame) or dialogue ($dialog). Maybe $self here should it be $frame-{notebook}, $frame-{tab}? yes $self is the auinotebook whe want to monitor Which usually works. Have I got it wrong all this time? Are you using:

install broken on Mac

2012-12-23 Thread herbert breunung
excuse me for not having that much details, but on my shiny new powerbook i had to reach to .9911 to get wx installed curiously then I could update any ideas? thanks very much and blessed christmas

Bundle::Wx::Perl

2012-09-05 Thread herbert breunung
cheers collegues, namespace is registerred and I checked some other bundle modules how they did it. 2 od the authors i will meet propably tomorrow, so no action til next week but since its pure perl, main work will be to write the Makefile.pl. cheers herbert

Re: consensus for Wx::Perl ? // Wx::Perl::Splitter

2012-09-01 Thread herbert breunung
the default seems to be Bundle:: http://search.cpan.org/search?query=Bundlemode=all so it will be Bundle::Wx::Perl

consensus for Wx::Perl ? // Wx::Perl::Splitter

2012-08-31 Thread herbert breunung
Allright, I alright wrote here that I do currently some helper modules and after im more familiar with dzil and their API gets more stable i want to ship them to cpan. However after we get more and more Wx::Perl modules (didnt knew even Wx::Perl::ListCtrl) i would like du bundle them into the

Re: no Wx::ListCtrl-SetItemPtrData

2012-08-28 Thread herbert breunung
then wxListCtrl::SetItemPtrData will be your only option. Both wxListCtrl::GetItemData and wxListItem::GetData should correctly return any value what ever way it has been set. Regards Mark On 27/08/2012 20:52, herbert breunung wrote: dear mark, a friend of mine wanted to assiciate

Re: no Wx::ListCtrl-SetItemPtrData

2012-08-28 Thread herbert breunung
, a virtual Wx::ListCtrl ( style wxLC_REPORT|wxLC_VIRTUAL ) offers you the capability for complete control over the data model that provides the information for display in the wxListCtrl. Hope it helps. Mark On 28/08/2012 12:33, herbert breunung wrote: thanks a lot

Re: no EVT_MOVE_BEGIN and EVT_MOVE_END

2012-08-28 Thread herbert breunung
. #if WXPERL_W_VERSION_GE( 2, 9, 0 ) Regards Mark On 29/08/2012 02:33, herbert breunung wrote: and another complain by me :) was there a reason to leave them out or will they come with 2.9? (im using freshest wx under mint 64) best herbert

no Wx::ListCtrl-SetItemPtrData

2012-08-27 Thread herbert breunung
dear mark, a friend of mine wanted to assiciate with an listitem a ref to data which is not the intended way in wxwidgets, good. But SetItemPtrData is not wrapped. i would like to see that in wxperl SetItemData can handle both and can foreward to both as needed and thus simplify the api thanks

wxperl sites down?

2012-08-14 Thread herbert breunung
hai http://www.cava.co.uk/, http://www.citrusperl.com/ are missing its html. any clues? many thanks lichtkind

Re: cant inherit from Wx::BoxSizer

2012-08-06 Thread herbert breunung
(@_); return $sizer; } On 03/08/2012 00:03, herbert breunung wrote: hai comerads, thats pretty my message. i could not came up with an examplewhere i inherit from Boxsizer but with an own extended class. whats wrong with: use strict; use warnings; use Kephra::API; use Wx

cant inherit from Wx::BoxSizer

2012-08-02 Thread herbert breunung
hai comerads, thats pretty my message. i could not came up with an examplewhere i inherit from Boxsizer but with an own extended class. whats wrong with: use strict; use warnings; use Kephra::API; use Wx; package Kephra::App::Sizer; our @ISA = 'Wx::BoxSizer'; sub new { my $class =

Wx::Perl::Splitter Module ??

2012-07-23 Thread herbert breunung
hai list, as i currently hacking kaphra i subclassed and extended Splitterwindow. It holds both childs permanently but also any other property. so it has same size after resplit. or ther right/bottom can be dominant aka seen after unsplit. reparenting works automatically. and best of all, the new

Where Wx::PropertyGrid ?

2012-06-27 Thread herbert breunung
thanks so much for all the help, finally i have again freshest Wx under win and linux. but nonetheless I cant find that module anywhere in the installed modules nor is it found by my scripts, even if i can see it in the distro in svn and browsing metacpan raw. What did I overlook? thanks again

cant compile under xp strawberry 5.14.2

2012-06-17 Thread herbert breunung
even not with force. funny thing is that I installed 0.9904 and it just worked, so pleas dont remove that version :) best herbert

Re: Wx::Menu problem under GTK/Linux

2012-05-16 Thread herbert breunung
yes I forgot to mention that, upgraded the day 12.04 came out thanks a lot Is this Ubuntu 12.04? If yes, it appears to be a wxWidgets problem - reported on wxWidgets list. Regards Mark On 16/05/2012 01:33, herbert breunung wrote: hellow friendly people, i cant create a menu item

Wx::Menu problem under GTK/Linux

2012-05-15 Thread herbert breunung
hellow friendly people, i cant create a menu item without getting (menu.pl:27992): LIBDBUSMENU-GLIB-WARNING **: Trying to remove a child that doesn't believe we're it's parent. any idea? thanks a lot herbert

Re: small XS bug

2012-02-15 Thread herbert breunung
-LineUp is the same as -ScrollLines(-1). So as far as I can see, it works as described in the docs? Let me know if I have misread something. Best Regards Mark On 08/02/2012 02:35, herbert breunung wrote: hai devs (mark :)) great work, but i found 2 small issues in Wx::STC

small XS bug

2012-02-07 Thread herbert breunung
hai devs (mark :)) great work, but i found 2 small issues in Wx::STC -LineUp and -LineDown actually foreward to -LineScrollUp and ... the scroll functions work fine and do the same as the other that suppose to just move the caret. blessings herbert

no SetItemData for children of ControlWithItems

2011-12-27 Thread herbert breunung
greetings yeah just another nagging, shouldnt have eg Wx::CheckListBox have this method? thank you very much lichtkind

installing Wx-0.9903

2011-12-13 Thread herbert breunung
excuse me, same again, can i can some further advice what to de beside fresh ubuntu? thank you very much lichtkind cpanm (App::cpanminus) 1.5006 on perl 5.012002 built for i686-linux Work directory is /home/lichtkind/.cpanm/work/1323813428.18908 You have make /usr/bin/make You have LWP 6.03 You

Re: compile error under 64 bit ubuntu

2011-11-20 Thread herbert breunung
is not on your libpth. I think more recent releases of Perl may handle Ubuntu library layout better - but I can't confirm it so can't guarantee that brewing a fresh Perl will solve the problem. Regards Mark On 21/11/2011 01:37, herbert breunung wrote: * sudo -s * (password) * apt-get install

Re: problems and Bugs? in Wx::TaskBarIcon

2011-07-06 Thread herbert breunung
PS: i forgot to mention i cant see a frame in that demo app under linux and win :(

Re: more bugs: with wxACCEL_NORMAL and PrintDialog

2011-07-06 Thread herbert breunung
not expected there, but its still wxRichTextPrinting i crashed with Wx::PrintDialog best On 07/07/2011 01:18, herbert breunung wrote: nor could I start a PrintDialog without crashing the app. am I to stupid? wxperl_demo.pl has print dialog use on the RichTextCtrl demo. Does that work

Re: Fixing wxMediaCtrl and GStreamerMediaBackend on Linux.

2011-07-05 Thread herbert breunung
Am 05.07.2011 16:59, schrieb Steve Cookson: Hi Herbert, From: deirdre_s...@web.de allright i look into it but not found in the demo, maybe i try a small self written app? Yes, it is in the demo. If it doesn't appear then your compilation has failed to find it. If you run

Re: where are the default cursors

2011-07-04 Thread herbert breunung
tested this on Windows and Linux. All works fine for me??? Then again, I didn't test a Wx::TextCtrl explicitly which maybe involves something else in cursor setting. Regards Mark On 01/07/2011 18:02, herbert breunung wrote: hello $txt[3]-SetCursor( Wx::Cursor-new( wxCURSOR_PENCIL

Re: problems and Bugs? in Wx::TaskBarIcon

2011-07-02 Thread herbert breunung
Am 02.07.2011 12:52, schrieb Mattia Barbon: On 23/06/11 03.05, herbert breunung wrote: Hi, its understood that you have to $win-{'tb_icon'} = Wx::TaskBarIcon-new( ); $win-{'tb_icon'}-SetIcon( Wx::GetWxPerlIcon() ); #$win-{'tb_icon'}-RemoveIcon; $win-{'tb_icon

Perldata DND in ther wxperl_demo app

2011-07-02 Thread herbert breunung
cheers and when im making you busy, then rightious, that in the topic described function does also not work under linux with perl 5.12.2 and wxPerl demo version 0.13, (c) 2001-2010 Mattia Barbon wxPerl 0.9901, wxWidgets 2.8.11 best herbert

Wx::Log bugs

2011-07-01 Thread herbert breunung
no answers to mails yet? allright here are more bugs: Wx::Log::SetLogLevel(3); Wx::Log::AddTraceMask('Warn: '); Wx::Log::SetRepetitionCounting(1); these commands work just under linux but not under windows or maybe should i take there a different approach? thanks a lot

where are the default cursors

2011-07-01 Thread herbert breunung
hello $txt[3]-SetCursor( Wx::Cursor-new( wxCURSOR_PENCIL ) ); that should alternate the cursor wover the widget. that does work with loaded bitmaps but not with the cursor-constants that are in the docs. best lichtkind

Wx::DataObjectComposite does not -IsSupported( wxDF_TEXT )

2011-06-24 Thread herbert breunung
hello guys, despite my other reported taskbaricon bug here is another which also doesnt work in the official wxperl demo app. the Wx::DOC suppose to combine 2 different kinds of data, but once you triy to pull out wxTheClipboard-IsSupported( wxDF_TEXT ) is just negative even if the dataobject

problems and Bugs? in Wx::TaskBarIcon

2011-06-22 Thread herbert breunung
hai nice people here its understood that you have to $win-{'tb_icon'} = Wx::TaskBarIcon-new( ); $win-{'tb_icon'}-SetIcon( Wx::GetWxPerlIcon() ); #$win-{'tb_icon'}-RemoveIcon; $win-{'tb_icon'}-Destroy; but this works only under windows, linux gives you a nice memory access error.

Re: announcing Tie::Wx::Widget

2011-06-06 Thread herbert breunung
) $tieobject-STORE(7); # doesn't do anything $tieobject-DESTROY() herbert aka lichtkind Am 29.05.2011 23:39, schrieb herbert breunung: hello friendly guys, the idea should be self explenatory. from the docs: use Tie::Wx::Widget; tie $tiedwidget, Tie::Wx

announcing Tie::Wx::Widget

2011-05-29 Thread herbert breunung
hello friendly guys, the idea should be self explenatory. from the docs: use Tie::Wx::Widget; tie $tiedwidget, Tie::Wx::Widget, $widgetref; # instead of say $widgetref-GetValue; say $tiedwidget; # instead of $widgetref-SetValue('7'); $tiedwidget = 7; untie

wiki url

2011-04-24 Thread herbert breunung
hello matia please change the url on http://wxperl.eu/ and http://wxperl.eu/documentation.html to the wiki to http://wiki.wxperl.info the other is hacked frequently hacked thanks

no Wx::DragImage in WxPerl?

2011-03-16 Thread herbert breunung
that all, thanks for reading :)

Re: [WsOrga] Kein Workshop dieses Jahr?

2011-03-08 Thread herbert breunung
lasst uns doch die woche in einem IRC channel direkt drüber reden. ich sag mal freitag 18:00 und wenn euch nicht passt sagt ne andere zeit, ich schreib auch alle an die gerne mitmachen würden. danke

Wx::ClipboardClose(); produce memory acces crash

2011-03-02 Thread herbert breunung
ikno i know its an illegal call since we have wxTheClipboard, but please let us die with grace :) or give a decent warning. cheers

Wx::BeginBusyCursor doesnt work under linux

2011-03-02 Thread herbert breunung
sorry for spoiling the party, and i hope its a little helpful :) cheers to all

wxTheClipboard-Flush doesnt work under linux

2011-02-28 Thread herbert breunung
nuff said :) have a great day anyone oh am i rigth with that assumtion or just my fault?

Re: Image in Wx::Button does not seem to be implemented in WxPerl yet

2011-02-16 Thread herbert breunung
Am 16.02.2011 01:18, schrieb Stephen Brickles: I am using a fresh copy of Perl 5.12.3 on x86_64 Redhat 4. I've installed Alien-WxWidgets from the subversion repository using wx widgets version 2.9.1 and the Wx perl module from the subversion repository wxperl.svn.sourceforge.net. The

Re: WxWiki.

2010-11-24 Thread herbert breunung
great news but please insert a capture or at least give 2 or 3 of us admin rights so if a spambot starts to wrk he can be kicked ASAP yesterday the same spambot was raiding as last week. it all could be prevented if that he would have been deleted. i also would prever to delete a lot of pages

Re: WxWiki.

2010-11-17 Thread herbert breunung
its the newest Spambot. PLEASE HELP no other spambot was so nasty he rewrote 20 some pages if would be admin i would have kicked hoim 5 days ago when he subscribed Am 18.11.2010 00:30, schrieb Steve Cookson: Guys, What's happened to the wiki? All the stuff I created has been deleted.

Re: Does Wxperl has GridBag sizer ??

2010-11-10 Thread herbert breunung
Am 08.11.2010 21:26, schrieb Lioz Cohn: Hi to all If yes i'd like to get a short code example Thanks Lioz sub gbpos { Wx::GBPosition-new(@_) } sub gbsize { Wx::GBSpan-new(@_) } $sizer-Add($widget, gbpos(0,0), gbsize(1,2), wxGROW|wxALL, 15); its easy just

to the wxperl wiki administrator

2010-10-05 Thread herbert breunung
hello Sir, please contact me or make me admin. I'm deleting neqarly every day a spam message in the wiki, and just need a means to do it faster. thank you.

Re: XRC modify

2010-10-02 Thread herbert breunung
it as any other widget too. Am 01.10.2010 23:35, schrieb Laslo Forro: Thank you, it was fast. Change dynamically - what do you mean ? Thanx again! Laslo On Fri, Oct 1, 2010 at 11:11 PM, herbert breunung deirdre_s...@web.dewrote: i think you could since XRC is as far I know. 100% XML 1.0

Re: XRC modify

2010-10-02 Thread herbert breunung
on a broader scale... On Sat, Oct 2, 2010 at 1:53 PM, herbert breunung deirdre_s...@web.dewrote: i already done this 5 years ago :) you can even include DatePicklrCtr even own widgets via XRC foreignhandler or so, just look up the examples of wxcperl.sf. site cheers I think this isn't

Re: Question about SplashScreen

2010-10-01 Thread herbert breunung
i tried some tricks that came to my mind, like intersecting mouse events, but none has worked. herbert Am 29.09.2010 20:50, schrieb Alexander: 29.09.2010 21:38, herbert breunung: you message is a bit confusing to be, you already make a timeout by saying 1, the amount of milliseconds

Re: XRC modify

2010-10-01 Thread herbert breunung
i think you could since XRC is as far I know. 100% XML 1.0, but why not change it dynamically if you want to use that xrc and not change it anyway? http://wxperl.pvoice.org/w/index.php/WxPerlTablet#XRC http://www.himmelblauergarten.de/vortraege/XRC.pdf hope it helps Am 01.10.2010 22:50,

Re: XRC modify

2010-10-01 Thread herbert breunung
On Fri, Oct 1, 2010 at 11:11 PM, herbert breunung deirdre_s...@web.dewrote: i think you could since XRC is as far I know. 100% XML 1.0, but why not change it dynamically if you want to use that xrc and not change it anyway? http://wxperl.pvoice.org/w/index.php/WxPerlTablet#XRC http

could I be wiki Admin

2010-09-25 Thread herbert breunung
as you maybe know i write some content in our wiki mostly the wxperltablet http://wxperl.pvoice.org/w/index.php/WxPerlTablet an extralarge wxperl cheat sheet. but recently i fight mainly spam. can I get admin rights to delete pages that spammers created? thanks

missing EVT_MOVE_START and EVT_MOVE_END

2010-09-18 Thread herbert breunung
both are listed in Wx_Exp.pm, importing is fine, but using them throws error. a bug or just me overlooked something? best

Wx::MDIClientWindow-CreateClient is missing too

2010-09-18 Thread herbert breunung
has really never used this anyone before me? BTW the MDI example of the demo is totally broken. couldnt fix it so far. :) best kephra is the only editor

$stc-MarkerDeleteAll($nr) doesnt work

2010-08-17 Thread herbert breunung
maybe XS problem because the call is good i get no return value and nothing happens. normal marker toggle works thanks

delete my last mail

2010-08-17 Thread herbert breunung
my fault no bug just error in judgement excuse me

Re: Wx::StyledTextCtrl

2010-08-04 Thread herbert breunung
http://proton-ce.sourceforge.net/rc/scintilla/pyframe/www.pyframe.com/stc/index-2.html Hello, I just learned about a possibly-cool widget: wxStyledTextCtrl. Apparently it is the Scintilla editor. I'm trying to figure out how to add it to my program: 1) I cannot find it on the wxWidgets

FW: Re: Wx::StyledTextCtrl

2010-08-04 Thread herbert breunung
zou need to use Wx::STC; Hello Ahmad, Thanks for the links. I feel dumb because I still can't figure out how to make a simple hello-world editor with Wx::StyledTextCtrl. I can't find anything remotely like a simple example. I tried writing my own: -%-- use strict; use

Re: ToolBar help

2010-08-03 Thread herbert breunung
after anz change zou have to $bar-Realize; Hi guys, Sorry to bother you again. I've tried to figure out how to make a toolbar based on the C++ docs: http://docs.wxwidgets.org/stable/wx_wxtoolbar.html http://docs.wxwidgets.org/stable/wx_wxframe.html#wxframecreatetoolbar This is what I have:

Re: ToolBar help

2010-08-03 Thread herbert breunung
because it dont work on values in second parameter. chenge saved with and put a rel bitmap in next parameter, nullmitmap comes after that. -Ursprüngliche Nachricht- Von: Daniel Carrera dcarr...@gmail.com Gesendet: 4-ago-2010 0.03.20 An: herbert breunung deirdre_s...@web.de Betreff: Re

  1   2   >