Re: [MSEide-MSEgui-talk] To Martin family.

2018-12-26 Thread Krzysztof
I can not believe this message :/ . His sudden absence was unlike him, just thought that he took earlier winter vacations or something. We will miss you ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge

Re: [MSEide-MSEgui-talk] Need Help

2018-12-25 Thread Krzysztof
I'm also worrying about him ___ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Re: [MSEide-MSEgui-talk] OS X?

2018-12-03 Thread Krzysztof
pon., 3 gru 2018 o 22:17 fredvs napisał(a): > I am also big fan of MSEgui and fpGUI. > > But the reality is that Mac does not like anything else than himself. > IIRC fpGUI has support for OS X but I'm waiting for "Alien windows" feature in this framework. Both have pros and cons and it is always

Re: [MSEide-MSEgui-talk] OS X?

2018-12-03 Thread Krzysztof
pon., 3 gru 2018 o 21:03 fredvs napisał(a): > Hello. > > Did you try Wine for Mac? > No and it isn't option for us :( . It must be standalone, tiny, easy to install and ready to go app for target users. Deploy whole Wine backend doesn't make my app "lightweight" anymore and that is why I'm big f

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread Krzysztof
sob., 1 gru 2018 o 18:51 fredvs napisał(a): > Last try: > > begin > application.createform(tmainfo,mainfo); > > application.processmessages; // add this > > application.run; > end. > > If no, you need Martin. > Same error :/ ___ mseide-msegui-talk m

