Posts by DecSoft

Show threads by DecSoft
3355 posts found, page 143 of 224

DecSoft (In thread: Information about the NeoPlugin npComp)

Hello to all,

This plugin is intented to use for basic Serial Communications. The plugin allows to create various Comp objects in order to work separatelly with various COM ports. You can open, close, read, write and set several options and flags of the COM ports. You can use this plugin to communicate your VisualNeo™ applications with hardware like Arduino boards, barcode scanners and other similar hardware connected to the COM ports. The plugin count dozens of actions and allow you to use several options, events and subroutines.

Press here to get more information and download the NeoPlugin npComp!


DecSoft (In thread: Information about the NeoPlugin npClip)

Hello to all,

This plugin allow you to get informed when the clipboard change, with the possibility to use more than one Clip object instances to get notify separatelly. Also the plugin allow you to work with your own registered clipboard formats. You can register your own clipboard formats in order to paste and copy data with this formats, in the same publication and between publications. Register the clipboard formats that you need and create the Clip objects that you need too.

Press here to get more information and download the NeoPlugin npClip!


DecSoft (In thread: Information about the NeoPlugin npCiph)

Hello to all,

This plugin allow you to encrypt and decrypt strings and files using the RC4 and one of the availables hash algorithms: MD5, SHA1, SHA256, SHA384 and SHA512. All without need of thirdparty files or DLLs, just using the provided Windows™ API. The plugin also have the appropiate events in order to get the control around a encrypt or decrypt operations. You can abort an operation every time, find if an operation is in progress, etc. And of course you can manage more than one operations at a time.

Press here to get more information and download the NeoPlugin npCiph!


DecSoft (In thread: Information about the NeoPlugin npCard)

Hello to all,

This plugin allow you to use fully customizable cards (calendars) controls in your publications. Set the colors, fonts and other Card objects options. Use the available events and control the Card objects using the provided plugin actions. The Cards objects show only the calendar part, so you can use your own buttons or whatever you want in order to control de Cards objects. Also is possible to move the calendar date using the keyboard arrow keys and CTRL and SHIFT modifiers.

Press here to get more information and download the NeoPlugin npCard!


DecSoft (In thread: Information about the NeoPlugin npCams)

Hello to all,

This plugin allow you to control up to two Webcams at same time from your VisualNeo™ publications. You can play the Webcam video in a VisualNeo™ rectangle, pause, resume, stop and get images captures from the video. The plugin offer to you a list of the available Webcams and their supported resolutions. Then you can specify a Webcam and one of their supported resolution to begin to play the Webcam video into a VisualNeo™ rectangle.

Press here to get more information and download the NeoPlugin npCams!


DecSoft (In thread: Information about the NeoPlugin npCalc)

Hello to all,

With this plugin you can include and calculated one or more customized math expresions on your publications. The expresions can contain numbers, common math operations, variables, constants and subroutines with or without arguments. As you can see on the plugin samples the plugin is very easy to use, and you can doing simple math expresions calculations or very complete, all depend on you and your publications needs. You can control all expresions identifiers, values, and more on every Calc objects instances.

Press here to get more information and download the NeoPlugin npCalc!


DecSoft (In thread: Information about the NeoPlugin npBars)

Hello to all,

This plugin offer to you a fully customizable progress bar control. You can customize the control in various ways, setting the font, colors and other general options. You can manage all the progress bar controls that you need. Every bar object can have their own font, colors, options and events. You can set up to six bar colors and lot of options that determine, for example, the bar bitmap, direction, bar caption, percentage, max and min progress values, and more.

Press here to get more information and download the NeoPlugin npBars!


DecSoft (In thread: Information about the NeoPlugin npArea)

Hello to all,

This plugin allow you to use skinable image areas which can be clicked by the user. Define area regions using a Bitmap colored image (every color on the image are taken as area regions) and other optional pictures to the diferent area region states. You can attach to host rectangles one or more Areas objects, and customize every one with their own images and options. Also you can set and get certain properties of every area region. And of course be notified when the user click on an specific area region.

Press here to get more information and download the NeoPlugin npArea!


DecSoft (In thread: Information about the NeoPlugin npAbac)

Hello to all,

