| Time |
S |
Nick |
Message |
| 00:00 |
|
shadowpaste |
"kthakore" at 217.168.150.38 pasted ":( Alias" (2 lines) at http://paste.scsys.co.uk/59525 |
| 00:21 |
|
Alias |
My code doesn't support 100% of all possible Wx elements |
| 00:21 |
|
Alias |
There's so many I've only been implementing them as and when I need to use each element the first time |
| 00:22 |
|
Alias |
Clearly I've never used a raw Frame before |
| 00:22 |
|
Alias |
Try changing it to a Dialog for now |
| 00:33 |
|
kthakore |
that still don't work |
| 00:33 |
|
kthakore |
it made code that doesn't run |
| 00:35 |
|
Alias |
It runs in Padre :) |
| 00:35 |
|
Alias |
Also, define "doesn't run" |
| 00:35 |
|
Alias |
It makes a class, which doesn't run at all |
| 00:35 |
|
Alias |
You have to run it with something else |
| 00:36 |
|
Alias |
The lack of polish is one reason it's not released :) |
| 00:36 |
|
Alias |
CTRL-SHIFT-F and you'll see code it wrote running... |
| 00:38 |
|
kthakore |
when I do F5 it complains of missing Classes |
| 00:40 |
|
Alias |
pasty pasty |
| 00:41 |
|
Alias |
Can't debug heresay |
| 00:48 |
|
Alias |
*crickets* |
| 00:55 |
|
kthakore |
Alias: sorry I am studying for exam too |
| 00:55 |
|
kthakore |
hold on |
| 00:58 |
|
shadowpaste |
"kthakore" at 217.168.150.38 pasted "Alais perl -c failes on tis" (180 lines) at http://paste.scsys.co.uk/59536 |
| 00:59 |
|
kthakore |
this is what it generated. And it can't find Can't locate t/lib/MyClass.pm |
| 01:00 |
|
kthakore |
Alias why is the package package Padre::Plugin::FormBuilder::FBP; |
| 01:15 |
|
Alias |
Did you modify that by hand? |
| 01:16 |
|
Alias |
The top bit looks weird |
| 01:16 |
|
Alias |
t::lib::MyClass is a dependency instead of a package |
| 01:17 |
|
Alias |
oh I see, it's a custom widget class |
| 01:17 |
|
Alias |
You've written custom widget classes? |
| 01:17 |
|
Alias |
How exactly does it fail |
| 01:17 |
|
Alias |
pasty pasty |
| 01:17 |
|
Alias |
I can't debug heresay |
| 01:18 |
|
Alias |
My guess would be something like t::lib::MyClass doesn't exist |
| 01:18 |
|
Alias |
The weird package name is interesting though |
| 01:18 |
|
Alias |
Paste the XML or something as well |
| 01:46 |
|
kthakore |
what? |
| 01:46 |
|
kthakore |
what? |
| 01:46 |
|
kthakore |
Alias: I didn't do this crap man |
| 01:46 |
|
kthakore |
Alias: all I did was click on generate FBP think |
| 01:46 |
|
kthakore |
thing |
| 01:54 |
|
|
bayashiaway is now known as bayashi |
| 02:48 |
|
Alias |
You say it doesn't compile, but you haven't given me any more |
| 02:48 |
|
Alias |
I need to see your errors |
| 02:58 |
|
|
jazzanova joined #padre |
| 03:27 |
|
kthakore |
Alias: wow |
| 03:27 |
|
|
jazzanova left #padre |
| 03:27 |
|
kthakore |
Alias: you are not understanding at all |
| 03:28 |
|
kthakore |
ok I do this Tools->wxFormBuilder->Generate Padre Dialog |
| 03:28 |
|
kthakore |
it opens a Select wxFormBuilder File Dialog |
| 03:29 |
|
kthakore |
I select dialog.fbp |
| 03:29 |
|
kthakore |
I get select Dialog |
| 03:29 |
|
|
jazzanova joined #padre |
| 03:29 |
|
kthakore |
Padre::Plugin::FormBuilder::FBP is the only thing I can select |
| 03:30 |
|
kthakore |
and then I do Generate |
| 03:30 |
|
kthakore |
and I get the code I showed you |
| 03:30 |
|
kthakore |
Alias: ok? |
| 03:30 |
|
kthakore |
The error is when I try to use the code it generates it dies on that t/Clas ... stuff |
| 03:42 |
|
Alias |
Right |
| 03:42 |
|
Alias |
And I'm waiting to see the paste of that error |
| 03:43 |
|
Alias |
Because I think your problem is you tried to use a custom form field class |
| 03:43 |
|
Alias |
And that class doesn't exist |
| 03:44 |
|
kthakore |
Alias: no I DIDN"T! |
| 03:44 |
|
kthakore |
WTF! |
| 03:44 |
|
kthakore |
WHERE DID I DO CUSTOM! |
| 03:45 |
|
kthakore |
Dialog.fbp comes in your SVN repo for the plugin |
| 03:45 |
|
kthakore |
I didn't change anything man |
| 03:49 |
|
Alias |
Wait a sec |
| 03:49 |
|
Alias |
You mean you didn't make your own dialog? |
| 03:49 |
|
kthakore |
no |
| 03:49 |
|
kthakore |
that is what I am trying to explain you |
| 03:50 |
|
Alias |
So I think you loaded a test one |
| 03:50 |
|
kthakore |
Alias: oh ok |
| 03:50 |
|
Alias |
That uses a custom class that will only exist in the tests |
| 03:50 |
|
kthakore |
jeez |
| 03:50 |
|
* kthakore |
facepalms |
| 03:50 |
|
kthakore |
ok |
| 03:50 |
|
Alias |
t::lib::MyClass is kind of a clue |
| 03:50 |
|
kthakore |
but you kept blaming me! |
| 03:50 |
|
Alias |
I thought you made that class yourself |
| 03:50 |
|
* kthakore |
waaaaaaahs |
| 03:51 |
|
Alias |
You said you used Frame |
| 03:51 |
|
Alias |
Which I clearly don't use |
| 03:51 |
|
kthakore |
no I never did |
| 03:51 |
|
Alias |
So it had to be one you made yourself |
| 03:51 |
|
kthakore |
I used dialog.fpb from svn |
| 03:51 |
|
Alias |
You pasted Unhandled exception in plugin menu: Error while parsing '/home/kthakore/Documents/Development/foo/phooey.fbp': Unknown or unsupported object class 'Frame' at /home/kthakore/.perl5/perls/perl-5.12.2/lib/site_perl/5.12.2/FBP/Parser.pm line 159. at /home/kthakore/.perl5/perls/perl-5.12.2/lib/site_perl/5.12.2/x86_64-linux-thread-multi/XML/LibXML/SAX.pm |
| 03:52 |
|
kthakore |
yeah that was something else man |
| 03:52 |
|
Alias |
You didn't say that |
| 03:52 |
|
kthakore |
you said there was no support for it |
| 03:52 |
|
kthakore |
so I used the dailog.fpb |
| 03:52 |
|
Alias |
And to change it to Dialog |
| 03:52 |
|
kthakore |
from svn |
| 03:52 |
|
Alias |
After which you said "it still doesnt' run" |
| 03:52 |
|
Alias |
Anyways |
| 03:52 |
|
kthakore |
fine keep blaming me |
| 03:53 |
|
kthakore |
I will be the better man |
| 03:53 |
|
kthakore |
go make a game now |
| 03:53 |
|
kthakore |
bah |
| 03:53 |
|
Alias |
BTW the reason you can't pick the class name, is that it's set in the wxFormBuilder gui |
| 03:53 |
|
kthakore |
I need to study for exam |
| 05:40 |
|
|
pece joined #padre |
| 06:17 |
|
|
kaare joined #padre |
| 06:51 |
|
|
kaare left #padre |
| 06:52 |
|
|
Sewi joined #padre |
| 06:58 |
|
|
pece2 joined #padre |
| 06:59 |
|
|
kaare joined #padre |
| 07:22 |
|
|
[Sno] left #padre |
| 07:31 |
|
|
daxim joined #padre |
| 08:23 |
|
|
danlucraft joined #padre |
| 08:48 |
|
Hyppolit |
#854: Plugin localisation not showing up (new defect) [ http://padre.perlide.org/trac/[…]ket/854#comment:7.8 ] |
| 09:42 |
|
|
Sno| joined #padre |
| 09:47 |
|
|
|Sno| left #padre |
| 11:16 |
|
|
kaare left #padre |
| 11:53 |
|
|
kaare joined #padre |
| 11:56 |
|
|
Maltus joined #padre |
| 13:05 |
|
|
asim joined #padre |
| 13:15 |
|
asim |
Hi all -- sorry to bother, but I'm having a compile issue w/0.76 Padre on Strawberry Perl 5.12.1 -- says Padre.o is missing at the start of compilation. Have error in a pastebin if anyone can take a look, please? |
| 13:19 |
|
El_Che |
hi asim, I don't have windows here, but I like to take a look |
| 13:22 |
|
asim |
Thanks! It's at http://wjhill.pastebin.com/9PxkPD2u |
| 13:24 |
|
daxim |
I'd say the command is lacking the option -o before Padre.o for some reason |
| 13:25 |
|
daxim |
can you try the following: cd to the appropriate directory, then execute the g++ line manually with a -o option before the target Padre.o |
| 13:26 |
|
daxim |
ignore this, I'm wrong |
| 13:26 |
|
asim |
OK |
| 13:33 |
|
|
bayashi is now known as bayashiaway |
| 13:38 |
|
El_Che |
no idea, sorry |
| 13:39 |
|
El_Che |
don't worry, windows-savy people with wake up shortly probably :) |
| 13:39 |
|
asim |
It's cool. I know it's early for most follks. |
| 14:07 |
|
|
jazzanova left #padre |
| 15:09 |
|
|
Di-ima joined #padre |
| 15:18 |
|
Hyppolit |
svn: r13405 | claudio++ | http://padre.perlide.org/trac/changeset/13405 |
| 15:18 |
|
Hyppolit |
Fix for error in po file breaks dev.pl -a |
| 15:18 |
|
Hyppolit |
trunk/Padre-Plugin-HTML/share/locale/ |
| 15:23 |
|
Hyppolit |
svn: r13406 | claudio++ | http://padre.perlide.org/trac/changeset/13406 |
| 15:23 |
|
Hyppolit |
Fix for error in po file breaks dev.pl -a (generated mo) |
| 15:23 |
|
Hyppolit |
trunk/Padre-Plugin-HTML/share/locale/ |
| 15:30 |
|
El_Che |
Am I missing something about the plugin translation? There is an error on the po file, I fixed it: new mo, po en mesages.pot file, svn ci, and the problem is still there? |
| 15:30 |
|
El_Che |
an script I forgo to run? |
| 15:32 |
|
Hyppolit |
svn: r13407 | claudio++ | http://padre.perlide.org/trac/changeset/13407 |
| 15:32 |
|
Hyppolit |
Regenerate mo for Padre::Plugin::HTML |
| 15:32 |
|
Hyppolit |
trunk/Padre-Plugin-HTML/share/locale/ |
| 15:37 |
|
El_Che |
./update_pot_file.pl ? |
| 15:38 |
|
El_Che |
there are no new strings, just a corrupted po file |
| 15:40 |
|
|
bayashiaway is now known as bayashi |
| 15:48 |
|
Hyppolit |
svn: r13408 | claudio++ | http://padre.perlide.org/trac/changeset/13408 |
| 15:48 |
|
Hyppolit |
Migration from static shebang to /usr/bin/env to make compatible with self-compiled perls (perlbrew & co) |
| 15:48 |
|
Hyppolit |
trunk/tools/ trunk/tools/portable_strawberry/ |
| 15:50 |
|
|
dapatrick joined #padre |
| 16:00 |
|
|
jnap joined #padre |
| 16:16 |
|
|
kaare left #padre |
| 16:34 |
|
Hyppolit |
svn: r13409 | claudio++ | http://padre.perlide.org/trac/changeset/13409 |
| 16:34 |
|
Hyppolit |
Fix translation |
| 16:34 |
|
Hyppolit |
trunk/Padre-Plugin-HTML/share/locale/ |
| 16:40 |
|
Hyppolit |
svn: r13410 | claudio++ | http://padre.perlide.org/trac/changeset/13410 |
| 16:40 |
|
Hyppolit |
last build |
| 16:40 |
|
Hyppolit |
trunk/Padre-Plugin-HTML/share/locale/ |
| 16:43 |
|
Hyppolit |
svn: r13411 | claudio++ | http://padre.perlide.org/trac/changeset/13411 |
| 16:43 |
|
Hyppolit |
Fix translation corruption Padre::Plugin::Encrypt |
| 16:43 |
|
Hyppolit |
trunk/Padre-Plugin-Encrypt/share/locale/ |
| 16:49 |
|
Hyppolit |
svn: r13412 | claudio++ | http://padre.perlide.org/trac/changeset/13412 |
| 16:49 |
|
Hyppolit |
Fixed last corruptions of nl-nl translation (incl Padre-Plugin-Kate) |
| 16:49 |
|
Hyppolit |
trunk/Padre/share/locale/ trunk/Padre-Plugin-Alarm/share/locale/ trunk/Padre-Plugin-Kate/share/locale/ |
| 16:51 |
|
Hyppolit |
svn: r13413 | claudio++ | http://padre.perlide.org/trac/changeset/13413 |
| 16:51 |
|
Hyppolit |
Tidy files |
| 16:51 |
|
Hyppolit |
trunk/template.padre.perlide.org/t/ |
| 16:56 |
|
El_Che |
obviously (from the output) I got the problem: there were several broken files: perl debugger++ :) |
| 17:05 |
|
|
toi joined #padre |
| 17:18 |
|
|
toi left #padre |
| 17:28 |
|
|
daxim left #padre |
| 17:43 |
|
|
Maltus left #padre |
| 17:44 |
|
El_Che |
I think this post may be handy for the development or translation page: http://nxadm.wordpress.com/201[…]rlbrew-and-cpanm/ |
| 17:44 |
|
El_Che |
I don't where exactly add it on the website |
| 18:18 |
|
|
Jagdwurst joined #padre |
| 18:20 |
|
|
danlucraft left #padre |
| 18:40 |
|
|
Jagdwurst left #padre |
| 19:45 |
|
|
toi joined #padre |
| 19:47 |
|
|
danlucraft joined #padre |
| 21:24 |
|
|
Sewi left #padre |
| 21:38 |
|
|
user_3733 joined #padre |
| 21:38 |
|
|
user_3733 left #padre |
| 21:59 |
|
|
toi left #padre |
| 22:11 |
|
|
danlucraft left #padre |
| 22:41 |
|
|
jnap left #padre |
| 22:53 |
|
|
dapatrick left #padre |
| 23:15 |
|
|
asim left #padre |
| 23:22 |
|
Hyppolit |
svn: r13414 | zipf++ | http://padre.perlide.org/trac/changeset/13414 |
| 23:22 |
|
Hyppolit |
Updated Padre__Plugin__Perl6-es-es.po |
| 23:22 |
|
Hyppolit |
trunk/Padre-Plugin-Perl6/share/locale/ |
| 23:34 |
|
Hyppolit |
svn: r13415 | zipf++ | http://padre.perlide.org/trac/changeset/13415 |
| 23:34 |
|
Hyppolit |
Updated the Spanish version of Padre-Plugin-Mojolicious |
| 23:34 |
|
Hyppolit |
trunk/Padre-Plugin-Mojolicious/share/locale/ |
| 23:45 |
|
|
pece left #padre |
| 23:47 |
|
|
pece joined #padre |
| 23:48 |
|
Hyppolit |
svn: r13416 | zipf++ | http://padre.perlide.org/trac/changeset/13416 |
| 23:48 |
|
Hyppolit |
Updated the Spanish translation of Padre-Plugin-Catalyst |
| 23:48 |
|
Hyppolit |
trunk/Padre-Plugin-Catalyst/share/locale/ |
| 23:49 |
|
|
pece left #padre |