@arheopterix1960gmail-com
@arheopterix1960gmail-com
Forum Replies Created
-
AuthorPosts
-
Oleg Ilin
ParticipantMoreover, the error appears already when entering
locale = “it”https://disk.yandex.ru/i/aFbKrj7P9P5ByA
but when using
<smart-grid locale=”it” id=”grid”></smart-grid>
everything happens normally and in the console
you can see that
?grid.locale> “it”
Oleg Ilin
ParticipantAlso, when the main grid is loaded dynamically,
(throught virtualDataSourceOnExpand)system crash
Oleg Ilin
ParticipantDear Svetoslav.
Thank so much you for your help.
Is it possible:
1 Combine both arrows into one (so that the row details grid expands when the parent node is opened).
In another way, when clicking on the arrows, either a new category or details about the line was programmed to open.
2 Hide some (not all) selective arrows so as not to show the details of those rows ?
Best Regards
Oleg IlOleg Ilin
ParticipantHi Svetoslav,
What does it mean “without virtualization”?
My database is very large and I use servers all the time to get data for each category expansion?
Your example is absolutely correct. It shows an indicator
at the beginning of the row expand and does not refresh the entire table.
But unfortunately I can’t make my grid behave like yours.
I have an indicator in the center of the screen and refresh when a new category expands.
What tricky miracle works for you?)Also, I saw a new parameter “displayLoadingIndicator” not mentioned in the documentation. Where can I find the complete documentation for the components?
Best Regards,
Oleg I
-
This reply was modified 7 months, 3 weeks ago by
Oleg Ilin.
Oleg Ilin
ParticipantGood afternoon,
I didn’t quite get your point about style inheritance.
Initially of stage loads all smart components (all js and css)
For all subsequent stages of work, I no longer upload any js and css.The menu and divs for the context of page (andfor second dock layout accordenly) are always on the same page, but only the second docking instance created changes the style of the menu. When this second docking instanse is removed, the menu style is restored.
Does your component change the body styles , common headers or anything ? Note that the styles break when the second instance of the dock is created.
Best Regards,
Oleg IlOleg Ilin
Participant<div>
<div>
<div>Dear friends,</div>
<div>I started to see the inscription of your site when using web components</div>
</div>
</div>
<div></div>
<div>https://disk.yandex.ru/i/SxbQhnQP-7p7Eg</div>
<div>
<div>I have purchased a license for your product Version 10.x-14.x and use this version</div>
<div>Where can I insert the license key so that the inscription does not appear again</div>
<div>Best Regards,</div>
<div>Oleg I</div>
</div>
<div></div>Oleg Ilin
Participant<div>
<div>
<div>Dear friends,</div>
<div>I started to see the inscription of your site when using web components</div>
</div>
</div>
<div></div>
<div>https://disk.yandex.ru/i/SxbQhnQP-7p7Eg</div>
<div>
<div>I have purchased a license for your product Version 10.x-14.x and use this version</div>
<div>Where can I insert the license key so that the inscription does not appear again</div>
<div>Best Regards,</div>
<div><span>Oleg I</span></div>
</div>
<div></div>Oleg Ilin
ParticipantHi Svetoslav,
Thank you so much for your suggestions.
ideas with CSS are quite cumbersome, and do not allow using this panel for other purposes.
Creating a listener closest to this hidden button with its own event handling fixed the problem.Best Regards,
Oleg I
March 9, 2023 at 12:36 pm in reply to: Vertical and horizontal size when panel/tab item is undocked #104498Oleg Ilin
Participantbe careful with initialization via CSS, especially when using %; e.g. height: 100% often leads to unpredictable results
Oleg Ilin
ParticipantHi Steven,
I really appreciate your help!!
Thank you so match.
Best Regard,
Oleg I
Oleg Ilin
ParticipantThank!
Oleg Ilin
ParticipantDear Svetoslav and Steven,
I thank you for your attention to my question.
Your hints helped to find a solution with CSS. You’re supposed to use ‘block: none’ (not a property visibility ) in the right block surrounding the needed item . The only one difficulty is that the blocks for Tabs and LayoutPanel hiding are fundamentally different.
Best Regard ,
Oleg IOleg Ilin
ParticipantOleg Ilin
ParticipantDear Svetoslav,
I have carefully tested your solution. Unfortunately, your idea can’t be used in an industrial system. The visibility property hides panels but leaves empty areas on the screen, resulting in a sloppy layout. Look at two screenshots.https://disk.yandex.ru/i/ecgnNiU5phEe3Q
https://disk.yandex.ru/i/xzazQMKqTx2Bew
Frames with the hidden attribute remain on the screen as white bars.
Can the white stripes be removed?
Best wishes,
Oleg I.-
This reply was modified 9 months, 2 weeks ago by
Oleg Ilin.
Oleg Ilin
ParticipantI was delighted early (. Your method works for panels, but does not work for individual buttons nested in a panel. In another way, I can hide the entire panel, but individually, only the “slider-tab” node cannot be hidden according to your method. Do you have other options?
Sincerely,
Oleg Idocking.layout = [
{
type: ‘LayoutGroup’,
orientation: ‘horizontal’,
items: [
{
type: ‘LayoutGroup’,
items: [
{
type: ‘LayoutPanel’,
id: ‘inputPanel’,
label: ‘Input’,
items: [{
label: ‘TextBox Tab’,
content: ‘<smart-multiline-text-box id=”multiLine”>Write more text here …</smart-multiline-text-box>’
},
{
label: ‘Slider Tab’,
content: ‘<smart-slider id=”slider”></smart-slider>’
}]
}, -
This reply was modified 7 months, 3 weeks ago by
-
AuthorPosts