Forum Replies Created
-
AuthorPosts
-
Washu Hakubi
ParticipantHmm in the place of the event window? Or alongside the event window?
Washu Hakubi
ParticipantOk thank you.
Washu Hakubi
ParticipantWell maybe later i might, I’m a java desktop developer and integrator, so well I’m still to find a real difference between C# and Java idk who is copying who but someone is copying someone.
But for web applications I’m still learning, HTML5 and CSS3 makes everything a lot easier than it was the last time i used HTML and CSS with was 5 years ago, but i never used JavaScript for more then handling forms or automatic page reload, now I’m trying to make graphics with D3JS for my client, and let say that the pointer in my gauge is either invisible or static, and when it’s static, it’s not in the place that i want it to be.
I’m working in 2 projects for my clients and studying for the university admission exams, for now time is something i don’t have.
I really like this SCADA project, the industry don’t have anything similar, for free i mean, everything have those absurd licenses prices based on tag, communications lines, devices and so on.
So when I have some time, i can see if i can help.
Washu Hakubi
ParticipantWell idk why for me the normal easy way is not working.
Had to use the radical way but manage to find the solution.The IIS server is keeping a very persistent cache of itself so to make the files be updated in the server i have to make it in 3 steps.
Step 1: Go to IIS manager and stop the server.
Step 2: Delete all the temporary files that the server is using, at “C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files”
Step 3: Go to IIS manager and turn on the server.If someone else happens to get the same problem and can’t make it work with this steps it’s because there is another temporary file.
Sometimes IIS saves temporary files on the appdata too.
Go to “C:\Users\[your user name here]\AppData\Local\Temp”.I just delete everything but there is a folder there for the Temporary ASP.NET files sometimes. If you don’t like deleting all the temp files look for the right folder and delete just it.
Edit: I’m using windows 8 64 bit windows, the patch will be different for a 32 bits
-
This reply was modified 9 years, 3 months ago by
Washu Hakubi.
Washu Hakubi
ParticipantHad the same scroll bar problem today.
To make the horizontal bar appear, on the tableView.css in the line number 8 set overflow to auto.
The horizontal bar will appear right above the event line.Before:
#divTableView { overflow: hidden; }
After:
#divTableView { overflow: auto; }
Washu Hakubi
ParticipantOk i found out out that i was changing the right thing, but the file is not been updated on the IIS server.
How do i force it to update?Images below to illustrate.
File on the computer directory
The file onpened on Visual Studio
The file on IIS directory.
The file when you click browseThe same thing on other files, for instance i gotta delete the “tr.alt td” on both curVal.css and tableView.css to make the table don’t have the yellow-ish line every third line. But i delete and its not updating automatically, even tho the file say, it has been updated at 6:20am today.
The event line that i want to change color is the same thing i have changed the right line to change its color but the IIS server is not been updated.
I already rebooted the computer twice, and clicked on refresh in IIS in lots of places a lot of times, and i waited almost 2 hours for it to updated automatically.
Do i need to delete the IIS virtual path thing and reinstall it manually, or is there a less radical way to do it?
Windows 8.1, 64 bits.
Washu Hakubi
ParticipantOh, thank you i forgot i could do that.
Washu Hakubi
ParticipantI believe i read somewhere that a new Scheme system is been developed that don’t use Silverlight to be possible to open em on mobile devices.
Is there a time for when it will be available?
Will it use SVG format for dynamic img?
Will it have a special library to support different sizes of screen, like BootStrap, or will it use pure CSS3?
Right now my client really want those Gauges and other animated graphics so i will try to make em on SVG in a custom webpage, but would be really good if it was supported by default.
-
This reply was modified 9 years, 3 months ago by
-
AuthorPosts