Hallo Sebastian,
ich habe mal ein bisschen mit deinem Beispiel herum gespielt (kannte das pbScroll z.B. noch garnicht) und habe was zusammen gebastelt, das zeigt, dass es prinzipiell funktionieren...
Type: Posts; User: GhostShotIV
Hallo Sebastian,
ich habe mal ein bisschen mit deinem Beispiel herum gespielt (kannte das pbScroll z.B. noch garnicht) und habe was zusammen gebastelt, das zeigt, dass es prinzipiell funktionieren...
Hallo Sebastian,
kann man da eine View haben mit der man das Problem nachvollziehen kann?
Mit dem Teil-Quelltext müsste man die View erst selbst aufbauen und einige Annahmen machen, wie das...
Maybe SQLGetMessage?
Haven't tested it, but looks to be, what you are looking for.
We had something a bit similar, a calendar symbol that showed for how many events you where registered.
We used an SVG image for that, because you can actually modify those with just javascript.
I...
Do you mean something like this?
12523
(PowerPoint in the left, my little tool for our ticket system in the right)
Propably, that stuff like this https://www.sitepoint.com/demos/html5-canvas-animation/ won't be supported ;)
That here is kind of the problem.
The Firefox DevTools aren't meant to simulate the whole browser experience you get on a mobile device. It is only meant to emulate the sizes and to a certain degree...
A good start should be "GetDefaultView" in your oWebApp. In there you can ask for the url parameters with "UrlParameter" and then react acording to what you get.
Function GetDefaultView Returns...
may be a stupid idea, but why not just send a "Broadcast Recursive No_Stop Send Clear of oMain"?
Should clear each and every one of the dds that are already loaded.
You could also use SVG files for the drawing part.
They are 'simple' text files, that contain a vector graphic.
They also allow to define areas inside the graphic itself, that can be used to...
Sind die Überschriften in einem Gruppenkopf, oder in einem Seitenkopf?
Im Seitenkopf wäre es natürlich kein Wunder, wenn die auch auf der letzten Seite wiederholt werden.
Ansonsten könnte man wohl...
Hi, we recently added Harms cWebSignaturePad to our WebApp and I'm now trying to get the saved signatures to display in the dbImageContainer, but it just won't work.
The image data from the...
Also, you don't even need an own compare function for SortArray, if you only want to compare the first element of the struct since 18.1.
You could try to modify the CLSIDs in the SigCJLicense_vXXXXX.pkg file.
If I'm not mistaken, every Codejock version hast their own CLSIDs and without them, you won't address the correct controls....
I would guess, that embeddet SQL is your best bet for that and then just using SQL to get the date and time (according to https://www.postgresql.org/docs/8.0/static/functions-datetime.html ...
GlobalGetAtomName could work. Only problem I see with that is, that you would have to itterate through 49151 cases, to get all the possible atoms.
You have to give the GlobalGetAtomName an Integer...
Move (DateAddMonth(dTest,1)) to dTest
No, we never found a real solution to get MuteX to work with skinning.
We switched over to using Atoms
#IFNDEF GlobalAddAtom
External_Function GlobalAddAtom "GlobalAddAtomA" KERNEL32.DLL...
Hi, I'm trying to add a little optical interaction to my list with JQuery, but I ran face first into a wall.
I am trying to blend a column into view, when a cWebColumnButton gets pressed and blend...
Already tried something like this?
font-size: large;
text-align: center;
The icons from the font should be modifiable like normal text, if I'm not mistaken
Played a bit around with it in FireBug and something like this
.WithBullets.WebCardContainer > div > div > .WebCC_Head > .WebTab_Btn.Web_Enabled {
border: none;
background-image:...
You also need to set the DDO_Server of your oUser_dd to the oST_Pers_dd
Bolding the menu item seems to be possible with ComDefaultItem.
But it has the sideeffect, that the view gets activated, if you double click on the menu, you put it in.
Here is what i came up...
I had already started a bit of the translation for german.
Put it on google docs and shared the link with Dennis just now, so that we could even work on this simultaniously.
Hi Mike,
worked like a charm. Thanks for the easy fix