[Gambas-user] The static method Gl.SelectBuffer

2012-11-24 Thread abdurrahman ulusoy
i attached sample targz file. about opengl picking selection   Abdurrahman ULUSOY Ulusoy Mekatronik glselect-0.0.1.tar.gz Description: GNU Zip compressed data -- Monitor your physical, virtual and cloud infrastructure

[Gambas-user] gbr3: no project file in '/usr/local/bin/gambas3'.

2012-09-27 Thread abdurrahman ulusoy
$  gambas3 version: 3.3.1 Distribution:  Ubuntu 12.04.1 LTS 32 bit + Xubuntu lubuntu kubuntu GUI component: ubuntu - xfce- lxde - QT4   Abdurrahman ULUSOY Ulusoy Mekatronik -- Everyone hates slow websites. So do we. Make

[Gambas-user] CRITICAL **: os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed

2012-09-01 Thread abdurrahman ulusoy
My  project error is "CRITICAL **: os_bar_set_parent: assertion `OS_IS_BAR (bar)' failed" i attached  files. i saw same error  http://comments.gmane.org/gmane.comp.lang.gambas.user/19778 Abdurrahman ULUSOY Ulusoy Mekatronik Cep: 05545825765 Tel: 02164835098 otobus-0.0.1.tar.gz D

[Gambas-user] gbs problem

2011-04-14 Thread abdurrahman ulusoy
Hello i need to gbs file generator. so i prepared attached file. My problem. In gbs file , i can add button, textboxes ... but i cant link button to textbox or others.  I cant change textbox text when i click a button ... i add a video to below link. see please. http://dl.dropbox.com/u/244553

[Gambas-user] music error

2011-03-07 Thread abdurrahman ulusoy
Music example  on gambas3 giving error. Abdurrahman ULUSOY -- What You Don't Know About Data Connectivity CAN Hurt You This paper provides an overview of data connectivity, details its effect on application quality

Re: [Gambas-user] Problem updating svn from revision 2209

