Re: [MSEide-MSEgui-talk] Form without auto sbhorz/sbvert ?

2016-04-08 Thread Martin Schreiber
On Friday 08 April 2016 14:06:46 Fred van Stappen wrote: > > In 2016-04-06 09:24:03 f6e88fce69a57f51e352726a4d69fc7891e8f410: > > Ooops, I did not see this. > > Thanks. > > > procedure tmainfo.changepos(const sender: TObject; var avalue: realty; > >var accept: Boolean); > > begin >

Re: [MSEide-MSEgui-talk] Code editor and EOL style

2016-04-08 Thread Martin Schreiber
On Friday 08 April 2016 19:16:56 Graeme Geldenhuys wrote: > Hi Martin, > > What is the designed behaviour of MSEide's code editor and EOL styles? > > Does it auto-convert it to whatever the MSEide target executable is? Or > does it leave the line style whatever it is (example in a shared folder > e

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-08 Thread Martin Schreiber
On Friday 08 April 2016 23:26:16 Krzysztof wrote: > Hi, > > Is there control for showing directories tree (with custom folder > icon)? I'm looking at tfilelistview but I'm not sure if this is right > control. A lot of settings, maybe I missed something. > There is TDirDropdownEdit from tab "Dialog"

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-08 Thread Martin Schreiber
On Saturday 09 April 2016 05:59:19 Omega One X wrote: > Hello, Martin! > > First, Great thanks for your MSEGUI which is a great masterpiece! > Thanks! :-) > Is there any range slider widget in MSEGUI (to collect range values) like > those ones in jQuery and others? The range of the Value propert

Re: [MSEide-MSEgui-talk] Custom component and hidding published properties

2016-04-09 Thread Martin Schreiber
On Friday 08 April 2016 20:12:03 Krzysztof wrote: > Hi Martin, > > I have created own Tlayouter descendant which have other controls as > childs (TButton and also Tlayouter). I got weird behavior by setting > properties in costructor. Finally found out that I placed my new > component on form befor

Re: [MSEide-MSEgui-talk] TListView and "ownerdata"

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 00:18:52 Krzysztof wrote: > Hi Martin, > > I mentioned about this in topic "Migration from Lazarus". You respond: > > TTreeItemEdit placed in a TWidgetGrid. TWidgedGrid (component palette > > tab 'Edit') is a grid widget where inserted edit widgets build data > > columns.

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 00:21:57 Patrick Goupell wrote: > Please post your question to the MSEgui forum on the webstie. > > Click on the Forum link. > That links to http://news.gmane.org/gmane.comp.ide.mseide.user which is a NNTP gateway to mseide-msegui-talk. Martin --

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 08:38:17 Martin Schreiber wrote: > On Saturday 09 April 2016 05:59:19 Omega One X wrote: > > Hello, Martin! > > > > First, Great thanks for your MSEGUI which is a great masterpiece! > > Thanks! :-) > > > Is there any range slider widget

Re: [MSEide-MSEgui-talk] Code editor and EOL style

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 15:42:22 Graeme Geldenhuys wrote: > On 2016-04-09 14:40, Graeme Geldenhuys wrote: > > If it can detect the EOL style (say query the first line or two) and > > simply use that, that would be perfect. > > Or make that a 3rd option. For example: > * Unix > * Windows > *

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 17:58:16 Yuri wrote: > > But you probably need a range slider where start and stop value can be > > set individually anyway which is another thing. > > > Added to wishlist. > > You are right! I need, for example, something very close to this one: > http://refreshless.com/n

Re: [MSEide-MSEgui-talk] TStringEdit - Empty_ visible when focused

2016-04-09 Thread Martin Schreiber
On Saturday 09 April 2016 19:56:01 Krzysztof wrote: > Hi Martin, > > I guess that TStringEdit.Empty_X is a "text hint" or more commonly > known as "placeholder" right? Looking at options, is it possible to > show it even when it is focused (but still empty)? Qt edits from > version 5.0 are showing

Re: [MSEide-MSEgui-talk] Adding icon actions into TStringEdit

