Drejc

1,667
Reputation
206 views

Registered User

Name Drejc
Member for 1 year
Seen yesterday
Website
Location
Age
1d
comment SWFUpload on HTTPS not working
Sorry but I can't give you the URL. Currently we are setting up our server to be the certificate authority so we can try If it is really the issue.
2d
answered SWFUpload on HTTPS not working
2d
comment SWFUpload on HTTPS not working
It working perfectly on HTTP and the servlet also works. The issue occurs only on HTTPS and FF / Opera. I assume it's some certificate issue as Freddy mentioned but the hard thing is to find out why.
2d
revised SWFUpload on HTTPS not working
added 290 characters in body
2d
comment SWFUpload on HTTPS not working
Error message as provided from SWF in EDIT section of message.
Nov
26
comment GWT check if flash is installed
Probably the swfobject solution is the more correct from the developers view. But it just to heavyweight for my purpose. So I went with the simple and working solution of the detection kit.
Nov
24
asked SWFUpload on HTTPS not working
Nov
23
awarded  Popular Question
Nov
20
accepted GWT check if flash is installed
Nov
20
awarded  Popular Question
Nov
19
answered GWT check if flash is installed
Nov
16
comment GWT check if flash is installed
I'm familiar with the fact that JavaScript native code can be run in GWT. But still I would need some javascript method performing the check.
Nov
16
asked GWT check if flash is installed
Oct
31
answered how to run a gwt servlet automatically in some particular time interval?
Oct
9
comment GWT removeClickHandler
He he .... I have also found the solution ... but 33 seconds later ;)
Oct
9
answered GWT removeClickHandler
Oct
9
asked GWT removeClickHandler
Oct
1
accepted Aborting upload from a servlet
Sep
16
awarded  Yearling
Sep
3
comment SVN permissions for a single file
Not really a solution when you work in a corporate environment. I have only access to the authz file.
Sep
3
asked SVN permissions for a single file
Aug
29
comment GWT conditional compile
Thanks for pointing that out, but this is the only solution I have found. And it is only for a small code snippet. So the solution works just fine for me.
Aug
13
accepted GWT conditional compile
Aug
12
answered GWT conditional compile
Aug
12
comment GWT conditional compile
We did to. But in one case the old (1.5) and the new (1.7) compiled code does not behave the same. It's a combination of java and native inserted scripts. Moving the old (1.5) code to the new interfaces removing all deprecated calls is currently to much work.
Aug
11
asked GWT conditional compile
Aug
4
comment Smart HTML encoding
The thing is I have a feature request to allow entry of HTML tags to format the text. BUT previously the text was always encoded and users are used to write non html text into the fields. Now I know there will be some input I have given as an example. To prevent It from breaking the XML I'm looking for a way to "fix" it. Intercepting the input is not an option, as I have no control over it.
Aug
4
revised Smart HTML encoding
added 134 characters in body
Aug
4
comment Smart HTML encoding
Yes I'm not looking for a perfect solution. The thing is users will have the option to insert some text with HTML tags. But they are used to insert things which are not HTML, like >>. So I must try to ensure the final content is OK. It's very hard to explain to users that they should use > and < instead.
Aug
4
asked Smart HTML encoding
Aug
3
accepted Want to read a file to a TStringList
Jul
28
asked ant machine name property
Jul
27
awarded  Popular Question
Jul
15
comment .NET 1.1 and MS SQL 2005 problem
The reinstall of dotNET Framework 1.1 and un / registration of it against IIS provided the solution.
Jul
15
comment .NET 1.1 and MS SQL 2005 problem
There is no detailed exception message present.
Jul
15
comment .NET 1.1 and MS SQL 2005 problem
Right now I'm reinstalling all dotNET frameworks on my machine, as the same was suggested on some forum. Will see if it works.
Jul
15
asked .NET 1.1 and MS SQL 2005 problem
Jun
24
comment sql use statement with variable
I'm aware of this solution, but it is usless for my purpose.
Jun
24
comment sql use statement with variable
It is kind of a solution, but useless for my purpose.
Jun
24
comment sql use statement with variable
I know of this solution, but it is ugly and unreadable. Having a script generating the final SQL would also be an option.
Jun
24
comment sql use statement with variable
? ... I don't get it.
Jun
24
revised sql use statement with variable
edited tags; added 268 characters in body
Jun
24
comment sql use statement with variable
As said in the question this does not work. For instance if I run a SELECT command afterwards like: SELECT * FROM Table, an Invalid object name error is thrown
Jun
24
asked sql use statement with variable
Jun
16
answered Call to TMouse.GetCursorPos sometimes fails with “A call to an OS function failed”
Jun
4
comment Insert text node to XML document containing XML
The outer and inner Xml do the trick, with additional logic I think it will work.
Jun
4
revised Insert text node to XML document containing XML
added 310 characters in body
Jun
4
comment Insert text node to XML document containing XML
The text comes from a setting and It must be inserted as Text or as XML. The final XML should not contain CDATA sections.
Jun
4
asked Insert text node to XML document containing XML