Re: [MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread Krzysztof
sob., 1 gru 2018 o 18:40 fredvs napisał(a): > Hello. > > Could you try with this: > > begin > application.createform(tmainfo,mainfo); > sleep(100); // add this > application.run; > end. > Nope, didn't help ___ mseide-msegui-talk mailing list mseide-m

[MSEide-MSEgui-talk] KDE Neon, TrayWidget and "not decorated" error instead of popup

2018-12-01 Thread Krzysztof
Hi Martin, I have problem with popup in traywidget which worked fine so far. Don't know what broke it because I didn't execute this popup for a long time, very probably my KDE Neon upgrade from 16.04 to 18.04 few weeks ago. KDE Neon is ubuntu based on fresh KDE Plasma releases (but in stable branc

[MSEide-MSEgui-talk] OS X?

2018-11-30 Thread Krzysztof
Hi Martin, Are you planning port MSEGUI to OS X? I know that most apple users are accustomed to native looking apps but this trend becomes less annoying and some companies forced unique look over all platforms like spotify, skype, signal etc (although electron based apps). I'm working with my frie

Re: [MSEide-MSEgui-talk] TPopUpMenu - checkbox frame margin

2018-10-03 Thread Krzysztof
wt., 2 paź 2018 o 16:47 Martin Schreiber napisał(a): > AFAIK frameo_* has no influence in tskincontroller.popupmenu.frame or > itemframe, please use tskincontroller.popupmenu.checkboxframe. > Thanks! That was it ___ mseide-msegui-talk mailing list msei

[MSEide-MSEgui-talk] TPopUpMenu - checkbox frame margin

2018-09-29 Thread Krzysztof
Hi Martin, I'm writting from my another email subscribed to this list because my previous was always reported as a SPAM. Do you remember? I wrote to you directly. I'm skinning TPopUpMenu. Added some item margin by changing Framei* in TFrameComp but seems that it doesn't affect on checkbox frame.

[MSEide-MSEgui-talk] Tooltip / hint window with auto disappear

2018-04-24 Thread Krzysztof
Hi Martin, I know how to do it by my self but maybe MSEGUI has something build-in and there is no sense to reinvent the wheel. Even if not, I'll need your help anyway I guess. I need some kind of mix between hint and tooltip which I bet you seen many times in web and desktop apps: 1. The first on

Re: [MSEide-MSEgui-talk] tdirdropdownedit.OnSetValue doesn't work properly with eo_showfocused

2018-04-16 Thread Krzysztof
2018-04-16 10:28 GMT+02:00 Martin Schreiber : > git master dd7e9a107a5139bd922d092d1131047b4f3fa17f updates empty text > state in tedit.settext() instead in tcustomdataedit.setdropdowntext(), > experimental. Fixed. Thanks! --

[MSEide-MSEgui-talk] tdirdropdownedit.OnSetValue doesn't work properly with eo_showfocused

2018-04-15 Thread Krzysztof
Hi Martin, Something changed recently which I guess worked fine. Opened window in my app which has tdirdropdownedit and with empty option eo_showfocused, variabale AValue in OnSetValue event is empty. Without it everything works fine. Attached demo. Regards dropdown.7z Description: application/

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-03-28 Thread Krzysztof
Ehh, don't bother with that. Probably they are changing something again with KDE. I have Plasma 5.12.3 -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/s

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-27 Thread Krzysztof
2018-02-24 10:01 GMT+01:00 Martin Schreiber : > On 02/23/2018 05:08 PM, Martin Schreiber wrote: >> On 02/23/2018 01:06 AM, Krzysztof wrote: >>> One interesting thing. On your screenshot tray icon is transparent >>> (not fully, looks like semi transparent, pixels are 0

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-22 Thread Krzysztof
Hmmm this scenario also happen with other apps which are in tray icon. It's late night, I'll back to this tomorrow -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http:

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-22 Thread Krzysztof
Tried to record my dekstop as a prove but could not reproduce this even after dozens times now, grrr, just started working fine. Finally got it with other scenario (but still don't understant why plasma stopped crashing for everytime when I run app after that). Look at attached video https://drive.

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-22 Thread Krzysztof
Hmmm another weird things which I noticed now: 1. Why MSE app show also "tray caption" as a name of the app instead of "my window" (tray1.png)? For example my Clementine music player in task bar show "NowEntryUnder..." which is currently playing song on radio station (clementine window caption) and

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-22 Thread Krzysztof
One interesting thing. On your screenshot tray icon is transparent (not fully, looks like semi transparent, pixels are 0 or 1). This is weird X window regression which I can't understand. I remember having fully (I mean real full alpha) transparent tray icon in one of my old KDE (don't remember whi

Re: [MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-22 Thread Krzysztof
Great! ttraywidget.caption works perfect! So I have to update caption and hint together? Caption for KDE and hint for Windows and probably Gnome? -- Check out the vibrant tech community on one of the world's most engaging

[MSEide-MSEgui-talk] Tray hint doesn't work?

2018-02-19 Thread Krzysztof
Hi Martin, Does tray hint work? On button it is fine but on tray not and no matter if with or without dbus option. ow_hinton options widget also doesn't change anything. Attached example. Don't forget that I have this troublesome KDE Plasma (now it is KDE Neon with plasma 5.12.1) Regards trayhi

Re: [MSEide-MSEgui-talk] TrayWidget - popup is not showing if tray has frame

2018-01-03 Thread Krzysztof
2018-01-03 6:06 GMT+01:00 Martin Schreiber : > That fixes popup menu? Yes. Just removed normal frame reference from object inspector and added ttraywidget.OnPaint event with: procedure tmainfo.PaintTray(const sender: twidget; const acanvas: tcanvas); begin acanvas.linewidth := 4; acanvas.fill

Re: [MSEide-MSEgui-talk] TrayWidget - popup is not showing if tray has frame

2018-01-02 Thread Krzysztof
2018-01-02 18:53 GMT+01:00 Martin Schreiber : > Works for me with framewidth 2 and 0, see attachment. Are you still on a newer > KDE desktop? Yes, Linux Mint 18.3, KDE Plasma 5.8.8. If this is too much trouble, I already handled it with OnPaint event: procedure tmainfo.MyPaint(const sender: twidg

[MSEide-MSEgui-talk] TrayWidget - popup is not showing if tray has frame

2018-01-02 Thread Krzysztof
Hi Martin, Look at attached demo. Popup is not showing when right click on tray icon but if you remove frame (tcaptionframe) instance then it is ok. Same without two_usedbus option. I noticed that framewidth has to be > 0 Regards traypopup.7z Description: application/7z-compressed -

Re: [MSEide-MSEgui-talk] Missing icon smoothing / antialias in OS task manager

2018-01-02 Thread Krzysztof
You are right! Just made 64px main icon instead of 16px and it looks much much better in all OS places, even better than Opera browser (look at attached screen). I'll leave it as it is, maybe at the end I'll play more especialy with _NET_WM_ICON because I think this is what LCL does ---

[MSEide-MSEgui-talk] Missing icon smoothing / antialias in OS task manager

2017-12-31 Thread Krzysztof
Hi Martin, All my icons are from FontAwesome with timagelist.options set to bmo_colormask := true. I noticed that icon in task manager has bad look (see attached screenshot). Icon in main window decorator had same issue but I fixed it with setting tmainfo.icon.options.bmo_colormask to True too. Bu

Re: [MSEide-MSEgui-talk] Issue with hint window

2017-12-31 Thread Krzysztof
Ok I think I found it, in application object: function screenrect(const awindow: twindow = nil): rectty; //nil -> virtualscreeen function workarea(const awindow: twindow = nil): rectty; //nil -> current active window --

Re: [MSEide-MSEgui-talk] Issue with hint window

2017-12-31 Thread Krzysztof
Quick question. How to obtain screen / desktop resolution? I want to adjust volume window position if it popup outside desktop -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdo

Re: [MSEide-MSEgui-talk] Issue with hint window

2017-12-31 Thread Krzysztof
Works. Thanks! -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ mseide-msegui-talk mailing list

[MSEide-MSEgui-talk] Issue with hint window

2017-12-30 Thread Krzysztof
Hi Martin, Another issue which I think worked long time ago. In my app I have volume form which inherit from hint window. Main behavior of this form is that it should be freed when click on ANY other widget or just hidden when click on window from another app (and bring back when click on my app).

Re: [MSEide-MSEgui-talk] Weird behavior of my skincontroller

2017-12-29 Thread Krzysztof
Thanks! Works perfect now -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ mseide-msegui-talk ma

[MSEide-MSEgui-talk] Weird behavior of my skincontroller

2017-12-28 Thread Krzysztof
Hi Martin, Reposting this message because attached too big file and got sourceforge notification. Added it on GDisk and attached shared link instead. As you know I'm reactivating my project. Noticed some weird behavior of my skincontroller which I don't remember him act like this when I suspended

Re: [MSEide-MSEgui-talk] Reactivate my project

2017-12-20 Thread Krzysztof
> Huh, sincerely, I thought that you did it work No, since I suspended my project which needed that :) > Huh, about ICY Data, do you know a application that can deal with it (to see > what must be the result). Not really. This is not urgent for me now. Maybe I'll even try to continue this la

Re: [MSEide-MSEgui-talk] Reactivate my project

2017-12-19 Thread Krzysztof
Yes I know UOS but ICY Data is missing for me in internet streaming. I even started investigating this some time ago: http://uos.2369694.n4.nabble.com/Questions-about-internet-radio-streaming-td176i20.html#a209 Fred, did you have any progress with that? -

[MSEide-MSEgui-talk] Reactivate my project

2017-12-18 Thread Krzysztof
Hi Martin, Long time since I did something with my MSEGUI project. Had to postpone it due to a lot of work in my company. Called today git pull, a really big bunch of changes! Great. But have few questions: 1. MSEIDE build fine, but when try to compile my project I get error related to msefreetyp

[MSEide-MSEgui-talk] Wasn't a member of msegui mailing list anymore :(

2017-12-18 Thread Krzysztof
Hi Martin, After long time wrote to this mailing list and got response that my message is waiting for moderator approval. Seems that I'm not a member anymore. Subscribed again. Did you get my message with subject "Reactivate my project"? Why I was removed? Some changes in sourceforge? That is bad,

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-19 Thread Krzysztof
2017-04-18 8:17 GMT+02:00 Martin Schreiber : > > > There is a new property ttreeitemedit.itemlist.colorlineactive. Please > set it > to cl_none. Thanks! -- Check out the vibrant tech community on one of the world's most e

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-17 Thread Krzysztof
2017-04-16 7:17 GMT+02:00 Martin Schreiber : > > Or > " > imagenr:= -bigint Right, I just wanted be sure if negative values are not reserved for something -- Check out the vibrant tech community on one of the world's mos

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-15 Thread Krzysztof
Ah and another question. What if some node doesn't have image and should not have any selected image neither? Is it safe to set: constructor TDataNode.create(const aowner: tcustomitemlist; const aparent: ttreelistitem); begin inherited create(aowner, aparent); imagenr := imagelist.count * (

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-14 Thread Krzysztof
2017-04-14 13:55 GMT+02:00 Martin Schreiber : > On Friday 14 April 2017 12:43:01 Krzysztof wrote: > > Thanks a lot! Only one thing left, the expand box aka arrow :D . It it > also > > possible change image when node is selected? Attached updated example and > >

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-13 Thread Krzysztof
2017-04-13 6:35 GMT+02:00 Martin Schreiber : > The actual image number is the sum of the node image number and the state > values either direct or the lookup value provided by TImageList.ImageLookup > if it is not empty. > Assume an empty ImageLookup property, ItemList.imnr_selected = 1, -> the >

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-12 Thread Krzysztof
Great, seems doable but can't understand ttreeitemedit1.itemlist.imnr_X policy. Can you explain that too? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link

Re: [MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-11 Thread Krzysztof
2017-04-10 13:36 GMT+02:00 Martin Schreiber : > > > 2. Is it possible to set different image for selected row in > ttreeitemedit? > > My icons are dark and I would like to set them as "negative" color when > > selected. So it should be also from different timagelist (which I init > with > > brighte

Re: [MSEide-MSEgui-talk] Change tdialogstringedit frame buttons from

2017-04-11 Thread Krzysztof
Thanks! -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ mseide-msegui-talk mailing list mseide-ms

[MSEide-MSEgui-talk] Change tdialogstringedit frame buttons from

2017-04-09 Thread Krzysztof
Hi, I would like to modify edit's frame buttons from tskincontroller, especialy change color to cl_foreground so only icon is visible, also set fso_flat and fso_noanim. I can do this with tdialogstringedits belongs to my project by changing it individually but don't know how to do this from tskinc

[MSEide-MSEgui-talk] Different font and image color selected row in twidgetgrid

2017-04-09 Thread Krzysztof
Hi Martin, Two questions: 1. How to change font color for selected row in twidgetgrid (ttreeitemedit)? From tscincontroller. Is there any definded color which I can override by setcolormapvalue()? Something like cl_gridselectedtext? 2. Is it possible to set different image for selected row in ttre

Re: [MSEide-MSEgui-talk] Rounded slider button

2017-04-07 Thread Krzysztof
I'm polishing slider button. Made new shape bitmaps with gimp. This time gimp created different pixels on each side, some of them have transparency (base color was black for circle shape, it is a result of smooth / antyalias option). TImagelist size is 7x7 because this is size of top-left, bottom-l

Re: [MSEide-MSEgui-talk] TSkincontroller button framei and issue in files dialog

2017-04-04 Thread Krzysztof
2017-04-04 6:39 GMT+02:00 Martin Schreiber : > > It has been changed to "cl_buttondefaultrect" because of easy selection > of "cl_default" in objectinspector, see VERSION.TXT. Ahh, indeed. Now it is compiling and issue with file dialog fixed. Thanks! --

Re: [MSEide-MSEgui-talk] Rounded slider button

2017-04-04 Thread Krzysztof
2017-04-04 8:01 GMT+02:00 Martin Schreiber : > Set scrollbar.face1.framei_right and scrollbar.face2.framei_left to -8, see > attachment. > Excellent! Attached final result. Cool. I have to fix shape in gimp because this was on quick but even now it looks very fancy. Thanks a lot!

Re: [MSEide-MSEgui-talk] TSkincontroller button framei and issue in files dialog

2017-04-03 Thread Krzysztof
Mmm can't compile my project, because: "Error: Identifier not found "cl_defaultrect"". This is what you added for topic "tframecomp - how to modify focused frame" :) -- Check out the vibrant tech community on one of the wor

Re: [MSEide-MSEgui-talk] Rounded slider button

2017-04-03 Thread Krzysztof
Perfect! See attached result :) . Corner masks are amazing. But there is one cosmetic thing. See screen2.png and screen3.png. "Inner" fade color is nicely blended with frame shape transparency pixels but it is not possible with face1 and face2 because they are outside of the button. Is there any ea

Re: [MSEide-MSEgui-talk] TSkincontroller button framei and issue in files dialog

2017-04-02 Thread Krzysztof
It is not completed yet. Attached mcskin.7z Description: application/7z-compressed -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [MSEide-MSEgui-talk] Rounded slider button

2017-04-02 Thread Krzysztof
I mean, it looks different than I did with scrollbar -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot

Re: [MSEide-MSEgui-talk] Rounded slider button

2017-04-02 Thread Krzysztof
So it is ok or not? Because I'm confused, I thought that I have to set timagelist3 in faceSlider.template.frameimage_list, not in frameSlider.template.frameimage_list. I'm not sure how to make it working now, I don't even see green fade color :) -

[MSEide-MSEgui-talk] TSkincontroller button framei and issue in files dialog

2017-04-01 Thread Krzysztof
Hi Martin, Added some extra space for buttons in framei (4x4x4x4) by tskincontroller. "OK" and "Cancel" buttons are overlaping "Show hidden files" checkbox. Is it easy to fix? See attached screenshot Regards -- Check out

Re: [MSEide-MSEgui-talk] Rounded slider button

2017-04-01 Thread Krzysztof
Sorry for delay. Trying test it today but something is wrong. As always called pull on git, removed all *.ppu and *.o files, rebuild mymseide. Opened my test project, added some random corner masks to see how it is working. Didn't see any change at runtime, compiled project, run and at runtime ever

[MSEide-MSEgui-talk] Rounded slider button

2017-03-30 Thread Krzysztof
Hi Martin, I know that you are busy lately. I'll just leave here this topic. Answer whenever have a time :) After successfully scrollbar skin I would like to try make rounded slider button like on this picture: http://cdn.osxdaily.com/wp-content/uploads/2011/08/visible-scroll-bar-mac-osx.jpg I f

Re: [MSEide-MSEgui-talk] Skinning scrollbars globally

2017-03-30 Thread Krzysztof
2017-03-30 12:42 GMT+02:00 Martin Schreiber : > > How should it look? Same as on attached screenshot. I added framewidth=2 with colorframe=cl_transparent so button has some extra space in scroll. Nothing is wrong here, just wondered if I can do this same without framewidth. Really nevermind, if i

Re: [MSEide-MSEgui-talk] Skinning scrollbars globally

2017-03-30 Thread Krzysztof
2017-03-30 12:09 GMT+02:00 Martin Schreiber : > > git master ca2f222583a3b99d58571092d512ca447cb99af6 has buttonendlenght > scrollbar properties in tskincontroller. > It is also possible to use tskincontroller.onbeforeupdate and > onafterupdate in > order to make special settings. Thanks a lot! D

Re: [MSEide-MSEgui-talk] Skinning scrollbars globally

2017-03-29 Thread Krzysztof
2017-03-29 15:25 GMT+02:00 Martin Schreiber : > > Later, I have no time at the moment. > That is not a problem. Work first :) . Thanks anyway -- Check out the vibrant tech community on one of the world's most engaging tech

Re: [MSEide-MSEgui-talk] Skinning scrollbars globally

2017-03-28 Thread Krzysztof
Last question, how to make scrollbar button thinner than main bar? I know one solution but just want to enlarge my knowledge about frameface skinning :) . See atached screenshot. In tframecomp I added framewidth = 2 and set colorframe to cl_transparent. But is there other way? tframecomp.framei_ do

Re: [MSEide-MSEgui-talk] Skinning scrollbars globally

2017-03-28 Thread Krzysztof
Or you know what? Don't bother if it is too much trouble. I'll make them less noticeable by setting them flat with light arrow glyph like in GTK scrollbars (see attached screenshot) -- Check out the vibrant tech community o

[MSEide-MSEgui-talk] Skinning scrollbars globally

2017-03-28 Thread Krzysztof
Hi Martin, I successfully created this rounded scrollbar (this is not my MSE app ;) ) using tfacelist and sliced bitmaps. http://cdn.osxdaily.com/wp-content/uploads/2011/08/visible-scroll-bar-mac-osx.jpg How can I apply it globally in tskincontroller? Main problem is that I can't set button start

Re: [MSEide-MSEgui-talk] tdialogstringedit - bring back empty text when clear edit

2017-03-25 Thread Krzysztof
Thanks! -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ mseide-msegui-talk mailing list mseide-ms

[MSEide-MSEgui-talk] tdialogstringedit - bring back empty text when clear edit

2017-03-24 Thread Krzysztof
Hi Martin, It is very cosmetic thing so don't bother if it need some change in source code :) . Just wondering if I can do this with current version. I have added clear button in tdialogstringedit. OnExecute event call tdialogstringedit.text := '' but "empty" text is missing. It is show when I cha

Re: [MSEide-MSEgui-talk] MSE IDE - weird disappearing behavior when submodule

2017-03-24 Thread Krzysztof
Got it again but don't remember what I did. I think that had also opened original sumbodule (as new form) and main form where submodule is placed was docked as tabsheet in docker where source editor is. But I'm not sure. After reopen MSE IDE everything is working fine. I'll keep eye on it and let y

Re: [MSEide-MSEgui-talk] tframecomp - how to modify focused frame?

2017-03-24 Thread Krzysztof
2017-03-24 18:32 GMT+01:00 Martin Schreiber : > On Friday 24 March 2017 18:06:58 Krzysztof wrote: > > 2017-03-24 9:38 GMT+01:00 Martin Schreiber : > > > Git master a5b18945edc6326a4e3464c8d5b03fc6558f4d84 has cl_defaultrect > > > and frame.colorframedefault. >

Re: [MSEide-MSEgui-talk] tframecomp - how to modify focused frame?

2017-03-24 Thread Krzysztof
2017-03-24 9:38 GMT+01:00 Martin Schreiber : > > Git master a5b18945edc6326a4e3464c8d5b03fc6558f4d84 has cl_defaultrect and > frame.colorframedefault. > The defaultrect width is hardcoded to 1. If you need full control use frame > images and frame.frameimage_offset1. offset1 will be added to the >

Re: [MSEide-MSEgui-talk] Skinning tpopupmenu - remove 3D light

2017-03-23 Thread Krzysztof
2017-03-23 9:02 GMT+01:00 Martin Schreiber : > > Please use tframecomp.optionsskin fso_flat and fso_noanim. > Thanks! -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! ht

Re: [MSEide-MSEgui-talk] MSE IDE - weird disappearing behavior when submodule

2017-03-23 Thread Krzysztof
2017-03-23 12:08 GMT+01:00 Martin Schreiber : > > Good catch! :-) > Please try again with git master 3459e9228bf2b18c8b10228d66421d59955b8a85. > Fixed, thanks :) -- Check out the vibrant tech community on one of the world'

[MSEide-MSEgui-talk] MSE IDE - weird disappearing behavior when submodule

2017-03-22 Thread Krzysztof
Hi Martin, About week ago I noticed weird behavior with my IDE. Thought that it was a result of my mess up with docking into one window. Today removed .prj file and tried from the beginning and finally found what is a reason. Problem is when main form contain submodule. See link to video below. Te

Re: [MSEide-MSEgui-talk] Skinning tpopupmenu - remove 3D light

2017-03-22 Thread Krzysztof
... and same in checkbox frame -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ mseide-msegui-talk

[MSEide-MSEgui-talk] Skinning tpopupmenu - remove 3D light

2017-03-22 Thread Krzysztof
Hi Martin, I'm trying to create flat aka Windows 10 skin (without 3D effects). I have problem with tpopupmenu. I want just simple background on active menuitem but it still has this gray and white frame. How to remove it? See attached example and screenshot. Regards popupskin.7z Description: ap

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-19 Thread Krzysztof
2017-03-19 8:17 GMT+01:00 Martin Schreiber : > On Friday 17 March 2017 13:32:28 Krzysztof wrote: > > 2017-03-17 7:00 GMT+01:00 Martin Schreiber : > > > Please send a simple testcase. > > > > Attached. Click on tbutton1 with left mouse button and then try to clo

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-17 Thread Krzysztof
2017-03-17 7:00 GMT+01:00 Martin Schreiber : > > Please send a simple testcase. Attached. Click on tbutton1 with left mouse button and then try to close app. I must first click somewhere inside the app for close popup menu popup.7z Description: application/7z-compressed

Re: [MSEide-MSEgui-talk] object inspector problem

2017-03-16 Thread Krzysztof
2017-03-16 10:46 GMT+01:00 Julio Jiménez : > > A picture is worth a thousand words. ;) > Thanks a lot Julio! Finally understand it! What I did wrong is that I always added not enough panels so tabs for "source | mainform |" didn't work properly (they disappeared when tried add components pale

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-16 Thread Krzysztof
2017-03-15 16:01 GMT+01:00 Martin Schreiber : > > It still works for me. When I open a popup menu and click on close button > of > the window decoration the popup closes. Forgot to add important detail that I'm showing popup menu manually on left button click: procedure TfrmViewTree.ShowViewPopu

