wxTextAttr

2008-03-20 Thread Octavian Rasnita
Hi, I want to create a readonly multiline rich text control that has the wxTE_PROCESS_ENTER style, so I've tried to use Wx::TextCtrl with the wxTE_RICH2 style. I need to make some format settings in the control, like the font, the color, background-color, boldness and other things like that

Re: Hello - SoC idea - CPAN GUI

2008-03-20 Thread Steffen Mueller
Hi Eric, hi wx-users, Eric Wilhelm wrote: # from Eriam Schaffter # on Wednesday 19 March 2008 00:57: I also would like to know what Eric had in mind when talking about Catalyst back-end. I didn't write that part of the idea. I think catalyst has some kind of Wx tie-in, but I'm not exactly

Re: PAR

2008-03-20 Thread Steffen Mueller
Hi Octavian, Octavian Rasnita wrote: Is it possible to use PAR under Windows to create a .par file with a program that uses WxPerl that can be ran under Linux? this is really a PAR question. You cannot create .par's with binary (i.e. XS module or dll) components under one architecture and

Re: PAR

2008-03-20 Thread Mike Schroeder
Octavian - depending on what you are trying to do, what we ended up doing was creating platform specific installers/launchers with the binary specific things (like dll, .so, dynlib, etc) and use traditional installation tools for each platform. We make a DMG for OSX, a .exe installer for

Re: PAR

2008-03-20 Thread Eric Wilhelm
# from Steffen Mueller # on Wednesday 19 March 2008 15:49: You cannot create .par's with binary (i.e. XS module or dll) components under one architecture and have it run under another. Somebody spent some time working on this (Eric, I think?), but it's hard. Well, my bent was trying to automate