2016-04-10 Thread Martin Schreiber
On Saturday 09 April 2016 20:06:53 Krzysztof wrote: > Hi Martin, > > Is it possible to add action icons into TEdit? I mean icon for custom > purpose like clear text, filter, open something etc. Something like > button inside tdropdownitemedit. Please use TDialogStringEdit (component palette tab 'D

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Martin Schreiber
On Saturday 09 April 2016 23:39:17 Krzysztof wrote: > Hi Martin, > > I want to make dropdown button flat, transparent and with custom icon. > I changed icon, made button flat but can't make it transparent (see > attached screen). Changing tdirdropdownedit.frame.button.color := > cl_transparent has

Re: [MSEide-MSEgui-talk] OpenHub source code locations out of date

2016-04-10 Thread Martin Schreiber
On Sunday 10 April 2016 02:08:37 Graeme Geldenhuys wrote: > Hi Martin, > > I came across this URL. It's now called Open HUB, it used to be under a > different name. Anyway, the source code URL's are out of date, so it > can't generates stats any more. > > https://www.openhub.net/p/11134 > > > Jus

Re: [MSEide-MSEgui-talk] Range slider widget

2016-04-10 Thread Martin Schreiber
On Saturday 09 April 2016 18:44:24 Martin Schreiber wrote: > On Saturday 09 April 2016 17:58:16 Yuri wrote: > > > But you probably need a range slider where start and stop value can be > > > > set individually anyway which is another thing. > > > > > Adde

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Martin Schreiber
On Sunday 10 April 2016 09:30:04 Martin Schreiber wrote: > On Saturday 09 April 2016 23:39:17 Krzysztof wrote: > > Hi Martin, > > > > I want to make dropdown button flat, transparent and with custom icon. > > I changed icon, made button flat but can't make it tran

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-10 Thread Martin Schreiber
On Friday 08 April 2016 23:26:16 Krzysztof wrote: > Hi, > > Is there control for showing directories tree (with custom folder > icon)? I'm looking at tfilelistview but I'm not sure if this is right > control. A lot of settings, maybe I missed something. > I now vaguely remember that Patrick made su

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-10 Thread Martin Schreiber
On Sunday 10 April 2016 16:32:15 Krzysztof wrote: > Hi Martin, > > A lot of FA icons can have disproportionate size. This issue also was > a struggle in Lazarus LCL . For example folder icon (code point 61563) > has size 16x13. If TImageList has fixed 16x16 size then icons which > have disproportio

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-10 Thread Martin Schreiber
On Sunday 10 April 2016 16:42:16 Krzysztof wrote: > > Or better set tdirdropdownedit.frame.button.color to cl_foreground. > > Ok thanks. > BTW: How can I change dir icon in dropdown tree? Is it also in > stockdata.glyph or somewhere? Can I somehow replace them? > They are in lib/common/dialogs/msef

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-10 Thread Martin Schreiber
On Monday 11 April 2016 08:18:48 Martin Schreiber wrote: > On Sunday 10 April 2016 16:32:15 Krzysztof wrote: > > Hi Martin, > > > > A lot of FA icons can have disproportionate size. This issue also was > > a struggle in Lazarus LCL . For example folder icon (code poin

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-11 Thread Martin Schreiber
On Monday 11 April 2016 14:09:18 Krzysztof wrote: > So what can I do for now? > I'll extend TFTGlyphs for returning a bitmap with the character cell size where all glyphs have the same size. The problem is that centring an odd distance in an even distance can not be done precise. Maybe the roundi

Re: [MSEide-MSEgui-talk] Debugging issue

2016-04-11 Thread Martin Schreiber
On Monday 11 April 2016 19:12:29 Graeme Geldenhuys wrote: > Hi Martin, > > Please see attached screenshot. > > 1. This is where the variable is defined. The type is a Double. > > 2. This is where I added the watch. > > Debug Info is obviously enabled when I compiled the application - using > FP

Re: [MSEide-MSEgui-talk] Debugging issue

2016-04-12 Thread Martin Schreiber
On Tuesday 12 April 2016 10:45:18 Graeme Geldenhuys wrote: > On 2016-04-12 07:01, Martin Schreiber wrote: > > The FPC-gdb combination does not support nested function scopes. Please > > click in stack window in the row of "DoPrepareReport()" in order to > > switch th

Re: [MSEide-MSEgui-talk] Debugging issue

2016-04-12 Thread Martin Schreiber
On Tuesday 12 April 2016 11:40:46 Graeme Geldenhuys wrote: > On 2016-04-12 10:10, Martin Schreiber wrote: > > It uses the LLVM backend where it could be possible to define nested > > stack variables if I read the code right (not tested yet). gcc also > > supports nested fun

Re: [MSEide-MSEgui-talk] Feature Request: shortcut for "Add watch at cursor"

2016-04-12 Thread Martin Schreiber
On Tuesday 12 April 2016 11:55:38 Graeme Geldenhuys wrote: > Hi, > > The source editor popup menu has "Add watch at cursor", but there is no > shortcut assigned to it, and you can't assign one either, as it doesn't > appear in the IDE shortcuts list. > > Could this action item be added to the IDE s

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-12 Thread Martin Schreiber
On Tuesday 12 April 2016 23:52:06 Krzysztof wrote: > 2016-04-11 8:37 GMT+02:00 Martin Schreiber : > > They are in lib/common/dialogs/msefiledialogres.pas. > > On runtime: > > " > > filedialogres.images.setimage(ord(fdi_dir),newbitmap, > >

Re: [MSEide-MSEgui-talk] Up-down / grouped button

2016-04-12 Thread Martin Schreiber
On Tuesday 12 April 2016 20:09:46 Krzysztof wrote: > Hi Martin, > > How to make TButton to act as "radio button"? I mean it can be down > and click on another button with same group make it up and make down > new button. In LCL it was enough to set TSpeedButton.GroupIndex. > Buttons with state are

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-13 Thread Martin Schreiber
On Monday 11 April 2016 19:06:53 Martin Schreiber wrote: > On Monday 11 April 2016 14:09:18 Krzysztof wrote: > > So what can I do for now? > > I'll extend TFTGlyphs for returning a bitmap with the character cell size > where all glyphs have the

Re: [MSEide-MSEgui-talk] TDirDropdownEdit - how to make button flat and transparent?

2016-04-13 Thread Martin Schreiber
On Tuesday 12 April 2016 23:52:06 Krzysztof wrote: > 2016-04-11 8:37 GMT+02:00 Martin Schreiber : > > They are in lib/common/dialogs/msefiledialogres.pas. > > On runtime: > > " > > filedialogres.images.setimage(ord(fdi_dir),newbitmap, > >

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-13 Thread Martin Schreiber
On Wednesday 13 April 2016 16:33:42 Krzysztof wrote: > Great. So what is a properly getcell() usage for correcting position? > I chanded demo to use 12x12 icon and with getcell() result is even > worse than with getglyph() (see screen mse_fa1.png and mse_fa2.png, > they looks like positioned at top

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-13 Thread Martin Schreiber
On Wednesday 13 April 2016 19:14:22 Krzysztof wrote: > Hi Martin, > > Why can't use sqldb unit? Get error: > "bufdataset.pas(24,26) Fatal: Cannot find bufdataset_parser used by > BufDataset. Make sure all ppu files of a package are in its output > directory. ppu in wrong > directory=/usr/lib/fpc/2.

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-13 Thread Martin Schreiber
On Thursday 14 April 2016 08:08:12 Martin Schreiber wrote: > For compiling FCL SQLdb there probably is a conflict with the DBase units > in lib/common/fpccompatibility, I'll take a look. > Please try again wit git master 6e5e6dcd51624838567bec68067b686c5f6ad8e0 and delete the *.ppu

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-14 Thread Martin Schreiber
On Wednesday 13 April 2016 18:57:19 Krzysztof wrote: > Could you also add "rotate" option? I think that then we can create > set of images and create sprite animation for spinners. Look at > "spinner" section https://fortawesome.github.io/Font-Awesome/icons/ Currently MSEgui has no support for rot

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-14 Thread Martin Schreiber
On Thursday 14 April 2016 09:43:33 Krzysztof wrote: > 2016-04-14 9:14 GMT+02:00 Martin Schreiber : > > Currently MSEgui has no support for rotating bitmaps. > > But if FontAwesome is icon then can't it be done on font level? I > mean, I'm not familiar on such low level

Re: [MSEide-MSEgui-talk] FindFirstUTF8, UTF8LowerCase etc. Do I need this in MSE?

2016-04-15 Thread Martin Schreiber
On Friday 15 April 2016 21:17:09 Krzysztof wrote: > Hi Martin, > > I'm still porting code from Lazarus project. Now I'm in unicode > issues. I often use UTF8LowerCase (and other UTF8XXX) which is from > LCL (LazUTF8, LazFileUtils), not from FCL. I need it because I'm using > external C libs (e.g. T

Re: [MSEide-MSEgui-talk] FindAllFiles() alternative

2016-04-15 Thread Martin Schreiber
On Friday 15 April 2016 22:22:14 Krzysztof wrote: > Hi Martin, > > Is there alternative for: > > function FindAllFiles(const SearchPath: String; SearchMask: String = ''; > SearchSubDirs: Boolean = True; DirAttr: Word = faDirectory): > TStringList; overload; > > >From package Lazutils->Fileutil. I

Re: [MSEide-MSEgui-talk] Why TSimpleWidget has Visible = False by default?

2016-04-16 Thread Martin Schreiber
On Saturday 16 April 2016 22:03:06 Krzysztof wrote: > Hi Martin, > > Simple question :D . It is GUI component on Widget tab, why such > exception? Because it has been introduced as dummy widget for padding and spacing in layouts. > To be honest, I dropped it on form and played with frame > and

Re: [MSEide-MSEgui-talk] IDE Object inspector - double click switch for boolean properties

2016-04-16 Thread Martin Schreiber
On Saturday 16 April 2016 19:52:55 Krzysztof wrote: > Hi Martin, > > Small request from Lazarus IDE habit. Double click on boolean type (or > enums items) could switch between TRUE/FALSE (value := not value). It > is much faster double click on optionswidget1 items than dropdown each > one where is

Re: [MSEide-MSEgui-talk] TLayouter, osc_shrinky is shrinking too much

2016-04-16 Thread Martin Schreiber
On Saturday 16 April 2016 20:34:42 Krzysztof wrote: > Hi Martin, > > Don't know why osc_shrinky is shrinking too much. See attached screen, > buttons have top border cut (~1px). Checked your demo > widgets/layout/layouter and don't know why here it is ok. What option > I don't see? Attached demo. >

Re: [MSEide-MSEgui-talk] FontAwesome icons - size regression

2016-04-17 Thread Martin Schreiber
On Thursday 14 April 2016 09:56:51 Martin Schreiber wrote: > On Thursday 14 April 2016 09:43:33 Krzysztof wrote: > > 2016-04-14 9:14 GMT+02:00 Martin Schreiber : > > > Currently MSEgui has no support for rotating bitmaps. > > > > But if FontAwesome is icon then can

Re: [MSEide-MSEgui-talk] Up-down / grouped button

2016-04-17 Thread Martin Schreiber
On Wednesday 13 April 2016 07:56:07 Martin Schreiber wrote: > On Tuesday 12 April 2016 20:09:46 Krzysztof wrote: > > Hi Martin, > > > > How to make TButton to act as "radio button"? I mean it can be down > > and click on another button with same group make i

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Martin Schreiber
On Saturday 09 April 2016 08:23:35 Martin Schreiber wrote: > On Friday 08 April 2016 23:26:16 Krzysztof wrote: > > Hi, > > > > Is there control for showing directories tree (with custom folder > > icon)? I'm looking at tfilelistview but I'm not sure if this is

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-17 Thread Martin Schreiber
On Thursday 14 April 2016 11:35:44 Krzysztof wrote: > Yep. Now is compiling fine. Thanks :) > I'll probably move to msedb in future but for now I'm focused on porting > GUI > I am interested in a field report when you are ready. Martin -

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Martin Schreiber
On Sunday 17 April 2016 19:03:30 che fou wrote: > good component . > btw how to collapse/expand a tree node with double click ? > git master 884de8e5bcecc05b12158821955338eaef9f9a0b has TDirTreeView.Options dto_expandonclick, dto_expandondblclick. Martin -

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-17 Thread Martin Schreiber
On Sunday 17 April 2016 20:21:41 Krzysztof wrote: > There is odd frame on the right which end at the last directory item, > look at screenshot That is the column line of the widget grid. Has been removed in git master 884de8e5bcecc05b12158821955338eaef9f9a0b. Martin --

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-18 Thread Martin Schreiber
On Monday 18 April 2016 09:51:41 Yuri wrote: > Hello Martin! > > What is the best way to make only one instance per application running at > same time? In Lazarus CL there is UniqueInstance component for this > purpose. What about MSEGUI? > MSEgui currently has no such component, added to wishlist.

Re: [MSEide-MSEgui-talk] TStringEdit - Empty_ visible when focused

2016-04-18 Thread Martin Schreiber
On Sunday 10 April 2016 09:03:59 Martin Schreiber wrote: > On Saturday 09 April 2016 19:56:01 Krzysztof wrote: > > Hi Martin, > > > > I guess that TStringEdit.Empty_X is a "text hint" or more commonly > > known as "placeholder" right? Looking at opti

Re: [MSEide-MSEgui-talk] TStringEdit - Empty_ visible when focused

2016-04-18 Thread Martin Schreiber
On Monday 18 April 2016 15:33:54 Krzysztof wrote: > Great! Are they expected behaviors? > 1. With eo_showfocused, when entering, empty text is not tf_xcentered > but on the left Yes. It uses the values of textflagsactive. > 2. When clearing text with backspace and eo_showfocused, empty text is >

Re: [MSEide-MSEgui-talk] FindAllFiles() alternative

2016-04-19 Thread Martin Schreiber
On Monday 18 April 2016 17:12:17 Krzysztof wrote: > and also could be "case-insensitive" option for ext because > sometimes I found *.BMP files on my disk > git master 9ff376b064b1e4d797eecd171a227654dd5a9b81 has an additional options property. Martin ---

Re: [MSEide-MSEgui-talk] FindAllFiles() alternative

2016-04-19 Thread Martin Schreiber
On Monday 18 April 2016 16:26:32 Krzysztof wrote: > Is it possible to call SearchFiles() with multiple file mask? This > work: SearchFiles('*.jpeg', but these not: > SearchFiles('*.jpeg *.bmp', > SearchFiles('*.jpeg;*.bmp', > SearchFiles('*.jpeg|*.bmp', > " SearchFiles('"*.jpeg" "*.

Re: [MSEide-MSEgui-talk] TStringEdit - Empty_ visible when focused

2016-04-19 Thread Martin Schreiber
On Monday 18 April 2016 16:13:25 Martin Schreiber wrote: > > 2. When clearing text with backspace and eo_showfocused, empty text is > > not showing up again. > > Yes. Please press Enter in order to show it again. &g

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-19 Thread Martin Schreiber
On Sunday 17 April 2016 19:03:30 che fou wrote: > good component . > btw how to collapse/expand a tree node with double click ? > Alternative: click on folder icon. Martin -- Find and fix application performance issues fa

Re: [MSEide-MSEgui-talk] Code editor and EOL style

2016-04-19 Thread Martin Schreiber
On Saturday 09 April 2016 08:09:22 Martin Schreiber wrote: > On Friday 08 April 2016 19:16:56 Graeme Geldenhuys wrote: > > Hi Martin, > > > > What is the designed behaviour of MSEide's code editor and EOL styles? > > > > Does it auto-convert it to whatev

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-19 Thread Martin Schreiber
On Tuesday 19 April 2016 23:46:26 Krzysztof wrote: > Is there option for show selected dir even when widget is not focused > / active? Currently, when I change focus to other widget then I don't > see which dir is selected. IIRC in LCL this option is known as > "HideSelection" for edit kind widgets

Re: [MSEide-MSEgui-talk] Up-down / grouped button

2016-04-20 Thread Martin Schreiber
On Tuesday 19 April 2016 22:27:26 Krzysztof wrote: > > git master 67e6cf80e4fb391bd756df0ad93918c6c5ea4c28 has > > tdatabutton.options bo_radioitem and "group" property. > > How to use it? Placed 3 tdatabuttons on form, set group 1 and > bo_radioitem for each but they still acting as normal buttons

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-21 Thread Martin Schreiber
On Thursday 21 April 2016 21:30:36 Krzysztof wrote: > Have it again :( . But now I think that it is my fault. After your > fix, everything worked fine. Could compile my project on MSEide but > also in Lazarus. Since I'm using MSEide mostly only for designing (I'm > too much addicted to code complet

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-21 Thread Martin Schreiber
On Thursday 21 April 2016 23:29:33 Fred van Stappen wrote: > Hello. > > Added MSEgui demo (tested on Linux, FreeBSD and Windows). > > -> https://github.com/fredvs/runonce_postit > Can you post the example to MSEuniverse? Thanks, Martin -

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-21 Thread Martin Schreiber
On Friday 22 April 2016 06:57:02 Martin Schreiber wrote: > On Thursday 21 April 2016 21:30:36 Krzysztof wrote: > > Have it again :( . But now I think that it is my fault. After your > > fix, everything worked fine. Could compile my project on MSEide but > > also in Lazarus. S

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-22 Thread Martin Schreiber
On Wednesday 20 April 2016 08:39:42 Martin Schreiber wrote: > I assume there need been more properties mirrored from TDirTreefo to > TDirTreeView. I try to mirror "grid" and "treeitem" but it probably needs > some difficult changes in streaming system because "

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 11:12:46 Krzysztof wrote: > 2016-04-22 6:57 GMT+02:00 Martin Schreiber : > > "lib/common/fpccompatibility/mdbf_prscore.pas" should be loaded instead. > > Please check why dbf_prscore.ppu is loaded by adding -vu to compiler > > paramet

Re: [MSEide-MSEgui-talk] TShellDirectoryView ?

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 12:54:31 Krzysztof wrote: > What does it mean "submodule"? > Like Delphi TFrame. Open the submodule form in MSEide, RightClick in the destination form, 'Insert Submodule', select the formfile of the submodule. Martin ---

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 12:53:05 Krzysztof wrote: > 2016-04-22 11:36 GMT+02:00 Martin Schreiber : > > That is the problem. I don't know why it worked before. git master > > 13345e403732d1c2a889d6f1c2eeecc4fb7874b8 renamed it to mdbf_prssupp. > > Please delete dbf_prssupp

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 13:33:04 Krzysztof wrote: > > And this from Lazarus: > -Fu/home/dibo/programowanie/lazarus_svn_1_6_fixes/packager/units/x86_64-lin >ux Please try to insert this link on top of 'Project'-'Options'-'Make'-'Directories', uncheck 'I','L' and 'O'. The order is reversed in FPC

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 13:49:16 Fred van Stappen wrote: > > Can you post the example to MSEuniverse? > > All what you want Martin but... you know how I am afraid about Git... > > Maybe, if you explain slowly how to do, I will (try to) do it. > Get a git-pull or git-clone from MSEuniverse https://g

Re: [MSEide-MSEgui-talk] Only one instance per application

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 14:31:16 Fred van Stappen wrote: > > > All what you want Martin but... you know how I am afraid about Git... > > > > > > Maybe, if you explain slowly how to do, I will (try to) do it. > > > > Get a git-pull or git-clone from MSEuniverse > > https://gitlab.com/mseide-msegui/m

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 14:29:28 Krzysztof wrote: > 2016-04-22 14:00 GMT+02:00 Martin Schreiber : > > Please try to insert this link on top > > of 'Project'-'Options'-'Make'-'Directories', uncheck 'I','L' and 'O

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 15:47:11 Martin Schreiber wrote: > > Hmm, or is the FPC searching order reversed so that the first found unit is > used? I am very confused now. It seems so. I'll remove in MSEide the reverting of the 'Make'-'

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 15:58:57 Martin Schreiber wrote: > On Friday 22 April 2016 15:47:11 Martin Schreiber wrote: > > Hmm, or is the FPC searching order reversed so that the first found unit > > is used? I am very confused now. > > It seems so. I'll remove in MSEide th

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 17:14:50 Krzysztof wrote: > I'm confused too. I'm not familiar with compiling from command line. > Always used IDE build option. But finally got it compile with little > trick. These are my MSEide project directories: > ${MSELIBDIR}*/ > ${MSELIBDIR}kernel/$TARGETOSDIR/ > ${M

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 17:51:17 Krzysztof wrote: > Hi Martin, > > We had such discussion in other topic. I can confirm it even with one > MSEide instance :( . Lazarus is closed. And it is happens often and > often. Very annoying. When openning IDE and pressing F9, on 97% cases > my whole KDE dekst

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 18.10:25 Martin Schreiber wrote: > On Friday 22 April 2016 17:51:17 Krzysztof wrote: > > Hi Martin, > > > > We had such discussion in other topic. I can confirm it even with one > > MSEide instance :( . Lazarus is closed. And it is happen

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 17.51:17 Krzysztof wrote: > Linux Kubuntu 14.04 64bit, FPC 2.6.4 64bit > gdb --version return "GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1" > Maybe I should install 7.11 . There is new version of Kubuntu upcoming > so maybe there will be new gdb already > Just checked

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 18.52:21 Krzysztof wrote: > 2016-04-22 18:10 GMT+02:00 Martin Schreiber : > > Does the problem > > > > persist if the project has been built without debuginfo? > > How to do that? > Remove the -g* make options and build the application. &

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Martin Schreiber
On Friday 22 April 2016 18.48:55 Martin Schreiber wrote: > On Friday 22 April 2016 17.51:17 Krzysztof wrote: > > Linux Kubuntu 14.04 64bit, FPC 2.6.4 64bit > > gdb --version return "GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) > > 7.7.1" > > > Maybe I shoul

Re: [MSEide-MSEgui-talk] TSlider example

2016-04-23 Thread Martin Schreiber
On Saturday 23 April 2016 01:08:48 Krzysztof wrote: > 2016-04-23 0:39 GMT+02:00 Krzysztof : > > It should also correspond with "accept" param in "onsetvalue" > > event. Let say that my "accept" is for every 0.25 (4 steps), click on > > slider should move button / change value to the closest mouse p

Re: [MSEide-MSEgui-talk] TSlider example

2016-04-23 Thread Martin Schreiber
On Saturday 23 April 2016 00:39:34 Krzysztof wrote: > 2016-04-22 23:42 GMT+02:00 Krzysztof : > > Does it mean that "max" is TSlider width and > > value is from 0 to TSlider.Width? > > Testing it. No, value is float range from 0.0 to 1.0. Ok I think I > understand, I need to calculate percentage/sca

Re: [MSEide-MSEgui-talk] TSlider example

2016-04-23 Thread Martin Schreiber
On Saturday 23 April 2016 17:25:22 Krzysztof wrote: > Is it possible to have some kind "fill effect"? I mean, different face > / color for "passed" value > You mean a different faces for the areas below and above the slider button? git master 8618fb3f2133dbf46da55c841430a83de89ec5e4 has TScrollbar.

Re: [MSEide-MSEgui-talk] TDirDropDownEdit read only

2016-04-23 Thread Martin Schreiber
On Sunday 24 April 2016 00:05:56 Krzysztof wrote: > Hi Martin, > > How to make TDirDropDownEdit read only? When set options - oe_readonly > then control look like totally disabled (grey, can't click on dropdown > button). I would like to block set value from keyboard and force user > to set it only

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-24 Thread Martin Schreiber
On Friday 22 April 2016 17:47:59 Martin Schreiber wrote: > On Friday 22 April 2016 17:14:50 Krzysztof wrote: > > I'm confused too. I'm not familiar with compiling from command line. > > Always used IDE build option. But finally got it compile with little > > tri

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 15:53:58 Krzysztof wrote: > Hi Martin, > > Two questions: > 1. How to make trayicon transparent? Changed all found color > properties to cl_transparent but it is still gray The background can be set by TTrayIcon.color, face and frame. TTrayIcon is a window with a window ha

Re: [MSEide-MSEgui-talk] TPopupmenu - fixed height and width

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 17:05:13 Krzysztof wrote: > Hi Martin, > > Popupmenu items by default are very tiny (X and Y autosized). Is it > possible to set some kind of margin, space on X and Y? > Select a TFrameComp from component palette tab 'Gui' into TPopupmenu.ItemFrameTeplate and ItemFrameTempl

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 18:18:02 Martin Schreiber wrote: > On Sunday 24 April 2016 15:53:58 Krzysztof wrote: > > Hi Martin, > > > > Two questions: > > 1. How to make trayicon transparent? Changed all found color > > properties to cl_transparent but it is still gray

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 19:17:47 Krzysztof wrote: > 2016-04-24 18:18 GMT+02:00 Martin Schreiber : > > The background can be set by TTrayIcon.color, face and frame. TTrayIcon > > is a window with a window handle like a toplevel window. MSEgui does not > > support transparent

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 20:23:34 Krzysztof wrote: > Found weird bug in tdirdropdownedit when app has traywidget. Spent > half hour wondering what I changed in tdirdropdownedit and finally > deleted tray widget and everything is ok :D . > When app has traywidget, > clicking on dropdown button is hi

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-24 Thread Martin Schreiber
On Sunday 24 April 2016 20:23:34 Krzysztof wrote: > Found weird bug in tdirdropdownedit when app has traywidget. Spent > half hour wondering what I changed in tdirdropdownedit and finally > deleted tray widget and everything is ok :D . When app has traywidget, > clicking on dropdown button is hiddi

Re: [MSEide-MSEgui-talk] TTrayWidget, transparent and icon size

2016-04-25 Thread Martin Schreiber
On Sunday 24 April 2016 20:54:15 Krzysztof wrote: > > Reproduced. Run attached demo, click on button "Dock", then click on > tdirdropdownedit (not on drop down button but on empty text). Empty > text is selected automatically then click on it again to set marker > and you can do with it what ever y

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-25 Thread Martin Schreiber
On Monday 25 April 2016 20:31:46 Krzysztof wrote: > Hi Martin, > > I have own data in TList, I already have sort functions for items but > how to connect it to TDrawgrid? Grid should emit some event when > clicked on header column so I could sort list In normal datagrids sorting is done by the me

Re: [MSEide-MSEgui-talk] MSEide can't code jump nested types

2016-04-26 Thread Martin Schreiber
On Tuesday 26 April 2016 11:58:50 Graeme Geldenhuys wrote: > Hi Martin, > > Recently I tried my hand at nested types (a private type defined inside > another type). I just realised that MSEide doesn't support nested types > - in that I can't Ctrl+Down or Ctrl+Up to navigate the methods from > Inter

Re: [MSEide-MSEgui-talk] SQLDB - can't find bufdataset_parser

2016-04-27 Thread Martin Schreiber
On Sunday 24 April 2016 09:18:17 Martin Schreiber wrote: > On Friday 22 April 2016 17:47:59 Martin Schreiber wrote: > > On Friday 22 April 2016 17:14:50 Krzysztof wrote: > > > I'm confused too. I'm not familiar with compiling from command line. > > > Always u

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Tuesday 26 April 2016 08:21:26 Martin Schreiber wrote: > On Monday 25 April 2016 20:31:46 Krzysztof wrote: > > Hi Martin, > > > > I have own data in TList, I already have sort functions for items but > > how to connect it to TDrawgrid? Grid should emit some event

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 13:33:10 Krzysztof wrote: > Can't rebuild mymseide latest git 055154f363ab422e5ce88af018a2a68bba4da8e6: > compdesigner.pas(3469,100) Error: Identifier not found "og_noresetselect" > Works for me. What is "compdesigner.pas"? I don't find it in MSEide+MSEgui source tree. o

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 13:54:15 Krzysztof wrote: > 2016-04-26 8:21 GMT+02:00 Martin Schreiber : > > In normal datagrids sorting is done by the mergesort mechanism of the > > grid and the comparison functions of the TDatalist descendants in the > > datacolumns or by compar

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 15:02:03 Patrick Goupell wrote: > On 04/27/2016 08:56 AM, Krzysztof wrote: > >> Not supported. Is another flag necessary? ;-) > > > > That would be handy :) > > Couldn't you use a column onclick event to call the header sort event? > Probably, but if is a usefull extensio

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-27 Thread Martin Schreiber
On Wednesday 27 April 2016 15:28:58 Krzysztof wrote: > 2016-04-27 15:17 GMT+02:00 Martin Schreiber : > > Probably, but if is a usefull extension I'll add that option. What do you > > think? > > If it's not a problem then why not :) > git master d3c83b58ac

Re: [MSEide-MSEgui-talk] TIcon.Colorglyph - why doesn't work?

2016-04-28 Thread Martin Schreiber
On Thursday 28 April 2016 00:02:37 Krzysztof wrote: > Hi Martin, > > I have created spinner from this site: > http://preloaders.net/en/search/spinner . I need to change color > dynamically at runtime by changing TIcon.Colorglyph but it doesn't > work. I see that it work with your embedded stock gly

Re: [MSEide-MSEgui-talk] TDrawgrid sort

2016-04-28 Thread Martin Schreiber
On Wednesday 27 April 2016 17:22:52 Krzysztof wrote: > > Should I use all events or pickup one? This code seems to work but > size is not correct (looks like 1/3 of expected width): > Pickup one. I gave you a wrong instruction for code, see below. > procedure TGenericListWidget.DrawTitle(const sen

Re: [MSEide-MSEgui-talk] TDrawgrid double click

2016-04-28 Thread Martin Schreiber
On Thursday 28 April 2016 14:26:02 Krzysztof wrote: > Hi Martin, > > How to correctly handle grid double click? I have this code executed > on double click on row: > > tdrawgrid1.oncellevent := @GridCellEvent; > > procedure TGenericListWidget.GridCellEvent(const sender: tobject; > var info: celle

Re: [MSEide-MSEgui-talk] Debugger question

2016-04-28 Thread Martin Schreiber
On Friday 29 April 2016 00:09:23 Graeme Geldenhuys wrote: > Hi Martin, > > Debugging FPC generated applications is lost to me. ;) Please see > attached screenshot. I run the app from inside MSEide, I do a couple of > things in my application, then get a "Exception EVariantError". Normally > my fir

Re: [MSEide-MSEgui-talk] Debugger question

2016-04-29 Thread Martin Schreiber
On Friday 29 April 2016 10:28:57 Graeme Geldenhuys wrote: > > I know many IDE's (not just for use with FPC) include things like CPU > Register and Assembler windows. So other than looking impressive, how > useful are those windows really? Do they actually tell you anything that > can help with debu

Re: [MSEide-MSEgui-talk] HintWindow

2016-04-29 Thread Martin Schreiber
On Friday 29 April 2016 15:24:07 Krzysztof wrote: > Hi Martin, > > Is there some kind of THintWindow? By hint window I mean window which > doesn't steal main/parent form focus. Something like popup menu, hint > etc. THintWidget is in lib/common/widgets/msewidgets.pas, it inherits from TPopupWidg

<    1   2   3   4   5   6   7   8   9   10   >