Re: [Gambas-user] [pclinuxos-testers] Gambas 64bit PcLinuxOS

2011-12-26 Thread Randy Millner
26, 2011 at 11:00 AM, Texstar wrote: > I think the kde part doesn't build because we use KDE4 now. > > > --- On *Mon, 12/26/11, Randy Millner * wrote: > > > From: Randy Millner > Subject: [pclinuxos-testers] Gambas 64bit PcLinuxOS > To: gambas-user@lists.sou

[Gambas-user] Gambas 64bit PcLinuxOS

2011-12-26 Thread Randy Millner
Hello Communities, My attempt continues to compile Gambas2 and/or Gambas3 I need guidance on what to do next. Gambas2 unable to compile 2 components, - gb.qt.kde - gb.qte I have included the output in the compressed tar output2.tar Gambas3 reports all components will compiled following error ap

Re: [Gambas-user] Gambas-user Digest, Vol 67, Issue 16

2011-12-18 Thread Randy Millner
859-1; format=flowed > > Le 17/12/2011 18:11, Randy Millner a ?crit : >> Apologies to the moderator. >> >> Operating System : pcLinuxOS 64bitest4.iso  (Stable release candidate) >> Hardware Zotac Zbox: >> CPU Intel ATOM D525 Dual Core 1.8 Ghz 800 Mhz front bus >

[Gambas-user] Gambas2 compilation problems

2011-12-17 Thread Randy Millner
Apologies to the moderator. Operating System : pcLinuxOS 64bitest4.iso (Stable release candidate) Hardware Zotac Zbox: CPU Intel ATOM D525 Dual Core 1.8 Ghz 800 Mhz front bus Chipset Intel NM10 Graphics Intel media accelerator 3150 4 Gig Ram Kingston 64Gig Sata SSD Drive My goal is to have at le

[Gambas-user] Gambas2 Gambas3 Compilation

2011-12-16 Thread Randy Millner
Trying to help the 64bit distro of PcLinuxOS by compiling first Gambas2 and then Gambas3 When making sure I have all components first per the Gambas documentation, it seems most components exist, but with numbers appended to the filename For Example: [ee@localhost ~]$ locate libmysqlclient.so /u

Re: [Gambas-user] Gambas-user Digest, Vol 66, Issue 27

2011-11-18 Thread Randy Millner
View Lacking Alignment Function > To: gambas-user@lists.sourceforge.net > Message-ID: <4ec4bd23.20...@t-online.de> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Am 16.11.2011 16:23, schrieb Randy Millner: >> Hello Rolf, thanks for the reply, >>

Re: [Gambas-user] TableView Lacking Alignment Function

2011-11-16 Thread Randy Millner
15, 2011 at 1:22 PM, wrote: > Am 13.11.2011 13:50, schrieb Randy Millner: >> gambas2.23 >> >> I can right align the column data in the tableview with : >> TableView1[rowctr, 7].Alignment = align.Right >> >> >> >> I cannot seem to align.right the

[Gambas-user] help gambas 2.23

2011-11-13 Thread Randy Millner
gambas2.23 I can right align the column data in the tableview with : TableView1[rowctr, 7].Alignment = align.Right I cannot seem to align.right the corresponding title : TableView1.Columns[7].Title = "Amount" I am at wits end, I have tried all the ways that don't work Thank you --