Re: [Gambas-user] Please help me

2011-11-12 Thread Benoît Minisini
Le 11/11/2011 04:57, Avenger a écrit : > > Hi, I made my gambas2 project but somebody stole my computer and backup it i > only have the .gambas file, Is there any way to decompile that project and > recover my source code? > > Thank you very much. > > Sorry, but there is no source file inside the

Re: [Gambas-user] Please help me

2011-11-12 Thread Fabien Bodard
2011/11/12 John Spikowski : > On Fri, 2011-11-11 at 19:11 -0800, Avenger wrote: > >> Any suggestions to uncompress that .gambas file John? > >> > Finally, the archiver is a program that creates a Gambas executable from > a Gambas project directory. > > Note that a Gambas executable is just an uncom

Re: [Gambas-user] Please help me

2011-11-11 Thread John Spikowski
On Fri, 2011-11-11 at 19:11 -0800, Avenger wrote: > Any suggestions to uncompress that .gambas file John? > Finally, the archiver is a program that creates a Gambas executable from a Gambas project directory. Note that a Gambas executable is just an uncompressed archive of a project. It can incl

Re: [Gambas-user] Please help me

2011-11-11 Thread Avenger
John Spikowski-3 wrote: > > On Fri, 2011-11-11 at 17:01 -0800, Avenger wrote: >> > >> Thank you Fabien, do you know a way to do that? or where i could find a >> way >> to decompile my .gambas file? > > As I understand it, the .gambas file is nothing more than a compressed > version of the p

Re: [Gambas-user] Please help me

2011-11-11 Thread John Spikowski
On Fri, 2011-11-11 at 17:01 -0800, Avenger wrote: > > Thank you Fabien, do you know a way to do that? or where i could find a way > to decompile my .gambas file? As I understand it, the .gambas file is nothing more than a compressed version of the project the extracts itself at runtime. If this

Re: [Gambas-user] Please help me

2011-11-11 Thread Avenger
Fabien Bodard-4 wrote: > > 2011/11/11 Avenger : >> >> Hi, I made my gambas2 project but somebody stole my computer and backup >> it i >> only have the .gambas file, Is there any way to decompile that project >> and >> recover my source code? > Yes, but no :) > > there is no existing tools to do

Re: [Gambas-user] Please help me

2011-11-10 Thread Fabien Bodard
2011/11/11 Avenger : > > Hi, I made my gambas2 project but somebody stole my computer and backup it i > only have the .gambas file, Is there any way to decompile that project and > recover my source code? Yes, but no :) there is no existing tools to do that, but technically it's possible. > > Th

[Gambas-user] Please help me

2011-11-10 Thread Avenger
Hi, I made my gambas2 project but somebody stole my computer and backup it i only have the .gambas file, Is there any way to decompile that project and recover my source code? Thank you very much. -- View this message in context: http://old.nabble.com/Please-help-me-tp32823502p32823502.html S

Re: [Gambas-user] Please help me!

2011-07-04 Thread M. Cs.
Thanks, these are clear words we need! I think it is very important to have clear explanations. 2011/7/3, Benoît Minisini : >> I've tried to do exactly what I've done in G2: giving coordinates in >> original pixel sizes of the image. >> Can I set the resolution to 300 dpi and to use the originally

Re: [Gambas-user] Please help me!

2011-07-03 Thread Benoît Minisini
> I've tried to do exactly what I've done in G2: giving coordinates in > original pixel sizes of the image. > Can I set the resolution to 300 dpi and to use the originally measured > horizontal and vertical pixel coordinates for printing? You know the > program I'm working on is right about the usi

Re: [Gambas-user] Please help me!

2011-07-03 Thread M. Cs.
I've tried to do exactly what I've done in G2: giving coordinates in original pixel sizes of the image. Can I set the resolution to 300 dpi and to use the originally measured horizontal and vertical pixel coordinates for printing? You know the program I'm working on is right about the using mouse c

Re: [Gambas-user] Please help me!

2011-07-01 Thread Fabien Bodard
2011/7/1 M. Cs. : > O.K. The printing started now, but it prints the texts one over > another regardless to the coordinates given by CFloat(xcor[i]) and > CFloat(ycor[i]). Why? Do you use the true size ? What are the coord ? be carefull as the printer with in pixel is différent as the screen widt

