0
votes
2answers
11 views
Python - Tkinter - Padding woes
Hello,
I have a scrollbar widget that ALWAYS hides the last 15 px under the resize button, is there an option to stop this happening on mac or a padding "under" the widget option?\
thanks!
1
vote
1answer
24 views
BlackBerry - Background bitmap doesn’t fit for scrolling page
Hello all,
I have a background bitmap in my Blackberry application screen. Screen has scrolling enabled as i must to have a scroll. The problem which i'm facing is, when i scroll down the page, …
0
votes
2answers
14 views
Handling SWT Dialog boxes while running tests in headless mode using SWTBOT
I am running a Junit test case on my eclipse application that was built using SWT. I am doing GUI testing using SWTBot. So, here is my problem:
editor.bot().button("Make Excel Template").click();
…
0
votes
3answers
28 views
How to layout form elements
Are there any good resources for the layout of elements in a form? Possibly large forms as they are common in applications for highly specialised users.
I am talking about choices like:
go down in …
0
votes
1answer
54 views
How do browsers UI elements available on the mobile phone platform?
I'm designing a website for the high end mobile phones, and I want to know how the different UI elements (e.g. buttons, check boxes, list boxes, textfields, etc) look like on different mobile browsers …
2
votes
2answers
90 views
Aesthetically pleasing GUI components
I want to make my GUI components aesthetically pleasing.
Is there any particular ratio I should use between a component's width and height that would make it look especially pleasing?
3
votes
11answers
210 views
Should a person new to windowed applications study X, GTK+, or what?
Let's say the factors for valuing a choice are the library of widgets available, the slope of the learning curve, and the degree of portability (platforms it works on). As far a language binding goes, …
0
votes
4answers
244 views
How could I use the QColorDialog inside another widget not as a separate dialog?
I would like to use QColorDialog not as a dialog window but as a widget which I could insert into a layout. (More specifically as a custom sub menu in a context menu)
I looked into the QColorDialog …
0
votes
1answer
17 views
Delphi 2006 Application messing up the GUI on Windows 7
Hi.
I've been searching the Internet for a solution. Also here on Stackoverflow. But I haven't had any luck so far.
We're having a problem with a Delphi 2006 application running on Windows 7. Some …
0
votes
2answers
36 views
Blackberry - Small Up Down Arrow Button
i want to create 2 buttons for blackberry which look like this...
and the second one inverted of the above
i wanted to do this without using images (for efficiency) and the buttons should appear …
0
votes
1answer
27 views
Desktop Multithreading UI sample application for .net
Are there any good sample UI applications which illustrate multi threading best practices in .net?
The scenario I am thinking of is a graphically rich scorecard where the kpi's are being updated …
0
votes
2answers
99 views
i need calculator buttons to be able to work.
hi.
i'm making a calculator and need to get my buttons to work but i don't know what to do.
i have 2 ways of inserting numbers.
1) physically write the number in the field
2) push a button and the …
1
vote
1answer
38 views
Changing UI elements from another thread in .NET
I don't get it. If I want to change the text on a button from a thread other than the UI thread in Visual Basic .NET, I need to use a delegate, and do something along the lines of
Private Delegate …
0
votes
3answers
109 views
How to design an IDE using Qt?
Hello all,
My friends and I are working on a compiler design as a project in my university (Damascus University).
We're using (Flex, C++, Bison, Qt) to do the job.
I was wondering if there is a way …
1
vote
2answers
89 views
Blackberry - Issue with background image when scrolling down the screen
Hello BB experts,
I am programmatically drawing the background image(320*480 size) for my application home screen as below.
Screen does have scrollbar facility added. Also screen is having many other …
