Re: Sidebar for Developers

2013-09-28 Thread Mike Dupont
I am interested in creating a non modal search dialog, something
docked would be best. the dialog is getting in the way of the text.
Is there any way to do that?
mike

On Thu, Sep 26, 2013 at 2:19 AM, Jörg Schmidt  wrote:
> Hello,
>
>> From: Andre Fischer [mailto:awf@gmail.com]
>
>> Yes, exactly.  If you have an idea for a demo panel and can
>> design the
>> dialog then I can wrap a Java extension around it.
>>
>> -Andre
>
> It took a long time but here is my example, a simple search for writer.
>
> Can you please help me now?
>
>
> The complete example-extension can be found here:
> http://calc-info.de/files/demo_textsuche.oxt
>
> Here is the dialogue:
>
> 
>  "dialog.dtd">
> http://openoffice.org/2000/dialog";
> xmlns:script="http://openoffice.org/2000/script"; dlg:id="dlg_textsuche"
> dlg:left="243" dlg:top="165" dlg:width="178" dlg:height="180" 
> dlg:closeable="true"
> dlg:moveable="true" dlg:title="Demo_Textsuche">
>  
>dlg:width="168" dlg:height="23" dlg:value="Diese Extension dient zur 
> Demonstration
> des Einbindens von Steuerelementen in die AOO-Sidebar." dlg:multiline="true"/>
>dlg:top="49"
> dlg:width="166" dlg:height="16"/>
>dlg:width="57" dlg:height="12" dlg:value="Suchtext:"/>
>dlg:width="60" dlg:height="16" dlg:value="Suche Nächsten">
> script:macro-name="vnd.sun.star.script:Demo_Textsuche.textsuche.Suche_Einzel?langu
> age=Basic&location=application" script:language="Script"/>
>   
>dlg:width="115" dlg:height="30" dlg:value="Lizenz: 
Apache License, 
> Version
> 2.0
Copyright 2013, Jörg Schmidt" dlg:align="right" 
> dlg:multiline="true"/>
>dlg:width="57" dlg:height="12" dlg:value="Ersetze durch:"/>
>dlg:top="106"
> dlg:width="166" dlg:height="16"/>
>dlg:width="60" dlg:height="16" dlg:value="Ersetze Nächsten">
> script:macro-name="vnd.sun.star.script:Demo_Textsuche.textsuche.Ersetze_Einzel?lan
> guage=Basic&location=application" script:language="Script"/>
>   
>  
> 
>
>
>
> Greetings,
> Jörg
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Sidebar for Developers

2013-10-09 Thread Mike Dupont
Thank you so much andre, I will see if we can use this!
mike

On Wed, Oct 9, 2013 at 7:42 AM, Andre Fischer  wrote:
> On 03.10.2013 11:37, Jörg Schmidt wrote:
>>
>> Hello,
>>
>>> From: Andre Fischer [mailto:awf@gmail.com]

 It took a long time but here is my example, a simple search
>>>
>>> for writer.
>>>
>>> That's OK.  I just came back from my vacation and am now
>>> catching up on
>>> emails.
>>>
 Can you please help me now?
>>>
>>> I will try.  Can you tell me, what the extension does and how
>>> you want
>>> it to work and look?
>>
>> The extension function is very simple, there is a dialog with two text
>> fields to
>> enter a search string and a replacement text, and two buttons to start
>> searching
>> or replacing. The extension is for writer.
>>
>> So not much function but it is indeed primarily an example of integration
>> in the
>> sidebar
>>
>> This dialogue should now be implemented, he works as a sidebar, so:
>>
>> 2 text fields for entering
>> 4 Label Fields
>> 2 buttons to launch two Basic Macros
>>
>
> I was somewhat but not entirely successful in turning your BASIC script into
> a sidebar panel.
>
> I have created an Eclipse project of the sidebar panel [1].   Run the 'oxt'
> target of the Ant build file to create the file SidebarBasicPanelDemo.oxt in
> the dist/ directory.   Install this extension in a 4.* OpenOffice and
> restart.  Now you should see in the sidebar tab bar a new entry with a gear
> icon.  Click on it to swtich to the demo panel.
>
> What works is that the dialog is displayed as expected.  Callbacks into the
> BASIC script work also.
>
> What does not work is that the BASIC script can not access the dialog for eg
> retrieval of the search strings.  The reason for that is that the dialog is
> not created from the script in the 'Start_dialog' function but on the Java
> side of the implementation. I tried to call from Java into BASIC with the
> dialog object.  The call works, but I did not get the public BASIC variable
> 'ts_dialog' to work.  When you click on the 'Suche Nächsten' button then the
> ts_dialog value is empty again.
>
> But maybe this is a good thing, because every document has its own side bar
> and its own BASIC dialog.  Using a single global variable to hold the dialog
> would not work.  As I do not know OpenOffice BASIC well enough to know if
> and how object orientation works, I did not try to fix this.
> I also do not know how to change the event callbacks to pass parameters to
> the BASIC script.  Without parameters, your BASIC script does not know from
> which instance of the dialog it has been called and thus could not retrieve
> the search string, even if it could access the dialogs.
>
> Using the BASIC dialog but do the implementation in Java would be much
> easier and more reliable.
>
> Best regards,
>
> Andre
>
>
> [1] http://people.apache.org/~af/SidebarBasicDemo.zip
>
>
>>
>> Greetings,
>> Jörg
>>
>>
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: openoffice fuck u

