[Openlp-core] [Bug 1843705] Re: Remote Live view web page does not scale right

2019-09-12 Thread Frank
PS Yes, all browsers support this.
https://caniuse.com/#search=max-height
https://caniuse.com/#search=max-width

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1843705

Title:
  Remote Live view web page does not scale right

Status in OpenLP:
  New

Bug description:
  Remote Live view web page does not scale right on vertical devices like 
mobile phones.
  on this page http://[your ip]:4316/main
  Can you change the css file?
  FROM
  .size {
  ...
  height: 100%;
  ...
  }

  TO

  .size {
  ...
  max-height: 100%;
  max-width: 100%;
  ...
  }
  I use Firefox(and chrome) on windows and on android

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1843705/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 1843705] [NEW] Remote Live view web page does not scale right

2019-09-12 Thread Frank
Public bug reported:

Remote Live view web page does not scale right on vertical devices like mobile 
phones.
on this page http://[your ip]:4316/main
Can you change the css file?
FROM
.size {
...
height: 100%;
...
}

TO

.size {
...
max-height: 100%;
max-width: 100%;
...
}
I use Firefox(and chrome) on windows and on android

** Affects: openlp
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1843705

Title:
  Remote Live view web page does not scale right

Status in OpenLP:
  New

Bug description:
  Remote Live view web page does not scale right on vertical devices like 
mobile phones.
  on this page http://[your ip]:4316/main
  Can you change the css file?
  FROM
  .size {
  ...
  height: 100%;
  ...
  }

  TO

  .size {
  ...
  max-height: 100%;
  max-width: 100%;
  ...
  }
  I use Firefox(and chrome) on windows and on android

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1843705/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Question #296154]: I would like to join the team

2016-07-09 Thread Frank Kietzke
Question #296154 on OpenLP changed:
https://answers.launchpad.net/openlp/+question/296154

Status: Answered => Solved

Frank Kietzke confirmed that the question is solved:
Thanks Tomas Groth, that solved my question.

-- 
You received this question notification because your team OpenLP Core is
an answer contact for OpenLP.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Question #296154]: I would like to join the team

2016-07-08 Thread Frank Kietzke
New question #296154 on OpenLP:
https://answers.launchpad.net/openlp/+question/296154

I very much like your project and am interested in joining the development 
team.  
I found some information on the wiki, but some of it seems out of date.  
Please let me know if you are interested in allowing me to contribute, and if 
so, can you send me a pointer on what I need to install to begin Windows 
development?

Frank Kietzke


-- 
You received this question notification because your team OpenLP Core is
an answer contact for OpenLP.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Merge] lp:~trb143/openlp/bug-884533 into lp:openlp

2011-11-02 Thread Frank
note: there was a second method. to get the same crash.
when you use [---] in a line. like:
songline one [---] this also gives a crash, end of songline one.

-- 
https://code.launchpad.net/~trb143/openlp/bug-884533/+merge/81066
Your team OpenLP Core is requested to review the proposed merge of 
lp:~trb143/openlp/bug-884533 into lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 884533] [NEW] openLP crashes completely when [---] is incorrectly used.

2011-10-31 Thread Frank
Public bug reported:

There are at least two ways to let openLP crash with [---]

way 1:
When a song has two splits in a row like:
songline one
songline two
songline three
[---]
[---]
songline after split
songline after split 2

save the song (with the title 2 song with a problem) and OpenLP crasht.
when you open OpenLP again and select the corupt song it crash again.
Note: if the verse is not large enough to split, there will be no problems make 
the verse bigger to let openLP crash.

way 2:
use [---] within a line of your song and you get the same problem.


! How to remove the corrupt song !
make a song a with the title 1 song song above the problem song
and make a other one with the title 3 song below the song with a problem
now select 1 song song above the problem song hold shift and select 3 song 
below the song with a problem and press delete on your keyboard. now all 
songs are gone and openLP don't crash any more.


Operating system: 
Windows 7
openLP version: 
1.9.7 build 1787  
1.9.7 build 1790

I found the bug when I imported a lot of songs. from a bad database.

** Affects: openlp
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/884533

Title:
  openLP crashes completely when [---] is incorrectly used.

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  There are at least two ways to let openLP crash with [---]

  way 1:
  When a song has two splits in a row like:
  songline one
  songline two
  songline three
  [---]
  [---]
  songline after split
  songline after split 2

  save the song (with the title 2 song with a problem) and OpenLP crasht.
  when you open OpenLP again and select the corupt song it crash again.
  Note: if the verse is not large enough to split, there will be no problems 
make the verse bigger to let openLP crash.

  way 2:
  use [---] within a line of your song and you get the same problem.

  
  ! How to remove the corrupt song !
  make a song a with the title 1 song song above the problem song
  and make a other one with the title 3 song below the song with a problem
  now select 1 song song above the problem song hold shift and select 3 song 
below the song with a problem and press delete on your keyboard. now all 
songs are gone and openLP don't crash any more.

  
  Operating system: 
  Windows 7
  openLP version: 
  1.9.7 build 1787  
  1.9.7 build 1790

  I found the bug when I imported a lot of songs. from a bad database.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/884533/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 873459] Re: missing the ability to add Bible Reference in songs

2011-10-27 Thread Frank
i have now also posted a request to add bible reference to the openlyrics 
standard.
you can find that 
here:http://groups.google.com/group/openlyrics/browse_thread/thread/4db738b6b0997bb1#

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/873459

