Search the web
Sign In
New User? Sign Up
esker-activex-plugin · Esker ActiveX Plug-in mailing list
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2204 - 2233 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2204
I have developed a Visual Basic ActiveX control and want to use it in a web application that will be run in Mozilla browser. To place the control on web page I...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 4, 2005
10:24 am
2205
Implement propertybag in your ActiveX control implementation Thank you. Subbu ... From: esker-activex-plugin@yahoogroups.com ...
subbu
smanyam2k
Offline Send Email
Aug 4, 2005
10:59 am
2206
I already tried to read properties from property bag within the ReadProperties Event of the USerControl . This works for IE but not for Mozilla. I have to...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 4, 2005
11:59 am
2207
Hi Abhinav, First, can you make sure that your ActiveX is marked as safe for initializing and scripting? Second, could you try settings the properties of your...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 4, 2005
12:30 pm
2208
My control is marked as safe for both initialization and scripting. I am setting the properties via scripting in a function called on BODY onload event. Still...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 5, 2005
7:47 am
2209
Mozilla uses XML conf file and wrappers to load ActiveX. Please check the Mozilla specification. Thank you, Subbu ... From:...
subbu
smanyam2k
Offline Send Email
Aug 5, 2005
7:47 am
2210
Hi Subbu, It is true that plain Mozilla can host ActiveX controls, but if you want to access it through JavaScript then you need the Esker ActiveX Plug-in. ...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 5, 2005
7:56 am
2211
Just try removing the cached objects and try fresh. Also set browser settings to load page every time. Thank you, Subbu ... From:...
subbu
smanyam2k
Offline Send Email
Aug 5, 2005
7:56 am
2212
Hi Abhinav, ... Please note that the body onload event is typically triggered before the Esker ActiveX Plug-in has actually created your ActiveX instance. So, ...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 5, 2005
8:04 am
2213
Nicolas/ Subbu I have already tried calling the Start function with SetTimeOut but it is not working. I will again summarize the scenario to both of you. I...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 5, 2005
12:47 pm
2214
Nicolas/Subbu, I have tried in the same way that you mentioned. Calling the Start function in SetTimeOut. In my VB Activex Control, I capture the properties...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 5, 2005
12:49 pm
2215
Hi Abhinav, ... Just to be sure: you know that the "Start" function name is just an example; it is not a JavaScript reserved function. On the other hand, ...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 5, 2005
1:03 pm
2216
Hi Abhinav, ... ('http://localhost//ReadFileInfo//sendfile.aspx','c:\\temp\\upload.doc', x); Its not " document.UserControl1" but "window.UserControl1". In...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 5, 2005
2:30 pm
2217
Nicolas, I have tried setting the properties both with 1) UserControl1.DownloadURL = 'http://localhost//ReadFileInfo//sendfile.aspx'; 2) PropertyAccessor.Set ...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 9, 2005
7:44 am
2218
Nicolas, I hv tried all the three options as suggessted by you. Is it possible for you to try a simple application at your end and send me the code? Abhinav ...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 9, 2005
7:45 am
2219
Nicolas, I have tried all poosible options to set the value Is it possible for you to send a working example for Mozilla and/or Netscape? ... ...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 9, 2005
7:47 am
2220
Hi Abhinav, As I already mentioned, there is a working example available from the mailing list web site (follow the links "Files/Versions/..."). It's the ...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 9, 2005
7:59 am
2221
Hi I am new to use this plugin. Some queries here. 1. Is it necessary to specify this updateUrl parameter?. 2. Is there any work around to this ? What this...
manoj_mail
Offline Send Email
Aug 14, 2005
10:01 am
2222
Hi Manoj, 1. The updateUrl parameter is only required if you want to install your activex using a jar file. In this case, the codeBase parameter is typically a...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 14, 2005
10:43 am
2223
manoj_mail <manoj_mail@...> wrote: Hi I am new to use this plugin. Some queries here. 1. Is it necessary to specify this updateUrl parameter?. 2. Is...
farnaz farmand
f_tab200
Offline Send Email
Aug 29, 2005
7:43 am
2224
Hi, How do we uninstall Esker PlugIn from a client machine? Abhinav...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Aug 29, 2005
7:45 am
2225
Hi Abhinav, Uninstalling the Esker ActiveX Plug-in is very simple: - Close the browser. - Remove the np7esk32.dll from the "plugins" folder under the browser ...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Aug 29, 2005
8:30 am
2226
axplug-in@... return an "User unknown" error... What's the right email address to have commercial information about the plugin? Joe...
joecodino2
Offline Send Email
Sep 9, 2005
2:59 pm
2227
Hi Everybody, I want to deploy my application in Mozilla. My application uses an OCX component. I want to check in javascript that the OCX is already installed...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Sep 16, 2005
7:15 am
2228
Hi Abhinav, I would recommend to do the same as the Esker ActiveX Plug-in demo. It's available from the mailing list home page (follow the link ...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 16, 2005
7:36 am
2229
Hi Joe, You can use the following e-mail address: info@... The corresponding Esker web page has been updated to point to this new e-mail address. Thank...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 16, 2005
2:59 pm
2230
Hi, The navigator.plugins[] checks for the esker plug in installation. I want to check that the OCX that will be installed using esker plugin, is installed on...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Sep 19, 2005
7:34 am
2231
Hi Abhinav, You are right, the navigator.plugins test checks for the Esker ActiveX Plug-in installation, not the ActiveX installation. The actual test for the...
Roumiantzeff, Nicolas
nicolasroumi...
Offline Send Email
Sep 19, 2005
7:58 am
2232
Hi Nicolas, Thanks for solving my problem. Abhinav ... ActiveX ... is ... that ... This is ... in the ... I ... plugin, ... Nicolas" ... demo. ... the ... an ...
abhinavshrivastava
abhinavshriv...
Offline Send Email
Sep 19, 2005
2:04 pm
2233
Version 7.91 of the plugin does not contain the latest version of np7esk32.dll in the np7esk32.jar. We use the np7esk32.jar file for installation from the...
mfurlong2075
Offline Send Email
Dec 7, 2005
8:44 am
Messages 2204 - 2233 of 2366   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help