Suchergebnisse
Suchergebnisse 1-20 von insgesamt 120.
Release of version v1.3.3 - Bug fix: the sound interface of the plugin could interfere with another sound interface already set. - New attribute 'music_icon': set it to false to play sound/music without showing the speaker icon. - Add the possibility to deactivate sound management of the plugin with <pspg_settings sound_interface="false" /> (to be sure to avoid any conflict with another sound management). - Documentation updated about guidelines to mix sound management of the plugin with another...
Zitat von »indexofrefraction« doesnt this work? screentolayer(get(mylayername), ... ); I can confirm that it work well like this :)
look at Independent local krpano events in the doc
Good job ! it can be very useful
Release of version v1.3.2 - Fix all bugs in the EDITOR inadvertently induced from changes in versions 1.2.0, 1.3.0, 1.3.1. - Other minor bugs fixed. - Documentation updated. Download again DEMO VERSION here to update (ou version en français ici).
I think that you can change values within a data-tag... but I'm not sure that it will not be copy in the css-style of the text layer if this text layer is created before the change in the data-tag. By using the function assignstyle() , you are sure to dynamically change css-style.
you can adapt the font size depending on the screen width with this code Quellcode 1 2 set(style[your_style_name].css, calc( style[your_style_name].css + ' font-size:' + (12*stagewidth/1920) +'px;' ) ); assignstyle(layer[your_text_layer], 'your_style_name'); of course, change the formula (12*stagewidth/1920) as you want.
Zitat von »Konstantine« Great fun! Like many complex things it looks like simple. But very difficult indeed! Worth trying! Yes! not so easy !!
Nicely done You should perhaps enlarge a bit the text font size and text windows ? (I recognized some nice places from Mallorca )
Release of version v1.3.1 - New attribute 'display_FSbutton', set it to "false" in order to not display the Fullscreen button (default value is "true", it does not yet be added in the EDITOR). - Color of numbers (in the scroll gallery) is not always white anymore, but it is the same than the one set for the bottom title (attribute 'bottom_title_color'). - Change in images load time-out process (see updated documentation in page 12). [new example of a gallery without thumbnail files on server ] -...
Release of version v1.3.0 with new functionalities - Add background music SUPPORT. => new attributes: music_file, music_title, music_artist. - Add gradual preloading of thumbnails images (in the grid gallery) when preload_images="false" [new demo example of a gallery with 128 images and quite large thumbnails (580px) ] => default value for attribute 'preload_images' is now false. - The file 'pspg_video_support.xml' is not automatically loaded anymore. => Add the line <include url="%FIRSTXML%/psp...
Release of a major update : version v1.2.0 with new functionalities - Add VIDEO SUPPORT. (new demo example here ) - Add gradual preloading of large images (in the scroll gallery). - Add Keyboard controls. - Add zorder setting ( <pspg_settings zorder="10"/> ). - Add new attribute 'spacing_scroll' for the scroll gallery (set space berween images). - All displayed text messages are now defined in the file 'pspg_gallery_style.xml'. - Attribute 'masklogo' removed: a branding free license will now aut...
NEW Version 1.2.0 with video support and gradual preloading coming soon...
Thanks a lot !! I totally forget this example from Klaus... it will be a good basics for my use
yes exactly (as an improvement of my photo gallery plugin)
Zitat von »San7« Zitat von »Mael B.« Any some news from this lack of control ? Hello, I implemented the control panel, added a timeline and a slider for which you can move the video, but it is implemented in the plugin Example here , click play The panel also opens to play audio files. Nice implementation Actually, I asked the question to know if i need to to the same for my own plugin. (i'm currently working to add video support...)
same problem already posted here : https://krpano.com/forum/wbb/index.php?p…73212#post73212 but apparently no solution for now :(
Any some news from this lack of control ?
perhaps the xml files generated by Panotour Pro were not encrypted ?
Release of version v1.1.0 with new functionalities - Possibility to display (or not) the close button in the 'scroll gallery' / Addition of the attribute 'display_closebutton'. - In the 'grid gallery', new possibility to individually modify the cropping area for each image (new attributes 'crop_x'/'crop_y' in <img /> elements). By default, the cropping area is centered. - The xml code generated by the editor provides now also all the attributes for images (<img /> elements). - Minor bugs fixed. ...