[MSEide-MSEgui-talk] (no subject)

2013-11-21 Thread August Oktobar
Can you take into consideration that objects created on the stack have
constructors
and destructors, or that all are created in the stack unless you use the new
keyword or something similar, as in C + +?
Thus, there is possibility for RAIII paradigm etc. and to avoid delphi/ugly
.free in most cases.

Also, I think it is not wise to omit the generic programming.

Have you thought about using eg LLVM?
--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] (no subject)

2013-11-21 Thread Martin Schreiber
On Thursday 21 November 2013 19:34:26 August Oktobar wrote:
 Can you take into consideration that objects created on the stack have
 constructors
 and destructors, or that all are created in the stack unless you use the
 new keyword or something similar, as in C + +?

The definition of MSElang objects just has been started:
https://gitorious.org/mseide-msegui/pages/Mselang_objects

 Thus, there is possibility for RAIII paradigm etc. and to avoid delphi/ugly
 .free in most cases.

 Also, I think it is not wise to omit the generic programming.

We will see.

 Have you thought about using eg LLVM?

Yes, this is an option.

BTW, archives of mseide-msegui-talk are here:
http://www.mail-archive.com/mseide-msegui-talk@lists.sourceforge.net
http://dir.gmane.org/gmane.comp.ide.mseide.user

Martin


--
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311iu=/4140/ostg.clktrk
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] (no subject)

2013-04-15 Thread Med Hamza

--
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis  visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] (no subject)

2012-09-02 Thread Martin Schreiber
On Saturday 01 September 2012 19:37:18 Ivanko B wrote:
 Files are attached. The rest of related files can't be send since
 contains no-public-access data :)

Please try again with git master a1970b7a2359f770b30b52d2ede67bd3405ad1d0.

Martin

--
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 security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] (no subject)

2012-09-02 Thread Ivanko B
Fixed, thanx !

--
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 security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] (no subject)

2012-09-01 Thread Ivanko B
The exception look is here attached.
attachment: vartype7.png--
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 security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] (no subject)

2011-12-24 Thread noreply
If you put a ttextedit on a form without a widget grid, and then try to
ttextedit.loadfromfile it gives a segmentation fault.

The ttextedit is supposed to be used in combination with a grid as its
owner/parent/whatever but how do users know? Should the error be caught if
they don't have a widget grid as the parent/owner? Also, is it
parent/owner or what do you call it when those controls are used in
combination? You drop ttextedit on top of the widgetgrid and what is
actually happening .. owner, parent, or what terminology is correct?

if ttextedit.owner = '' then error('must set ttextedit on top another
control');

--
Write once. Port to many.
Get the SDK and tools to simplify cross-platform app development. Create 
new or port existing apps to sell to consumers worldwide. Explore the 
Intel AppUpSM program developer opportunity. appdeveloper.intel.com/join
http://p.sf.net/sfu/intel-appdev
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk