I still can not get the URL parameters.
Application.QueryString always returns 0.
Do I enter the parameters in the URL?
Hi Luca
I raised a support call with Crafty Clicks on this issue and they looked at what was going on via Finch.
Their developers view is that there is a conflict between the WiseJ Element Z order and the Crafty Clicks Element Z Order which is why the text box does not show as its behind with gfxmode: 2. Don’t know whether you have any ideas on this one? (A hack is to edit the CSS so the Background is transparent)
Knowing how to pass the address text boxes as a set of parameters into the JavaScript so an existing address can be verified would also be a great help
Thanks for your help
Ewan
Ahmet,
a start button will be added in a future release.
Best regards
Frank
Hi Andrew,
you can add your own handler for session timeouts and display whatever you want.
Just attach a handler like this (in vb.net):
AddHandler Application.SessionTimeout, AdressOf YourFunction
Hope that helps.
Best regards
Frank
I want to start button is it possble ?
Thanks Frank!
Ok ok, thanks.. is working now!
If the rotation extender has not initialized the call to SetRotation(c, p) will cause this exception. Will log a bug fix.
The extender was designed to work with the designer and SetRotation() is rarely used.
You can do this:
extender.GetRotation(c).RotateX = 50;
or
var rotation = extender.GetRotation(c); rotation.RotateX = 50;
Best,
Luca
Michael, Andrew,
we have logged enhancement request WJ-7836 for it.
We will inform you when it´s available.
Best regards
Frank
Hi Mark,
yes, we will add a property AutoHideTaskbar for it.
I have logged WJ-7837 for that enhancement.
Best regards
Frank
Hi Mark,
can you please provide us with a screenshot and/or test case that illustrates this problem ?
Thanks in advance.
Best regards
Frank
Whatsapp either uses an html element or custom code in a plugin. The web notification api has a sound property but it’s not supported by any browser: https://developer.mozilla.org/en-US/docs/Web/API/notification/sound.
The Wisej Notification extension is to show desktop notifications, they are useful when the browser is minimized or behind another window since they show on your desktop. You can always play a sound using javascript:
var audio = new Audio("http://www.noiseaddicts.com/samples_1w72b820/2534.mp3");
audio.play();
Best,
Luca
Hi Luca,
To be honest, you were the last person I expected to answer this question, thank you for taking the time to ask your fellow developers.
I also have to admit that the version of Crystal Reports is not the easiest thing to determine. I have an older version for the standalone program installed on my machine (with which I design reports, since it is still superior to the versions included in VS). This version is before Crystal was taken over by SAP. On top of that I have installed the SAP addons to visual studio 2010 and 2013 which are both installed on my machine. These have been patched to the latest versions, together with their corresponding redistributable runtimes, both the 32 and 64 bit versions. A total mess! Any Crystal developer knows how hard it is to keep up with their changes.
On top of that, I have done the registry fixes suggested to cure the PDF font problem. It might be time to get a new computer and start from the latest version…
Could you please ask your fellow developers, which “latest” version they refer to? And are they talking about the standalone program or the runtime? Or, since this is not your business, could you please let them have my email and me theirs, so that I can ask them?
Thanks again,
Alex
Hi Luca,
Thanks for looking at this.
The behavior i get is that the grid remain empty after the 5 seconds. If I then hit the browser refresh button the page is refreshed and the 5 lines in the grid is there as they should be.
It is like everything on the page behind the seenes behaves as it shold. Just that the lines in the grid is not painted and clicking on where the lines should be also does nothing.
I see that it works on the amazon server so it must be something with my production server and the site configuration. Do you have any suggestions on what I should look for?
Best,
Wilfred
Hi Alex,
I asked other developers I work with on a different project where CR is used extensively and they don’t have this problem with the last version. I don’t know when it was fixed. Did you try the latest build that comes with Visual Studio?
Best,
Luca
You are correct. It fires ItemSelectionChanged but it doesn’t fire SelectedIndexChanged (which is related to the FocusedItem getting updated only by a user action on the client).
WJ-7834: The ListView doesn’t fire SelectedIndexChanged and doesn’t update the FocusedItem when changing the selection programmatically.
Thanks,
Luca
Hi Wilfred,
I can’t reproduce the issue. I tried locally and on a remote server (on amazon): http://demo.wisej.com/apps/delayeddialog
The code shows the dialog and enters the modal state at line 14 in DialogWindow.cs (form.ShowDialog()). After the user clicks OK or Cancel, execution resumes to the next line and then it’s suspended for 5 seconds (System.Threading.Thread.Sleep(5000)), after the 5 seconds delay the grid is populated.
What’s the behavior that you get on your server? Does the grid populate after the 5 seconds delay in the code?
Best,
Luca
Hi Andrew,
VWG showed the ajax loaded after 2s (it’s burned in the code as 2000ms or 30ms when forced on) from the ajax request. In some cases it forced it to show immediately – after 30ms.
Wisej has a loader timeout of 2s by default and it can be changed in default.json: i.e. “loaderTimeout” : 500.
The ajax loader in Wisej is shows to cover the control that issued the long running request, if it can be determined, otherwise it goes to the closest top level.
But… it doesn’t work as it was at the beginning because wisej server is now an asynchronous as it can be and while clicks on a button are locked – meaning you cannot click twice while it’s processing the first click, everything else is asynchronous. So what’s happening is that the ajax loader shows when the first event is fired, but it’s cleared quickly after when the response to another async event (could be a focus change or a keep alive) comes back very quickly.
We are probably going to change this and make it control specific using a new property ShowLoader (already present in the TreeNode class) or reusing the UseWaitCursor property.
I will keep you posted on this.
Best,
Luca
Hi Luca
If I pick gfxMode: 2 which shows the county above the data entry box, it does not work correctly. I am after a look similar to the attached.
New trail code =
5aeff-968e0-724b8-01df7
See also comments above.
Many Thanks for your help
Ewan
I have logged WJ-7833 for that enhancement.
Best regards
Frank
