Questions tagged [dev-mode]
50 questions
0
votes
2 answers
IncompatibleRemoteServiceException when refreshing dev mode on firefox 16.0 (after GWT 2.5 upgrade)
We recently upgraded from GWT 2.4 to 2.5. Everything seemed to be working until I started working in dev mode again.
When I initially load my application everything runs fine, however when I try to click my browser refresh button the entire…

benstpierre
- 32,833
- 51
- 177
- 288
0
votes
1 answer
BaseDevModeType: What is difference between the two enumerations?
The BaseDevModeType defines two enumerations:
PrinterDefault.
UserDefault.
I understand that the devmode base structure is populated based on the enumerations.
But, How are these two devmodes different ?
What examples cases would each of the…

Vishnu Pedireddi
- 2,142
- 4
- 25
- 34
0
votes
1 answer
Get printer trays from DevMode
In my application I pop a print dialog box that (among other things) enables a user to select the print tray for the front page and a print tray for other pages. I then get the DevMode from the printer object:
LPDEVMODE pDevMode =…

BigBadMe
- 1,754
- 1
- 19
- 27
-1
votes
2 answers
How to enable development option on android when it's grey tint?
I tried to enable dev mode on my phone, however the button "enable" is in grey tint, how to fix that please ?

Nooby
- 115
- 1
- 2
- 12
-1
votes
1 answer
Find Positional Coordinates of Display Relative to Desktop Area
In an example from several years ago on stackoverflow, EnumDisplaySettings is used to load data structure DEVMODE that has this definition:
Private Type DEVMODE
dmDeviceName As String * CCHDEVICENAME
dmSpecVersion As Integer
dmDriverVersion As…

TDK
- 9