User Profile & Activity

Yudi Member
Page
of 259
Posted: March 18, 2015 3:01 AM

Based on your information: the issue only happen when the user by citrix opens (using IE browser) the invoice page and try to collapse row (by clicking the "-"). It doesn't happen in local server.

Could you please check the following and let us know the result?

  • Does the problem happen on specific browser?
    Try to open the invoice page by citrix and try to collapse row. This time, use different browser such as: Mozilla or Chrome.
  • Does the problem only happen on the invoice page only?
    If you have another page(s) with hierarchical WebGrid, please try to replicate the problem in the page.
  • You can try to enable the Debugger; or Console; or Network tab in IE Developer Tools before collapsing a child table to gain more detail information.

Hope this helps.

Unfortunately there will be no equivalent behavior under iOS 7.

There are some that tries to replicate this on iOS 7, but turns out ugly. It requires tedious workaround; messing up with scroll view; causing the table view to become heavy and prone of errors; etc.

The equivalent behavior in 7, perhaps to go with long click then show action present instead of swipe gesture.

Posted: March 17, 2015 6:51 AM

Have you tried the following?

this.Item = this.ItemRepository.Create();

// set the ItemId to avoid foreign key constraint violation
Child child = new Child() { ItemId = this.Item.Id };
this.Item.Childs.Add(child);


this.ItemRepository.Insert(this.Item);
this.ChildRepository.Insert(child);

this.ItemRepository.SaveChangesAsync();
this.ChildRepository.SaveChangesAsync();

Hope this helps.

Posted: March 17, 2015 6:27 AM

This seems to be unsupported feature in current version of ClientUI. I submitted this as feature request to ClientUI development team. It is filed under CLIENTUI-68.
I'll keep this thread updated with any news I heard from the team regarding CLIENTUI-68.

Thank you for the WebDesktopManager.zip file. I will re-configure my sample based on the provided application sample.
I'll get back to you as soon as possible.

Posted: March 17, 2015 2:36 AM

When the project is ready to be deployed, yes, you can simply copy the application from the old server to the new one with the same runtime license key. Please don't forget: not to install anything on the production server. It should work.

Please feel free to let us know if you still have difficulties to deploy your application to the new production server.

The swipe gesture only available in iOS 8.

The Crosslight development team decided to implement this for iOS 8 to leverage native iOS API so that it conforms with Apple's standard human interface guideline.

iOS 8 opened up this API. However, the same thing doesn't happen on iOS 7. You'll need to update the target to iOS to get this custom edit action functionality.

Posted: March 16, 2015 7:43 AM

Apologize for any inconvenience this problem may have caused you.

It seems that the problem lies on the "i" icon. Pressing the information button should navigate to ItemEditorViewModel.

This problem has been forwarded to Crosslight development team to be investigated further. It is filed under CROS-753.
I will keep you updated with any news I heard from the team regarding CROS-753.


Updated on April 21, 2015 1:55 AM
Reason: Nightly build is now available.

Crosslight nightly build, Crosslight3_0_5000_228, which include improvements for CROS-752 is now available in here.

Please note that you need to migrate the project to iOS unified; then remove the existing Crosslight iOS assemblies, and add the new Crosslight Unified assemblies from the bin\iOS.Unified folder.

I will migrate the sample project to iOS unified and apply the changes to git. Please feel free to let me know whether this helps or not.

I've WebCombo V 6, and I setup the width to 100%. Onlyi if I setup the width to any certain percentage, the arrow disappears after first time the user click on the arrow to open the drop down list.

Could you confirm whether you are using the latest assembly of WebCombo 6 and WebUI.NET Framework 3.0? I tried to reproduce the problem in my local tests by editing the DefaultStyle.aspx sample file of WebCombo (set the width of WebCombo to a certain percentage, 80%) but my efforts were not successful -- everything worked smoothly and the arrow was rendered without any issues.

For your information, I'm using WebCombo 6 build 260 and WebUI.NET Frameowkr 3 build 913. The sample page is tested on IE 11 browser.

I found a work around, but I still believe you need to fix this behavior.
I call OnShowDropDown(), and I call ISGetObject(comboID).DoResize();

Invoke DoResize() method can be used as work around for this kind of issue. Please kindly assist me to be able to reproduce the problem to be investigated further the development team.

Glad to hear that the snippet code of OnBeforeItemSelected posted on March 12, 2015 helps.

Should you need further assistance or run into any problems regarding our controls, feel free to post it into our forum. We would be happy to assist you again.

All times are GMT -5. The time now is 6:25 AM.
Previous Next