Re: [MBS] Apply button and DM_PAPERLENGTH

2011-12-27 Thread Christian Schmitz

Am 27.12.2011 um 13:06 schrieb frael:

 Well, Real Software does not support apply button. And we'd need to make our 
 own dialog which does not work as 
 
 I manage print models, and the printer is stored in the model. 
 Do you know a way to select a printer from a RS software, without printing ? 
 (The only dialog to select a printer is the OpenPrinterDialog, with the OK 
 button  a white page is printed !)



I know there are functions in the Windows API to set paper sites, but they 
won't help you much with Real Studio.
I can't change the format for graphics class and I can't create my own graphics 
subclass.

Greetings
Christian

-- 
See you in Orlando, Florida for Real World 2012

More details and registration here:
http://www.realsoftware.com/community/realworld.php



___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] Apply button and DM_PAPERLENGTH

2011-12-27 Thread Christian Schmitz

Am 26.12.2011 um 23:05 schrieb frael:

 
 Hi all,
 
 Windows printing...
 
 
 1) When I call the OpenPrinterDialog, I have only the buttons Print and Cancel
 Others Windows app, like Notebook, offers an Apply button : how to show 
 him, and how to know if the user has clicked ?

Well, Real Software does not support apply button. And we'd need to make our 
own dialog which does not work as 

 2) To change the paper length by programm, I do not find the way with the 
 WindowsDeviceModeMBS


I'm not sure, I never used it for this.

Greetings
Christian

-- 
See you in Orlando, Florida for Real World 2012

More details and registration here:
http://www.realsoftware.com/community/realworld.php



___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] NSTableView example

2011-12-27 Thread Maximilian Tyrtania
 Since the Real listbox is so very slow in loading data 

It is? Are you sure? Have you tried the 

Listbox.visible=false
LoadData
Listbox.visible=true - trick? 

That speeds it up quite a bit. On the windows side i use Aaron's freezeUpdate 
(from the windows functionality suite).

Best,

Maximilian Tyrtania
http://www.contactking.de


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


[MBS] NSTableView example

2011-12-27 Thread Beatrix Willius
Since the Real listbox is so very slow in loading data I'm using the DataGrid 
from Einhugur. However, this is giving me grey hairs. So I had the idea to look 
at the NSTableView example. This is so complicated! Those Objective C 
programmers must be more intelligent than me. 

Anyhow. Before I get started digging deeper into this I noticed that some 
events are missing from the base Cocoa control. Without MouseDown, Drag and 
HeaderClick I can't even start having fun with this. Is it possible to get this 
added?

In the unlikely case you are ever bored: can you make a nice example how to 
link this example to a database?


Mit freundlichen Grüßen/Regards

Trixi Willius

http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] NSTableView example

2011-12-27 Thread Beatrix Willius
I don't remember which was the upper number of rows that are loaded fast, but 
for 10.000s of lines forget the Real listbox. The DataGrid is much, much faster 
because it only loads the data it needs. But it's so much fun to use.

On 27.12.2011, at 15:28, Maximilian Tyrtania wrote:

 Since the Real listbox is so very slow in loading data 
 
 It is? Are you sure? Have you tried the 
 
 Listbox.visible=false
 LoadData
 Listbox.visible=true - trick? 
 
 That speeds it up quite a bit. On the windows side i use Aaron's freezeUpdate 
 (from the windows functionality suite).

Mit freundlichen Grüßen/Regards

Trixi Willius

http://www.mothsoftware.com
Mail Archiver X: The email archiving solution for professionals

___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] NSTableView example

2011-12-27 Thread Sergio Tamborini
I made a test with one of my application... there a single column listbox, and 
I load into this 400.000 lines with 10-200 characters. It seems work fine.

One question: where I can find documentation about DataGrid?

Thanks!

Il giorno 27/dic/2011, alle ore 15:36, Beatrix Willius ha scritto:

 I don't remember which was the upper number of rows that are loaded fast, but 
 for 10.000s of lines forget the Real listbox. The DataGrid is much, much 
 faster because it only loads the data it needs. But it's so much fun to use.
 
 On 27.12.2011, at 15:28, Maximilian Tyrtania wrote:
 
 Since the Real listbox is so very slow in loading data 
 
 It is? Are you sure? Have you tried the 
 
 Listbox.visible=false
 LoadData
 Listbox.visible=true - trick? 
 
 That speeds it up quite a bit. On the windows side i use Aaron's 
 freezeUpdate (from the windows functionality suite).
 
 Mit freundlichen Grüßen/Regards
 
 Trixi Willius
 
 http://www.mothsoftware.com
 Mail Archiver X: The email archiving solution for professionals
 
 ___
 Mbsplugins_monkeybreadsoftware.info mailing list
 mbsplugins@monkeybreadsoftware.info
 https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
 


--

Sergio Tamborini
Brescia
http://www.system-i.it


C'è un equivoco di fondo. Si dice che il politico che ha avuto frequentazioni 
mafiose, se non viene giudicato colpevole dalla magistratura, è un uomo onesto. 
No! La magistratura può fare solo accertamenti di carattere giudiziale. Le 
istituzioni hanno il dovere di estromettere gli uomini politici vicini alla 
mafia, per essere oneste e apparire tali
Paolo Borsellino


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info


Re: [MBS] Set quality for images in DynaPdf

2011-12-27 Thread Sergio Tamborini
Sorry for my late. I have tested it a few minutes ago. I confirm that it 
increase the quality!

Thanks a lot Christian!

Il giorno 06/dic/2011, alle ore 18:30, Christian Schmitz ha scritto:

 
 Am 05.12.2011 um 18:48 schrieb Sergio Tamborini:
 
 Hi all!
 
 I use with very high satisfaction DynaPDF Plugin…
 
 
 Found it.
 
 It's the code in the DrawPicture method. It scales the image down to target 
 size.
 
 You replace it with
 
 Sub DrawPicture(Image as Picture, X as Integer, Y as Integer, DestWidth as 
 Integer, DestHeight as Integer)
  if imageNil then
call pdf.InsertPicture(image, x+myOffsetX, y+myOffsetY, DestWidth, 
 DestHeight)
  end if
 End Sub
 
 and call
 
g.DrawPicture(pic,0,0,595,841)
 
 
 and it works.
 
 
 Greetings
 Christian
 
 -- 
 See you in Orlando, Florida for Real World 2012
 
 More details and registration here:
 http://www.realsoftware.com/community/realworld.php
 
 
 
 ___
 Mbsplugins_monkeybreadsoftware.info mailing list
 mbsplugins@monkeybreadsoftware.info
 https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
 


--

Sergio Tamborini
Brescia
http://www.system-i.it


C'è un equivoco di fondo. Si dice che il politico che ha avuto frequentazioni 
mafiose, se non viene giudicato colpevole dalla magistratura, è un uomo onesto. 
No! La magistratura può fare solo accertamenti di carattere giudiziale. Le 
istituzioni hanno il dovere di estromettere gli uomini politici vicini alla 
mafia, per essere oneste e apparire tali
Paolo Borsellino


___
Mbsplugins_monkeybreadsoftware.info mailing list
mbsplugins@monkeybreadsoftware.info
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info