[Gambas-user] PRB: Completion in NetWork examples.
ron
ronstk at ...239...
Thu Apr 15 18:33:20 CEST 2004
Hi Daniel, Benoit,
During lookup in the network examples I found the auto completion does not
work. Only for the controls on the form.
in the 'ServerSocket' in the first Sub i add add the begin
server. and no completion start.
Is there something wrong?
I check 4 or 5 of them and none works.
then I start new project
PUBLIC srv AS SerialPort
STATIC PUBLIC SUB Main()
srv.CTS
srv.DataBits
END
all is working
Import the F.class from ClientSocket
Test for auto completion, Not working
copy the global part to my class file, test and working
For some reason the class files daniel made does not work any more
with autocompletion, here on my box
Then I try copy sub by sub. test every time and work
delete the build class
new class
check daniels file, not working
copy the whole class to the new class
in the old still not working
in the new class working
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mynet-0.0.tar.gz
Type: application/x-tgz
Size: 2166 bytes
Desc: not available
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20040415/c0d787cd/attachment.bin>
More information about the User
mailing list