VisualNEO Web. Version 24.11.8 released (Major version) - Forum

Forum Navigation
You need to log in to create posts and topics.

VisualNEO Web. Version 24.11.8 released (Major version)

Page 1 of 2Next

IMPORTANT: THIS IS A MAJOR VERSION UPDATE

Free update for those who bought or updated their license in the last three months:
The update is free only for users who have purchased VisualNEO Web or an update within the last three months (after 2024 August 7). If you are elegible for a free update please send us an email with your Purchase ID and System ID asking for a free upgrade. Please be patient. Meanwhile you will enjoy a full version 30 days free trial.

50% discount code for those who already have a license:
Users who purchased previously will get a 50% discount code.
If you don't get the discount code in your email within a few days just send us an email with your Purchase ID.

This is a major version update with many improvements:

Software: VisualNEO Web
Version: 24.11.8

Updated Plugins:

neoWord:
Now includes the capability to replace images within templates, allowing for dynamic content updates.

FabricJS:
Expanded with new export options, including:
fabSaveAsWebP:  Export projects in modern, efficient WebP format.
fabSaveAsBase64JPG and fabSaveAsBase64WebP: Seamless base64 exports for web integration.

neoCrop:
Supports export to WebP format, optimizing image handling.

neoScreenRecorder:
Now offers a new parameter, `quality`, for defining recording quality.

neoGpt:
neoGptJson: Receive AI responses formatted as JSON for better integration.
neoGptGetAssistantResponse: Simplifies the use of OpenAI assistants with just a single command, streamlining your workflow.

neoOpenRouter:
neoOpenRouterJson:  Obtain responses in JSON format for enhanced data handling.

New Plugins:

neoConsole:
Introducing an in-app console for real-time debugging, making error tracking and development more efficient.
Same console for all web browsers and even mobile devices.

neoLightbox:
A responsive lightbox popup that enhances image display and user interaction.

Improved Translations:
Our interface and NeoScript actions are now more accessible with much better translations for:
Spanish, Italian, German, French, Greek, Portuguese, and Catalan.
These translations offer a clearer, more user-friendly experience across multiple languages.

New Debugging Commands:

Take full advantage of debugging capabilities compatible with both neoConsole plugin and the browser console:
ConsoleDebug
ConsoleWarn
ConsoleError
ConsoleClear
ConsoleTime
ConsoleTimeEnd
Debugger

New Object Control Command:

ToggleObjectVisibility: Allows you to toggle container visibility with customizable effects and duration, adding more interactive elements to your apps.

New Global Variables:

[NAB.ScrollX]
[NAB.ScrollY]

New Workspace Extension:

The horizontal workspace has been increased from 2500 to 3500 pixels, allowing for more elaborate designs.

New neoPhp Server version:

Updated to PHP version 8.3 (64-bit) for enhanced performance and compatibility.

CSS Editor Enhancement:

No more strikethroughs on unrecognized CSS properties, making CSS development smoother.

New Device Size List:

A streamlined, modernized list of device sizes for better app scaling when defining app properties.

Enhanced Properties Panel:

New tabs (`sm`, `md`, `lg`) enable tailored properties for different screen sizes, applicable during runtime.

Expanded CSS Property Support:

Now, your properties panel includes more robust CSS controls:
Core properties: display (with 'none' option), position (e.g., `static`),  padding and margin.

Flex properties for containers and content:

Container: align-content, align-items, flex-direction, flex-wrap, justify-content.
Content: align-self,  flex-basis, flex-grow, flex-shrink.

All Geometric Objects now boast an even broader set of CSS attributes, enabling more customization.

Comprehensive Documentation:

Updated with more detailed descriptions and a guide to all available plugins to help you get started or advance your projects.

You can download the new version from the downloads section.

Please let me know if you have any issues or questions.
Thank you very much for your support!

Vadim, alangonzalez91 and 12 other users have reacted to this post.
Vadimalangonzalez91farhad2008GaevCDY@44DarbdenralemoYASINlolosmartmediaroccocoglianosuyonobsusanalexander_loc

This seems to me to be a great update.

Thanks so much Luis

luishp has reacted to this post.
luishp

Awesome! Thank you very much for the development of VisualNEO Web!

luishp has reacted to this post.
luishp

