I got an old Visual Studio project which was migrated in another webserver.
The project is written in C# and works with Visual WebGui (.wgx).
The project creates some forms and the web server load a .wgx file.
Now the problem:
When I start debugging…
I am trying to understand Visual WebGui, am I right to think of it as being like a X-Server (X-Windows) but with the UI server written in JavaScript?
Are there any other products like it?
So I'm tasked to build a file upload for our application, which is using Visual WebGUI and therefore mostly looks like WinForms codewise.
The problem is, I don't have any clues as to where to start. I tried looking through our Download class, but it…
I'm looking for a Data Grid View control compatible with Gizmox's Visual Web GUI that is on the level of Telerik's RAD Grid, or YUI's Data Grid. The stock Data Grid is lacking in the functionality that I require unfortunately. I'm using VWG 6.4. …
The project I'm developing for recently switched to .Net4.5 and Visual Web GUI 10.0.4 and a context menu item that works in Firefox doesn't work in IE11 (our official supported' browser).
I can't post images here yet, so here's a…
I have 2 problems regarding the design in the WebGui from Gizmox:
How can I set a page icon for a form (or the entire website for that matter). I tried setting the Icon Property from the forms property grid but it does not work
How can I change the…
the problem is after I publish my webGui application and then show me this message:
"403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied."
what I have to change in the…
I have a need of allowing visitors to my site to create their own "popup" screens.
I would like to have a WYSIWYG like interface where they can add images, backgrounds, text and move it around, resize, etc. Kind of like building a PowerPoint slide…
I have a situation where I am using Gizmox VWG 6.4 and a HTML page to surface some D3js visualisations.
Currently I am generating the data with no problems. The end result is that I have a JSON object in the correct format for my D3js app. What I…
I am using VisualwebGUI in my application. Its working fine. The problem is, i am setting a theme in application properties -> Registration .
But as per the requirement, change theme option should come in a frontend and user can change the themes.…
I’ve to display a image in a picture box in VisualWebGui. I’ve image in string format.
string ImageString_P;
FileStream fs_P = new FileStream(LocalDirectory + "Page_2.tif", FileMode.Open, FileAccess.Read);
byte[] picbyte_P = new…
I have to read a xml file existing on the c drive of the client machine. I have written the server side code as shown below:--
XmlTextReader objXmlTextReader = new XmlTextReader(@"C:\xxx\XYZ.xml");
while…
I have written a java script function in the skin file of the visual web Gui application which returns some value too. Now i am invoking the java script method from code behind.
public void XYZ( string message)
{
…
I am creating a project in visual WebGui, On loading of first page i have taken a ActiveXBox and installed it to the system.
Now I want to access the methods available in the ActiveX control at client side which is already installed in the client…
I'm developing a project in Visual webgui right now. Designing a window/page is very similar to WinForms. I need a control like this one: http://www.devexpress.com/Products/NET/Controls/WinForms/Tree_List/.
There is no control like this in Gizmox…