2013-11-19 Thread Mike Dupont
Google translates says :
  develop some junk stuff, victims I wasted a hard day's work, you
do not waste it on things they might 

I guess this is an unhappy user?

2013/11/19  :
> 马勒戈壁开发些垃圾东西,害的老子辛苦一天的工作白费了,你们垃圾吧东西搞不好就别,鸡巴识别不了中文别他马用问代替啊,搞的老子会都恢复不了,你们垃圾的一笔,早地去死吧
>
>
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Debian Build Scripts

2013-08-14 Thread Mike Dupont
Hi there,
I am looking for the debian source packages and or debian/rules for
apache open office, can anyone give me some pointers?
mike

-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Debian Build Scripts

2013-08-14 Thread Mike Dupont
Thank you, that is what I was looking for!
mike

On Wed, Aug 14, 2013 at 6:28 AM, Herbert Duerr  wrote:
> On 14.08.2013 12:57, Mike Dupont wrote:
>>
>> I am looking for the debian source packages and or debian/rules for
>> apache open office, can anyone give me some pointers?
>
>
> AOO creates its Debian packages using EPM [1] when the configure option
> --with-package-format="deb" is given to the AOO build. They are assembled
> when AOO builds its main/postprocess module using some perl scripts in
> main/solenv/bin/
>
> [1] http://www.msweet.org/projects.php?Z2
>
> Herbert
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: AOO on Debian/Ubuntu via APT Repositories

2013-08-15 Thread Mike Dupont
Hello,
because there are no source packages in debian format the packages
will not be accepted officially.

On Thu, Aug 15, 2013 at 9:06 PM, Marcelo Santana
 wrote:
> On Thu, 15 Aug 2013 09:07:32 +0200, Andrea Pescetti
>  wrote:
>
> [...]
>
> Hello Andrea,
>
>> But we can surely list Marcelo's repository at
>> http://www.openoffice.org/porting/
>>
>> Marcelo, just write to the dev list (not this list) if you are
>> interested.
>
> I confess that I never had this intention but I think it would be great.
>
>> What we need to know is essentially the process you use for
>> preparing files for your repositories (if you rebuild from sources, if
>> you just unpack the official DEB files and repackage them, what
>> differences -if any- are there between the official DEB packages and the
>> ones you distribute and so on).
>
> I just download all Debian packages, unpackage and provide them using
> the reprepro approach as described at Debian wiki page[1]. Since I need
> to sign the packages with my GPG key, the final MD5 checksums are
> different from the original packages provided by Apache Foundation
> through sourceforge.
>
> [1]https://wiki.debian.org/SettingUpSignedAptRepositoryWithReprepro
>
>
> If you need more details, please let me know.
>
> Regards,
>
> --
> Marcelo G. Santana (aka msantana) | GNU/Linux User number: #208778
>   http://blog.msantana.eng.br | http://identi.ca/mgsantana
>   http://www.debianbrasil.org | http://br.gnome.org
>  GnuPG fprint: 88FB 5D63 ED02 3B5D 90D6  3A3E 8698 1CC9 89C5 5467



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Reporting a problem with the OpenOffice website

2013-08-17 Thread Mike Dupont
Hi Stan,
I am just another person on the list, I dont use mac but I will try
and help you. Is it possible that you try and install the latest
version of the software to open your doc?
can you try another version of open office or even libre office, can
you use google docs to open your file?
let me know I will try and walk you through this.
mike

On Sat, Aug 17, 2013 at 9:54 PM, Stan Stark  wrote:
> I loved using your product until a couple of weeks agowhen all of a 
> sudden I could not open any of the files I had createdword docs,
> spreadsheets, etc.
>
> Now I cannot remove your app icon from my iMac dock, nor can I delete a 
> prompt screen on my desktop that says "Restore Windows" in the header.
>
> Since I am new to your product and somewhat elderly [ 69 ] I can't figure out 
> how to do any troubleshooting on my own in all your instructions related to 
> how to report or fix small issues like this. Since I'm on a Mac, yours is the 
> best solution I've come across to develop "non Windows" docs.
>
> I know I'm a registered userbut now I cannot even determine how to 
> confirm that !!! My computer is LOCKED UP in your software and cannot do a 
> damn thing !! Work from home as an analyst and I can't begin to tell you how 
> frustrated I've becomebecause of what seem to be huge glitches in your 
> product that apparently no one has reported to you before. !!!
>
> HELP ME PLEASE !!???
>
> Stan Stark
> Houston, Texas
> 281-277-0552
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: Python 3 and AOO

2013-08-31 Thread Mike Dupont
Good question! I also want to know about this.
mike

On Sat, Aug 31, 2013 at 3:29 AM, Ricardo Berlasso  wrote:
> On the ES forum there was a question about python 3 support on AOO. On the
> release notes(1) I can see that pyUNO supports python 3, but by default
> version 2 is used. So, two questions
>
> - is it possible for the user to choose python 3 instead of 2 or this is
> set on build time?
> - are there plans of when python 3 will be set on by default?
>
> Thanks
>
> Regards
> Ricardo
>
> (1)
> https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.0+Release+Notes#AOO4.0ReleaseNotes-ChangesthatImpactBackwardsCompatibility



-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://flossk.org
Saving wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Contributor FOSM, the CC-BY-SA map of the world http://fosm.org
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
Free Software Foundation Europe Fellow http://fsfe.org/support/?h4ck3rm1k3

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org