[libreoffice-users] Base constantly crashes

2016-09-02 Thread Larry Gusaas
Every time I open a database (or create a new one) LibreOffice crashes as soon as I click on 
anything. Totally unusable.


I only use it occasionally so I don't know which update caused it to quit. LibreOffice and Java 
have been updated since I last used it.


LibreOffice: Version: 5.2.0.4

Java: jdk1.8.0_101.jdk

Mac OS X version 10.11.6


--
_

Larry I. Gusaas
Moose Jaw, Saskatchewan Canada
Website: http://larry-gusaas.com
"An artist is never ahead of his time but most people are far behind theirs." - 
Edgard Varese



--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted


Re: [libreoffice-users] Can't Import PDF Math Formulas

2016-09-02 Thread gordon cooper

 You could perhaps do your editing/selecting with a pdf editor

then export the result into LO.  There are several possibilities,
some completely free, others free for personal use.

Suggest you search for "PDF Editor for Linux.

Gordon.


On 03/09/16 13:36, frogprince wrote:

The university at which I teach has not purchased the Test Bank software that
is widely used to create homework and tests. The source pages for this
software are simply pdf's of various math problems, and I can successfully
print any selection of full pages to pdf files. I would like to select
individual problems from those pdf pages, but in all cases, the file in LO
does not bring in the math symbols, only the numbers.
I've tried cutting and pasting from the pdf, opening the pdf page that was
printed from Linux Mint 17/CUPS, either in LO or in Math. I'm running LO
version 4.8.4.2 with the Dmaths extension.

Does anyone have any suggestions? Thanks in advance.



--
View this message in context: 
http://nabble.documentfoundation.org/Can-t-Import-PDF-Math-Formulas-tp4192476.html
Sent from the Users mailing list archive at Nabble.com.




--
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Can't Import PDF Math Formulas

2016-09-02 Thread frogprince
The university at which I teach has not purchased the Test Bank software that
is widely used to create homework and tests. The source pages for this
software are simply pdf's of various math problems, and I can successfully
print any selection of full pages to pdf files. I would like to select
individual problems from those pdf pages, but in all cases, the file in LO
does not bring in the math symbols, only the numbers. 
I've tried cutting and pasting from the pdf, opening the pdf page that was
printed from Linux Mint 17/CUPS, either in LO or in Math. I'm running LO
version 4.8.4.2 with the Dmaths extension.

Does anyone have any suggestions? Thanks in advance. 



--
View this message in context: 
http://nabble.documentfoundation.org/Can-t-Import-PDF-Math-Formulas-tp4192476.html
Sent from the Users mailing list archive at Nabble.com.

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: BASIC: can't read form control bool property

2016-09-02 Thread Alexander Thurgood
Le 02/09/2016 à 20:34, minda...@freemail.lt a écrit :

And these two threads :

https://forum.openoffice.org/en/forum/viewtopic.php?f=21=10123

https://forum.openoffice.org/en/forum/viewtopic.php?f=20=30516


Alex


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] Re: BASIC: can't read form control bool property

2016-09-02 Thread Alexander Thurgood
Le 02/09/2016 à 20:34, minda...@freemail.lt a écrit :

Hi,

If you haven't done so already, you might want to read this thread :

https://forum.openoffice.org/en/forum/viewtopic.php?f=39=38725



Alex


-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted



[libreoffice-users] BASIC: can't read form control bool property

2016-09-02 Thread mindauga
Hello,

I want to get the "enable" property value from my text field (for example named
txtText) placed on form on my Calc sheet.

I wrote a simple macro and attached it to "changed" event:

Sub test(Event)

msgbox(Event.Source.Text)
'OK, I get the text
msgbox(Event.Source.IsEnabled)
'OK, I get True 
msgbox(Event.Source.dbg_properties)
'OK, this control has property "Enable"
Event.Source.Enable = False
'OK, I can assign value, the control now disabled
msgbox(Event.Source.Enable)
'I got the error: Inadmissible value or data type.Data type mismatch.

End Sub


The same behavior is for other control properties returning bool (Visible, 
Editable,
DesignMode) except Lock. The same behavior is for basic dialog controls 
properties.


Now my question: is it the bug or normal behavior?

Best regards

Mindaugas
--
http://www.freemail.lt/

-- 
To unsubscribe e-mail to: users+unsubscr...@global.libreoffice.org
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://listarchives.libreoffice.org/global/users/
All messages sent to this list will be publicly archived and cannot be deleted