Author Topic: Bluetooth Framework Active X on Web  (Read 30261 times)

novice

  • Guest
Bluetooth Framework Active X on Web
« on: March 26, 2008, 10:13:50 AM »
Good day

Hi

Does Bluetooth Framework applicable in web application?

Thanks



Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Bluetooth Framework Active X on Web
« Reply #1 on: March 26, 2008, 11:48:22 AM »
Good day!

Yes it does.

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #2 on: March 27, 2008, 08:14:58 AM »
Good day

Hi

This may be out of BTF,
i use your BTF Active X in my project for web application, when i am using the vs 2005 to run the project it works , then i try to published it and test  the publish web, i can't view my page,

do you have any idea?

Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Bluetooth Framework Active X on Web
« Reply #3 on: March 27, 2008, 08:52:53 AM »
Good day!

I am not very good Web developer. But AFAIK it hard depends on how you redestrebute the OCX. You need to deploy OCX on your web server and browser should download it and install (usually it done automatically). Unfortunatelly I do not know morea bout that because bever did the same.

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #4 on: April 01, 2008, 03:14:37 AM »
Good Day

Hi

in your BTF , every time i start to use BTF and when the  pop up/ nag screen  appear  are you waiting for the user to press the OK button before you continue the process right?

i already distribute/ include the ocx in the the web , but still immovable in connecting , also the pop up/ nag screen does not appear? :'(


Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Bluetooth Framework Active X on Web
« Reply #5 on: April 01, 2008, 09:49:35 AM »
If nag screen is not appears then the OCX is not registered/initialized. I'll try to make the sample a bit later today.

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #6 on: April 01, 2008, 10:37:30 AM »
Good Day

Thanks , i' ll wait  :)

thanks

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #7 on: April 03, 2008, 05:09:52 AM »
Good Day

Hi
i just to want clear something , i am creating creating a project that uses you BTF , in debug mode it works fine but when i installed it and try to test it , it doesnt work , it is immovable in connecting process, the ocx is included already in the installer

question do i need to register the ocx that is in the installed web, even if i install it in same pc where i am working

Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Bluetooth Framework Active X on Web
« Reply #8 on: April 03, 2008, 05:12:54 AM »
You need to register OCX on the target PC (where page will be opened). I recomend to use ActiveForm for that. Works much better.

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #9 on: April 03, 2008, 11:42:53 AM »
Good Day

HI


I created a project that used Bluetooth framework Active X version 5.2, the project is Web application

When I test it in debug mode (in VS 2005) it works fine
But when I test it in installed web (the web is compiled )
I installed it in myPC  and open the page in myPC also

I try to  register the ocx where the page is installed
 ?In initializing Bluetooth discovery it has no response, nag screen doesn?t appear
Code for initializing/declaring : BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();

I try to place the OCX and  register in the bin folder of the installed page
 ?In initializing Bluetooth discovery it has no response,  nag screen doesn?t appear
Code for initializing/declaring: BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();

I try to  place the OCX and  register wwwroot folder  of the installed page
 ?In initializing Bluetooth discovery it has no response, nag screen doesn?t appear
Code for initializing/declaring: BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();

I try to  place the OCX and  register inetpub  folder  of the installed page
 ?In initializing Bluetooth discovery it has no response , nag screen doesn?t appear
Code for initializing/declaring: BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX();


Question :
1.   Why is it that the initializing BFBluetoothDiscoveryX discovery = new BFBluetoothDiscoveryX() has no response?
2.   Where should I put the OCX and register it?
3.   If I am opening the page same where I installed it , Where should I put the OCX and register it?
4.   If I open the page in different PC , Where should I put the OCX and register it?



Thanks

P.s I just make it more detailed (hope you wont mind)  ;D ;D ;D

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #10 on: April 03, 2008, 12:10:30 PM »
cont.

the complete code for declaring initializing Discovery / why i said that it doesn't response

BFBluetoothDiscoveryX discovery;

public string Intdiscovery()
        {
            string ret1 = "";
            try
            {
                discovery = new BFBluetoothDiscoveryX();
                ret1 = "OK";
            }
            catch (Exception e)
            {
                ret1 = e.Message;

            }
            return ret1;
        }

it doesnt giving me any error message
Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #12 on: April 15, 2008, 09:24:17 AM »
Good Day

Hi

Im here again  :)
BTW Thank for the link.

Question / Clear things: i want to create a class that will use BTF Active X is that possible ?
if possible can i used it in web?

Thanks

Offline Mike Petrichenko

  • Bluetooth Framework Developer
  • Administrator
  • Hero Member
  • *****
  • Posts: 3675
  • Karma: 1000
    • Wireless Communication Libraries
Re: Bluetooth Framework Active X on Web (and LabView)
« Reply #13 on: April 15, 2008, 10:34:04 AM »
Good day!

Sure you can create the class which uses the WCL. The better way to do so is use ASP.NET (or simple NET (C#)).

I think I can open the WCL .NET wrapper sources :) There is nothing "private" because it is just a wrapper which can be done by any developer. Aaa. What I wanted to say. :) Aha. So look at this wrapper. All you need to change is just parent class: from Component to Control (or how does is called in NET?).

See what I mean?

[attachment deleted by admin]

novice

  • Guest
Re: Bluetooth Framework Active X on Web
« Reply #14 on: June 03, 2008, 08:49:00 AM »
Good Day

Hi

I am having problem in deploying Bluetooth Framework ActiveX in Web,
under VS 2005 it work fine but when i deploy it doesn't work .
can somebody pls tell me the step by step on how to deploy it in Web i am using Visual Studio 2005
How to create an installer for web application with Bluetooth Framework , i am using the wed deployment project and set up and deployment of visual studio 2005


Thanks

 

Sitemap 1 2 3 4 5 6 7