Re: [MSEide-MSEgui-talk] ObjInspector stops auto adjusting (on F11) for active component

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 08:43:47 Ivanko B wrote: > Me selected it many times while checking. > Works for me. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat la

[MSEide-MSEgui-talk] IDE-from designer: scrollbars don't disappear automatically

2012-08-27 Thread Ivanko B
- put a tdblookupbuffer on a from so that its (long) name extend right beyond the form -> scrollbars appear - make the mane shorter so that should fit the form and the scrollbars should disappear - at me, these don't disappear until the form gets resized manually -

Re: [MSEide-MSEgui-talk] IDE-from designer: scrollbars don't disappear automatically

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 09:22:38 Ivanko B wrote: > - put a tdblookupbuffer on a from so that its (long) name extend > right beyond the form -> scrollbars appear > - make the mane shorter so that should fit the form and the scrollbars > should disappear > - at me, these don't disappear until the f

Re: [MSEide-MSEgui-talk] TDBEnum[64]EditLB's dropdown.OnFilter problems

2012-08-27 Thread Ivanko B
>> Data are supplied by an offline dataset. >> > Please send a testcase. > Here attached. 1) the OnFilter procedure only triggers on 2+ opening DBNELB2 2) anyway there's no invalidating mse-testcases.rar Description: application/rar --

Re: [MSEide-MSEgui-talk] IDE-from designer: scrollbars don't disappear automatically

2012-08-27 Thread Ivanko B
Is only-IDE realted ? -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint

Re: [MSEide-MSEgui-talk] IDE-from designer: scrollbars don't disappear automatically

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 09:50:28 Ivanko B wrote: > Is only-IDE realted ? > Yes. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how I

[MSEide-MSEgui-talk] mse git

2012-08-27 Thread Patrick Goupell
Is there any documentation / instructions on how to use msegit on the website? Can you give me a basic run down of how it works and I will put it on the msegit web page. Patrick -- Live Security Virtual Conference Ex

Re: [MSEide-MSEgui-talk] TDBEnum[64]EditLB's dropdown.OnFilter problems

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 09:44:41 Ivanko B wrote: > >> Data are supplied by an offline dataset. > > > > Please send a testcase. > > Here attached. > > 1) the OnFilter procedure only triggers on 2+ opening DBNELB2 > 2) anyway there's no invalidating Steps? -

Re: [MSEide-MSEgui-talk] TDBEnum[64]EditLB's dropdown.OnFilter problems

2012-08-27 Thread Ivanko B
- select in the upper combo, it should limit the choice in the lower one Also set a breakpoint within the lower combo's OnFilter, run the program, select in the upper combo, then in the lower one and watch which time You'll enter the handler ---

Re: [MSEide-MSEgui-talk] IDE-from designer: scrollbars don't disappear automatically

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 09:22:38 Ivanko B wrote: > - put a tdblookupbuffer on a from so that its (long) name extend > right beyond the form -> scrollbars appear > - make the mane shorter so that should fit the form and the scrollbars > should disappear > - at me, these don't disappear until the f

Re: [MSEide-MSEgui-talk] mse git

2012-08-27 Thread Patrick Goupell
On 08/27/2012 10:12 AM, Martin Schreiber wrote: > > See attached screenshot of the default layout. > > At the bottom of the right window the git-console where one can enter git > commands manually. "git " will be supplied automatically, so for example > enter "pull" in order to execute the "git p

[MSEide-MSEgui-talk] TMSESQLQuery.SQLDelete.macros[n].value.text : how to set in for already active query ?

2012-08-27 Thread Ivanko B
most probably in "query.BeforeDelete" event so that it triggers automatically on "query.delete". Need since these SQL-queries can't be supplied with params[n]. -- Live Security Virtual Conference Exclusive live event will

[MSEide-MSEgui-talk] experimental porting MSEgui with SDL 2 and libcairo

2012-08-27 Thread wahono sri
First stage of porting MSEgui to all platfom (win, lin, mac, ios and android) using SDL 2.0 and cairo finished, but still got error lock mutex. I disabled some features for first implementation and will be completed next time. After learning again about cairo I know that cairo use h/w rendering if

Re: [MSEide-MSEgui-talk] experimental porting MSEgui with SDL 2 and libcairo

2012-08-27 Thread wahono sri
Mutex problem fixed, I use pointer only for mutexty (updated in mseuniverse) Hi Martin, I'm confusing about gui_createpixmap. Is gui_createpixmap or pixmapty is always create in every window/form? If yes, I think this is similiar with cairo_surface_t. Thanks -

Re: [MSEide-MSEgui-talk] mse git

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 16:46:09 Patrick Goupell wrote: > > What is the correct "Remote Fetch URL"? > > I am using "http://gitorious.org/mseide-msegui/mseide-msegui.git"; > They are listed at https://gitorious.org/mseide-msegui git protocol: git://gitorious.org/mseide-msegui/mseide-msegui.git HTT

Re: [MSEide-MSEgui-talk] TMSESQLQuery.SQLDelete.macros[n].value.text : how to set in for already active query ?

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 17:08:10 Ivanko B wrote: > most probably in "query.BeforeDelete" event so that it triggers > automatically on "query.delete". I think so. Does changing the macros trigger a rebuild of the query? Martin -

Re: [MSEide-MSEgui-talk] experimental porting MSEgui with SDL 2 and libcairo

2012-08-27 Thread Martin Schreiber
On Tuesday 28 August 2012 06:26:30 wahono sri wrote: > > Hi Martin, I'm confusing about gui_createpixmap. > Is gui_createpixmap or pixmapty is always create in every window/form? No. There is a server side pixmap of the size of the update region created in twindow.internalupdate, used to do drawi

Re: [MSEide-MSEgui-talk] TDBEnum[64]EditLB's dropdown.OnFilter problems

2012-08-27 Thread Martin Schreiber
On Monday 27 August 2012 15:37:39 Ivanko B wrote: > - select in the upper combo, it should limit the choice in the lower one > > Also set a breakpoint within the lower combo's OnFilter, run the > program, select in the upper combo, then in the lower one and watch > which time You'll enter the handl

Re: [MSEide-MSEgui-talk] TMSESQLQuery.SQLDelete.macros[n].value.text : how to set in for already active query ?

2012-08-27 Thread Ivanko B
I think so. Does changing the macros Setting a value of the SQLDelete's macro for already open query cause the complain & the exception. He, we should distinguish macroses for the main (SELECT) query & the update ones. --