Re: [MSEide-MSEgui-talk] object inspector problem

2017-03-15 Thread Krzysztof
2017-03-15 18:16 GMT+01:00 Julio Jiménez : > > > Would be interesting for new users, create a GIF (like in your example to > reproduce the issue) showing how to create it from the standard template. > I agree. Tried few times some time ago make one window IDE (including form designer) but always f

Re: [MSEide-MSEgui-talk] object inspector problem

2017-03-15 Thread Krzysztof
I'm more interest how you changed your IDE into one docked window. Did you just use panels? -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot_

Re: [MSEide-MSEgui-talk] Frame offset after skinning

2017-03-13 Thread Krzysztof
2017-03-13 9:03 GMT+01:00 Martin Schreiber : > > Yes, please try again with git master > e6fc342877b9a6b80ca62cd8a8e7df6bd46d6c07. Works perfect, thanks! -- Check out the vibrant tech community on one of the world's most

Re: [MSEide-MSEgui-talk] Frame offset after skinning

2017-03-12 Thread Krzysztof
2017-03-12 7:47 GMT+01:00 Martin Schreiber : > > - Set twidgetgrid.anchors to [an_top,an_bottom]. > - Select twidgetgrid1 in tsimplewidget3.linkbottom (tsimplewidget3 is a > tlayouter). > BTW: recommended place_* settings for tsimplewidget3 are maxdist = 4, > midist = > 4, mode = wam_start, options

