Questions tagged [designer]

a visualized UI creating tool (commonly windows forms creators)

Designers are used in various tasks.

Visual studio uses a designer engine to layout the user interface (buttons labels etc) for windows application, web sites and wpf applications.

Various designers exist for creating HTML and CSS, drawing building plans, connecting workflow items or building a city (think about the sims city games).

The designer tag on stackoverflow is mostly used to ask questions about the visual studio windows forms designer or windows workflow designer but also for various other UI designers (QT,Eclipse,Java).

1260 questions
-1
votes
2 answers

How do I replace an image in a tap/click action in Google Web designer (Basically for a dress up game)?

I need that when a user click a button. The dress changes. There are separate files for the dress and the body. I added a custom code on a tap/click event on GWD which is this document.getElementById("body").src =…
-1
votes
1 answer

Quick yet extensive GUI designer/builder

Every time I create a GUI, I use visual studios CLR/C++ winforms design tool. I really like it, it has a lot of features, it's fairly easy to use, and I love that it generates all the code. But there are a few things I don't like about it. Namely:…
-1
votes
2 answers

Can you copy over macbook screen color calibration profiles? Spyder3Pro

I've bought an 11" and a 13" macbook air and borrowing a spyder3pro from my friend to calibrate the screens. I am trying out the macbook air's and returning one. I'd like to calibrate both the screens and then also my home external lcd screen and my…
Spawn
  • 1
  • 1
-1
votes
2 answers

C# DataGridView use Rows and Columns as Headers

I am connected to a Database. I created an DataViewGrid which uses Databinding from that Database. I want to use Rows and Columns as Headers, right now somehow there are just Columns as Headers. I am using Visual Studio 15 and want to use the…
Montezuma
  • 49
  • 2
  • 12
-1
votes
1 answer

SQL Server Management Studio 2014 - Table Designer Not Appearing

When I right click on new table, the designer does not appear. Instead I get this: Can someone help?
Mooza
  • 3
  • 4
-1
votes
1 answer

The xdebug can debug in multi-files *.php

I configured IDE: PHP Designer with Xdebug. But when pressing F9 for debug the php scripts. My scripts is in multi-files. PHP Designer with xdebug can't debug on multi-files *.PHP ? thanks,
-1
votes
1 answer

Should I use html&css&jquery already coded template?

I am an intermediate level web designer & web developer. I built 5 official websites for hotels and not only, until now(2 years experience). But I have an uncertainty. Should I use an already coded template like this for building the next websites?…
-1
votes
1 answer

Oracle Designer wants the OCI.dll

I have a problem with the Oracle Designer 10g which I have downloaded recently. The problem is that the program is missing the OCI.dll file. Due to this file I can't open it the program. How to solve the problem?
Ganjira
  • 966
  • 5
  • 16
  • 32
-1
votes
1 answer

Using a designed form for tooltip in c#

Currently I am developing a .NET WinForms application in C#. I want to use a form created in designer as a custom tooltip for my project's controls. Is there a way to do it?
monica
  • 53
  • 8
-1
votes
1 answer

How to "bypass" constructor call if instance is not null (WinForms designer code)

When we place a component on a Windows Form, the default behavior for the designer is to serialize a contructor call in the IntializeComponent method of the form. Is there any way to have a custom serializer output the following code: if…
Luc Morin
  • 5,302
  • 20
  • 39
-1
votes
2 answers

Using Ui forms:Dynamic Dialogs(runtime) vs adding ui through uic(compile time)

I want to know which way is efficient if I am having number of UI forms. I don have any idea about memory utilization in both of case I just tried both ways in a simple example. http://qt-project.org/doc/qt-4.8/designer-using-a-ui-file.html here…
QT-ITK-VTK-Help
  • 548
  • 2
  • 6
  • 19
-1
votes
3 answers

Is it possible to create a graphical designer for a specific domain?

I'm currently on the project where we are developing a designer that our developers and customers should use to create / modify our web pages. I like the project a lot because of the challenges, plus I have an opportunity to learn other…
Vadim
  • 21,044
  • 18
  • 65
  • 101
-1
votes
1 answer

Designer to see internals?

I have my signed assemblies here, in one of them I have a picture in the resources. The other one is granted to use it as it's own, so my other assembly can reference the picture, and everything works fine. Only if it wouldn't be for the Form…
Newszi
  • 41
  • 5
-1
votes
1 answer

Mono for Android - Layout Designer Issue

I'm using Mono for Android 4.2.4 with VS 2010. The layout designer does not refresh properly if you change the theme, API version, orientation or device name from the designer toolbar. MonoDevelop works fine. Is there a resolution for this?
-2
votes
1 answer

Verbs of a custom control don't come into view in design time

I work with Visual Studio 2022 and .Net 6. I'm trying to make a control with Verbs. If I press the right mouse button on the control in the designer, there should be a menu The code I found on the page below should do…
ActiveS
  • 1
  • 1
  • 3
1 2 3
83
84