Questions tagged [visual-web-gui]

Proprietary WYSIWYG designer and HTML5 rendering engine by Gizmox.

Proprietary WYSIWYG designer and HTML5 rendering engine by Gizmox. http://www.visualwebgui.com/Gizmox/Solutions/VisualWebGui/tabid/775/Default.aspx

31 questions
0
votes
0 answers

Why does my Visual Project only run in Debug Mode?

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…
0
votes
1 answer

Is Visual WebGui like an X-Server written in JavaScript?

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?
Ian Ringrose
  • 51,220
  • 55
  • 213
  • 317
0
votes
1 answer

File upload in Visual WebGUI

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…
Squirrelkiller
  • 2,575
  • 1
  • 22
  • 41
0
votes
1 answer

What are some feature rich Visual Web GUI data grid control options?

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. …
Matthew Vines
  • 27,253
  • 7
  • 76
  • 97
0
votes
2 answers

Visual web gui menu item displays wrong in IE 11

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…
0
votes
1 answer

How to set the page pcon and loading animation in Gizmox's WebGui?

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…
mvaculisteanu
  • 144
  • 17
0
votes
2 answers

Can't run Visual Web Gui application into windows azure

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…
Lecubun
  • 21
  • 1
0
votes
0 answers

Any decent "html design" plugin available for use in a website?

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…
Anders
  • 3,198
  • 1
  • 20
  • 43
0
votes
1 answer

Passing a JSON object from visualwebgui to a htmlbox html page?

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…
Dav.id
  • 2,757
  • 3
  • 45
  • 57
0
votes
1 answer

Visual WebGUI change theme

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.…
Sathish
  • 159
  • 1
  • 4
  • 18
0
votes
2 answers

Displaying image string data in picture box.

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…
Amish Kumar
  • 259
  • 1
  • 3
  • 20
0
votes
1 answer

Not able to read files from client machine in visual web gui

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…
Amish Kumar
  • 259
  • 1
  • 3
  • 20
0
votes
2 answers

value from javascript is not returning to c# in the application in Visual Web GUI

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) { …
Amish Kumar
  • 259
  • 1
  • 3
  • 20
0
votes
2 answers

Not able to call ActiveX method on button click at client side in a Vsual WebGui application

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…
Amish Kumar
  • 259
  • 1
  • 3
  • 20
0
votes
1 answer

TreeView-Grid control for c# WinForms

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…
Marshall
  • 1,195
  • 6
  • 30
  • 47