Re: [MSEide-MSEgui-talk] TSlider example

2016-04-22 Thread Krzysztof
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 position > "checkpoint" Answering for my own

Re: [MSEide-MSEgui-talk] TSlider example

2016-04-22 Thread Krzysztof
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/scale based on value and expected max, that is all.

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

2016-04-22 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. Since I'm using MSEide

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 "fdirview" also is > streamed. git

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

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

2016-04-22 Thread Krzysztof
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.ppu. Thanks. This one is fixed. I'm still porting new units

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

2016-04-22 Thread Krzysztof
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 > parameters. Let me know if you need more logs: (MASKUTILS) Load from MASKUTILS

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] 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

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

2016-04-22 Thread Graeme Geldenhuys
On 2016-04-22 13:23, Martin Schreiber wrote: > Please write if you need more detailed instructions but actually it is the > same as with GitHub. Indeed. Git is Git, no matter where you use it. All other "hosting providers" (eg: Github, GitLabs, SourceForge) are simply remote repositories, and

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'. The > > order is reversed in FPC commandline so that top rows

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 the reverting of the >

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

2016-04-22 Thread Krzysztof
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'. The > order is reversed in FPC commandline so that top rows dominate. Still can't find sqlite3conn > I assume there is

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 > >

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

2016-04-22 Thread Fred van Stappen
> > 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/mseuniverse > then work with the MSEuniverse repository as you

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Krzysztof
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? Meantime downloaded and build latest gdb 7.11. Installed it in /usr/local/bin/gdb. Added path to this file in MSEide - Settings -

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

2016-04-22 Thread Krzysztof
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/ ${MSEDIR}lib/addon/*/

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/ >

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Krzysztof
When finally KDE desktop unfreeze and gdb timeout occur, MSEide is even closing long -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights

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 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

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 happens often and > > often. Very

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Krzysztof
Finally got gdb timeout but it is very very rare compared when these options are checked -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance

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 should install 7.11 . There is new version of

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. > Meantime

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

2016-04-22 Thread Fred van Stappen
> > > Get a git-pull or git-clone from MSEuniverse > > > https://gitlab.com/mseide-msegui/mseuniverse > > > then work with the MSEuniverse repository as you work with your local > > > GitHub repo. Put your files somewhere in "samples" directory or use a > > > new "contributed" directory, as you

Re: [MSEide-MSEgui-talk] GDB Timeut

2016-04-22 Thread Krzysztof
so weird -- Find and fix application performance issues faster with Applications Manager Applications Manager provides deep performance insights into multiple tiers of your business applications. It resolves application

[MSEide-MSEgui-talk] TSlider example

2016-04-22 Thread Krzysztof
Hi again :) is there example how to use TSlider? I se "value" property but no "Max". TSlider is equivalent for LCL TTrackbar, right? Searched for "tslider" key in mseuniverse, found "damping" demo but can't understand it. There is no such thing as "range" in mfm: object slider: tslider