Title:
  missing the ability to add Bible Reference in songs

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  I want to add bible reference to songs

  We have a lot of songs coming from the Bible. and I would like to add this to 
the songs.
  I currently use comments for this. 

  in addition to this feature, there can be a link to the bible to link
  that song to the bible verse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/873459/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 873459] [NEW] missing the ability to add Bible Reference in songs

2011-10-13 Thread Frank
Public bug reported:

I want to add bible reference to songs

We have a lot of songs coming from the Bible. and I would like to add this to 
the songs.
I currently use comments for this. 

in addition to this feature, there can be a link to the bible to link
that song to the bible verse.

** Affects: openlp
 Importance: Undecided
 Status: New

** Summary changed:

- missing the ability to add BibleReference in songs
+ missing the ability to add Bible Reference in songs

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/873459

Title:
  missing the ability to add Bible Reference in songs

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  I want to add bible reference to songs

  We have a lot of songs coming from the Bible. and I would like to add this to 
the songs.
  I currently use comments for this. 

  in addition to this feature, there can be a link to the bible to link
  that song to the bible verse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/873459/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 873459] Re: missing the ability to add Bible Reference in songs

2011-10-13 Thread Frank
** Attachment added: this is how i do it now
   
https://bugs.launchpad.net/openlp/+bug/873459/+attachment/2540266/+files/BibleReference.png

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/873459

Title:
  missing the ability to add Bible Reference in songs

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  I want to add bible reference to songs

  We have a lot of songs coming from the Bible. and I would like to add this to 
the songs.
  I currently use comments for this. 

  in addition to this feature, there can be a link to the bible to link
  that song to the bible verse.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/873459/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Merge] lp:~raoul-snyman/openlp/song-audio into lp:openlp

2011-09-14 Thread Frank
maybe I'm too excited.
but I miss a few features I would find useful.
- A hot key to play the song when it's displayed on the screen.
- A way to export / import the link with the mp3 file's to the lyrics so i can 
add it to thousenst of songs.
-- 
https://code.launchpad.net/~raoul-snyman/openlp/song-audio/+merge/74002
Your team OpenLP Core is subscribed to branch lp:openlp.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Question #163161]: Stage view clock

2011-08-24 Thread Frank
Question #163161 on OpenLP changed:
https://answers.launchpad.net/openlp/+question/163161

Frank posted a new comment:
Jonathan I think your statement is true for America but in Holland and I
think a lot of other European lands 24 hour digital clocks is the
standard.

-- 
You received this question notification because you are a member of
OpenLP Core, which is an answer contact for OpenLP.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


Re: [Openlp-core] [Question #163161]: Stage view clock

2011-08-24 Thread Frank
Question #163161 on OpenLP changed:
https://answers.launchpad.net/openlp/+question/163161

Frank posted a new comment:
Okay I just wanted to make sure you knew that 24-hour clocks are used.
but I do not think many people really have trouble with the 12 hour clock.
it would be nice if there is an option for the 24 hour clock but it can be a 
low priority.

-- 
You received this question notification because you are a member of
OpenLP Core, which is an answer contact for OpenLP.

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 828635] [NEW] bug when saving service when usb-stick is removed

2011-08-18 Thread Frank
Public bug reported:

This bug happens when I save the service with a image from a USB-stick.

The events in a row.
- Plug the USB-stick in the computer.
- add a image from the USB-stick to the Service Manager.
- Remove the USB-stick from the computer.
- Trying to save the Service.

On a Window's 7 Laptop
OpenLP 1.9.6

** Affects: openlp
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/828635

Title:
  bug when saving service when usb-stick is removed

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  This bug happens when I save the service with a image from a USB-
  stick.

  The events in a row.
  - Plug the USB-stick in the computer.
  - add a image from the USB-stick to the Service Manager.
  - Remove the USB-stick from the computer.
  - Trying to save the Service.

  On a Window's 7 Laptop
  OpenLP 1.9.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/828635/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 828635] Re: bug when saving service when usb-stick is removed

2011-08-18 Thread Frank
** Attachment added: The Bug Report form OpenLP
   
https://bugs.launchpad.net/bugs/828635/+attachment/2288476/+files/USB-stick%20Service%20Save.txt

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/828635

Title:
  bug when saving service when usb-stick is removed

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  This bug happens when I save the service with a image from a USB-
  stick.

  The events in a row.
  - Plug the USB-stick in the computer.
  - add a image from the USB-stick to the Service Manager.
  - Remove the USB-stick from the computer.
  - Trying to save the Service.

  On a Window's 7 Laptop
  OpenLP 1.9.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/828635/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp


[Openlp-core] [Bug 828635] Re: bug when saving service when usb-stick is removed

2011-08-18 Thread Frank
*** This bug is a duplicate of bug 802150 ***
https://bugs.launchpad.net/bugs/802150

The last build has fix it thanks for the link.
Now i will use that version.
the last version also fixed a language bug, so i don't have to post that 
duplicated bug.

really thanks for your quick bug fixes.

** Description changed:

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/828635

Title:
  bug when saving service when usb-stick is removed

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  This bug happens when I save the service with a image from a USB-
  stick.

  The events in a row.
  - Plug the USB-stick in the computer.
  - add a image from the USB-stick to the Service Manager.
  - Remove the USB-stick from the computer.
  - Trying to save the Service.

  On a Window's 7 Laptop
  OpenLP 1.9.6

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/828635/+subscriptions

___
Mailing list: https://launchpad.net/~openlp-core
Post to : openlp-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openlp-core
More help   : https://help.launchpad.net/ListHelp