Re: [Gambas-user] Please help me!

2011-07-01 Thread M. Cs.
O.K. The printing started now, but it prints the texts one over another regardless to the coordinates given by CFloat(xcor[i]) and CFloat(ycor[i]). Why? 2011/6/30, Fabien Bodard : > Le 30 juin 2011 14:00, Benoît Minisini a > écrit : >>> Yes, Benoit, >>> still even if change the synthax to: >>> >>

Re: [Gambas-user] Please help me!

2011-06-30 Thread Fabien Bodard
Le 30 juin 2011 14:00, Benoît Minisini a écrit : >> Yes, Benoit, >> still even if change the synthax to: >> >> Public Sub PrintID() >> Dim i As Integer >> Dim tagok As String[] >> samsung = New Printer As "samsung" >> If samsung.Configure() Then Return >> samsung.Count = 1 >> samsung.Print >> >> E

Re: [Gambas-user] Please help me!

2011-06-30 Thread Benoît Minisini
> Yes, Benoit, > still even if change the synthax to: > > Public Sub PrintID() > Dim i As Integer > Dim tagok As String[] > samsung = New Printer As "samsung" > If samsung.Configure() Then Return > samsung.Count = 1 > samsung.Print > > End > > Public Sub samsung_Begin() > > End > > Public Sub

Re: [Gambas-user] Please help me!

2011-06-30 Thread M. Cs.
Yes, Benoit, still even if change the synthax to: Public Sub PrintID() Dim i As Integer Dim tagok As String[] samsung = New Printer As "samsung" If samsung.Configure() Then Return samsung.Count = 1 samsung.Print End Public Sub samsung_Begin() End Public Sub samsung_Draw() Dim i As Integer Dim

Re: [Gambas-user] Please help me!

2011-06-30 Thread Benoît Minisini
> Public samsung As Printer > > Public Sub PrintID() > samsung = New Printer --> samsung = New Printer As "samsung" In Gambas, if you don't specify an event name, you don't get events. Regards, -- Benoît Minisini --

[Gambas-user] Please help me!

2011-06-30 Thread M. Cs.
Public samsung As Printer Public Sub PrintID() samsung = New Printer If samsung.Configure() Then Return samsung.Count = 1 samsung.Print End Public Sub samsung_Begin() End Public Sub samsung_Draw() Dim i As Integer Dim tagok As String[] tagok = Split(datae[curr], ";")' gets data from a csv sheet

Re: [Gambas-user] Please help me!!!

2009-06-20 Thread Charlie Reinl
Am Samstag, den 20.06.2009, 03:44 -0700 schrieb Swee Kwang Tan: > Dear Sir, > Gambas is good software, thank you for your working. > I've upgrade my system from ubuntu 8.04 to fedora 11, and get the latest > gambas2-2.13.1 from fedora repo. But my gambas program can't work normally, > although it

Re: [Gambas-user] Please help me!!!

2009-06-20 Thread Ricardo Díaz Martín
-- Are you an open source citizen? Join us for the Open Source Bridge conference! Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250. Need another reason to go? 24-hour hacker lounge. Register to

[Gambas-user] Please help me!!!

2009-06-20 Thread Swee Kwang Tan
Dear Sir, Gambas is good software, thank you for your working. I've upgrade my system from ubuntu 8.04 to fedora 11, and get the latest gambas2-2.13.1 from fedora repo. But my gambas program can't work normally, although it can work noraml in ubuntu, the postgresql can't connect, because fedora

Re: [Gambas-user] Please help me, I've something trouble about gambas

2009-06-16 Thread Jussi Lahtinen
I'm not sure I understand correctly, but; Dim oo As Object For Each oo In FormName.Controls ' or ContainerName.Children If oo Is Label Then oo.Caption = "Some string" Endif Next You can use oo.Tag as identifier. Or you can put you labels to collection. Hope this helps. Jussi On Tue, Jun 16,

[Gambas-user] Please help me, I've something trouble about gambas

2009-06-16 Thread Swee Kwang Tan
My Dear, There is a form include 10 label, if I wish to use a for loop assign 10 string to it, 10 difference string to the label, how do I write the program ? Thank you. Albert Lee ___ 辣茩妏蚚閉湮⺍講捇誥蚘眊 http://cn.mail.yahoo.com