This plugin allow to show a complete Calculator attached to a VisualNeo™ rectangle. Of course you can attach more than one Calculator and controlling it separatelly. Every calculator can be customized by colors, options, events, etc. You can press any Calculator button programatically, get advised when a button is pressed, show a Calculator Tape and retrieve their contents, and of course obtain the last value on the Calculator. All things in an easy but customizable way.

Press here to get more information and download the NeoPlugin npAbac!


DecSoft (In thread: Information about the NeoPlugin np8047)

Hello to all,

This plugin for VisualNeo™ is a wrapper over the DLL for the Velleman™ Recorder/Logger K8047 & PCS10 cards. The plugin allows you to use all the exported functions from this DLL and therefore communicate your publications with this kind of hardware. The plugin include a complete sample publication which use all the provided actions. Of course remember you need to have the appropiate model of the Velleman card attached to your computer in order to try this plugin and the provided sample.

Press here to get more information and download the NeoPlugin np8047!


DecSoft (In thread: Alinear control Menú en la esquina superior derecha de la aplicación)

Hola José,

He modificado el ejemplo "Menu2" y puede descargarlo desde aquí: Menu2.zip. En este ejemplo se realizan los cálculos necesarios (al cabo se trata de eso) para alinear el control Menú en la esquina superior derecha de la aplicación. Eche un vistazo, y, por favor, dígame si tiene cualquier duda al respecto.

* Note que el ejemplo modificado funciona tanto si el estilo de la aplicación es "fixed" o "scaled". Sin embargo, es menester fijar un ancho absoluto para el control menú, al menos para el estilo "escaled", pues de otro modo no podriámos (o yo no he sido capaz) llevar a cabo los cálculos necesarios para posicionar el control como usted precisa.


DecSoft (In thread: Some question about the application's master view)

Hello Joseph,

Maybe if you explain a little more what you wanted we can help by providing some possible approachs: certainly the application can only have one master view, that can be drawed/used or not in another view, depending on the view's DrawMaster option. So I think this not answer your question as you wanted, but please, refer here what you wanted and probably we can find another possible way to achieve it if possible!


DecSoft (In thread: HtmlContent con color de DIV pasado como variable)

Hola José,

Este asunto se puede enfocar de varias formas. En primer lugar, me gustaría que probase su código en un navegador distinto del depurador de AB, puesto que, ciertamente, puede que dicho código no funcione en dicho depurador pero sí en el resto de navegadores.

Por lo demás, descargue el siguiente archivo, que, contiene un par de ejemplos de "Report" modificados: Reports.zip

Como verá en el ejemplo adjunto "Report", el siguiente código funciona como se espera (excepto en el depurador de AB):

Sin embargo, eche un vistazo ahora al ejemplo adjunto "Report2", cuyo código HTML es el siguiente:

En efecto, aquí estamos usando una clase CSS en lugar de especificar el estilo directamente en el código HTML. Así el "Source" del Report de este ejemplo cuenta con "Records" que especifican clases CSS, en lugar de colores. Ahora, en la opción "Inline CSS" de la aplicación, o, añadiendo una hoja de estilo desde el gestor de archivos de la aplicación, podremos disponer de las clases CSS que necesitemos, así como de sus correspondientes estilos: colores, medidas, etc.

Creo que esta segunda forma es preferible por simplicidad, por ejemplo, en lugar de indicar varios estilos dentro del código HTML del "Report", una clase CSS (y podemos usar tantas como queramos) nos permite especificar de una vez varios estilos, sin necesidad de recargar el código HTML. Además, usando clases CSS, tenemos la ventaja de que funcionará también en el propio depurador de AB.


DecSoft (In thread: Evento Ready de la aplicación)

¡Me alegro José! :)


DecSoft (In thread: Evento Ready de la aplicación)

Hola José,

El evento "Ready" de la aplicación es el primero que aparece al hacer doble clic en el diseñador de App Builder, fuera del espacio de la propia vista de la aplicación.

Everybody can read the DecSoft support forum for learning purposes, however only DecSoft customers can post new threads. Purchase one or more licenses of some DecSoft products in order to give this and other benefits.

This website uses cookies only to store your preferences.

Ok! Hide this note More information