[Gambas-devel] component

Ken Schrock schrockk at ...26...
Mon Jun 9 17:35:50 CEST 2003


Well, several things wrong with that, some humorous, some not

1. That is ugly (there goes my charm again :-0)
    Better something like gimp or mozilla plugins
    Drop a chunk in a directory and rock and roll
    Language neutral would be nice (c, php, perl not i18)
2. On Mandrake 9 and a compiled from source Gambas 0.57
    I can't see anything above my home directory under Open
    So no way I can actually open /opt/gambas/bin/gambas.bas (joke)
    With the Gambas IDE. (I don't have this problem with binary 0.53 on 
Lindows)
    PLUS this is a compiled p-code rather than the source code in 
0.53-Lindows
    So there is no way I can look at the pieces parts in a text editor
3. Mandrake 9 Kong wants to think it is a midi file anyway
    (starting to remember why I switched to Lindows : -)
   
I will copy it to a directory the IDE can see and have a look, thanks

Three components I am thinking of are
1. Some type socket interface mechanism
2. System data grabber including performance monitor
3. Paraport or general port access tool (since requested)
The first two simply because I have c pieces built already
Thoughts?


Rob wrote:

>On Monday 09 June 2003 15:31, Ken Schrock wrote:
>
>>I figured that "Timer" here makes the IDE load
>>/opt/gambas/lib/control/timer.png to toolbox
>>So I made a sys.png in that directory (actually in the src dir, as this
>>overwrites the other)
>>And then made *result = (void *)"Sys";   Rebuilt and tried it. No go.
>>What's needed?
>>
>See the humongous SWITCH/CASE statement in CControl.class (in the Gambas IDE 
>project, not the C source).  You'd need to add a case for your "Sys".  It 
>seems that Timer is a special case, so you just got lucky by picking it the 
>first time ;)
>
>Other than that, look in FTool.class:
>
>TRY hCtrl.Picture = Picture[Library.Path &/ "control" &/ LCase(sName) & 
>".png"]
>
>The icon name is the lowercased name of your class.  Try that maybe?
>
>Rob
>
>
>
>-------------------------------------------------------
>This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
>thread debugger on the planet. Designed with thread debugging features
>you've never dreamed of, try TotalView 6 free at www.etnus.com.
>_______________________________________________
>Gambas-devel mailing list
>Gambas-devel at lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/gambas-devel
>
>

-- 
Using Linux Mandrake 8.2
 









More information about the Devel mailing list