CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Grouping

by George » 12 Nov 2013 15:19

Ok!
With your extreme release speed, i have no reasons to worry :)
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

by George » 18 Nov 2013 13:49

Any news? ;)
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

by Alexander Bulei » 18 Nov 2013 15:52

Hi,

Did you updated?

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by George » 19 Nov 2013 07:45

No :? Because i didn't seen this change in change log.
Anyway, i will update, thanks!
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

by George » 19 Nov 2013 08:13

cgdevtools wrote:Hi,
Did you updated?
Best Regards.


Now, yes.
Same thing happens.

delphi code
var
i, img_index: integer;
img_id: string;
fbimg: TIWCGJQFancyBoxImageGalleryItem;
begin
img_index := -1;
img_id := TIWCGJQButton(TIWCGJQButtonOptions(Sender).Button).ExtraTagParams.Values['ID'];
InitData.wFancyBox.ImageGallery.Clear;
for i := 0 to Attachments.Count - 1 do
if (Attachments.Items[i].viewable) and (not Attachments.Items[i].marked_as_deleted) then
begin
fbimg := InitData.wFancyBox.ImageGallery.Add;
fbimg.Picture.url := Attachments.Items[i].relative_url;
fbimg.Alt := Attachments.Items[i].name;
if Attachments.Items[i].id = img_id then
img_index := InitData.wFancyBox.ImageGallery.Count - 1;
end;
InitData.wFancyBox.AjaxReRender(); // not helps, gallery works after page refresh
InitData.wFancyBox.JQFancyBoxOptions.Show(img_index);

In addition, every image adds twice in browser (InitData.wFancyBox.ImageGallery.count = 1, but i see two images).
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

by Alexander Bulei » 19 Nov 2013 11:46

Hi George,

What version of IW do you have?

Please check this attached demo, work as expected.

Best Regards.
You do not have the required permissions to view the files attached to this post.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by George » 19 Nov 2013 13:08

Hi!

What version of IW do you have?

14.0.22.

I checked demo, problem reproduced in case, when fancybox placed on frame.
As you can see - all images not shown, but if you press f5, they will be showed up as 6 images instead of 3.

I've updated demo and added demo with dialog resizing problem.
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

by Alexander Bulei » 19 Nov 2013 15:54

Hi George,

Yes, you are right.
The function AjaxReRender of this control, wasn't working when owner of is TFrame.

Fixed in next build.

Best Regards.
Group: Developers | Support Team

  • info [at] cgdevtools.com - General information
  • sales [at] cgdevtools.com - Sales department
  • support [at] cgdevtools.com - Product and Technical Support
User avatar
Alexander Bulei
Site Admin
 
Posts: 3635
Joined: 15 May 2012 08:52
Location: Mealhada, Portugal

by George » 20 Nov 2013 07:29

Thanks!
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

by George » 03 Dec 2013 09:19

Hello!

I found a bug (1.8.0.3188b DXE4).
Hard to describe, bug related to ajax update or form refresh.

Here a demo.

(should i always use bug tracker instead of forum?)
Best regards!
George
 
Posts: 486
Joined: 23 May 2013 15:50
Location: Russia, Moscow

PreviousNext

Return to JQFancyBox

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.