I have a feature request and I really hope to add a 'container' attribute in the editing panel of Visualneo Web. This attribute is a Boolean property. Is it allowed to package: 'package'? If it is already checked, it may not be placed on the page when it is published, which means its code part will be commented out. But I can use the ID of this container in the code to dynamically generate what I would like to visually edit in the editor. Of course, my main idea is to have a system for prefab or components so that I can dynamically generate the components I make.

@weiji772 not sure if I'm understanding you. How is it different from the existing "visible" property?

There is also a new approach to create "non visible" Containers:

  1. Add a Container object.
  2. Change the new "display" property option to "none" in "sm", "md" and "lg" tabs on the properties panel.
  3. This Container will remain not visible and will not ocupy any space at run time while the code will stay there for your scripts.

Anyway, please try to explain me your idea in detail as it seems interesting.
Thank you!

Hurray! I was really looking forward to the appearance of flexbox and display, it's very convenient! thanks

luishp has reacted to this post.
luishp

I have bought the latest VisualNeo Web  version but am unable to get the lightbox image to drag and it is blurred to the background.  I have added an empty CSS class in the Project Properties and the style properties for the image are also deliberately empty. No relevant assistance is available on http://www.jqueryscript.net/lightbox/image-viewer-zoom-drag.html

Help please Luis.

Thank you very very very very much Luis! ✌️

@luishp

Hola Luis, Ahi compre esta nueva version , te pregunto porque no lo vi en la descripcion de la misma, se pudo solucionar lo de poder asignar las imagenes en culaquier pagina mediante "setobjectAttribute" o se tiene que seguir usando en la misma pagina donde se va a usar?

@gustavo1973 me temo que debe seguir utilizandose en la misma página. Todas las soluciones que he probado crean otros problemas, por lo que no han sido incluidas en la actualización. De todos modos no me rindo.

@bguk I have to test it. I will do it as soon as I can. Thank you for reporting the problem.

Me gustaría comentar que con la nueva versión he tenido el siguiente detalle al abrir el fichero de configuración config.php abre el que está en la carpeta del programa y cuando quiero guardarlo me sale un error de escritura, ¿alguien sabe por qué se da este comportamiento?

otro detalle es que descargué neoAppDesktop para ver si era una versión nueva pero al descargarlo no pude ejecutar ningún programa y con el programa que había descargado antes funcionó sin ningún problema.

Hola @carlos-saldana,
Ninguno de los dos comportamientos que mencionas ha sido modificado desde la anterior versión, por lo que no debería haber ninguna diferencia.

Quote from BGUK on November 17, 2024, 3:43 pm

I have bought the latest VisualNeo Web  version but am unable to get the lightbox image to drag and it is blurred to the background.  I have added an empty CSS class in the Project Properties and the style properties for the image are also deliberately empty. No relevant assistance is available on http://www.jqueryscript.net/lightbox/image-viewer-zoom-drag.html

Help please Luis.

This problem is still outstanding. Please respond.

Hi @bguk I'm working in a new minor VisualNEO Web version that will include many plugins updates.
Please be patient.
Thank you!

CDY@44 has reacted to this post.
CDY@44

Hello @luishp, if you don't mind, with the aim of facilitating the search in :
Pages
Dialogs and
Subroutines
it would be helpful to add a search feature, because if there are many, it will be difficult to group and search for them. As shown in the screenshot I sent, thank you.

Uploaded files:
  • You need to login to have access to uploads.
smartmedia has reacted to this post.
smartmedia

@bguk I'm trying to solve the problem you reported but I can't reproduce it here.
Plase share a sample app showing the error.
Thank you!

Hi Luis,

I have made progress by omitting the leading period from the relevant image css-class.

The only problem now is that  the neoLightbox plugin max zoom level does not resize the image.

Thanks.

@bguk are you using the mouse wheel to resize the image once it's lightboxed?

1) Use this code: neoLightbox ".myclass" 4
2) Set the images the "myclass" css-class property
3) Test the app and click on the images.
4) Use the mouse wheel to zoom in and out the images.

Hi Luis,

No, I was relying on the max zoom level parameter which no longer seems to be required as the mouse wheel usage is perfect.

Thanks again.

Page 1 of 2Next
Open chat
1
Do you need more info?
Hi, do you have any doubt?