HELP NEEDED: OCX's created from JavaBeans (using ActiveX bridge) hang PowerBuilder 6.0I recently downloaded PowerBuilder 6.0 Desktop for evaluation purposes.
I am trying to add an OCX created from a java bean using Sun's ActiveX
bridge.
I can add the OCX ok... but when I attempt to save my application
afterwards PowerBuilder hangs. CPU goes full throttle.
I have tried all of the sample OCX's from the JAVA BDK. They all hang
PowerBuilder.
The OCX's work fine in other containers, i.e. Word, Excel,
PowerPoint....
Has anyone else tried this ?
Any help would be greatly appreciated.
Danny
danm@telexiscorp.com
...
how can i use powerbuilder to develop an activex/ole/ocx? help me please!!!
Please do not cross-post.
--
<hopethishelps/>
Roy Kiesler [TeamSybase]
MySybase -- http://www.sybase.com/mysybase
"tadsun" <tadsun@163.com> wrote in message
news:jIQ8Mt7BCHA.200@forums.sybase.com...
>
>
>
...
Why do more ActiveX OCX controls show up in Excel than PowerBuilderI am brutally frustrated. I am still using PB5.0.4 - I know there are
more updated versions. But I still shouldn't have the problems I am
experiencing. Why is it that Microsoft's Web ActiveX control shows up in
Excel's toolbox list of active x controls but it doesn't show up in my
PB toolbox? I am using Windows NT 4.0 SP4, I was told that a friend can
see the controls in Windows 95 of the same PB version. Its not just the
MS Web Control, I experienced this problem with Dart Communciations http
control also. Interestingly enough, the package which contain Dart's
ht...
Problem using actskn43.ocx control in Powerbuilder 9.0Can i use actskn43.ocx control in Powerbuilder 9.0 or 11.0
Beta ?
I tried to use it in Powerbuilder 9.0 and 11.0 (Beta) i
recieved a runtime error,
Powerbuilder Application execution error (R0035)
Error: Error calling external object function loadskin at
line 1 in open event of object w_main.
this is my code:
ole_skin.object.loadskin("demo.skn")
ole_skin.object.applyskin(handle(w_main))
i copied actskn43.ocx file in /windows/system32 dir
and I already register the actskn43.ocx file: Regsvr32
actskn43.ocx
please help me regarding this issue.
thanks in advance.
...
Bugs and Problems when using ActiveX ole controls in PB 6/7/8Hello, fellows,
I am trying using ActiveX controls in PB6.5, but when I want to get the
properties or call the methods of the activex control, I cannot get the
correct string when working in Chinese envirnment. The data type of the
properties and the methods of the activex control is string. I have no such
problem when the string is english. I test this in PB7 and PB8 also, I have
the same problem. I know that the ActiveX control is created by VC++ and in
VC++, the data type of all these properties and method of the control is
"BSTR". Infact, I think, every ActiveX c...
problem with Powerbuilder 9 and Adobe Acrobat 7.0I=92m using PB9.0 =96 Build 5507 on WinXP Professional.
After I update my Adobe Acrobat to 7.0, I could no longer
insert an =93Adobe Acrobat OCX for Active X=94
Any ideas how to resolve this??
Thanks
Bob
Bob H. wrote:
> I�m using PB9.0 � Build 5507 on WinXP Professional.
> After I update my Adobe Acrobat to 7.0, I could no longer
> insert an �Adobe Acrobat OCX for Active X�
>
> Any ideas how to resolve this??
>
> Thanks
>
> Bob
Insert the IE browser control and use it's navigate() method to load the
PDF. Acrobat will automaticall...
VB 5.0-based ActiveX control in PB 6.0 (build 189)Has anyone had luck using a VB 5.0-generated ActiveX control into a PB 6.0
(build 189) window? Even simple VB-based ActiveX controls (e.g., a label
control) choke, even when simply being placed on a window (error hex
80004005). Same problem when the window is opened from the library
painter. When the window runs, I get a PB run-time error 445 (object
doesn't support this action), even though my PB app makes NO calls to the
ActiveX.
Any ideas?
thanks,
nurk.
--
Tom Nurkkala, PhD
tom.nurkkala@powercerv.com
...
Recompile PowerBuilder applicarion as ActiveX or OCXIs it possible to recompile an existing PowerBuilder 5 application as an
ActiveX or OCX component that can then be embedded into a Visual Basic
application. Basically I would like to reuse an existing PowerBuilder app
(or at least sections of it) as part of a new application developed within
VB so that it looks like and behaves like a single application.
Many thanks
Oliver
See Application Techniques documentation for the topic "Runtime Automation
Server"
/ck
<Oliver_Lennon> wrote in message
news:575D3149D64D5D9F007CF8AE85256C6F.007CF8BE85256C6F@webforums....
insert ActiveXI want to use MSCOMM32.ocx in powerbuilder. First, run regsver32.exe to
registor it. Then, I use powerbuilder to insert object by OLE. But
messagebox show "ole file is failed, license file is required." I don't
know how to registor it. Help me!!!
regsvr32 MSCOMM32.ocx
assuming you are in the directory that the file resides in.
<Halina> wrote in message
news:640181D0D99A3028002A452185256A7E.002A453285256A7E@webforums...
> I want to use MSCOMM32.ocx in powerbuilder. First, run regsver32.exe to
> registor it. Then, I use powerbuilder to insert object b...
Visual C++ OCX in Powerbuilder 6.0We have a PowerBuilder 6.0 application. We insert a Visual C++
OCX in this PowerBuilder application. The OCX communicates with
a 'dll'. The dll needs to read some config files, but at
runtime it seems like the dll has a problem finding its config files.
When we do the same test, with a Visual C++ test container instead of
the PB application, everything works fine. So it seems to be a PB problem.
PB sets current directory to the location of the exe-file. Does the dll
have its own
path (possibly?), or does it automatically search on its own location?
Why does the linking betw...
using activex DLLs in Powerbuilder 5.0.03Can someone give a quick run-thru on using an activex dll written in Visual
Basic 5.0 in Powerbuilder 5.0.03? The activex dll I've written is not
visual -- just used to communications to the serial port and parallel ports.
Thanks in advance,
Steve
...
VB-based ActiveX control in PB 6.0Has anyone had success constructing a VB 5.0-based ActiveX control and
embedding it in a PB 6.0 window? When inserting the control into the PB
window, I get a run-time error number 80004005. I can insert the same
ActiveX control in a VB applicatoin, and I can also construct JavaBeans,
register them as ActiveX controls (jactivex), and insert them into PB 6.0.
What's the deal with VB-based ActiveXs????
thanks,
nurk.
--
Tom Nurkkala, PhD
tom.nurkkala@powercerv.com
...
Can we set control array for OCX like VB in PowerBuilder.Dear everybody:
I am writing a winsock program using Microsoft mswinsock.ocx. One of the
requirements that the program can create a winsock.ocx to listen to a
new coming socket. In VB, we can create a control array of
mswinsock.ocx. But I cannot find a similar feature in PowerBuilder.
Can anybody help me on how I can implement a dynamic set of ocx?
Thanks
Simon
I don't believe that control arrays (like the ones in VB) are possible in
PB.
Craig Gluck
Simon Poon wrote in message <38200B87.1C146B0A@hkstar.com>...
>Dear everybody:
>
>I am writing a w...
PowerBuilder 6.0.01 does not fire events of SocketWrench OCXHi,
I use PB6.0.01 with Catalyst SocketWrench ActiveX (winsock OCX) to
implement a client/server application. All properties and functions
works
well but events will not fired. The same situtation existed in many
activex
control. I'll like to know if PB6.0 really work with ActiveX?
Any information will be highly appreciated.
Thanks.
...