In order to avoid reporting problems that depends on already known limitations, can someone of the fabulous-dev-team post here the list of the actual known limitations of the ServoyWebClient.
I made some testing and EUREKA EUREKA EUREKA: IT WORKS!!
just found some glitches but do not want to annoy you with already-known problems…
Thanks in advance
We have implemented dev filters under the view menu (in Servoy 3.0b1)
to hide things which are not (yet)working (or just impossible to get them to work in a browser)
Here is a list:
Web filter:
//button
-property: rolloverImageMediaID
-property: verticalAlignment
-property: rotation
-property: showFocus
-property startsWith “onFocus”
-property startsWith “anchors”
//field
-property “onAction”
-property “selectOnEnter”
//form
-property endsWith “CmdMethodID”
//portal
-property: “resizeble”
-property: “reorderable”
-property: “multiLine”
-property: “intercellSpacing”
-property: “showVerticalLines”
-property: “showHorizontalLines”
//tabpanel
-property: “tabOrientation”
-property: “scrollTabs”
//script methods on application object
-method: “showFormInDialog”
-method: “isFormInDialog”
-method: “closeFormDialog”
-method: “showFontChooser”
-method: “showColorChooser”
-method: “showCalendar”
-method: “setWindowLocation”
-method: “setWindowSize”
-method: “updateUI”
-method: “undo”
-method: “redo”
-method: “setToolbarVisible”
-method: “setNumpadEnterAsFocusNextEnabled”
-method: “setClipboardContent”
-method: “getClipboardString”
-method: “playSound”
-method: “isLastPrintPreviewPrinted”
-method: “getWindowX”
-method: “getWindowY”
-method: “getWindowHeight”
-method: “getWindowWidth”
-method: “getScreenHeight”
-method: “getScreenWidth”
-method: “getPrinters”
-method: “getLastKeyModifiers”
-method: “getCurrentLookAndFeelName”
-method: “beep”
-method: “executeProgram”
-method: “executeProgramInBackground”
//script methods on form object
-method: “sortDialog”
-method: “focusFirstField”
Basic filter hides:
-property: useSeparateFoundSet
-treenode: “foundset” under a form node