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
-2
votes
3 answers

I need help in recovery of my project (was accidentally deleted)

My project was accidentally deleted and all I have now is those three files: project.resx, project.designer.cs, project.cs. is there any way I can restore my project?
-2
votes
1 answer

remove deprecated fill_parent in Android Studio

After I had to look up a couple of times if match_parent or fill_parent is the up-to-date value for layout_width in the designer, I wonder if the deprecated fill_parent can be removed from a template or wherever it comes from. Has someone achieved…
Droidum
  • 440
  • 2
  • 9
-2
votes
1 answer

How to set JLabel over(in) JLabel in Netbeans only using designer

Can you tell me please how to put Jlabel over/in another JLabel, but only using Netbeans designer. I make new form, drag 1st JLabek into it, i set icon (background image), and now I want to drag new JLabel to be shown over 1st JLabel. I need just a…
-2
votes
1 answer

Execute separate Designer files in VB.Net (Visual Studio 2008)

I'm making a application that I need to change the layout of all the controls on the form. Is there a way I can do this other than having a couple dozen lines of code relentlessly doing something such as: Picturebox1.Left = 10 …
Polaric
  • 61
  • 1
  • 1
  • 8
-2
votes
3 answers

How to refrence an object created by Desginer

(I'm using default Visual Studio names) How can I reference a texbox object(texbox1) in another custom class in form1.cs file(a class within "public partial class Form1 : Form") here is my code. In myclass I've written textBox1, but intelisense…
user1853846
  • 55
  • 1
  • 3
  • 9
-3
votes
2 answers

Jquery enlarge image without plugins

I am having difficulties to code a simple jquery enlarge image feature on a image however i do not want plugins. So when you click on a image it pops up and enlarges the image size and when you click on "x" it closes the enlarge image.
user929153
  • 475
  • 2
  • 11
  • 25
-3
votes
1 answer

Android Studio-Designer does not show Colors as the emulator/phone

A string underline on emulator (and device) is green but on designer window is gray. There is no custom colors in style and colors.xml. So why colors are different? result manifest.xml:
SSpade
  • 123
  • 1
  • 7
-3
votes
2 answers

WPF Designer : System.ArgumentNullException

First of all, sorry for my bad english. I post here because I know some people have very relevant answers. I've been working on a WPF application for several months without any problem. Since this morning, everytime I try to click, update or resize…
Chostakovitch
  • 965
  • 1
  • 9
  • 33
-3
votes
1 answer

Visual Studio win32project control resizing

I'm making this project on visual studio using only embedded resources dialogs and i have a hard time positioning & resizing the controls using that useless designer. Is there anyway to resize the controls properly or do i have to do it at runtime ?
HMVC
  • 99
  • 1
  • 11
-3
votes
2 answers

Solution for runtime view designer in WPF wanted

My challenge is to create a WPF application which allows the user to add / place a set of controls (gauges, charts, etc.) dynamically on a canvas at runtime and save the view (control coordinates etc.) they have designed. Those controls will display…
hoetz
  • 2,368
  • 4
  • 26
  • 58
-4
votes
2 answers

Show dynamically created controls in Windows Forms designer

Is there a way to see controls which are created via code in designer instantly but not only during execution?
Shibli
  • 5,879
  • 13
  • 62
  • 126
-4
votes
1 answer

QT push button and a python lambda function

I'm just trying to create a UI for my script in maya/py using QT Designer. The problem is that I want to use a lambda expression as a command for my buttons by adding a dynamic property with the type set to string, property name set to "+command"…
-4
votes
2 answers

How Do You Edit a Second (Non-Main) C# Form Window In Visual Studio Designer?

I am writing a C# Windows Forms program in Visual Studio. I have a button that creates and shows (opens) a new Form (window) called VideoWindow. I can edit the MainWindow in the Design workspace in Visual Studio which allows me to visually edit its…
Samwise Ganges
  • 395
  • 6
  • 11
-4
votes
1 answer

What is size of FB cover image without cut sides in phone and tablet?

I want to make cover image for facebook. I am facing problem that cover image in mobile or mobile-app and in tablet is cut by both left and right side. How can i make it perfect. How much pixels do i need to space from sides so images will not be…
Nilesh
  • 193
  • 8
-5
votes
1 answer

how much should i charge to update website using shopify

I am a graphic designer. i can design using photoshop, illustrator and know to work with html and css only. Roughly how much should i charge to update website using shopify. Can anybody advice me.?
Menaka
  • 1
1 2 3
83
84