I'm trying to upload a file using Watin and C#. Under Windows XP, Watin opens the Filebrowse window and selects the file properly, but under Vista the Browser window pops up but no file is selected. Could you help getting this to work under Vista? Thank you.
Which Watin version are you using? I also had some difficulties with upload under Vista(using Watin rtw). But since using Watin beta 2.0 (March 30, 2009) uploading works without problems. So first check if you have the newest version where they fixed that bug.
If that is not the issue, could you give us some code sample?
Related
I know how it works on VCL and there is even an option for Firemonkey.Running the wizard for webbroker and selecting standalone and then firemokey it create an application that works on windows. There is no option to add Android platform.
However I wanted to have TWebBroker + Indy on Android.
Is it possible? Can I change the Wizard created sample for Firemoney (standalone) to be Android compatible? Otherwise is there another way?
I've created a project on Github that might have you started. Sorry there's no doc as yet:
https://github.com/DelphiWorlds/MultiPlatformWebServer
I am working with a client who maintains their public facing websites with Sharepoint. They are admittedly out of date and still using Sharepoint 2007 for the most part.
Example Page: http://www.kellerisd.net/Pages/default.aspx
With the recent release of iOS8 their website navigation is now broken in mobile safari and Chrome. I have seen numerous posts regarding the changes to the JS engine for browsers with iOS8 (http://9to5mac.com/2014/06/03/ios-8-webkit-changes-finally-allow-all-apps-to-have-the-same-performance-as-safari/)but have no other means to explain the loss of functionality overnight.
I am working with them to update to SP 2013 which should alleviate the issue but I am looking to repair their site to keep them functional until the migration is possible.
Don't expect SharePoint 2013 to help if they are using Windows Authentication... Windows Authentication is broken in iOS 8 Safari. (Works OK in Chrome though.)
I created a Vaadin 7 project in Eclipse Kepler for Java EE. I am having difficulty in opening the Vaadin Visual Designer. I am using Win 7 64 bit, Java JDK 7, Vaadin plugin for eclipse, IveDE, Apache Tomcat 7.
The source tab for the visual designer is accessible but the Design tab is not available at the bottom left corner. Anyone faced this issue before? I might be missing some files, but I tried updating eclipse and resolved Ive without any change.
Please advice. Thanks in advance for the help.
It is the same issue as described in this post,
https://vaadin.com/forum#!/thread/3655464
Found the workaround, at http://dev.vaadin.com/ticket/12141
add this to the ecilpse.ini file
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\
However I still get a pop up message in eclipse saying that is cannot detect XULRunner 1.9
Any suggesstions?
Thanks in advance.
Did you update the path to your actual xul runner location? For example, if you extracted the archive directly to C:, your path will look like this:
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\xulrunner
You probably don't have all the xul runner files directly on C:.
I am not sure the Vaadin Plugin for Eclipse installs the xulrunner by default. I say this because on this blog Using Vaadin Eclipse Plugin under Win7 x64 I found xulrunner installment listed as a required step.
Just add to the eclipse.ini this:
-Dorg.eclipse.swt.browser.XULRunnerPath=C:\xulrunner\xulrunner.exe
Eclipse will show an error, just ignore that as designer will be working then.
I have installed Chromium for Delphi, but there does not appear to be out of the box flash support for it, as mentioned in this post:
How to display the latest news from a web news feed in delphi firemonkey application?
How can one enable flash for Chromium?
kind of old, for dcef1 you should google for gcswf32.dll. it's old chrome flash player plugin.
for dcef3 i think you need to have instaled flash on the system, no way to embedd dll but I might be wrong.
I installed Delphi 2007 on a Windows 7 system. When I click on the Run button I see the debugger screen open and then the entire application (Delphi) closes. I have tried running two programs, one being a simple single-button-with-message type of test program.
I can successfully compile the program in 2007.
I also have XE2 installed on the same machine and it runs properly.
I have uninstalled and reinstalled. After the reinstall I tested without reloading any of the 3rd party products.
The same computer runs 2007 and XE2 under Windows XP (dual boot configuration)
My searches have not turned up any similar symptoms. I need ideas on how to diagnose further or a possible workaround.
Thanks.
Are you using a x64 version of Windows 7?
If yes, you need the hotfix.
It is already explained here:
Delphi issues on windows 7 x64?