Re: [Flightgear-devel] interface flightgaer with vb

2013-02-25 Thread TDO Brandano


There might be good reasons to interface FGFS with a Visual Basic program 
(beats me why someone should hate themselves so much, but it takes all sorts), 
so do it in C++ is not really a nice answer. That said, there are several 
ways to control FlightGear through several network protocols and local sockets. 
You can implement your own protocol, try to hook on the multiplayer protocol, 
browse and alter properties via telnet... really, there's no end to the 
options. However, in order to obtain any sort of useful interaction you will 
probably need to create a multithreaded application, one thread handling the 
user interface and the other communicating with Flightgear. And this might 
require a little more finesse than that of the average quick VB program.

Date: Sun, 24 Feb 2013 22:09:58 -0800
From: scrat_h...@yahoo.com
To: flightgear-devel@lists.sourceforge.net
Subject: Re: [Flightgear-devel] interface flightgaer with vb

It's all in C++. Either try that or do some easy beginner stuff in VB alike a 
clock etc. :-)

--- On Mon, 2/25/13, akram mohammed akramka...@hotmail.com wrote:

From: akram mohammed akramka...@hotmail.com
Subject: [Flightgear-devel] interface flightgaer with vb
To: flightgear-devel@lists.sourceforge.net
Date: Monday, February 25, 2013, 7:01 AM





i need help how to interface flightgear with visual basic gui project , like 
starting engine and landing gear from vb,in detail because i am beginner.   
 

-Inline Attachment Follows-

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
-Inline Attachment Follows-

___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel   
  --
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] interface flightgaer with vb

2013-02-25 Thread Arnt Karlsen
On Sun, 24 Feb 2013 22:09:58 -0800 (PST), Michael wrote in message 
1361772598.56473.yahoomailclas...@web140206.mail.bf1.yahoo.com:

 --- On Mon, 2/25/13, akram mohammed akramka...@hotmail.com wrote:
 
 i need help how to interface flightgear with visual basic gui
 project ,

..that would make it Microsoft-_only_, you wanna do something 
that's usable by us all, regardless of operatingsystems, etc?

 like starting engine and landing gear from vb,in detail because i
 am beginner.

..the GUIs we have are, fgrun, fgo, fgx (did I miss any?) that will
set up a flightgear startup commandline.  

..another option you wanna try, is e.g. --httpd= and then point 
a web browser to http://127.0.0.1: and use that to do the things 
you propose, in FG's property tree published on --httpd=, you
can even put it an your lan or out on the web and have people fly
your FG, and even show them what's going on thru the --jpg-httpd=port
screen shot server, or use the jpgs to build a movie.

..ofcourse it is possible to write a gui program that uses http
polls to do the web browser job, in a much more intuitive way.

 It's all in C++. Either try that or do some easy beginner stuff in VB
 alike a clock etc. :-)

..if you do it in C++, you also fairly quickly become a useful 
flightgear developer.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] interface flightgaer with vb

2013-02-24 Thread Michael
It's all in C++. Either try that or do some easy beginner stuff in VB alike a 
clock etc. :-)

--- On Mon, 2/25/13, akram mohammed akramka...@hotmail.com wrote:

From: akram mohammed akramka...@hotmail.com
Subject: [Flightgear-devel] interface flightgaer with vb
To: flightgear-devel@lists.sourceforge.net
Date: Monday, February 25, 2013, 7:01 AM





i need help how to interface flightgear with visual basic gui project , like 
starting engine and landing gear from vb,in detail because i am beginner.   
 

-Inline Attachment Follows-

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
-Inline Attachment Follows-

___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel
--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel