Yeah CJGrids on Tab Pages can be a real pain with access timing.
You could try this...
Add the following code to the Tab Dialog object, and change "oTabPage" to the tab page object with your...
Type: Posts; User: Tom Murphy
Yeah CJGrids on Tab Pages can be a real pain with access timing.
You could try this...
Add the following code to the Tab Dialog object, and change "oTabPage" to the tab page object with your...
Hi Harm
That will do what I want, thank you. We'll see what problems and browser compatibility issues I find in testing now.
This is what I came up with, much simpler than playing with the CSS....
Hi
Is it possible to get a Web Modal Dialog take up 100% of the width and height of the browser?
I want my dialog to appear seamless. I know I could look at using a view and that may be the...
Hi Wil
Cheers, I have started playing with those. I guess I was hoping someone may have just had it already working ;)
My first play is that I can get the icon size I want using Nil's and your...
Hi All
Without trying the latest classes... Can someone tell me.
Do the CodeJock buttons honour multiple icon sets and DPI? Or has someone gotten it working?
I.e. 100% DPI uses the 16x16...
Thanks Peter, it does work and can be class based so that's fine for us at the moment.
Hi Peter
Are you still using this method or did you find a better way? Also did you get CodeJock buttons working with DPI and icon sets?
Hi
I have turned on SSI for use with one of our web applications. And added a SSI handler mapping to allow the index.html to use SSI. I also need to unlock the configuration editor to allow the...
Hi Dave
We won't through the same process a years ago, taking a DF3.1d POS program into 'V'DF and windows. Our goal was something touch screen friendly. We even have people using RemoteApp on...
Hi Henri
Thank you for the fix and explanation.
I put that change in place and can confirm that it's working on my phone at least.
:rolleyes:
Hi Henri
No web groups. I used the ZoomCustomer web view as the example and changed the web groups to web accordion cards (then within a web accordion container).
Hi DAW
I have found an odd CSS colour bug with the accordion cards. I am using DF19.1, with the material theme.
On a mobile device (worked on a desktop browser, even in emulation mode), I have...
Hi Michael
Is that embedded in windows? Which one do you use, and is it com based?
I don't mean to muddy the waters but this is an interesting question, I don't think of it as desktop vs mobile. I think of it as desktop style vs drill down style. As you can make a desktop style...
Hi Harm
Thanks, I thought that may be the case. I was looking at the font size on mobile, as on my Samsung A71 the text size is now quite small. I noticed changing this css (in application.css)...
Hi DAW
In the DF_Material theme.css there's references to df-mobile. Is df-mobile correct? or should it be df-ModeMobile.
Hi DAW
As windows doesn't a 0 where the mask character is a #, should the applyNumMask function in sys.js treat the # differently?
13833
Hi
In windows I have the following mask ",*0.##" on a numeric field.
I want users to enter up to 2 decimal places, but if less than to I don't want to show 0's i.e.
1
1.2
1.23
Hi Henri
How well did that control work for you? We used quagga, it worked well scanning barcodes on flat paper with good lighting but not so well with different shaped objects, like bottles and...
Ok.. the link is http://www.frankcheng.com/multiline_radio.htm
Hi Frank
I'd like to see this but the URL isn't working.
Cheers Harm, yes it was more a request :)
Why can't you use OnSubmit on a cWebFloatingPanel?
It would be handy when it has enterable objects, like a login panel.