2010-01-01 Thread abdurrahman ulusoy
when i "svn update"  then "./reconf"  error.  trunk $ ./reconf Remember to add `AC_PROG_LIBTOOL' to `configure.ac'.You should update your `aclocal.m4' by running aclocal.autoreconf: Entering directory `.'autoreconf: configure.ac: not using Gettextautoreconf: running: aclocal/usr/share/aclocal/li

Re: [Gambas-user] "form.h" is badly overridden in class 'form3'

2009-12-19 Thread abdurrahman ulusoy
i am sorry. i added my question. --- 20/12/09 Pzr tarihinde Benoît Minisini şöyle yazıyor: Kimden: Benoît Minisini Konu: Re: [Gambas-user] "form.h" is badly overridden in class 'form3' Kime: "mailing list for gambas users" Tarihi: 20 Aralık 2009 Pazar, 0:21 > thanks. > and how can draw arc w

Re: [Gambas-user] "form.h" is badly overridden in class 'form3'

2009-12-19 Thread abdurrahman ulusoy
thanks. and how can draw arc without line start point (or end point) to center. --- 19/12/09 Cts tarihinde Benoît Minisini şöyle yazıyor: Kimden: Benoît Minisini Konu: Re: [Gambas-user] "form.h" is badly overridden in class 'form3' Kime: "mailing list for gambas users" Tarihi: 19 Aralık 2009

[Gambas-user] "form.h" is badly overridden in class 'form3'

2009-12-19 Thread abdurrahman ulusoy
hi                    in gambas2 form has no error but i ported gambas3 then "form.h" is badly overridden in class 'form3' ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizl

[Gambas-user] drawingarea limits

2009-12-02 Thread abdurrahman ulusoy
hi i cant set drawing area width(or drawing area height)  bigger then 32767 . how can i set bigger then  32767. ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!

[Gambas-user] scrollview

2009-11-27 Thread abdurrahman ulusoy
 my code is ScrollView1.ScrollX= 100ScrollView1.Scrolly = 200 this codes are working in gambas2 but gambas3 not working.   ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizle

Re: [Gambas-user] serial port.

2009-10-19 Thread abdurrahman ulusoy
int #Sport, "%"; 2. Print #Sport, Chr$(37); 3. S=Chr$(37)    Write #Sport, S, 1 You do not have to 'convert' to binary. -Fernando -- Original Message --- From: abdurrahman ulusoy To: mailing list for gambas users Sent: Sun, 18 Oct 2009 09:57:25 -0700 (PDT) Subj

[Gambas-user] serial port.

2009-10-18 Thread abdurrahman ulusoy
hi i want to send data to serial port.  when i send  a number  (for exam: 37) ,  what is writing gambas to seri port (100101 or 37) ? if gambas  write (37) how can i convert decimaltobinary. (are there any module or command  ?  

[Gambas-user] Yan: Button form

2009-09-23 Thread abdurrahman ulusoy
ok. maybe a circle or other form but rectangle. --- 23/09/09 Çar tarihinde abdurrahman ulusoy şöyle yazıyor: Kimden: abdurrahman ulusoy Konu: [Gambas-user] İlt: Button form Kime: gambas-user@lists.sourceforge.net Tarihi: 23 Eylül 2009 Çarşamba, 15:00 Can i change button forms? like attached

[Gambas-user] İlt: Button form

2009-09-23 Thread abdurrahman ulusoy
Can i change button forms? like attached pic. ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor!<>-

[Gambas-user] form.normal is badly overridden in class

2009-09-14 Thread abdurrahman ulusoy
     When i port my project  gambas2 to gambas3 error : "form.normal is badly overridden in class" in gambas2 no error. it is working.  ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo!

Re: [Gambas-user] menu action

2009-09-01 Thread abdurrahman ulusoy
(if i right understand your question)maybe use a panel and put some buttons and panel background color changed what you want.right click show panel then hide again.  i use like this menu . see : http://cadcizim.googlepages.com/out.ogv --- 01/09/09 Sal tarihinde Benoît Minisini şöyle yazıyor: K

[Gambas-user] gambas2 gambas3 port guide

2009-08-31 Thread abdurrahman ulusoy
i installed gambas3. (thaks to lordheavy)  how will i port my projects. Are there gambas2 / gambas3  difference page, guide  etc...  ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! T

Re: [Gambas-user] web browser.

2009-08-30 Thread abdurrahman ulusoy
e dimanche 30 août 2009 20:04:31 abdurrahman ulusoy, vous avez écrit : > > THESE COMPONENTS ARE DISABLED: > > > > - gb.cairo > > - gb.compress.bzlib2 > > - gb.db.sqlite2 > > - gb.gtk > > - gb.gtk.svg > > - gb.image.imlib > > - gb.image.io

[Gambas-user] dental patience record software

2009-08-30 Thread abdurrahman ulusoy
http://code.google.com/p/dis2/downloads/list patience record software dor dentist. if you interest download and use or develope. ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türki

Re: [Gambas-user] web browser.

2009-08-30 Thread abdurrahman ulusoy
result attached. --- 30/08/09 Pzr tarihinde Charlie Reinl şöyle yazıyor: Kimden: Charlie Reinl Konu: Re: [Gambas-user] web browser. Kime: "mailing list for gambas users" Tarihi: 30 Ağustos 2009 Pazar, 13:01 Am Sonntag, den 30.08.2009, 01:06 -0700 schrieb abdurrahman uluso

Re: [Gambas-user] web browser.

2009-08-30 Thread abdurrahman ulusoy
and reconf  ./configure -C  but again say me  >disabled. > > --- 30/08/09 Pzr tarihinde Fabien Bodard şöyle yazıyor: > > Kimden: Fabien Bodard > Konu: Re: [Gambas-user] web browser. > Kime: "mailing list for gambas users" > Tarihi: 30 Ağustos 2009 Pazar, 1:25 >

Re: [Gambas-user] web browser.

2009-08-30 Thread abdurrahman ulusoy
Bodard Konu: Re: [Gambas-user] web browser. Kime: "mailing list for gambas users" Tarihi: 30 Ağustos 2009 Pazar, 1:25 say us what is the problem on the gb3 install 2009/8/29 abdurrahman ulusoy : > > yes. i want. i try to install gambas3  a lot of times but  i cant. > > ---

Re: [Gambas-user] web browser.

2009-08-29 Thread abdurrahman ulusoy
yes. i want. i try to install gambas3  a lot of times but  i cant. --- 29/08/09 Cts tarihinde Benoît Minisini şöyle yazıyor: Kimden: Benoît Minisini Konu: Re: [Gambas-user] web browser. Kime: "mailing list for gambas users" Tarihi: 29 Ağustos 2009 Cumartesi, 15:35 > when i wait for opengl

Re: [Gambas-user] web browser.

2009-08-29 Thread abdurrahman ulusoy
great work :) Regards Dimitris On Fri, Aug 28, 2009 at 3:45 PM, abdurrahman ulusoy wrote: > when i wait for opengl selection :) , i add some codes to webbrowser (in > gambas examples). > > if you want to develope gambasweb codes here > >  http:/

[Gambas-user] web browser.

2009-08-28 Thread abdurrahman ulusoy
when i wait for opengl selection :) , i add some codes to webbrowser (in gambas examples). if you want to develope gambasweb codes here  http://code.google.com/p/gambasweb/ ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr

[Gambas-user] new label

2009-08-13 Thread abdurrahman ulusoy
hi.  When user click a button create  a new label, and when click on this label user see a new text. how can i do this. (label quantity more then one  ) ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en i

Re: [Gambas-user] A web page for Gambas applications

2009-08-10 Thread abdurrahman ulusoy
like this)  --- 30/07/09 Per tarihinde Fabien Bodard şöyle yazıyor: Kimden: Fabien Bodard Konu: Re: [Gambas-user] A web page for Gambas applications Kime: "mailing list for gambas users" Tarihi: 30 Temmuz 2009 Perşembe, 14:58 2009/7/27 abdurrahman ulusoy : >>An english traductio

Re: [Gambas-user] glut

2009-08-10 Thread abdurrahman ulusoy
Thank you . i'm  wating. --- 10/08/09 Pzt tarihinde Laurent Carlier şöyle yazıyor: Kimden: Laurent Carlier Konu: Re: [Gambas-user] glut Kime: "mailing list for gambas users" Tarihi: 10 Ağustos 2009 Pazartesi, 10:24 Le dimanche 09 août 2009 22:12:42 abdurrahman ulusoy, vous a

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
Pazar, 21:22 Le dimanche 09 août 2009 13:28:53 abdurrahman ulusoy, vous avez écrit : > ok. thanks. > --- 09/08/09 Pzr tarihinde Fabien Bodard şöyle > yazıyor: > > Kimden: Fabien Bodard > Konu: Re: [Gambas-user] glut > Kime: "mailing list for gambas users" > Ta

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
om 2009/8/9 abdurrahman ulusoy : > i saw few example, object selection in glarea  with glut and glut has some > ready objects > ( cylinder, box, teapot, etc...) . > >   if ther are  object selection (with mouse) example  in opengl in gambas > this is enough for me. i dont use r

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
şöyle yazıyor: Kimden: Fabien Bodard Konu: Re: [Gambas-user] glut Kime: "mailing list for gambas users" Tarihi: 9 Ağustos 2009 Pazar, 13:59 yes it's true ... so what did you need ? qt.opengl ? 2009/8/9 abdurrahman ulusoy : > when i import gb.sdl > error > "Thes

Re: [Gambas-user] glut

2009-08-09 Thread abdurrahman ulusoy
u can use gb.sdl for the same thing 2009/8/9 abdurrahman ulusoy : > hi > i think there arent glut library in gambas. do you think import it. > > > > >      ___ > Yahoo! Türkiye açıldı!  http://yahoo.com.tr > İn

[Gambas-user] glut

2009-08-08 Thread abdurrahman ulusoy
hi i think there arent glut library in gambas. do you think import it. ___ Yahoo! Türkiye açıldı! http://yahoo.com.tr İnternet üzerindeki en iyi içeriği Yahoo! Türkiye sizlere sunuyor! ---

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
  this case you not resize the picture but redraw it... i think it's a better idea and a less resources consumer. then it depend of your code ... as i don't your need 2009/7/30 abdurrahman ulusoy : > yes , cached mode. > > --- 30/07/09 Per tarihinde Fabien Bodard şöyle yazıyor: &

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
2009/7/30 abdurrahman ulusoy : >  KDE 3.5.10 my desktop > i use  gambas 2.9  and   gb.qt > > > > --- 30/07/09 Per tarihinde Benoît Minisini > şöyle yazıyor: > > Kimden: Benoît Minisini > Konu: Re: [Gambas-user] Yan:  drawingarea resize > Kime: "mailing list for

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
e has an idea on that? > > > > > > --- 08/07/09 Çar tarihinde abdurrahman ulusoy şöyle > > yazıyor: > > > > Kimden: abdurrahman ulusoy > > Konu: [Gambas-user] drawingarea resize > > Kime: Gambas-user@lists.sourceforge.net > > Tarihi: 8 Temmuz 20

Re: [Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
08/07/09 Çar tarihinde abdurrahman ulusoy şöyle > yazıyor: > > Kimden: abdurrahman ulusoy > Konu: [Gambas-user] drawingarea resize > Kime: Gambas-user@lists.sourceforge.net > Tarihi: 8 Temmuz 2009 Çarşamba, 11:04 > > hi > when i  resize to drawingarea gambas console show m

[Gambas-user] Yan: drawingarea resize

2009-07-30 Thread abdurrahman ulusoy
anyone has an idea on that? --- 08/07/09 Çar tarihinde abdurrahman ulusoy şöyle yazıyor: Kimden: abdurrahman ulusoy Konu: [Gambas-user] drawingarea resize Kime: Gambas-user@lists.sourceforge.net Tarihi: 8 Temmuz 2009 Çarşamba, 11:04 hi when i  resize to drawingarea gambas console show me

Re: [Gambas-user] A web page for Gambas applications

2009-07-27 Thread abdurrahman ulusoy
Tarihi: 26 Temmuz 2009 Pazar, 19:11 abdurrahman ulusoy a écrit : > hii dont know. > i dont decided.i want gpl. but not commercial use. This is antinomic: one of the GPL license purpose is to avoid such restrictions! > but which licence i need  i dont know. If you don't want y

Re: [Gambas-user] A web page for Gambas applications

2009-07-27 Thread abdurrahman ulusoy
oftware will be great too :) (and the site ...:-) CAD in gambas ... good work ! 2009/7/26 abdurrahman ulusoy : > hii dont know. > i dont decided.i want gpl. but not commercial use. but which licence i need   > i dont know. > > --- 26/07/09 Pzr tarihinde Benoît Minisini > şöyle yazıy

Re: [Gambas-user] A web page for Gambas applications

2009-07-26 Thread abdurrahman ulusoy
t; Tarihi: 26 Temmuz 2009 Pazar, 16:16 > hiName         :Abdurrahman ULUSOY > Application : KediCAD > Description:  KediCAD is a CAD(Computer Aided Design) software  İt has 2 > version.        KediCAD2D and KediCAD3D.            KediCAD2D Like autocad, > qcad.        KediCAD 3D l

Re: [Gambas-user] A web page for Gambas applications

2009-07-26 Thread abdurrahman ulusoy
hiName         :Abdurrahman ULUSOY Application : KediCAD Description:  KediCAD is a CAD(Computer Aided Design) software  İt has 2 version.        KediCAD2D and KediCAD3D.            KediCAD2D Like autocad, qcad.        KediCAD 3D like inventor. (see http://cadcizim.googlepages.com/czm1

[Gambas-user] drawingarea resize

2009-07-08 Thread abdurrahman ulusoy
hi when i  resize to drawingarea gambas console show me this error. X Error: BadAlloc (insufficient resources for operation) 11 Major opcode: 53 Minor opcode: 0 Resource id: 0x7c X Error: BadDrawable (invalid Pixmap or Window parameter) 9 Major opcode: 70 Minor opcode: 0 Resource i