B4J Tutorial [ABMaterial] CustomJQPlot

Cableguy

Expert
Licensed User
Longtime User
I had no issues running the 3.5 demo's "out from the box"... I'm not at my computer so I can't help further... Sorry
 

MbedAndroid

Well-Known Member
Licensed User
Longtime User
test 1: only updating the jar/xml : no error message, but the screen is a mess
test 2: took the ABMApplication.bas from 3.5 , and the error is there
 

MbedAndroid

Well-Known Member
Licensed User
Longtime User
the gauges are a mess. Size is ok in Chrome, IE and FF are messed up. Dont know exactly why.
Lineplots are ok, fast loading, stripped all what's not needed, i can use those for my weather/domotica system
 

Mashiane

Expert
Licensed User
Longtime User
the gauges are a mess. Size is ok in Chrome, IE and FF are messed up. Dont know exactly why.
Lineplots are ok, fast loading, stripped all what's not needed, i can use those for my weather/domotica system
Attach some screen shots, I have just downloaded the latest package for JQPlot, will test with 3.75. Thanks for the heads up
 

MbedAndroid

Well-Known Member
Licensed User
Longtime User
the problem with the Gauges: running it on a Pi, its correct. Using same browser Firefox running the app local on my PC i got this issue.
 

alienhunter

Active Member
Licensed User
Longtime User
Hi mashy
How do redraw a chart ?
looks like it does not work
custJQPlot.Clear does not do anything
thanks AH


B4X:
Sub ABMComp_Refresh(InternalPage As ABMPage, internalID As String)
    ' use these methods to adjust the object
    ' ABM.HasClass
    ' ABM.AddClass
    ' ABM.RemoveClass
 
    ' ABM.AddHTML
    ' ABM.InsertHTMLAfter
    ' ABM.RemoveHTML
 
    ' ABM.GetProperty
    ' ABM.SetProperty
    ' ABM.RemoveProperty
 
    ' ABM.GetStyleProperty
    ' ABM.SetStyleProperty
 
    ' do some script stuff like you do in RunJavaScript
    'Dim script As String = ""
    'InternalPage.ws.Eval(script, Null)
End Sub
 
Last edited:

alienhunter

Active Member
Licensed User
Longtime User
There should be a .Refresh method.

hmmm thanks
it does not work might be a older version that i grabbed , but i solved it by removing the comp and re draw it
no worries

is there a way when you zoom in the chart to change the tick intervals ?
example so you have 3 months and your ticks show only days , but if you drill down on a date it should show hours or so
thanks AH
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…