https://linen.dev logo
Join Discord
Powered by
# haxe-ui
  • f

    fierce-soccer-8550

    12/03/2022, 11:05 PM
    web is really all I focus on.
  • h

    hallowed-ocean-84954

    12/03/2022, 11:06 PM
    ah .... I tend to be mostly dt on HL/CPP. But I wonder if the snippets could be recorded and deployed in OGG. but thanx for bringing it up - didn't even know this existed
  • f

    fierce-soccer-8550

    12/03/2022, 11:07 PM
    I believe I did notice at one point where someone used MaryTTS or Watson for offline use using Haxe.
  • f

    fierce-soccer-8550

    12/03/2022, 11:07 PM
    If I come across it again I will let you know.
  • h

    hallowed-ocean-84954

    12/03/2022, 11:07 PM
    cool - many thanx
  • o

    orange-van-60470

    12/03/2022, 11:21 PM
    @fierce-soccer-8550 how did you manage that!!
  • o

    orange-van-60470

    12/03/2022, 11:22 PM
    crazy
  • o

    orange-van-60470

    12/03/2022, 11:22 PM
    amazing
  • o

    orange-van-60470

    12/03/2022, 11:23 PM
    where does this come from .. SpeechSynthesisUtterance
  • f

    fierce-soccer-8550

    12/03/2022, 11:23 PM
    in the Haxe js.html.SpeechSynthesisUtterance api
  • o

    orange-van-60470

    12/03/2022, 11:23 PM
    is that part of js?
  • f

    fierce-soccer-8550

    12/03/2022, 11:23 PM
    yes
  • o

    orange-van-60470

    12/03/2022, 11:24 PM
    wow
  • f

    fierce-soccer-8550

    12/03/2022, 11:25 PM
    May be fun to use with some of the things you work on Nanjizal
  • a

    ambitious-knife-25690

    12/04/2022, 12:49 AM
    @bright-gpu-74537
  • a

    ambitious-knife-25690

    12/04/2022, 12:49 AM
    if an image is larger than the available splitter space, the splitter doesn't render the image
  • a

    ambitious-knife-25690

    12/04/2022, 12:49 AM
    Expected behaviour: Scale to size or overflow (clip it)
  • a

    ambitious-knife-25690

    12/04/2022, 12:55 AM
    Hmm, this may be a kha only issue 🤔
  • a

    ambitious-knife-25690

    12/04/2022, 12:57 AM
    Okay, this may only be an issue on kha
  • a

    ambitious-knife-25690

    12/04/2022, 12:57 AM
    I don't set the image via the xml
  • a

    ambitious-knife-25690

    12/04/2022, 1:02 AM
    The initial size of the image is the entire view port (black space)
  • a

    ambitious-knife-25690

    12/04/2022, 1:10 AM
    *on an unrelated note, i am happy with my foundation progress so far. The above gif shows a navigation system that handles the mixing of haxeui and composite, full composite or full haxe ui 😄 *
  • e

    elegant-twilight-61392

    12/04/2022, 1:23 AM
    thats technically not part of the std. its just a binding for something that is available in the browser with normal javascript
  • a

    ambitious-knife-25690

    12/04/2022, 1:30 AM
    erm, it is a part of the standard library...
  • a

    ambitious-knife-25690

    12/04/2022, 1:30 AM
    the native js api, is a part of the std lib
  • e

    elegant-twilight-61392

    12/04/2022, 3:32 AM
    its misleading to say that though
  • f

    fierce-soccer-8550

    12/04/2022, 4:07 AM
    It's part of the Haxe API documentation and part of the "complete cross-platform standard library" as it says on the API page.... regardless of how its implemented within Haxe, I don't have to use haxelib to install something using externs in order to use SpeechSynthesis, so I consider it part of the Haxe API.
  • h

    hallowed-ocean-84954

    12/04/2022, 4:35 AM
    Haxe includes strange batteries sometimes.
  • h

    hallowed-ocean-84954

    12/04/2022, 5:21 AM
    This was unexpected. I am using tooltips. I have an Accordion with various sections. If I put a tooltip on one section (a vbox) and also put tooltips on elements within that section the following happens: when I mouse over the accordion section title the tt does not appear. When I mouse over the subordinate elements the section tt appears rather than the appropriate individual tt. I was trying to have a tool tip for each Accordion section and for items within each section. Is that possible ?
  • h

    hallowed-ocean-84954

    12/04/2022, 5:22 AM
    The top is what I want, but when I add a tt to the Configuration vbox I get result on the bottom and mousing over the Configuration section heading shows nothing.
1...131413151316...1687Latest