Re: [MSEide-MSEgui-talk] Frame offset after skinning

2017-03-11 Thread Krzysztof
2017-03-11 18:44 GMT+01:00 Martin Schreiber : > Please send a simple testporject which shows the problem. > Attached. If you run it with skin not active then it is fine, with active, filter edit's and widgetgrid's right edges are not vertically on the same line skinning.7z Description: applicat

[MSEide-MSEgui-talk] Frame offset after skinning

2017-03-11 Thread Krzysztof
Hi Martin, I'm preparing "flat" ala Win10 skin without 3D and all inner/outer levels, just with framewith = 1. Problem is that when I turn on skin, then widget frames are not on the same line. Look at attached screenshot. There is twidgetgrid and above is tlayouter with align Y and place X. Both c

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-10 Thread Krzysztof
2017-03-10 7:05 GMT+01:00 Martin Schreiber : > > Not that I am aware of. Can you point to the message thread were we > discussed > it? Here https://www.mail-archive.com/mseide-msegui-talk%40lists.sourceforge.net/msg10546.html ---

Re: [MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-09 Thread Krzysztof
2017-03-09 9:10 GMT+01:00 Martin Schreiber : > > Done, git master d981dfa79cb5758e5e7bd1d1ac555385f955c929. > Thanks! Works perfect. BTW: Did you change something in popmenu recently? Do you remember when I reported that can't close app (click on X) when popmenu is showing? I have it again. Since

[MSEide-MSEgui-talk] FontAwesome - change icon height on the fly

2017-03-08 Thread Krzysztof
Hi Martin, Currently, FA icon height can be set in tftglyphs constructor. Height property is read-only. Is it possible to change it to write too? I'm trying to override stock glyphs with FontAwesome at runtime, so they fit to my app needs and have nice antialiasing. Also, with bmo_colormask option

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-03-08 Thread Krzysztof
2017-03-08 7:55 GMT+01:00 Martin Schreiber : > > AFAIK you use options two_usedbus? Are there messages in 'View'-'Target > Console'? Maybe killing the application disturbs DBUS. > Please report if you find a reproducible testcase. > Yes, I use two_usedbus. I'll dig deeper when get it next time ---

Re: [MSEide-MSEgui-talk] fpCEF3 port?

2017-03-02 Thread Krzysztof
2017-02-27 10:00 GMT+01:00 Martin Schreiber : > > > Why not? What does not work? Well, in LCL, "CreateBrowser" is called in virtual CreateWnd (this is where X / GDI handler is requested). With MSE Twidget I had to move "CreateBrowser" into construction because twidget.createwindow was never calle

[MSEide-MSEgui-talk] fpCEF3 port?

2017-02-25 Thread Krzysztof
Hi Martin, Is it possible (from technical view) port fpCEF3 since MSEgui has only one X window / GDI? Tried by my self, component is compiling but it doesn't work. I probably did something wrong, there was a lot of LCL methods Details: http://wiki.freepascal.org/fpCEF3 Regards ---

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
Ok installed FPC 3.0.0 in my home directory and changed paths in MSEIDE configuration. Did quick tests and seems that tray icon is working perfect. Don't know what you meant with net_system_tray_opcode but I need to use two_usedbus option, without this option tray icon behave as previous (pop menu

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
Yes, the goal for my project is to use FPC 3.0 but on my main machine I need to have FPC 2.6.4 due to my company restrictions. Never have two FPC versions on same OS, is it even possible? If not then I prepare new virtualbox guest with complete FPC 3.0 enviromnent --

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-06 Thread Krzysztof
I did git pull few minutes ago. Trying to build mymseide and getting a lot of compiler errors. I have FPC 2.6.4 64bit msedbusinterface.pas(639,37) Error: Incompatible types: got "PPTypeInfo" expected "PTypeInfo" msedbusinterface.pas(1092,22) Error: Identifier not found "pmanagedfield" msedbusinter

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2017-01-03 Thread Krzysztof
2017-01-02 17:38 GMT+01:00 Martin Schreiber : > > git master 30abcbe9abb89d1733fd75ca824227a258b8ed17 uses DBus if > available and > traywidget.options two_usedbus is set. Overhead and development effort are > crazy... > There are also workarounds for net_system_tray_opcode on newer window > manage

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-07 Thread Krzysztof
2016-12-07 6:43 GMT+01:00 Martin Schreiber : > What happens with a MSEgui tray icon if the application has been closed > and started again? For me it shows only the first time. Work fine here on git master -- Developer A

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Krzysztof
2016-12-06 20:31 GMT+01:00 Martin Schreiber : > > I don't know. Or KDE makes their compatibility layer so that it works with > Skype. Did you try to kill Skipe and check if the icon still works after > restart in the same session? Don't know if understood question. Did quick test: 1. Run skype 2.

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Krzysztof
I'm not familiar with background but wondering how it is possible that on old Skype app which wasn't update from a years for linux, tray icon and pop up is still working fine? They build it on DBUS from the beginning? -- De

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-12-06 Thread Krzysztof
2016-12-06 18:36 GMT+01:00 Martin Schreiber : > On 11/27/2016 02:47 PM, Krzysztof wrote: > > 2016-11-26 17:54 GMT+01:00 Martin Schreiber : > >> > >> It seems most of current windowmanagers have broken support for the > >> net_system_tray_opcode protocol

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-27 Thread Krzysztof
2016-11-26 17:54 GMT+01:00 Martin Schreiber : > > It seems most of current windowmanagers have broken support for the > net_system_tray_opcode protocol. That means that I must implement a > complete DBus interface in MSEgui. A very big Expenditure only in order > to show a tray icon, it will take a

Re: [MSEide-MSEgui-talk] twidgetgrid - how to hide standard popupmenu?

2016-11-24 Thread Krzysztof
2016-11-24 7:11 GMT+01:00 Martin Schreiber : > > > On 23.11.2016 21:58, Krzysztof wrote: > > Hi Martin, > > > > Assigned own tpopupmenu to the twidgetgrid and it appear below > > standard popupmenu (Undo, Copy...). How to hide this standard menu and &

Re: [MSEide-MSEgui-talk] Form icon issue (again)

2016-11-23 Thread Krzysztof
2016-11-23 19:00 GMT+01:00 Martin Schreiber : > > > On 21.11.2016 08:56, Martin Schreiber wrote: > > On 11/21/2016 08:26 AM, Martin Schreiber wrote: > >> I'll try with some other window manger in order to reproduce the > problem. > >> > > Yup, it happens with "modern" compositing window managers w

  1   2   3   4   >